Zitat:
Zitat von master891
Basis Safe
fehlt im Download vom CHRIS TRAINS STADLER GTW irgendwas? Beim Starten des Zuges kommt eine Meldung, dass eine Lizenz benötigt wird
------
Ich kenne deinen Download nicht, aber vermutl. brauchst du dazu einen
Freischalt-Patch, falls keiner dabei war !!!

|
I know that preferred language is German, but I can only (badly) read, so I can help you in English only:
The protection needs the license file and searching is made by s***** file. In the engine simulation compiled LUA binary file (usually named like "enginesimulation.out"), find the result actions of invalid license (e.g. locking of controls or named TriggerScenarioComplete). Overwrite with null character last symbol of the argument of the functions (not the function's name!). This will invalidate all protections.
example:
find:
Call *:LockControl
replace in
hex-editor with:
Call *:LockContro_
(number of bytes must be the same!)