I don't believe that you can change basic scene for Native, you may add new of them to edit their new name like blank_scene .
Try to edit new one , rename it as "scn_multi_scene_25"
Open module_strings.py :
search
Then, add your own line
Code:
("multi_scene_25", "Map name"),
Open module_scripts.py
search
Code:
# script_multiplayer_fill_map_game_types
Add you scene for any gamemode you want :
Code:
(troop_set_slot, "trp_multiplayer_data", multi_data_maps_for_game_type_begin + 11, "scn_multi_scene_25"),
Increase the line :
Code:
(assign, ":num_maps", 17),
for instance : if your num_maps is
18 add 1 more, so write +
19
To conclude open module_scenes.py and add again a line for you map with terrain code :
Code:
("multi_scene_25",sf_generate,"none", "none", (0,0),(100,100),-100,"0x000000003009cde1000599630000423b00005756000000af",
[],[],"outer_terrain_plain"),
Close, compile and run your module, host a new server and search your map.
Regards,
AlphA