Spawn Bots. - Printable Version +- NordInvasion Forum (https://forum.nordinvasion.com) +-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7) +--- Forum: Community Projects (https://forum.nordinvasion.com/forumdisplay.php?fid=19) +---- Forum: Scenes (https://forum.nordinvasion.com/forumdisplay.php?fid=79) +---- Thread: Spawn Bots. (/showthread.php?tid=38962) |
Spawn Bots. - MatthewO - 19-04-2015 Hello, i need to ask, how can i spawn bots on my Custom NI Map? Re: Spawn Bots. - Alpha - 21-04-2015 You have to use scn_multi_scene_1, in order to replace Ruins. Re: Spawn Bots. - Looter - 10-07-2015 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. Re: Spawn Bots. - Hande - 10-07-2015 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. (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 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". Re: Spawn Bots. - Alpha - 10-07-2015 (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. Rename or replace scn_multi_scene_1 in the ni obj scene folder. Replace your terrain code in the scene.txt and launch your game. Host a new game and choose deathmatch, start ruins. If all is ok, it's your map. Edit: well Hande was faster than me ? Re: Spawn Bots. - Looter - 10-07-2015 Alright, i think i got the scene Text right since i was able to transfer the map from 7.10 [lol] to 7.15. Anyway, a question related to the spawns themselves, im spawning in the correct places for the 2nd [Nord] Team, but the entry points 0 and 1 arn't working properly [Spawning Randomly Everywhere]. Anyone know why this is? Nevermind, all of my spawns are broken for some reason, but at least when i spawned in some bots, the ai mesh was working, they were killing each other fine except for the few stuck in the buildings. |