EVENT SCRIPT ANALYSIS FUNCTION



This function analyzes the event program declared for each scenario and each room, and
outputs the analysis results.



This language is actually written in hexadecimal data.
I analyze it, repeat the experiment, think about the meaning of the value by guessing, and make an output function to a text file.
Therefore, it is impossible to decompile exactly from hexadecimal to scripting language.
Not all data have been analyzed.
As my analysis progresses, I would like to update the version at any time.
I would be very happy to receive your guesses and information.

BUTTON
FUNCTION
NOTE
EVB FILE SCRIPT When you press this button, the scenario event script file
(EVB file) is analyzed and output to a text file.
Common to online and offline.
RDT FILE SCRIPT When you press this button, the event script included in the
RDT file for each room will be analyzed and output to a text
file.
Online only.
SGL FILE SCRIPT Output script language for offline (single) play.
The scripting language of each room's RDT file is aggregated
into a single SGL file.
Offline only.
Supported from Ver2.03.

If you change the contents of the RDT file for offline (single) play, it will not be reflected in the SGL file.


EVB FILE SCRIPT




RDT FILE SCRIPT /SGL FILE SCRIPT


When "SCENARIO MESSAGE OUTPUT FUNCTION" is executed, the message used for each room is inserted and output.


If you want to change the EVENT SCRIPT file (EVB) or the SCRIPT statements in the contents of the RDT or SGL file, you have to do it with a HEX editor.

ADRESS      DATA                    TYPE              FUNCTION
00002F2C    12000000                CAMERA            Start switching camera indexes in this room
00002F30    2000000100000000        SET_ARCHIVE       Set Archive Relative .Lig File

Addresses, data, and contents of analysis results are output to files automatically analyzed and output.
If you want to change it arbitrarily, you can change the data part of that address with a HEX editor.
However, cannot guarantee what the result will be.
Try it yourself.






inserted by FC2 system