Content_Consumer

Active Member
Dec 24, 2019
977
3,368
This bunker must have been well stocked on pills and condoms for there to be no pregnancy tag by the final version.
 

MercuryDev

Member
Game Developer
Dec 7, 2020
247
585
This bunker must have been well stocked on pills and condoms for there to be no pregnancy tag by the final version.
Lol. Pregnancy is just not my cup of tea. I believe there is some quick mentions of impregnations inside, but nothing serious, yeah.
 

Fibrosion

New Member
Oct 8, 2020
12
54
Please consider taking out Dakota's content.
The girl died young a not so good death and feels like a punch in the gut seeing her. :(((
Time moves on. Actors die all the time, and many of them in terrible ways. That doesn't mean they deserve to have their work scrubbed from existence. And if it's about the ethics of the porn industry specifically, we shouldn't be enjoying the work of living actresses either.
 

Max37

New Member
Jul 4, 2021
3
0
MercuryDev
Привет! В событии с Кристалл и панкушками, что нужно вводить в строке значение переменной player_name? Я уже кучу вариантов перебрал, все время пишет, что я дебил, и не то выбрал:cautious:
 

MercuryDev

Member
Game Developer
Dec 7, 2020
247
585
MercuryDev
Привет! В событии с Кристалл и панкушками, что нужно вводить в строке значение переменной player_name? Я уже кучу вариантов перебрал, все время пишет, что я дебил, и не то выбрал:cautious:
Привет! $player_name — переменная, отвечающая за «имя игрока». А как в Мэнрейн все называют главного героя?) Вот и твой ответ!
 

Max37

New Member
Jul 4, 2021
3
0
Привет! $player_name — переменная, отвечающая за «имя игрока». А как в Мэнрейн все называют главного героя?) Вот и твой ответ!
Спасибо!
 

cloned909

Newbie
Nov 14, 2018
93
49
Unfortunately, no. I had thoughts on it, but couldn’t come up with any ideas. Maybe some day in the future…
I only have 2 idea in mind.

For "Master" achievement (fully trained your slave), maybe an option to reset the training ? Or is there another way to see other path without complete save reset ?

Other might just redundancy, but maybe make some item/actions to be able to used twice as much (or buy it twice). Heck, making [SAVE ME!] price lower with each achievement helps !

Does this make it the game easier ? Yes. But I want to explore the options rather than worry about game over at that point.
 

MhSequoia

Newbie
Jul 30, 2021
84
115
Open the .html file by any txt editor and search for "cheat" or "cheat code" or "patreon" or something like this, you can find the cheat code for most html game.
 

alltreck

Newbie
Nov 20, 2018
88
47
Minor modifications to keep all your resources around 15. You won't lose in day-to-day activity.

Or if you don't trust me (well look at you all smart and careful) you can take the next code:

HTML:
/* minor resources mod */
<<if $resources lte 15 or $resources gte 15>>
   <<set $resources to 15>>
<</if>>

<<if $stability lte 15 or $stability gte 15>>
   <<set $stability to 15>>
<</if>>

<<if $development lte 15 or $development gte 15>>
   <<set $development to 15>>
<</if>>

<<if $people lte 15>>
   <<set $people to 15>>
<</if>>

<<if $people gte 15>>
   <<set $people to 15>>
<</if>>
and put it AFTER the line 990 - `@@ @@.center;`
 

MercuryDev

Member
Game Developer
Dec 7, 2020
247
585
I'm always glad to see the game actually finished. Good job)
Thank you so much! I'm proud to have it completed.

Minor modifications to keep all your resources around 15. You won't lose in day-to-day activity.

Or if you don't trust me (well look at you all smart and careful) you can take the next code:

HTML:
/* minor resources mod */
<<if $resources lte 15 or $resources gte 15>>
   <<set $resources to 15>>
<</if>>

<<if $stability lte 15 or $stability gte 15>>
   <<set $stability to 15>>
<</if>>

<<if $development lte 15 or $development gte 15>>
   <<set $development to 15>>
<</if>>

<<if $people lte 15>>
   <<set $people to 15>>
<</if>>

<<if $people gte 15>>
   <<set $people to 15>>
<</if>>
and put it AFTER the line 990 - `@@ @@.center;`
I advise changing the values to 13. It's the most optimal value. The supporters-only cheat menu has a feature of keeping the elements locked at 13.
 

alltreck

Newbie
Nov 20, 2018
88
47
Thank you so much! I'm proud to have it completed.


I advise changing the values to 13. It's the most optimal value. The supporters-only cheat menu has a feature of keeping the elements locked at 13.
Thats a great milestone. Особенно учитывая, как много игр разрабатываются ради самого процесса разработки и выходят в релиз.....никогда))

Why 13 in particular? Currently, the conditions are placed after the day is ended but before the validation. So iven if the value is more/less than critical it'll go back to 15.
 
  • Like
Reactions: MercuryDev
3.10 star(s) 7 Votes