jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,663
I got past that immobilization issue with holo-undergarments or whatever those things were that had antigrav.

Side note, old Save Editor dev said that it was impossible to add extra tags to gear and weapons, like add the special clothings tag in the latest world pre-js move to other clothings to join the gala event thing. Totally fucking wrong. Would the new js version suffer the same fault....?
well messing with tags on clothing is a "runtime" change not an "offline" change. The reason being that the clothing is in essence bought fresh from the store every time you start up the game.

to get it to work you might be able to do something like this (warning this is using CoC2 syntax to prove this point):
JavaScript:
pc.clothing.isGalaClothing = function(){return true;}
 

Jtecx

Newbie
Jul 23, 2021
24
11
well messing with tags on clothing is a "runtime" change not an "offline" change. The reason being that the clothing is in essence bought fresh from the store every time you start up the game.

to get it to work you might be able to do something like this (warning this is using CoC2 syntax to prove this point):
JavaScript:
pc.clothing.isGalaClothing = function(){return true;}
.....Is that under new js code logic? Cause I can kinda assure you, I edited the save offline and was able to keep the changes to clothes across the updates it had in flash.
 

valkarians

Newbie
May 28, 2017
34
12
Download the image pack, extract the "img" folder within to resources/app/resources, merging with the existing "img" folder.
I figured it out shortly after asking, for some reason the mega file for images wasnt downloading the folders #2-4. I appreciate it though, it was completely user error (like usual in my case)
 

MaulionDali

Newbie
Oct 25, 2019
66
83
Has anyone managed to beat the Janeria Core boss? i've taken multiple cracks at it, and just get chain stunned and die even on easy mode. Like has the devs even play tested this boss? even when i'm not chain stunned i still have to get through the 500 shields then wittle down the 200 HP it has.

Edit: it also doesn't help i'm straight up locked in the location and cannot leave till i beat this boss.

Edit:2 fuck it. i modified the main.js for the boss, if anyone gets stuck see the attached main.js. keep a copy of the original incase something else breaks.
Note the file is packed into a .zip because uploading the js just gives me an error.
 
Last edited:

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,663
.....Is that under new js code logic? Cause I can kinda assure you, I edited the save offline and was able to keep the changes to clothes across the updates it had in flash.
it was my guestimate based off CoC2 and some TiTS expirence
Oooh, and how would I go about extracting them?
in the past I would use "jpexs decompiler" to both extract resources and edit the game code as I saw fit.
 
  • Like
Reactions: Crys Heart
Sep 10, 2021
263
355
Is there a way to get a backer version (besides paying of course)? It seems they have access to some extra scenes.
On a further note, is backer content stored within the public build or is it separate?
 

Walk Cycle

Well-Known Member
Dec 18, 2018
1,010
2,811
Has anyone managed to beat the Janeria Core boss? i've taken multiple cracks at it, and just get chain stunned and die even on easy mode. Like has the devs even play tested this boss? even when i'm not chain stunned i still have to get through the 500 shields then wittle down the 200 HP it has.

Edit: it also doesn't help i'm straight up locked in the location and cannot leave till i beat this boss.

Edit:2 fuck it. i modified the main.js for the boss, if anyone gets stuck see the attached main.js. keep a copy of the original incase something else breaks.
Note the file is packed into a .zip because uploading the js just gives me an error.
Just don't use Electricity based attacks because it will just heal the Janeria, this includes special moves like Static Burst. Use Thermal based weapons instead.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,663
Just don't use Electricity based attacks because it will just heal the Janeria, this includes special moves like Static Burst. Use Thermal based weapons instead.
funfact when I first went up agenst it, I thought electrisity would work because of all the water and intrisicly believed that fire would not work because of the water as well. It was my first GameOver in TiTS flash.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,663
I wish there was a way to use the old impulse commands to view scenes in the new versions
there is technically but your "impulse command" is now the javascript debug console of your browser. If you can guess/figure out the scene name then you can access it easily.
 
4.10 star(s) 70 Votes