Mod HTML Inseminator [v0.13.1] [InsemGame] [MOD]

5.00 star(s) 1 Vote

AkiranGaming

Active Member
Jan 4, 2024
876
555
I have another version of the mod, with more things/shortcuts done, bugs fixed, but since it's nothing that breaks the game, I'll just add it in the next dev' version... unless people want it now.
My curiosity was based on this comment.

Nothing, no idea, and no.

But i'm open to suggestions soooo....
Are your changes just to the code or do you plan to add or update images and videos as well?

Work as an extra/star at the Theater with higher pay than teaching, perhaps costing more APs per job, and chance of casting couch event would be nice.

I'd love to see alternate DLC for the different girl types for the various event scenes, so we could swap out the police chief and mayor based on our preference settings. It could just overwrite the current images and videos.
 
  • Hey there
Reactions: Clown.34

Clown.34

Active Member
Sep 8, 2018
501
455
My curiosity was based on this comment.
Are your changes just to the code or do you plan to add or update images and videos as well?

Work as an extra/star at the Theater with higher pay than teaching, perhaps costing more APs per job, and chance of casting couch event would be nice.

I'd love to see alternate DLC for the different girl types for the various event scenes, so we could swap out the police chief and mayor based on our preference settings. It could just overwrite the current images and videos.
I see
code only, no
may do deppending on my free time
it's possible, just not by me
 

InsemGame

Member
Sep 5, 2024
144
374
Cool mod :) we've been talking for a while but I didn't really test it until recently.

Few issues I noticed :
- The "first time play" help seems broken
- This new "age stuff rework" might have effects you don't want, kinda screwing up probabilities to force generation in a specific age range of maximum 20 years (including for special event characters). I'd recommend making the max range larger
- The problem reported by AkiranGaming is still present, except it actually counts as a malus now, $orgasms should indeed be substracted
 

fomeki6933

Newbie
Jun 29, 2020
94
61
Code:
<!-- __Aks-->    &lt;&lt;if $lstpc == "home"&gt;&gt;&lt;span&gt;[img[images/icons/phone-button.png][Home]]&lt;/span&gt;&lt;&lt;elseif $lstpc == "estate"&gt;&gt;[img[images/icons/phone-button.png][Estate]]&lt;/span&gt;&lt;&lt;/if&gt;&gt;\
There's a missing <span> if the variable is set to "estate" which messes with the phone's home button.
 
  • Hey there
Reactions: Clown.34

Clown.34

Active Member
Sep 8, 2018
501
455
New version, hope is the last this update....
- fixed missing stuff.
- fixed stuff broken on the last update...(in my defense i was sleepy...)
- added another easteregg, game-changing too...
 

AkiranGaming

Active Member
Jan 4, 2024
876
555
I'm not sure this is original or mod bug, but was playing the current mod, so ...

Error: the passage "$pre" does not exist

It happens after viewing the contacts, going to girl profiles, viewing a girl, and then backing out.

EDIT: I tried the save file with the original and it worked, so definitely a mod issue.
 
  • Hey there
Reactions: Clown.34

themagiman

Well-Known Member
Mar 3, 2018
1,738
548
Ok. . File structure is intact.
- Some Preggo Girls
- Some lewd girls. Some nude girls
- Some AI, some real
- Feel free to browse through and delete any you don't like before you replace the vanilla girls
- Note: all girls 18+ years old or otherwise of age
how did you make the ai pictures? I'm struggling with prompts just to make something even passable let alone this good.
 

MalakSaesmus

Newbie
Jun 9, 2018
21
34
Hi,

I inserted this into the sidebar (line 4208-4226), feel free to add/modify:


[[Cash + 1000|Cheats][$mc.cash += 1000]]\
[[Charisma + 10|Cheats][$mc.charisma += 10]]\
[[Action Points + 10|Cheats][$mc.ap += 10]]\
[[Spirit + 100|Cheats][$mc.spirit += 100]]\
[[Sperm + 100|Cheats][$mc.sperm += 100]]\
[[Sex XP + 10|Cheats][$mc.sexXp += 10]]\
[[Essence + 10|Cheats][$mc.essence += 10]]
[[Modify girls|CheatModifyGirls]]\

[[Home]]\
[[CityCenter]]\
[[Neighborhood]]\
[[OldCanal]]\
[[OldTown]]\
[[Park]]\

[[Back to Call|CallGirl]]\
[[Back to Date|DateGirl]]\
[[Back to Sex|NakedKneel]]\

Attached how it looks. The last three is for when you are cheating stats and want to jump back what you were doing.

Cheers
 
  • Hey there
Reactions: Clown.34

orenjipillow

New Member
Mar 19, 2024
2
0
Hi clown,

thanks for doing this mod, it really really helps the quality of life of this game... :)

in the 0.12 version of the mod I did some changes to add keybind functionalities. I used tweego to decompile your html mod into a twee file to edit, because its easier and it splits well into several twee files.

In this 0.13 version I tried the same but found some errors, one that was the <!-- __Aks--> comment tags. I don't know if you only added this version, but It was cutting the passages short and causing some errors of unclosed tags. A sed to remove all <!-- --> comments from the html made it work ok.

When compiling back to html from twee files, I noticed that if you add a comment <!-- --> in the twee file,the compiled html is such:

&lt;!-- __Aks--&gt;


I don't know if you're still using Notepad++ to do your mods, which seem very hardcore.
I'm attaching the split decompiled twee files from your mod so you can check it out... its much easier to read/edit.

In case you're interested:

 
5.00 star(s) 1 Vote