Sinflower / TES-Patcher

Simple patcher for TES encoded RPG Maker VX ACE files
MIT License
8 stars 5 forks source link

Exporting scripts #6

Open Denzieg opened 10 months ago

Denzieg commented 10 months ago

Hi. Is it possible to use this program to export all scripts? I wanted to understand how to get to one of the endings of the game, but it is encrypted and there is no guide. -a doesn't get it.

Sinflower commented 10 months ago

Hi, you can try these options: -d - Dump all scripts inside Scripts.rvdata2 -D - Create a full dump of main.rvdata2

Denzieg commented 10 months ago

Thx, English is not my native language, so I didn't quite understand what the dump was doing. Working directly with the files, without an intermediary in the form of rpg maker it's still hard to understand how the game works, but this way it became possible to understand. Thank you.