In which file are they configured generally? I have a loco, that don't respond to hot keys, trying to fix it...
Almost nothing is etched in stone in TSC, Usually it's found in the "InputMapper" folder in the loco's asset folder. It's engine blueprint holds all reference paths. If it doesn't use an InputMapper, it's using the core keybinds that you can view in the Pause menu. "a loco" won't get you much help I'm afraid. Always try to be as specific as possible.
Thanks for reply, Spikee. It does not have InputMapper folder. The problem is with this romanian loco, not sure if anybody use it though. CFR 060 – EA 476-692-5 https://train-motion.com/product/ea692-le5100kw-tsam/ It has many official reskins, and some of them do not respond to any hot keys at all, others work as supposed. For instance CFR Calatori 410013-3 does not work, it is located in electric mix pack here https://train-motion.com/product/electric-mix-pack-1/ I already tried to contact developers, but they dont respond for a while...
Though I can give you hints to help yourself. Find the loco's "EngineBlueprint". Look at that using TSTools, and browse to its InputMapper section - it will tell you its name. The path is expected to be Assets\Provider\Product\InputMappers\xyz.bin (It's actually one of the few hardcoded paths). If there is no such entry, it will use the defaults. Note that repaints might fail after a loco has been updated, as they carry over the old engine blueprint, which also references the engine script. That might have changed in the original loco.
(Its been a while so correct me if I'm wrong) But, it doesn't look for the bin file name. It looks for the "Remapper name" which is given inside the input mapper blueprint. Hopefully most devs give the blueprint the same name as the remapper name.
Thanks - that explains why a path and ".xml" is not present - it's indeed the name specified in the mapper blueprint. Most of the time, they are the same. Which means the game loads all blueprints found in "InputMappers" and identifies them by their internal name - not the filename as I posted incorrectly.
Excellent, thank you both very much! I have fixed the problem. It was a wrong ExpertRemapper name in repaint engine blueprint. How could they sell this stuff for money with such bugs, even not care to test what they done...