Create and Fuck your AI Slut -70% OFF
x

dwalsh

Well-Known Member
Jul 1, 2019
1,656
863
308
She does it 9, tinkerer lowered the level abit and total XP needed to level her op
so people needed to grind less
I've never gotten her to evolve before lvl10. I think Tinkerer personally rigged my game
 

dwalsh

Well-Known Member
Jul 1, 2019
1,656
863
308
It's pretty early in the game so after you get Everi pregnant its not long after that
 
Last edited:

gforsMan1

Newbie
Mar 30, 2022
39
16
108
How do you get victoria to collect your rent? I keep getting a soldier, who if I give the lack of funds spiel, comes back the next day wanting more money and a fee.
Gus
 

dikau

Member
Dec 16, 2019
319
287
186
How do you get victoria to collect your rent? I keep getting a soldier, who if I give the lack of funds spiel, comes back the next day wanting more money and a fee.
Gus
You need to successfully (don't get caught) peek Victoria masturbating in her room.
 

pcnop

Well-Known Member
Jun 26, 2018
1,354
1,205
348
Why is nwjs trying to access the internet?
Google(TCP)
142.250.74.36:443

Unknown(UDP)
239.255.255.255
239.255.255.255:1900

My guess is that it could be the "SRD_HUDMaker.js" plugin which is responsible of such a call:


JavaScript:
[...]


HUDManager.initManager = function() {
    this.checkInternet();
};

HUDManager.initManager();


[...]

//-----------------------------------------------------------------------------
// HUDManager
//-----------------------------------------------------------------------------

HUDManager.checkInternet = function() {
    if(!_.isPlaytest) return;
    require('dns').lookup('www.google.com', function(err) {
        if (err && err.code == "ENOTFOUND") {
            this._internet = false;
        } else {
            this._internet = true;
        }
        this._checkComplete = true;
        this.checkForUpdates();
    }.bind(this));
};

HUDManager.checkForUpdates = function() {
    if(!this._internet) return;
    this.getLog('https://raw.githubusercontent.com/SumRndmDde/PluginUpdater/master/SRD_HUDMakerResources.json');
};

[...]

AFAIR, nwjs sends also some reports to google when it crashes (though I think there is a configuration parameter somewhere to forbid it).
 
Last edited:
4.20 star(s) 235 Votes