- Mar 16, 2022
- 37
- 31
It's a panic button, it's in the top right corner when in-game as well. It blacks out the screen so nobody who walks in on you or whatever can see what you're doing. Kinda dumb, imo, but I can understand the logic.What does the exclamation mark button on the main menu do
Seems to work perfectly, thanks again!You must be registered to see the links
should work fine
Funny I deleted my question similar to this, after figuring it out coincidentally.Dumb question, but because I've never had to do this...
Where do I put the image pack?
Only thing missing now is the slot editing on the ships, I like to carry the whole crew where ever I goSeems to work perfectly, thanks again!
Turn on Infinite Crew space in the cheat options.Only thing missing now is the slot editing on the ships, I like to carry the whole crew where ever I go
Load up a save, then open the main menu while in-game. Tap on the dot of the "i" in "TiTS" 3-5 times. You should get a pop-up telling you the cheat menu is enabled. It'll show up under options.Where are this cheat option?
I've only been waiting for one year so far; it's so disappointing that she is no closer to implementation than when initially announced.i've been waiting for Leila for 3 years man
[TiTS version] < resources < app < resources < imgDumb question, but because I've never had to do this...
Where do I put the image pack?
The worst part is, in my opinion, that she seems to be basically done. William just didn't work on her further because there is no indication that she'll be implemented anytime soon (as far as I can tell at least, no guarantees ofc).I've only been waiting for one year so far; it's so disappointing that she is no closer to implementation than when initially announced.
(I initially found out about her when I found a reference to a Crew member I had never heard of in the code)
You don't have permission to view the spoiler content. Log in or register now.
Which version? I had that issue sometime around 9.0.21 or .23 or so. I eventually bit the bullet and uninstalled the app and installed the newest version (which was like 9.0.28 or so), which both fixed the save to file not working and all subsequent updates installed fine. Save to file has worked flawlessly ever since. If you're on a version roughly that old, that's probably your only option. If it's newer, then I have no idea.Anyone else stuck on an older version on Android? Newer versions haven't worked to install for me, and my saves are stuck because Google would prefer I root it to see app files, and the Fenoxo devs don't care to make a working save to file button on the port.
What's the coding for adding the "perma-cute" and "bubble butt" perks?Some perks require flags setup, it's a little harder then just one line of code. Chase gave example of correct perk code on fenoxo forums.
Code:pc.createPerk("Black Latex", 0, 0, 0, 0, "Gives you delightful latex skin, but keeps you slightly more aroused at all times."); pc.skinType = GLOBAL.SKIN_TYPE_LATEX; pc.addSkinFlag(GLOBAL.FLAG_SMOOTH); pc.createStatusEffect("Latex Skin", 0, 0, 0, 0); if(pc.statusEffectv1("Latex Skin") < 3) { pc.addStatusValue("Latex Skin", 1, 1); } //exclusive perk pc.removePerk("Wooly"); // these will be needed if you want the perk to have story effect, revert via dollmaker, etc flags.DOLLMAKER_LATEX_SKIN = [pc.skinType,pc.skinFlags,pc.skinTone,"black"]; IncrementFlag("DOLLMAKER_USE_SPRAY");
They are pretty much straightforwardWhat's the coding for adding the "perma-cute" and "bubble butt" perks?
pc.createPerk("Bubble Butt", 0, 0, 0, 0, "Causes the PC’s ass to be considered soft even when they have high muscle tone.");
pc.createPerk("Perma-cute", 0, 0, 0, 0, "Your masculinity is permanently fixed to retain a cute, boyish appearance.");
9.0.20 here! I gave that a shot, and my saves got nuked. They were kinda fucked on an old version anyways, but at least I don't need to fuck around with RDP or horrific mobile browsers anymore.Which version? I had that issue sometime around 9.0.21 or .23 or so. I eventually bit the bullet and uninstalled the app and installed the newest version (which was like 9.0.28 or so), which both fixed the save to file not working and all subsequent updates installed fine. Save to file has worked flawlessly ever since. If you're on a version roughly that old, that's probably your only option. If it's newer, then I have no idea.
Yeah, sorry, I edited my post when I realized I hadn't actually warned you about losing the saves. I fucked up there, really should've included that. On the bright side, as long as save to file works now like it did for me, you can properly back them up so it won't be a problem again.9.0.20 here! I gave that a shot, and my saves got nuked. They were kinda fucked on an old version anyways, but at least I don't need to fuck around with RDP or horrific mobile browsers anymore.
Also, did they really make every button a double tap to use on mobile? JFC that's bad design.
yeah I found out in a similar way, I was curious about the Jumpers, since at the time I had found some scenes I was unaware of, and that led me to William's thread where he was talking about Leila and other things.(I initially found out about her when I found a reference to a Crew member I had never heard of in the code)