10-07-2015, 06:38 PM
There are multiple ways to do it.
- Download dedicated server files and host game in your network. You can edit config files to add bots in.
- Join to any NI server and then exit your game back to lobby(Don't shut it down). Then host a local server with duel gamemode and bots spawn in.
- There are few other ways to do it but those are easy to do.
Also if your map is ready enough, you can ask if we can host a map test.
Then go to scenes.txt and search for "scn_multi_scene_1". This is how it should look like:
Now all you need to do is to replace "0x00000001300389800003a4ea000058340000637a0000399b" with a code that your map uses.
Here you can also edit outer terrain look simple by editing "terrain_pain" to something else, like "terrain_snow".
- Download dedicated server files and host game in your network. You can edit config files to add bots in.
- Join to any NI server and then exit your game back to lobby(Don't shut it down). Then host a local server with duel gamemode and bots spawn in.
- There are few other ways to do it but those are easy to do.
Also if your map is ready enough, you can ask if we can host a map test.
(10-07-2015, 06:04 PM)Looter link Wrote: Revival of this topic= but would you mind elaborating on how to use the scene? Do you mean overwriting a file or what when it comes to replacing Ruins, since I have a map that's on Ruins originally.To replace map all you need to do is to use same name as map you are going to replace. ( Example scn_multi_scene_1.sco )
Then go to scenes.txt and search for "scn_multi_scene_1". This is how it should look like:
Code:
scn_multi_scene_1 multi_scene_1 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x00000001300389800003a4ea000058340000637a0000399b
0
0
outer_terrain_plain
Now all you need to do is to replace "0x00000001300389800003a4ea000058340000637a0000399b" with a code that your map uses.
Here you can also edit outer terrain look simple by editing "terrain_pain" to something else, like "terrain_snow".