Difference between revisions of "FF8/FileFormat SYM"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Myst6re
ffrtt>BukTop
m (4 revisions imported)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
By myst6re.
== Script entity/function names ==
== Script entity/function names ==


This is a text file, not present in the PSX version. The first lines are the names of the entities, except the doors. And after there are the names of the scripts.
This is a text file, not present in the PSX version. Each line is 32 characters (space padded) with the last character = \n. The first lines are the names of the entities, '''except the doors'''. And after there are the names of the scripts.


Example:
Example:
Line 17: Line 19:
Squall::talk                   
Squall::talk                   
Squall::push                   
Squall::push                   
Squall::shop        
Squall::shop                  
Eventline1                     
Eventline1                     
Eventline1::default             
Eventline1::default             
Line 25: Line 27:
Eventline1::touch               
Eventline1::touch               
Eventline1::touchOff           
Eventline1::touchOff           
Eventline1::touchOn                    
Eventline1::touchOn          
</pre>
</pre>

Latest revision as of 04:24, 23 May 2019

By myst6re.

Script entity/function names

This is a text file, not present in the PSX version. Each line is 32 characters (space padded) with the last character = \n. The first lines are the names of the entities, except the doors. And after there are the names of the scripts.

Example:

Director                       # Entity names
Squall                        
Eventline1                     
Director                       # Script names
Director::default              
Director::talk                 
Director::push                 
Director::dansho1              
Squall                         
Squall::default                
Squall::talk                   
Squall::push                   
Squall::shop                   
Eventline1                     
Eventline1::default            
Eventline1::talk               
Eventline1::push               
Eventline1::across             
Eventline1::touch              
Eventline1::touchOff           
Eventline1::touchOn