Apr 22, 2022
78
20
Why are there horny preggos in this forum asking how to give birth? Second time this is asked.
because we haven't gotten to the content that is tagged in the game, dingleberry. Just food for thought, if you are annoyed by helping others then you have the freedom to ignore it and be happy not wasting your own time. No one is obligated; it's just being nice is all. Honestly, I don't understand people that offer help but turn around and get mad at the next person that asks for help. You're deliberately pissing yourself off, but hey I'm just a dude that asked and received so who am I to state that which I am not.
 
Last edited:
  • Like
Reactions: Anon_357

VioletLilac

Member
Aug 9, 2020
164
60
DUnno if anyone is willing to answer again and i dunno i wanna try this game, been a year now since i last ask this but to those who are playing it in your PC is the game still having such thing where it crashes your PC or doing weird shit or is it safe now to download and run?

i saw someone posted a new 1.10 version so is that also safe or is it better to just download the 1.08 version? thanks in advance
 
  • Like
Reactions: Anon_357

18Scythe

Member
Jan 16, 2021
199
73
where tf do you get freeman's id card and what is sen simulation? dumped like 5 hours into this game but still don't have either cards
 

Anon_357

New Member
May 28, 2023
6
2
Can anyone make the apk version i need it and there is an official version aswell if someone makes it pls let me know
Ye. I respond to this to get attention towards it, but i really would like if someone could get the apk. Thank you all lots in advanced.
 
  • Like
Reactions: Nigha128

yerferg

Newbie
Sep 27, 2019
15
5
The awesome thing about games made with nwjs is how easily you can cheat using the developer tools or add custom scripts, which makes replayability a thing here (considering there is also the infinite nightmare level).

Here is a small tutorial how to do so, if someone wants to try:
In your game root directory (where the TunnelEscape.exe is) you will find a "package.json".
Remove in the json the "--disable-devtools" at the key "chromium-args".
Now if you run the game you can use F12 to open the Chrome developer console.
Switch to "Console" and now you can start to fiddle with the game variables and settings as you wish, if you know some javascript.
Typing in "$" you will see all the possible options you have.
  • in $gameParty._gold is your money value.
  • in $gameParty._weapons is a list of unlocked weapons (in $dataWeapons are all id's for all weapons, set the corresponding id to 1 to enable a weapon for example $gameParty._weapons[6] = 1; to enable the Submachine Gun).
  • in $gameActors._data[1] you have hp, sp, vp and exp stats to fiddle with
  • in $dataItems you can find the details to every item
  • in $gameParty._items are the items you have in your inventory right now
So for example $gameParty._items[36] is how many "Grenade Rounds" you have in your inventory.
$dataItems[36].name tells you this ID 36 is the "Grenade Round".

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You can even write your own small "mods" if you know a little bit of javascript. Here are some examples.
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
this doesnt work
 
3.90 star(s) 33 Votes