Arena expansion kit compile error

Users who are viewing this thread

Capture.jpg
 
Try to use the default arena scene.
Replace every (jump_to_scene,<unfound scene>), with :
Code:
(party_get_slot, ":arena_scene", "$current_town", slot_town_arena),
(jump_to_scene,":arena_scene"),

This way, compilation will be ok, but in game play, may be not run just the kit used to be.
 
Aaa, i'm late. After l compare native's scene.txt and packed scene.txt, i think i found the missing lines of module_scenes.py.
Put it before the last ] of module_scenes.py :
Code:
  ("arena_four_team_1",sf_generate,"none", "none", (-100,-100),(100,100),-100,"0x200005000002eca100003dcd00006df6000041ab",
    [],[]),
  ("arena_zendar_2",sf_generate,"none", "none", (0,0),(100,100),-100,"0xa0001d9300031ccb0000156f000048ba0000361c",
    [],[]),  
  ("arena_jousting",sf_generate,"none", "none", (-100,-100),(100,100),-100,"0x3000050000025878000035080000436500006392",
    [],[]),  
  ("arena_joustingb",sf_generate,"none", "none", (-100,-100),(100,100),-100,"0x3000050000025878000035080000436500006392",
    [],[]), 
 
Thanks for your explanations, but I have an other error during the compiling:
"ERROR: Illegal Identifier:mt_zendar_arena_fight
Error: Unable to find object:mt_zendar_arena_fight
ERROR: Illegal Identifier:mt_zendar_arena_fight"

And in the game, the jousting and fists games are ok, but the standard matches are bugged : the one to one apply, but in an other arena than those of Zendar, and the two against two and other do not work...

EDIT:
Ahem... in fact I was wrong, it was the good arena zone. I have resolved my problem: in fact I have missed a modified zone in the "mission template menu", the famous "zendar_arena_fight"...

So all is ok.
For those who are looking for the "modules_scene.py", you can search in the "source_v1.6.0_mb.751" zip-folder, the code are the same...

And thanks to Janus and Septa Scarabae for the mod!
 
Back
Top Bottom