YOU NEED TO KNOW THE BASIC of GODOT game engine to create mods for this game.
all characters created will be display at the motel.
STEP 1 - DOWNLOAD GODOT 3.5.3
STEP 3
Import and open the project "character maker" on godot 3.5.3
STEP 3
Change the folder name "change_this_name" to a unique name, do not use a single name like "ana" insted add your unique identifier , example: "blackshadow234_ana" the reason is that npcs with the same name will be over write.
Your unique identifier can be any character set that you think is unlikely to be used by anyone.
IMPORTANT:
Never use expecial characters.
Never use spaces, use underscore insted
STEP 4
Edit the scene npc.tscn
this is the scene where display the npc,
add your textures and add or delete any nodes you need unless AnimationPlayer node.
AnimationPlayer can not be deleted all others can.
You can not rename the animation inside AnimationPlayer node.
to create a idle animation use the loop animation
If you create a node call clothing that node will be hidde when showing the npc in the motel room.
if you add a new texture do not forget to delete the old one.
if you whant to try a similar art style:
the shadow color is color 2283DE on a Multiply layer at 30 % opacity.
line art its at 4 px on the npc and at 6 or 8 px on the sex scenes depending on how close the character is.
STEP 5
edit the sex animation.
you have a max of 3 sex animations per character
oral.tscn
vaginal.tscn
anal.tscn
you can add only one animation or add all 3 animations
on this scenes you can not delet the nodes
AnimationPlayer
AnimationTree
all others nodes can be deleted
you also can not rename the animation inside AnimationPlayer node nor change the AnimationTree.
loop animation inside AnimationPlayer node is for the loop sex animation and it must be in loop mode.
climax animation is for the climax animation must not be in loop mode.
player body texure is include in the project, its name is player1.png
STEP 6
after create the animations return to npc.tscn
selected the root node of the scene call "npc" on the right side the character properties will appear
Npc name
Price
Vaginal
Oral
Anal
you can give the npc a name at Npc name, the price define the price the player must pay to have sex with this character,
them select only the animation you create.
example if you just add a oral animation select only Oral
STEP 7
export as an .pck file
go to project / export
add the platafor you like to export for, in this example is windows
chose export PCK/zip...
on save the file select pck (zip is select by defaut you need to change to pck)
STEP 8
Place the pack file you create on the game npc mod folder
on windows you shoud find it at
C:\Users\{your user name}\AppData\Roaming\Godot\app_userdata\SweetSummerJob\mods\npcs.
on android shoud be something like
/storage/emulated/0/Android/data/org.godotengine.SweetSummerJob/files/mods/npcs
on other platafors I'm not sure.
Note: this tutorial is entended It is aimed at those who have some experience with Godot and 2D animation, there are alot of information on youtube to understande the basic of godot and godot 2d animation.
by duplicate the character folder and rename it you can add as many characters to your pck file as you whant.