jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,669
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
35
13
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
88
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,669
.....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
472
694
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,051
3,078
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,669
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,669
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.
 

Great Sudoku

Newbie
Feb 25, 2019
21
32
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.
Typhoon I was able to beat melee attacking with Custom Shock Gear to stun debuff it, then blasting it with my Supercharged Laser Pistol while it was stunned. I was wearing Kor’diiak Hide Armor and equipped the Explorers Cloak as my accessory.

For Janeria I kept the Explorers Cloak & Supercharged Laser Pistol and just blasted him with it until he died. It was a close battle, even with me using my Tech Specialist Power Surge to replenish my shields once. Other burning ranged weapons that would also be effective against Janeria are the Apollo Plasma Rifle and Teyaal's Heavy Plasma Caster.

I went into the fight level 10, and all stats leveled up to 50. The Explorers Cloak and its added evasion helps. I suppose to be extra safe, you could also stock your inventory with healing items before going into the Deepsea Research Facility. You could also try swapping the Explorers Cloak for the Salamander Defense System to deal a wave of burning Damage to Janeria once your shields go down. And of course bring the Grey Goo armor with you so it'll get upgraded after beating Janeria.

And the valuable lesson learned here is to always save before doing anything "big" like a quest. Save early, save often.
 
4.00 star(s) 75 Votes