- Jan 18, 2020
- 45
- 78
AFAIK, not outside of cheatingIs there any other route for demonification other than
You don't have permission to view the spoiler content. Log in or register now.
AFAIK, not outside of cheatingIs there any other route for demonification other than
You don't have permission to view the spoiler content. Log in or register now.
You want to cosplay as The Thing? Respectable.The bad news is there's no legit way of doing this. The good news is in the in the debug menu (type "buggy" to open) there's options to enable different linin perks that give you more transformation optionsIs there any other route for demonification other than
You don't have permission to view the spoiler content. Log in or register now.
While that would be the quick and easy way, I hate how it locks transformations into a base humanoid form. Because I'd personally like to become a Demonic Tentacle Monster, that hides in the façade of a human being, before transforming back into its "true" form for a right and proper Tentacling. Tentac-ling? Tentacle Sex.
The logic for required orgasms is fairly simple.''x need to orgasm y'', waht y depend on
Required Orgasms | |
---|---|
Partner has "Object of Desire" perk (Non-stacking) | +1 |
Imp | +1 |
Half Demon | +2 |
Demon | +3 |
Vulnerable to Arcane Storm | +1 |
such a setup would require a code level mod that would do a full body transformation right before entering the sex scene and then revert said transformation upon exit.Is there any other route for demonification other than
You don't have permission to view the spoiler content. Log in or register now.
While that would be the quick and easy way, I hate how it locks transformations into a base humanoid form. Because I'd personally like to become a Demonic Tentacle Monster, that hides in the façade of a human being, before transforming back into its "true" form for a right and proper Tentacling. Tentac-ling? Tentacle Sex.
Yes, I do. But unfortunately, no H-game has been released with that in my mind. There's only games where you do the usual Thing stuff, like killing, and goring, unfortunately, those aren't really my style.You want to cosplay as The Thing?
This won't be complicated by my use of Keldon's mod, yes?~Debug Menu Instructions~
Oh, to be clear I was thinking more along the lines of staying in human mode while out and about in the streets, but manually using the transformation menu to load a preset form when I duck into the alleyways and waterways. That's how I played when I went with the Vanilla Demonification anyway.full body transformation right before entering the sex scene
I feel you mate.Yes, I do. But unfortunately, no H-game has been released with that in my mind. There's only games where you do the usual Thing stuff, like killing, and goring, unfortunately, those aren't really my style.
Nope.This won't be complicated by my use of Keldon's mod, yes?
If you're willing to do that, you might as well just straight-up cheat and use the BUGGY debug menu to give yourself as much money as you want, because that's going to be infinitely easier to pull off than modding.So returned to this game after more than a couple of years and found out milking has been nerfed into oblivion for the sake of balance
( who tf cares about balance in a single player power fantasy?!)
Is there a mod or a way to edit the files to reverse these changes?
Sigh, nice non-answer. Whatever, frankly it kinda ruined one of the main components of the game, namely the slavery system.If you're willing to do that, you might as well just straight-up cheat and use the BUGGY debug menu to give yourself as much money as you want, because that's going to be infinitely easier to pull off than modding.
It was already breaking the game to make millions of flames a day, and was basically just cheating with extra steps, hence why I said that actually cheating was the best course of action. From my experience, milking rooms are still pretty good with a few max-fluid demons, you just can't get absurd with fluid/taste multipliers anymore.Sigh, nice non-answer. Whatever, frankly it kinda ruined one of the main components of the game, namely the slavery system.
You were incentivized to engage with the system, because it was profitable. Now? Why bother, you can get more by enchanting. By "balancing" the game, Inno, managed to trivialize the entire thing to the point of ruining any enjoyment.
Before you were rewarded for your efforts, now it's a pointless hassle.
Could I get the same money by cheating, yes, but it breaks immersion, so what's the point?
public float getValuePerMl() {
return 0.1f + this.getFluidModifiers().size()*0.4f + (this.getFlavour()!=FluidFlavour.MILK?0.5f:0);
}
i just also want to say instead of needing to recompile the entire game you may be able to use recaf to modify the bytecode.It was already breaking the game to make millions of flames a day, and was basically just cheating with extra steps, hence why I said that actually cheating was the best course of action. From my experience, milking rooms are still pretty good with a few max-fluid demons, you just can't get absurd with fluid/taste multipliers anymore.
But, to answer your question, no, there aren't any mods that affects the milking room numbers. However, in theory, it shouldn't be too hard to make your own? You'd have to rebuild the game's source code, granted, but all you're doing is tweaking numbers that the game uses to calculate fluid values, specifically the getValuePerMl() function for each fluid; as far as I can tell, the base values are set to 0.1, 1, and 0.01 flames per ml for cum, girlcum, and breast milk respectively, then multiplied by getValueModifier, which is tied to the race of the milk (and currently appears to only be used for a 75% value reduction for doll fluids at present). If you're looking to bring back the functionality for modifiers and different flavors back in, theYou must be registered to see the linksbranch is functionally a preserved 0.2.7 build. The line of interest for this, taking from FluidMilk.java:
Which, as far as I can tell, adds 0.4 times the amount of modifiers there are, and then adds some more based on some formula that I don't know enough Java to decipher but definitely has something to do with the milk's flavor (although, squinting at it, I think it's adding 0.5 if the fluid isn't milk-flavored, or otherwise adds 0 if it is). Also in that version, milk was 10x more valuable, which alone should be enough to break milking rooms again the way you want.Java:public float getValuePerMl() { return 0.1f + this.getFluidModifiers().size()*0.4f + (this.getFlavour()!=FluidFlavour.MILK?0.5f:0); }
You asked a deceptively complex question.Sigh, nice non-answer.
the biggest irony is that the code is possibly too flexible because not only is it a java based game its also a javascript based game.You asked a deceptively complex question.
Editing anything beyond weapons/clothing/race/consumables requires actual codemonkeying.
It SHOULD be a simple value shift.
It SOUNDS like a basic no nonsense mod.
You vastly underestimate the spaghettification of the code.
You vastly overestimate the flexibility of the code.
Make a transformative to give your dick the dimensions of a novelty Red Bull can. And if you do not feel like toting that around, make another to revert the changes after you are done.how do you win Saellatrix wager? Is there a technique to it?
As far as I know You would have to download the source code and change the values to something larger and then maintain that change every time the game updates.So returned to this game after more than a couple of years and found out milking has been nerfed into oblivion for the sake of balance
( who tf cares about balance in a single player power fantasy?!)
Is there a mod or a way to edit the files to reverse these changes?
well the companion system as a whole was I think deprecated so its very spotty on who you can and cant have join you. Tho i think the reason is that internally the npc needs to at first be something like Brax who you can enslave/friend.why some npc's can't be added as companions? some can be, others can't be, what is difference between them?
Companions were deprecated and turned off in 0.3.9. AFAIK, the only time you can get companions is during the span of specific quests, unless you turn companions back on in Content Options -> Gameplay, in which case you can bring slaves and housemates with you.why some npc's can't be added as companions? some can be, others can't be, what is difference between them?