User Tools

Site Tools


ect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ect [2019/08/13 08:06]
127.0.0.1 external edit
ect [2020/11/23 23:30] (current)
eternal
Line 1: Line 1:
 +__**AT NO POINT SHOULD YOU CLICK "​NEW"​ WHEN EDITING THE ECT. ONOTOOL WILL CRASH. ALWAYS DUPLICATE AN EXISTING ONE OR COPY/PASTE THEN EDIT.**__ ​
 +
 ======ECT====== ======ECT======
  
 The ECT section many different aspects of moves. From releasing [[VFX|fireballs]] to creating the plumes of dust when a character walks, to controlling the duration of Juri's Ultra 1, to how much health Elena'​s Ultra 2 gives her. ECT is a deep and not fully understood section of the character files. The ECT section many different aspects of moves. From releasing [[VFX|fireballs]] to creating the plumes of dust when a character walks, to controlling the duration of Juri's Ultra 1, to how much health Elena'​s Ultra 2 gives her. ECT is a deep and not fully understood section of the character files.
 +
 +
 +==Creating new ECT scripts==
 +
 +If you wish to create a new ECT you must copy an already made ECT and then paste it. After doing this save your file and reload it. Whenever you copy or duplicate ANYTHING in OnoTool changes made to one will also change the other. Editing the copy will change the original script and editing the original will change the copy. The only way to avoid this is to save and reopen the file after you've copied a value.
  
 ====Ono Tool Information==== ====Ono Tool Information====
Line 10: Line 17:
  
 ====S / E==== ====S / E====
 +
 +This is the start frame and end frame of the ECT script. The frames designated will run the ECT script.
  
 ====Type==== ====Type====
 +There are various settings for type. The currently known ones are:
 +^ Type ^ Index Number ^ Description ^ Examples ^|
 +|^ Control | 0000 | This is mostly for game play functions. | Throwing a fireball, or teching a throw |
 +|^ Unknown | 0001 | | |
 +|^ Unknown | 0002 | | |
 +|^ Unknown | 0003 | | |
 +|^ Unknown | 0004 | | |
 +|^ GFX | 0005 | Handles special effects | Screen effect during super freeze |
 +|^ GFX2 | 0006 | Handles special effects | Dust when dashing, EX Move yellow aura |
  
 +At the moment it is not known what the difference is between GFX and GFX2
 +
 +For a deeper breakdown of what each individual type does go to **[[Ect Indexes]]**
 ====Short Parameters==== ====Short Parameters====
 +Short parameters vary based on what the type you set is. There are several we currently know and have labeled but A LOT we do not.
  
 ====Unk01 through Unk06==== ====Unk01 through Unk06====
 +Each of these has a different function based on the ShortParam and Type you have currently set. Occasionally the setting will require a hex value rather than raw number.
  
 ====Raw Parameters==== ====Raw Parameters====
 +This should always be set to Int32[] Array. ​
 +
 +**__DO NOT ENTER A VALUE INTO THIS COLUMN OR ONOTOOL WILL CRASH__**
 +
 +
  
 ====Raw String==== ====Raw String====
 +This section should always remain empty
 +
 +**__DO NOT ENTER A VALUE INTO THIS COLUMN OR ONOTOOL WILL CRASH__**
 +
 +====[[VFX]]====
 +
 +Fireballs have their own ECT subsection found in the [[VFX]] part of the OnoTool that affect how fireballs look or function.
ect.1565683590.txt.gz ยท Last modified: 2019/08/13 08:06 by 127.0.0.1