You basically want to replicate KOF with it's team based order system. The whole thing is random, as he said manually adding those things to distinguish them.
Spoiler, click to toggle visibilty
IKEMEN feature: paramname points to the match number in
; arcade mode. paramvalue overwrites character that you would
; face following normal 'order'. paramvalue should match exactly
; the charname text typed after "Insert your characters below"
; line, so it can be either full DEF path or just folder name.
; This functionality introduces simple solution for implementing
; story like arcade mode similar to the one in Street Fighter
; Alpha 3 where characters always face their rivals along the way.
; If you're playing in Team mode than paramvalue character becomes
; opposite team leader, other characters follow normal order.
;
; Some examples:
; kfm, stages/mybg.def, includestage=0
; kfm, stages/mybg.def, music=sound/song.mp3
; kfm, stages/mybg.def, music=sound/song.mp3, includestage=0
; kfm, stages/mybg.def, order=3, 3=kfm, 6=SuaveDude
; kfm, stages/mybg.def, stages/mybg.def, music=sound/song.mp3, music=sound/song2.mp3, zoom=0
I'm having some trouble with the arcade setup.
Right now, this is the "specific" arcade ladder I have for Ryu.(I'll make a video of this once I figure this out)
Ryu, 1=Alex,2=Terry,3=Sakura,4=Ryo,5=kfma4a/kfma4a2.def,6=Kyo,7=Sagat,8=Ken,9=M.Bison,10=Akuma
Which is the correct way to add character specific stages unique to this ladder?
This is just an example, I've tried doing it with/without commas etc and nothing works.
Spoiler, click to toggle visibilty
Ryu, stages/Suzaku2014.def, order=3, 1=Alex, stages/Shiyo/ring2014.def, 2=Terry stages/Shiyo/west2014.def, 3=Sakura stages/Shiyo/home2014.def, 4=Ryo stages/Shiyo/home2014.def, 5=kfma4a, 6=Kyo stages/Shiyo/neogeoland2014.def, 7=Sagat stages/Shiyo/ayutaya2014.def, 8=Ken stages/Shiyo/wall2014.def,9=M.Bison stages/Shiyo/drive2014.def, 10=Akuma stages/Shiyo/shrine2014.def
Also I noticed that, it isn't possible to have this..
His Arcade order
Ryu, 1=Alex,2=Terry,3=Sakura,4=Ryo,5=kfma4a/kfma4a2.def,6=Kyo,7=Sagat,8=Ken,9=M.Bison,10=Akuma
and this together.
This is just him on the select def
Alex, order=1, stages/Shiyo/ring2014.def
It crashes every time.