Ranged Weapon Bug

Genesis12a

New Member
Feb 27, 2023
3
0
35
Playing as a tech specialist and anytime i equipped a ranged weapon other than the scoped pistol i get this message

Message: HeavyLaser requires it's canMergeWith call to be overridden if it has dynamic properties. Stack: TiTSException: HeavyLaser requires it's canMergeWith call to be overridden if it has dynamic properties. at r (https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:9861061) at o.value (https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:5859545) at https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:12556481 at Array.filter () at https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:12556389 at Array.forEach () at o.value (https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:12556241) at o.value (https://www.fenoxo.com/play/TiTS/release/main.b5eb1bba.js:1:12555627) at ys (https://www.fenoxo.com/play/TiTS/release/vendors.7cc16e8f.js:1:561827) at Iu (https://www.fenoxo.com/play/TiTS/release/vendors.7cc16e8f.js:1:578633)
 

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,009,129
8,008,349
This may be similar to a Zaalt problem we had last year. Under intended circumstances, there's no way for the game to give you a HeavyLaser with hasDynamicProperties set true. It MAY be a case that one of the enemies that does use this weapon and sets that property can unequip it somehow, putting it in their inventory.

Just to confirm, you haven't fiddled with the data for the weapon in your save file or through the console? If not for that, it will take a lot of tracking down to figure out how you ended up with the weapon in that state so I can fix it.
 

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,009,129
8,008,349
Also a copy of your save would be useful to track down exactly what instance of the weapon it was, which would help cut down how far I've gotta look to figure it out!
 

Genesis12a

New Member
Feb 27, 2023
3
0
35
would using the cheat menu have any effect on it? or a save editor? also i'm not sure how to show a copy of my save file. if you could tell me how i will get it to you ASAP
 

Theron

Well-Known Member
Nov 8, 2018
3,855
1,446
45
also i'm not sure how to show a copy of my save file. if you could tell me how i will get it to you ASAP
1. Use 'Save to File'. Put it somewhere you can find it.
2. Use the 'Attach files' button in the bottom left corner.
 

Genesis12a

New Member
Feb 27, 2023
3
0
35
Thank you Theron also Gedan here is the file
 

Attachments

  • Scarlet (H) - 1Hrs 10Mins, 182 Days - Slipstream, Nye.json
    688.6 KB · Views: 2

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,009,129
8,008,349
Alright, as far as I can tell this is a modified save of some sort.

Somehow, you have a Scoped Pistol from character creation.

I'm basing this off the fact that the only Scoped Pistol with the name "S.Pistol*" is given to techspecs as part of the character creation process.
But it has had it's class changed to "HeavyLaser".
But it has the stats of a regular Scoped Pistol.

No actual instances of HeavyLaser that need to save their full data can end up with the stats of the one in your save file, and the fact that the entire data in the save file appears to be idential to a Scoped Pistol, but with the classInstance swapped around...