Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Springboard help, getting started

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
3/22/2019 12:11:03 PMAUrankAdminAquanim before revert after revert
3/22/2019 12:10:01 PMAUrankAdminAquanim before revert after revert
Before After
1 - Have the features defined inside your map ( I believe this generally requires something to be added in the features, objects3d and unittextures folders) 1 - Have the features defined inside your map ( I believe this generally requires something to be added in the features, objects3d and unittextures folders) - to test I suggest copying some from another map
2 \n 2 \n
3 - Open the map in springboard, your features should be present in the features menu 3 - Open the map in springboard, your features should be present in the features menu
4 \n 4 \n
5 - When done placing features, export with file type "s11n object format" 5 - When done placing features, export with file type "s11n object format"
6 \n 6 \n
7 - The exported file is itself a lua file, copy it into \mapconfig\ in your map .sdd 7 - The exported file is itself a lua file, copy it into \mapconfig\ in your map .sdd
8 \n 8 \n
9 - Make sure your map has the right gadgets to read this file (I know s11n_gadget_load.lua and s11n_load_map_features.lua may need to go in the ./LuaRules/Gadgets folder but I am unsure whether this is necessary or sufficient) 9 - Make sure your map has the right gadgets to read this file (I know s11n_gadget_load.lua and s11n_load_map_features.lua may need to go in the ./LuaRules/Gadgets folder but I am unsure whether this is necessary or sufficient)
10 \n 10 \n
11 - Check the s11n_load_map_features.lua gadget; near the top it should have a line looking like 11 - Check the s11n_load_map_features.lua gadget; near the top it should have a line looking like
12 \n 12 \n
13 local modelPath = "mapconfig/feature_list.lua" 13 local modelPath = "mapconfig/feature_list.lua"
14 \n 14 \n
15 Make sure this is pointing at the lua file you got from Springboard. 15 Make sure this is pointing at the lua file you got from Springboard.
16 \n 16 \n
17 and hopefully your map should now have features. 17 and hopefully your map should now have features.
18 \n 18 \n
19 (Somebody correct me if any of the above is incorrect.) 19 (Somebody correct me if any of the above is incorrect.)