Hargan2

Well-Known Member
Nov 27, 2017
1,202
1,397
What does the exclamation mark button on the main menu do
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.
 
  • Like
Reactions: Konstantinus

Azriel Satan

Member
Jul 27, 2017
419
1,268
i've been waiting for Leila for 3 years man
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.
 
Last edited:

TerreCrimson

Newbie
Sep 4, 2021
88
178
Dumb question, but because I've never had to do this...
Where do I put the image pack?
[TiTS version] < resources < app < resources < img
You want to replace that last folder completely. But also yes, you should be able to just download from the in game menu.
 

Orphanus

Well-Known Member
Oct 25, 2019
1,245
1,994
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.
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).
 
  • Sad
Reactions: claralover

ModraHD

Member
Mar 22, 2019
158
650
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.
 

Hargan2

Well-Known Member
Nov 27, 2017
1,202
1,397
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.
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.

Edit: This will of course delete your saves.
 
Last edited:
  • Like
Reactions: ModraHD

CboyC95

Engaged Member
Feb 22, 2019
3,022
3,118
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");
What's the coding for adding the "perma-cute" and "bubble butt" perks?
 

Witar

Member
Game Developer
Feb 27, 2018
264
362
What's the coding for adding the "perma-cute" and "bubble butt" perks?
They are pretty much straightforward
JavaScript:
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.");
 

ModraHD

Member
Mar 22, 2019
158
650
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.
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.
 

Hargan2

Well-Known Member
Nov 27, 2017
1,202
1,397
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, 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.

The double-tap is an option you can turn off, but if you do that you won't be able to see the tooltips as you can't just tap and hover over them like you could on the old flash app. The purpose of the double-tap is so you can tap once to see the tooltip. Which is a bad solution, I agree. However Gedan has stated he's spending time on working on the mobile UI, especially since they royally fucked over mobile with version 0.9.039 and up, with the removal of the big navigation buttons in favor of tiny ones on the minimap or slightly less tiny ones with the map expanded. Maybe they'll implement a better solution. I kinda doubt it, though.
 

claralover

Engaged Member
Nov 2, 2017
2,915
7,717
(I initially found out about her when I found a reference to a Crew member I had never heard of in the code)
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.
 
4.10 star(s) 69 Votes