so, I heard you all wanted a tutorial of how to add True Glide, Multi Jump or a Crawl to your Character!
definition of "True" is that its using the same method as the other Glide, Multi Jump or Crawl and be customized into their "Misc Crawl/Multijump/Glide" section in their FitCharacter.pac and with Minimal PSA work
So, first of is the list we need of:
* Your FitCharacter.pac
* Brawlbox 68b
* a Hex Edit program, recommend HexEdit.
* Calculator, being able to convert Dec to Hex and viceversa
* a way to edit a characters IC! Recommend using BrawlEx's FighterConfig.dat! if you using it, you need to use BrawlEx clone Engine
* a character with one of those you want to use, only optimal if you want help
1. Open up your PSA in Brawlbox 68b, go to subroutines and add one!
this subroutines will be fake and will be deleted later, but add some stuff in it so its not empty! it can be anything! recommend adding 2-3 commands
2. go to one Subaction and add the Command "Subroutine" and link it to your "Fake" Subroutine!
you will delete this Command later so dont worry about it that will it be in the way later
3. save it or "save as" if you want to keep a back-up! close your PSA in Brawlbox 68b and reopen it again!
4. Check if your Subroutine is there, if it isn't there, redo 1 to 3. if its there, take note of your "Fake" Subroutines "IntOffset" and remember it!

5. scroll down and mark the folder "Misc Section" and look up Offest for "Collision data". you will using this Offset as a "search". if your character doesnt have CollisionData, use something else.

6. Export now the "MoveDef_" file, Open now your Hex editor and open MoveDef_ in it!
Convert the Offset for Collision data to Hex and
Search for it
7. Now, remember your "Fake" Subroutine's Offset, convert it to Hex and put it in one of the Colored boxes!

if you want to add Multi Jump, put your offset in Red Box
if you want to add Glide, put your offset in Green Box
if you want to add Crawl, put your offset in Blue Box
Black box is Collisions Offset.
8. Save it and close the Hex Editor.
9. Export the MoveDef_ file into your FitCharacter.pac, save it, Close and reopen! scroll down and look inside Misc Section and see if you got a "?" with the name Misc Multi Jump, Misc Glide or Misc Crawl data! if you have, you have done everything correct so far! now it depence of what you wanted to add.
10
Crawl. press on Misc Crawl and enter in Forward Accelation and Backward Accelation with the values you like! it might look little mess up but you can see on one other crawler data and see how that is! you cant Export and Import this data!
10
Glide. Press on Misc Crawl and look up its data! this data can be exported and imported without any problem! to make the job easier, you can export the Glide data from either Metaknight, Pit or Charizard's and import it to your glide data to save job!
10
Multi Jump. press on Misc Multi Jump and add the value you want to add! you can follow of a example of another multijumper! it appears that "5" jumps (unless someone tries to add more) is the most so make sure you have [ 0]-[4] inside "hops" and correct the values you want to and delete if its more than you want!
however, now inside its unks section, you dont have to be surprised if its over [3000], simply remove all those and keep the Unks like this!
if it isnt those value, add them!
Note: please dont worry if Brawlbox freezes if you remove all those 3000. it can take some time when it does it! just have passion and wait
This Data cannot be export and imported!
11. now when you have add all the values. go back to that subaction you added subroutine command in step 2!
delete it and save and reopen it in brawlbox!
12. double check if you still have the Misc data and have the same value that you added, if its still there and everything is correct. you are done with the Main Thing! now your character can Glide, Crawl or Multi jump!
but its not done yet! it needs its Subaction and Animation for it!
13
Crawl.

The Subactions thats used by crawl is these 2! check out others FitCharacter.pac that already has Crawl and see how they did!
13
Glide.

The Subactions thats used for Glide is these 6! Check out others FitCharacter.pac that already has Glide and see how they did!
13
MultiJump.

The Subactions thats used for Multijump is these 5! Check out others FitCharacter.pac that already has Multi Jump and see how they did!
also, go to attrebuts and change 0x60 to how many jumps your character will have!
one is the first jump and the rest of the jump is multijump! appears that the maximun of Multijump is 6
14. dont forget the animations for all those Subactions!
Also, Note this! Crawl and Multi Jump can be used right away, but Glide needs little work! you need to do something that makes it use their IDs!
Glide need to use the Start Glide ID "132" (0x84 in hex)
dont know the best way to do this15. the last thing, we need to change their IC to make them being able to do it!
this Method is using BrawlEx's FighterConfig.dat

if you added Crawl, set "hasCrawl" to true
if you added Glide, set "hasGlide" to true
if you added MultiJump, set "AirJumpCount" to "2" (yes 2! not how many jumps it has)
And thats it! now you have Crawl, Glide and/or Multijump character! Have fun with it!
