Exporting Plotscripts

Ask and answer questions about making games and related topics. Unrelated topics go in that other forum.

Moderators: marionline, SDHawk

Post Reply
AzureGames
Red Slime
Posts: 49
Joined: Thu Oct 29, 2015 8:18 pm

Exporting Plotscripts

Post by AzureGames »

How do you export plotscripts from your games?
:???:
User avatar
Bob the Hamster
Lord of the Slimes
Posts: 7658
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post 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.
Post Reply