View Single Post
Posts: 258 | Thanked: 144 times | Joined on Oct 2009 @ Edinburgh
#170
Originally Posted by stobbsc View Post
Hi again,

I found the mapper file a big confusing, but am I right in saying that if I want meteor_show to be number level then I would put it at in as Level9.lua ?

Thanks again

ok here a small slice
006768 41C00000 [004] loadk 1 3 ; "Level1"
00676C 81000100 [005] loadk 2 4 ; "Level57"
006770 C1400100 [006] loadk 3 5 ; "Level53"
006774 01810100 [007] loadk 4 6 ; "Level3"
006778 41C10100 [008] loadk 5 7 ; "Level6"
00677C 81010200 [009] loadk 6 8 ; "Level2"
006780 C1410200 [010] loadk 7 9 ; "Level4"
006784 01820200 [011] loadk 8 10 ; "Level5"


loadk 1 (is pack 1 1st level ) and load k7(is pack1 level7)

so loadk1 "Level1" means level 1 is names ok
loadk7 "Level4" means edit or replace file Level4.lua to alter or change pack1 level7


loadk22 is pack2 level1

no idea what the number between loadk X and "LevelY" is though

hope that helps