• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.
4.10 star(s) 37 Votes

MetaMira

Active Member
Game Developer
Sep 14, 2021
556
1,316
I have a weird question, which may not belong in this thread, but I'm asking anyway.

Out of curiosity, I decided to edit the 'student' placeholder art. I kept the same extension and filename, made a few small edits, saved, booted game...the image is now broken in-game.

I'm pretty sure this has something to do with eiter the .json files (doesn't seem likely) or the .moc3 file.

I can't get the .moc3 file to display, but I dug around and it seems to be an extension for a piece of Japanese software called 'Live2d', which animates 2d images. Aha.

Has anybody ever used this? Can you point me at a recourse? Many thanks in advance!
You're correct, the models are animated using Live2D! In theory you should be able to modify the image in game/images/Models/Student_1/Student_1.4096 and the change will be reflected in game. Due to how Live2D handles the image only changes close to the silhouette of the original art will work, and you'll need to keep the image size the same.

I occasionally release the Live2D models as a modding resource as well, so if you want to fiddle around with those they're available . I'm just now realizing I haven't released an updated pack since v0.17; I should probably put out a new version soon.

If you're interested in coding stuff A Very Full House has some modding tools in the code that let you define image changes for models dynamically. That's a little much to explain right now, but there's some example code in game/Mods/example_mod.rpy. We've also got a mod development channel where I'm happy to answer any questions you might have!
 
  • Like
Reactions: IXL

Drill Sergeant

Well-Known Member
May 9, 2019
1,041
4,921
You're correct, the models are animated using Live2D! In theory you should be able to modify the image in game/images/Models/Student_1/Student_1.4096 and the change will be reflected in game. Due to how Live2D handles the image only changes close to the silhouette of the original art will work, and you'll need to keep the image size the same.

I occasionally release the Live2D models as a modding resource as well, so if you want to fiddle around with those they're available . I'm just now realizing I haven't released an updated pack since v0.17; I should probably put out a new version soon.

If you're interested in coding stuff A Very Full House has some modding tools in the code that let you define image changes for models dynamically. That's a little much to explain right now, but there's some example code in game/Mods/example_mod.rpy. We've also got a mod development channel where I'm happy to answer any questions you might have!
The discord invite link shows expired
 

Murgle

Newbie
Aug 23, 2018
19
51
You're correct, the models are animated using Live2D! In theory you should be able to modify the image in game/images/Models/Student_1/Student_1.4096 and the change will be reflected in game. Due to how Live2D handles the image only changes close to the silhouette of the original art will work, and you'll need to keep the image size the same.

I occasionally release the Live2D models as a modding resource as well, so if you want to fiddle around with those they're available . I'm just now realizing I haven't released an updated pack since v0.17; I should probably put out a new version soon.

If you're interested in coding stuff A Very Full House has some modding tools in the code that let you define image changes for models dynamically. That's a little much to explain right now, but there's some example code in game/Mods/example_mod.rpy. We've also got a mod development channel where I'm happy to answer any questions you might have!

Oh, the author! Didn't expect YOU at a pirate site.... Well, now I feel weird....

Thank you very much for the info! I'll poke around and see what I can figure out.

Love your game! Keep it up.
 
  • Red Heart
Reactions: MetaMira

MetaMira

Active Member
Game Developer
Sep 14, 2021
556
1,316
Oh, the author! Didn't expect YOU at a pirate site.... Well, now I feel weird....

Thank you very much for the info! I'll poke around and see what I can figure out.

Love your game! Keep it up.
Don't worry, I release it for free anyways so there's nothing to actually pirate! Just happy to help and see other people make cool things too. Not to get philosophical about a porn game, but: sharing is kind of the point of art, right? Make cool things, inspire other people to make cool things, and in the end everyone benefits from the existence of all of the cool things.

Anyways, glad you're enjoying it!
 

IXL

Well-Known Member
Jul 28, 2017
1,378
894
MetaMira

Wondered if you might be able to help on this one..?

Each time I access the phone or right click from this moment, it crashes to the traceback screen. I've supplied the code and attached a save.
You don't have permission to view the spoiler content. Log in or register now.

Ive never modded the save file ever, in case your wondering. Any ideas?
 

kasztan

Member
May 6, 2018
121
149
MetaMira

Wondered if you might be able to help on this one..?

Each time I access the phone or right click from this moment, it crashes to the traceback screen. I've supplied the code and attached a save.
You don't have permission to view the spoiler content. Log in or register now.

Ive never modded the save file ever, in case your wondering. Any ideas?
You must have used a guide mod at some point, because the error says that you're missing a file from it. Apply it again to make the phone usable.
 

IXL

Well-Known Member
Jul 28, 2017
1,378
894
You must have used a guide mod at some point, because the error says that you're missing a file from it. Apply it again to make the phone usable.
I can see what you mean, but no. Its not just the phone, happens when you rc at any point.

It doesnt always occur, and havent used any sort of guide or mods.
 
Last edited:

Balial42

Active Member
May 3, 2018
817
916
Hey Guys. Not sure if someone asked this question before: what happens, If I choose to ignore the "Go to work" for a while? Beside of the salary ofc, but we have some tools to get Money, right? ;)

To make it more clear: can I just do the stuff at home/Mall/church or will it backfiring at me If I skip the work too often.
 

lArtoriasl

New Member
Nov 28, 2022
13
10
Hey Guys. Not sure if someone asked this question before: what happens, If I choose to ignore the "Go to work" for a while? Beside of the salary ofc, but we have some tools to get Money, right? ;)

To make it more clear: can I just do the stuff at home/Mall/church or will it backfiring at me If I skip the work too often.
I did this for a few days and nothing happened
 
  • Like
Reactions: Balial42

kasztan

Member
May 6, 2018
121
149
Hey Guys. Not sure if someone asked this question before: what happens, If I choose to ignore the "Go to work" for a while? Beside of the salary ofc, but we have some tools to get Money, right? ;)

To make it more clear: can I just do the stuff at home/Mall/church or will it backfiring at me If I skip the work too often.
You're losing 5 household stability each time you miss your workday. As long as it won't make your stability to go to 0 or below, you can ignore that chore.
 
  • Red Heart
Reactions: Balial42

BladerayW

Newbie
Dec 1, 2018
58
28
I still can't seem to get the nerd to spy on me sunbathing. Those two and the mirror tease are the ones that I just can't seem to trigger. It may have been said before, but can I get any hints to trigger those scenes, please?

I need to complete my check list.
 
4.10 star(s) 37 Votes