Pajorion

New Member
Mar 13, 2019
13
28
Thanks for sharing your totally valuable opinion everyone definitely asked to see. Don't let the door hit your ass on your way out~
Clearly got a kick out of you so i think it did its job, and the 5 other people who for some reason seemed to get upset at me going "looks like a child, bad to make porn of" :ROFLMAO:
 

sub_mackens

New Member
Dec 1, 2021
12
2
And you do know a big portion of asian cultures actively sexualize their children? idols going as far down as like 13 years old, does not stop me from thinking it looks like a child, and that makes it vile in my eyes

Everyone on this website is a pixel fucker id assume lmao

Clearly got a kick out of you so i think it did its job, and the 5 other people who for some reason seemed to get upset at me going "looks like a child, bad to make porn of" :ROFLMAO:
Mate, you dug into this whole thread to bring up those quotes from at least 2 weeks ago. Did you take a vacation from this thread or something?

As a side point, the creator apparently loves changing the dates on the birth certificate so the argument of her being one is pointless as well.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,243
611
For some reason I can't enter the tavern.

I play in 0.9.0.5 version with mods.
Try a clean install. Also, make sure you are not using the demo mods, they are not intended for players (hence why they are now a separate download starting with 0.9.0.6)
 
Last edited:
  • Like
Reactions: TRplayer426

Kenny567

Well-Known Member
Oct 10, 2017
1,243
611
Is there a way I can have sex without killing someone in a succubus build?
Don't overuse the sex skills and make sure you let them finish at their own speed.
Also, not getting the traits that change the target pool of sex attacks from stamina to health will help a lot.
 
  • Like
Reactions: wuuuut

sub_mackens

New Member
Dec 1, 2021
12
2
Does anyone have the translation for version 0.9.0.5?

I'm using joiplay, so I can't use the MTL tool
There's an updated translation for most languages posted on Github if you're not able to use the MTL tool.



Keyword being most languages as it seems that there were attempts for Spanish and French at one point.
 

Kenny567

Well-Known Member
Oct 10, 2017
1,243
611
There's an updated translation for most languages posted on Github if you're not able to use the MTL tool.



Keyword being most languages as it seems that there were attempts for Spanish and French at one point.
The ones that have been 7z'd just haven't been updated for so long that they got treated as abandoned (they might even be older than the current demo at this point)

Also, that is the official translation project, and really should only be used with the latest version due to changes that will break older versions (which specific versions that will break are unknown at this time)

Having said that, it might work perfectly fine with 0.9.0.5
Just be aware that if it isn't, dialog and other text may suddenly stop working at some point. (For example: a choice that has no options and essentially soft-locks the game at that moment)
 

Kenny567

Well-Known Member
Oct 10, 2017
1,243
611
Tip for mod authors:

Use the following code to get the folder that your mod is in: (to support mod folder renaming. Path is relative to Game.exe. e.g: For CMF it returns ModScripts/_Mods/Cheats Mod with the default mod folder name)
Code:
$test_ScriptPath = "#{File.dirname(__FILE__)}"
Replace $test_ScriptPath without whatever variable you would actually be using.

Note:
This is used in the WIP v1.0rc7 update to Cheat Menu Framework as part of the change to the soft-dependency on UMM instead a hard-dependency.​

P.S:
Make sure this is only in the initial script for the mod as it will return a different path for scripts in a subfolder. E.g: In CMF, if this was in <Cheats Mod>/scripts/Utils.rb the path returned would be ModScripts/_Mods/Cheats Mod/scripts
This is because it returns the path to the current script.​

Proof of concept:
Extract the attached zipped script to any folder that is imported via a script loader, run the game, open the F10 console and type:​
prp $test_ScriptPath
List of folders where scripts are loaded from:​
  • via the Loader script in Scripts.rvdata2:
    • Data/Scripts/
  • via FileGetter:
    • Data/Scripts/Editables/
    • Data/Scripts/Frames/
    • Data/Scripts/Frames/*/
    • ModScripts/
  • via ModLoader:
    • ModScripts/_Mods/*/
  • [If installed] via Cheat Menu Framework:
    • ModScripts/_Mods/Cheats Mod/addons/
    • ModScripts/_Mods/Cheats Mod/scripts/lib/
    • ModScripts/_Mods/Cheats Mod/othermods/
 
Last edited:

maxsciem

Member
Apr 25, 2020
124
10
Mods

