- Dec 29, 2017
- 3,181
- 5,505
As you've probably noticed, the crashing cell in the "Weapons.json" is number 7 (id:4 in the json), "Leather Bow", which is coupled with the cell 966 in the "enc_lv2d.js" ('append' entry in the js).Quick Update. Managed to make it work by putting the translated files one by one and pinpointing the file that has an issue. Which is Weapons.json. Problem is when I don't put it in and put the translated js folder an error occurs similar to the picture I sent.
If you translate both cells exactly the same the crash no longer occurs. (Tested with "Leather bow".)
I'm not sure if translating it actually does anything though, or if this is just an internal name.
Edit: I don't really know how I could prevent that issue in the future, because the problem is that Weapons.json entry is completely standard.
It's not actually tagged incorrectly. It's just this weird plugin scanning the entry, and in this case only scanning that specific entry.
The only thing I can come up with for now would be to scan for the existence of that plugin and if it's detected tag all weapon names yellow.
Last edited: