- Feb 27, 2018
- 281
- 477
- 248
It's not THAT much for a full time job in us after taxes, considering any decent js coder could make twice that amount.7 people making nearly 50k a year is less than wed think?
Anyone got 0.9.034 by the way?
It's not THAT much for a full time job in us after taxes, considering any decent js coder could make twice that amount.7 people making nearly 50k a year is less than wed think?
It was posted a page backIt's not THAT much for a full time job in us after taxes, considering any decent js coder could make twice that amount.
Anyone got 0.9.034 by the way?
Thank you!As I understand it you're supposed to take another session while still under the effect of her stat-boosts. You'll know it works if there's a scene after your session where she hesitantly hypnotizes you to be attracted to her.
View attachment 2348500
Eventually it'll change to this, once it reaches to this point you're a stones throw away from being fully hypnotized.
View attachment 2348514
Steele having high willpower will lengthen this process.
I am pretty sure that the first time you encounter her, there is an option that reads (I think) "She's crazy". Choosing this option permanently disabled her. Correct me if I am wrong, but I think that's what you need to do to get her pesky ass off of you.So... is Sophora... permanently defeatable yet or do I have to start a new game to get rid of this annoying bitch? She makes playing a Smuggler quite annoying considering all my CC either gets no-selled or makes her stronger. Haven't played in months because I got tired of spending effort kicking her ass for no reason.
That's the issue, I'm past that point because I figured "Sure let's engage with the new content and see where this goes." Only it went terrible places and I'm long past a save point I can roll back to.I am pretty sure that the first time you encounter her, there is an option that reads (I think) "She's crazy". Choosing this option permanently disabled her.
I agree, she's so fucking annoying and it usually takes 4 or 5 "Par. Shocks" before I can fully paralyze her and thus escape the battle.That's the issue, I'm past that point because I figured "Sure let's engage with the new content and see where this goes." Only it went terrible places and I'm long past a save point I can roll back to.
You need to lose to her once. Once you've lost to her once the creep factor ramps up and when you beat her now you have the option to kill her. If you're a nice or mischievous character, you don't go through with it, but she backs off because she realizes she's driven you to that point. If you're a hard character, you do just kill her. Either way, it should remove her from your game.That's the issue, I'm past that point because I figured "Sure let's engage with the new content and see where this goes." Only it went terrible places and I'm long past a save point I can roll back to.
Higher intelligence increases the chances of paralyzing shock working. I just used the Syri bug to get stupidly high intelligence and now Sophora has a 1/3 chance to get paralyzed.I agree, she's so fucking annoying and it usually takes 4 or 5 "Par. Shocks" before I can fully paralyze her and thus escape the battle.
... I refuse to submit myself to that, I'd rather restart the entire game than be forced into a rape sequence with an uninspired futanari rabbit girl with a cock larger than her own leg.You need to lose to her once. Once you've lost to her once the creep factor ramps up and when you beat her now you have the option to kill her. If you're a nice or mischievous character, you don't go through with it, but she backs off because she realizes she's driven you to that point. If you're a hard character, you do just kill her. Either way, it should remove her from your game.
Once you defeat LDC/Shock Hopper or at least 20+ Jumpers around Zheng Shi Sophora will spawn. Yes she's another Stalker character similar to Jasvalla but she's far more powerful, and you can encounter her almost anywhere unlike Jasvalla.Who is Sophora, and where do you first encounter her? Is she some kind of stalker, like that other character there... The alpha Dzaan?
(Seriously, none of these characters are on the wiki so forgive me for being a little ignorant of them).
There's a pretty good chance she won't actually use it on you at least. :vSo... is Sophora... permanently defeatable yet or do I have to start a new game to get rid of this annoying bitch? She makes playing a Smuggler quite annoying considering all my CC either gets no-selled or makes her stronger. Haven't played in months because I got tired of spending effort kicking her ass for no reason.
Bruh samethe last version I played was when it was still flash so its a wild jump, any mod or anything to get the old UI back?
When game is opened press ctrl+shift+ICould someone link me a working editor for this? All of the editors I have no longer work at all. :/
javascript:(function(){var s=document.createElement("script");s.src="https://chase-san.github.io/TiTsEdJS/titsed.js";document.head.appendChild(s)})()
Perks editing can be done directly through the console, as detailed in my post belowPerks editing is no go though. You can kinda edit them in hereYou must be registered to see the links
but a lot are missing or working incorrectly. Items are available through cheat menu in game.
Instead of editing the save file directly you can use the console (f12 for most browsers or ctrl+shift+I inside the electron app)
The syntax is pretty simple, someone laid it out on fen's forum and I'll paste it here (with some comments of my own for further explanation)
You don't have permission to view the spoiler content. Log in or register now.
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.Perks editing can be done directly through the console, as detailed in my post below
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");
Ah, I hadn't considered that. I've only ever bothered with more basic stuff that doesn't require any extra flags. Good to know!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're using standard tooling with a standard setup (Webpack). It's not a source of crashes. (NB: Webpack actually does do the resource management you're accusing them of lacking).The 'engine' is shit.
Instead of making something to hook up text/images on loading, to speed up overall development, they 'hard coded' everything into a js file as a partially text partially code. Thats the reason of a constant crashes with each update.