Pajorion

New Member
Mar 13, 2019
13
27
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,209
599
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,209
599
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,209
599
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,209
599
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
 
4.10 star(s) 183 Votes