Page 1 of 1
Exporting Plotscripts
Posted: Tue Feb 07, 2017 10:01 pm
by AzureGames
How do you export plotscripts from your games?

Posted: Tue Feb 07, 2017 10:05 pm
by Bob the Hamster
There is no export feature, but it is possible to extract a backup copy of the imported scripts by using the unlump.exe tool from the command-line.
Code: Select all
unlump.exe mygame.rpg
unlump.exe mygame.rpgdir/ohrrpgce.hsp
unlump.exe mygame.rpgdir/ohrrpgce.unlmp/source.lumped
The scripts will be located in mygame.rpgdir/ohrrpgce.unlmp/source.unlmp/
If you need further help, just let us know.