I'm wanting to ask how much do I have to pay for the Patreon to play the full game I kinda like how it a h-game mix abit of RTS.
thank for the help but it not the full game it the same as the public.
nha this is the patreon buildthank for the help but it not the full game it the same as the public.
That shouldn't happen, and the mod doesn't need updates. It might be a a file access issue though. Try putting the extreme mod in C:/users/username/appdata/locallow/stationmasterdev .Worth noting that the extreme content mod causes a crash when starting a new game. Crash no longer happens if mod is deleted. Assuming its outdated, and should be stated as such on the OP.
Really I tried but still can't find/build the structure to get more system do I need to restart the game.nha this is the patreon build
Good to see you, old friend, maybe you still remember me. Both solutions work for the "mod". The latest version looks as good as the dream long ago was how stationmaster should be I believe. Very pleasant to play and just about everything we need available, thank you very much. The joke has to be but why is no cat responsible for the "mod" this time?That shouldn't happen, and the mod doesn't need updates. It might be a a file access issue though. Try putting the extreme mod in C:/users/username/appdata/locallow/stationmasterdev .
Good to see you too.Good to see you, old friend, maybe you still remember me. Both solutions work for the "mod". The latest version looks as good as the dream long ago was how stationmaster should be I believe. Very pleasant to play and just about everything we need available, thank you very much. The joke has to be but why is no cat responsible for the "mod" this time?
A problem I would have or more the most important question and that is that there is no stun gun in the inspection menu anymore? And the worst problem would be that we can only sell all newborns? I would like to keep my descendants for later, like you know for "things". Shouldn't the mod unlock that? Without that I can breed and then look at my descendants in the palace is a very large part of the game away, for me then seems almost uninteresting.
Does anyone know how I have to activate or set this so that I can enjoy most of the game? Thank you.
Thanks for the answer. On Patreon, it already looked very promising. Yes, so the toys there should be good if they work the way you want them to. You have always done a very good job with the great effort. But the most important question with the biggest problem remains. With the next update, can we finally keep our descendants for "things" and then use them without restrictions?Good to see you too.
I'm currently working on growth vats, but they're not quite done yet. I'm expecting that to go out in a couple weeks (they mostly work now, but are a little too buggy to release, even for me).
As for the stun gun, it's on my list for the future (with the rest of the toys), but only when I have the time to do it right. If you're talking to a disobedient slave, there is a dialog option to "punish her outburst," which gives a shock (though it gives obedience/fear, so you can't spam it).
Patreon requires me to be coy about it, but that's in the next patch too. It's already better-integrated than it was in SM1 (It's got conditions in the RA, and you can even set a separate honorific and vat backgrounds for them, if you want).Thanks for the answer. On Patreon, it already looked very promising. Yes, so the toys there should be good if they work the way you want them to. You have always done a very good job with the great effort. But the most important question with the biggest problem remains. With the next update, can we finally keep our descendants for "things" and then use them without restrictions?
I searched everything in the current version and found almost nothing in the code. That's just a very important big part of the game for some and me I think. It would be enough to have the option in the policies, the rest runs by itself. If I didn't see that wrong, in the saves there was a line from the RA where something similar to keep was already to be seen or rather there was descendant of player or something like that, but the option does not appear ingame.
To the other one I would say, well, maybe she was a bad girl and needs to be punished without having done anything, if you understand. ^^
To anyone reading this thread who isn't a programmer, I just want to point out that the statement "I misremembered double as fixed-point" is about equivalent to a chef saying "I misremembered pasta as a kind of sandwich". It's a frank admission that the dev has no training and is fumbling along without knowing what he's doing. That can be fine, just be honest about it, please. Change the currency to use the type `long`, aka `System.Int64`.I looked at this more, and you're right. I misremembered double as fixed-point. Oops.
As far as scaling, I was thinking about it in terms of purchases and aggregated income (where, if it's more than 6 decimal places in, it doesn't matter if it's added or not), but I could see it introducing some odd behavior around the non-aggregated income sources (like babies in the current patch, which will stop giving you money once you hit somewhere between 1 billion and 1 trillion).
I'll switch it to a double (or maybe even BigInteger, for the banter) in the next patch. Good catch.
To be fair, fumbling or not, they managed to build something....daddy chillTo anyone reading this thread who isn't a programmer, I just want to point out that the statement "I misremembered double as fixed-point" is about equivalent to a chef saying "I misremembered pasta as a kind of sandwich". It's a frank admission that the dev has no training and is fumbling along without knowing what he's doing. That can be fine, just be honest about it, please. Change the currency to use the type `long`, aka `System.Int64`.