- Nov 30, 2019
- 388
- 609
I am not sure what the error means exactly, its quite a generic python/renpy one. But I do believe it is because of file paths being too long. Try moving the game to a less nested directory i.e "C:\Games".im getting this error every time i put Lana Rhoades Mod in the folders, i've already installed the Hotfix and still i get this error
View attachment 3979105
I haven't added any outfits yet which is why I used your mod as the example/teaser image xDExcellent. Let me know if there are any outfits that you are planning to have that would fit any ideas for the future and I can put those in the mod.
What is the literal tag for the clothing? Is it like “set_cheer” for example and anything with set_cheer will attempt to be worn together? I’ll update the mod in preparation for the new version.
All the only changes I you would have to make your mod to support the outfits is add the "outfit_tag" argument.
Python:
init -3 python:
""" LOWER """
cheerleader_skirt = Clothing(
name="Cheerleader Skirt",
lewdness=3, protection=6, outfit_tag="cheerleader",
clothing_type="lower", clothing_tags=("student", "cheerleader", "skirt"), covered_parts=("panties",),
base_image_name="cheerleader_skirt", base_value=25
)
""" UPPER """
cheerleader_top = Clothing(
name="Cheerleader Top",
lewdness=2, protection=12, outfit_tag="cheerleader",
clothing_type="upper", clothing_tags=("student", "cheerleader"), covered_parts=("boobs", "bra"),
base_image_name="cheerleader_top", base_value=25
)
Thanks for the suggestions. The update after this will be focused on the exam portion of the game completely and is going to be a complete rework of the intro, exam gameplay and the outro. I am planning on a pre-exam inspection, like Examination Day used to have so they might be a chance to punish the girls.I really like the outfit sets as well. Opens up possible new rules options (for a longer corruption path maybe?) like regular uniforms-->skimpy uniforms-->sexy uniforms. Opens up cosplay options too.
Store is great too. Lots of potential to be tapped. Also, maybe 'punish' the girls by making them masturbate if front of the class, or use a dildo (or get one used on them). This will require more vids but it's still pretty early in development so I figure I'd make the suggestion.
All in all, good job, lots to look forward to.
As you mentioned videos are usually one of the limiting factor of adding a feature.