• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Abydos_1

Major
Sep 24, 2015
594
103
Could a kind soul please point at the variable / json file that manages scroll variables?

Having dragged a single item in mechlab to equip, the game sends me directly to the top of the menu, which is annoying if I have to equip more than one item of the same type, and then have to scroll all the way down again.
Same goes in the shop, if I sell out every item of any one category (e.g. all SRM-2's) It will return to the top of the menu as well.

I know there is a mod on Nexus that stops this. But I like to alter the files on my own, and not rely on pre-made mods (no offense to all you great modders!)

Cheers :)
 
I haven't looked into, but based on my programming experience... well, it's not a variable in the JSON files.

To do something like that, you have to modify the code. Which is much more complicated... if someone else has done it, grab their mod and use it.

(For it to be a variable in the JSON files, HBS would have had to code it both ways and check the variable to see which style to use. Not returning to the top is so obviously superior that it seems quite clear that they simply haven't coded both versions.)