by me:
(more coming soon, will be updated; I was about to publish and then got struck by the new mod api -.- patience)

  • GemPregnancy
    • v1 (REQUIRES UMM!! (very likely))
    • adds a trait, which lets you grow gem and jewels in your heroines ocrifices (idea from a skyrim mod)
    • View attachment 3605291
    • in order to keep impact on performance as low as possible, the script uses story_records to calculate how many gems have grown. This however requires to use "collect grown gems" after acquiring the trait to initialize a new counter. Every other cumin and orgasm will count towards the gem grow.
    • implemented features:
      • can acquire trait for gem pregnancy
      • can select to collect gems via BasicNeeds skill
        • slightly modified HCG-frame (compared to peeing or collecting milk)
      • gives gems depending on (recorded) cumins and orgasms (please note: not every sex event might increase the counter)
        • 5 times for the smallest gems, 20 times for common gem, 100 times for large gems
        • gems are much more worth if they are bigger. So it might be more useable to leave them in Lona's ocrifices to grow them bigger first
    • future plans (maybe):
      • decrease mood when gems are sold
      • decrease mood drastic when gems are stolen
      • more appropriate trait icon xD

currently in development (mostly mods for a more enhanced succubus playstyle):
  • Proper spellbooks - switch page of a spellbook with a short press, cast holding key pressed (more of a demo mod)
  • Busty Demons, Succubi and everlusting Might - converts a lot of the late game (or early game if you use cheats) by enhancing lilith trait and adding more traits around succubi playstyle
    • infusing bondage and chains -> getting bound makes lona stronger
    • gain STA during passive sex
    • can do active sex, abomination and succubi related skills even with negative STA (there is a limit of course)
    • loose sanity hehehehe....

---

by someone else, just repacked (for convience, because they weren't in proper mod-format, ...):

GtcModSet (refitted for v0.9.0.5 and loadable as mod)
original author: ??, using v17-01-2024 here
normalEQ ->
whoreDress ->
(What's the difference? Well, in v.0.9.0.5 one needs to define which kind of equipment it is. Use the "normalEQ" version if you don't care or don't know what to use)

WhiteSemenMod (loadable as mod, works for me with v0.9.0.5 and most versions before, should work now without UMM, thanks to Kenny567)
original author: by 417, preview pic by me
interesting mod
 

McBrerbo

Newbie
Jul 9, 2018
75
75
Not sure if anyone can help with this, kind of losing my mind over this because it's making absolutely no sense.

For reference, I own the game and have access to all the versions on itch. About 4 days ago, I set up a lightly modded 0.9.0.11 (had a new slave outfit which I've never even seen in any of the patch notes on discord) version of the game. I had the cheats mod and ultra mod manager. I could launch the game fine and experienced no bugs. There was an update recently to .12, so I backed up my game folder to a zip file, updated to 0.9.0.12, and gave the mods a try (I usually just check and see if they still work, and look for updates if there aren't any, or roll back if it doesn't work at all). I've done this more than a handful of times over the last year or two and have never had issues, and have always been able to figure it out, until now.


So here's the problem.
I was getting a crashing bug on launch in game version 0.9.0.12, so I reverted back to .11. After trying to launch the game, I got an error after hitting accept in the ultra mod manager screen on game launch. The error went away without the mods. I reverted the game to .10, got the same error, then I did .09, same error. At this point, I decided to try every single version of the game starting at and after B.0.9.0.0, and the game will not launch with Ultra mod manager by itself on any version (removed cheats mod completely from the mods folder just to be on the safe side). Some versions have different errors, though the early versions seem to have some sort of problem with a fishkind martial artist skill being duplicated so not sure if related.

I even extracted my backup zip and got errors.

I don't know how else to explain this, it's like I've been playing this game for years, never had this issue, game worked fine the other day, but now all of a sudden, the game refuses to load on ANY version if ultra mod manager is present. I don't get it? It's like my computer just banned me from executing that mod, it makes no sense. I am using the latest version of ultra. Is there some sort of cache somewhere, or registry information that got corrupted or something?
Freshly installed 0.9.0.10 from itch.io

Freshly installed 0.9.0.5 from F95

TLDR: Ultra Mod Manager, by itself on a fresh install of the game, causes errors like above if I try to use it on any version of the game, when it didn't before, even if I use the game version that just worked for me a week ago.


I tried 1.2.1 and 1.2.0, and 1.1.0 of ultra mod manager.

Tested versions, as listed on itch.io:
B0.9.0.0
B0.9.0.1
B0.9.0.2
B0.9.0.3
B0.9.0.4
B0.9.0.4.1
B0.9.0.4.2
B0.9.0.5
B0.9.0.6
B0.9.0.6 (another.6 released on the same day according to the itch downloader)
B0.9.0.7
B0.9.0.8
B0.9.0.9
B0.9.0.10
B0.9.0.11
B0.9.0.12
B0.9.0.12 (another .12 released on the same day according to the itch downloader)'



Edit: Just tested on laptop on several versions as well. 0.9.0.0, 0.9.0.5-0.9.012. Same exact error. I have NO idea how I got this working a week ago.
 
Last edited:
  • Like
Reactions: eugene67
4.10 star(s) 183 Votes