Possible to change the first Frostwyrm's name?

Crimson13

Active Member
Aug 31, 2015
43
1
I can't recall the why but a ways back the first Frostwyrm's name reverted to the default; Frostwyrm. I'm fairly sure I had it as something else and either something buggy happened to change it or maybe I overwrote a save and got stuck, I don't know. I'm pretty far into the game now so I can't revert back to an older save without missing a lot of things I've already done, so my question is if it's possible to change its name through any of the save editors/console/etc.? I've looked through with this one (https://algorhythm99.github.io/TiTS.JS-Save-Editor/) but I can't find what line of code allows a change of name.

Does anyone know if it can be done, and if yes how?
 

Theron

Well-Known Member
Nov 8, 2018
3,660
1,389
44
1. Change Character to FROSTWYRM.
2. Go to Stats tab.
3. Enter the new name in the Name box on the left side. (Under General.)
Probably.
 

XBoxMaster131

Well-Known Member
Oct 18, 2016
4,737
1,333
I can't recall the why but a ways back the first Frostwyrm's name reverted to the default; Frostwyrm. I'm fairly sure I had it as something else and either something buggy happened to change it or maybe I overwrote a save and got stuck, I don't know. I'm pretty far into the game now so I can't revert back to an older save without missing a lot of things I've already done, so my question is if it's possible to change its name through any of the save editors/console/etc.? I've looked through with this one (https://algorhythm99.github.io/TiTS.JS-Save-Editor/) but I can't find what line of code allows a change of name.

Does anyone know if it can be done, and if yes how?


Ah, I had this exact same problem. Hold "control shift i" to pull up the console and follow these instructions...


frostwyrm.short
This should spit back the text that is being used.

frostwyrm.Internal_short
This will spit back what is actually stored.

I think somehow the Internal_short value got mangled and there's some iffy javascript type coercion going on that is fucking things up, but you should be able to fix it by doing

frostwyrm.short = "The name you want her to have"

Donkey was messing with how this was implemented a couple of months ago and did it in such a way that the value got dropped from save files, so if you saved in the window is was broken like that, it's possible it got vanished/fucked up in a weird way. These instances SHOULD be getting caught and replaced with the baseline "Frostwyrm" value, so it's making me think you're running an old version of the game from when this was broken?
 
Last edited:

Crimson13

Active Member
Aug 31, 2015
43
1
So how would I change it from the browser console? frostwyrm.short = or frostwyrm.short= and putting in a name at the end gives me a Uncaught ReferenceError: .