Kiloutre / TekkenMovesetExtractor

Tool to extract Tekken movesets and import them to T7, can work online. Also includes moveset editor, animation editor and camera animator.
GNU General Public License v3.0
76 stars 15 forks source link

Editor changes #82

Closed AliK3112 closed 2 years ago

AliK3112 commented 2 years ago
  1. The file "editorCommand.txt" is no longer used. Replaced it with a function "getDirectionalinput" that uses bitwise calculation
  2. Command now displays "Partial Input" by replacing '+' symbol with '|' (e.g, 0x2000000f -> 1 | 2 | 3 | 4)
  3. Added u15 support for T5 movesets (only 1 value for now)
  4. Added a function that attaches further information with requirement label (e.g, 217: Player character ID = Kazuya)
  5. Added a "editorCharIDs.txt" file that contains character IDs, used for character id requirement label
Kiloutre commented 2 years ago

I'm gonna do a commit afterward to turn the string comparisons you added into integer comparisons. I'm not a big fan of string comparisons in general especially on something so volatile like properties/conditions' descriptions which are only meant to be UI stuff It doesn't change anything anyway in practice since the descriptions are obtained from the very integers i'm gonna use