Spawn Points Specifically for Bots, Is there a way to setup spawn points only for BOTS |
Spawn Points Specifically for Bots, Is there a way to setup spawn points only for BOTS |
Claw99 |
Mar 14 2014, 11:46 AM
Post
#1
|
Member Group: Members Posts: 28 Joined: 8-March 14 Member No.: 2,328 |
Is there a way to setup spawn points only for BOTS in specific areas on a map? Allies and Axis would not spawn there.
|
madmax2 |
Mar 14 2014, 06:31 PM
Post
#2
|
RCBot Guru Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 |
Is there a way to setup spawn points only for BOTS in specific areas on a map? Allies and Axis would not spawn there. No... not just for bots... why just for bots??? Do you want spawn points for just normal dod gameplay? I know it can be done with root's sourcemod deathmatch plugin. see this post... http://rcbot.bots-united.com/forums/index....ost&p=11630 There may be a plugin just for spawn points? Check allied moders for that as well as root's plugins (or try http://dodsplugins.com/index.php in his sig). Genmac has modified a few maps here and may know how to do it. I think it's a rip entity thing to move or add spawn points. Using a sourcemod plugin would be much easier and then you don't need a modified map... |
Claw99 |
Mar 15 2014, 08:43 PM
Post
#3
|
Member Group: Members Posts: 28 Joined: 8-March 14 Member No.: 2,328 |
No... not just for bots... why just for bots??? Do you want spawn points for just normal dod gameplay? I know it can be done with root's sourcemod deathmatch plugin. see this post... http://rcbot.bots-united.com/forums/index....ost&p=11630 There may be a plugin just for spawn points? Check allied moders for that as well as root's plugins (or try http://dodsplugins.com/index.php in his sig). Genmac has modified a few maps here and may know how to do it. I think it's a rip entity thing to move or add spawn points. Using a sourcemod plugin would be much easier and then you don't need a modified map... Thanks I'll check it out. Thanks I'll check it out. I'm trying to set this up for a custom map I'm building. It's based on Aliens Vs. Predator movie/theme. The idea is that the Axis team spawns on one side of the map, say the mining town and the Allied team spawns near the mother ship. There are flags all over including under ground in the Mayan Temple. I want Predator Bots to spawn on the mother ship and Alien bots to spawn in the Mayan temple. That's why I'm looking to place spawn points specifically for Bots. On another note, is there a command that sets the bots to do a Free For All so no matter what side they are on, they attack everyone? Thanks I'll check it out. I'm trying to set this up for a custom map I'm building. It's based on Aliens Vs. Predator movie/theme. The idea is that the Axis team spawns on one side of the map, say the mining town and the Allied team spawns near the mother ship. There are flags all over including under ground in the Mayan Temple. I want Predator Bots to spawn on the mother ship and Alien bots to spawn in the Mayan temple. That's why I'm looking to place spawn points specifically for Bots. On another note, is there a command that sets the bots to do a Free For All so no matter what side they are on, they attack everyone? Is there a "How To" for setting up spawn points for Bots using Death Match? |
madmax2 |
Mar 15 2014, 11:53 PM
Post
#4
|
RCBot Guru Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 |
I'm trying to set this up for a custom map I'm building. It's based on Aliens Vs. Predator movie/theme. The idea is that the Axis team spawns on one side of the map, say the mining town and the Allied team spawns near the mother ship. There are flags all over including under ground in the Mayan Temple. I want Predator Bots to spawn on the mother ship and Alien bots to spawn in the Mayan temple. That's why I'm looking to place spawn points specifically for Bots. On another note, is there a command that sets the bots to do a Free For All so no matter what side they are on, they attack everyone? Cool, building a custom map, it's good to have mappers interested in RCbot ... Your project sounds interesting too... As for setting the bots for "free for all", you can use the "rcbot_ffa 1" cvar. This will make bots on the same team attack each other as well as enemy team. But to do damage to "friendly" teammates, you must also set "mp_friendlyfire 1". It sounds like what you are trying to do with the bots might not work ? Currently, I don't know if RCbot2 can support more then 2 teams? Thats beyond my knowledge. It sounds like you want to use them for 3 or 4 teams (axis, allied, alien/predator)? RCbots wouldn't have the behaviors you would want for the alien/predators. Perhaps you have something else in mind for the alien/predator bots??? I would think you would need to add the alien/predators into the map as NPC's (Non Player Characters) some how? Also, I have no idea how to limit the spawns to bots only, unless there is a plugin or mod for that, which I doubt. QUOTE Is there a "How To" for setting up spawn points for Bots using Death Match? Not that I know of, but i'm not into the deathmatch mod that much. I think genmac posted some info here, just try some searches, on dm, tdm, root, etc. You will need sourcemod, metamod source, and root's deathmatch sourcemod plugin. The deathmatch plugin removes the flags from the map and uses config files for each map. But I really don't know what all can be done with it beyond playing DM and adding/removing spawn points... But, hey, it's a cool idea for a map, i'd like to play it when you release it... |
Claw99 |
Mar 17 2014, 11:20 AM
Post
#5
|
Member Group: Members Posts: 28 Joined: 8-March 14 Member No.: 2,328 |
Cool, building a custom map, it's good to have mappers interested in RCbot ... Your project sounds interesting too... As for setting the bots for "free for all", you can use the "rcbot_ffa 1" cvar. This will make bots on the same team attack each other as well as enemy team. But to do damage to "friendly" teammates, you must also set "mp_friendlyfire 1". It sounds like what you are trying to do with the bots might not work ? Currently, I don't know if RCbot2 can support more then 2 teams? Thats beyond my knowledge. It sounds like you want to use them for 3 or 4 teams (axis, allied, alien/predator)? RCbots wouldn't have the behaviors you would want for the alien/predators. Perhaps you have something else in mind for the alien/predator bots??? I would think you would need to add the alien/predators into the map as NPC's (Non Player Characters) some how? Also, I have no idea how to limit the spawns to bots only, unless there is a plugin or mod for that, which I doubt. Not that I know of, but i'm not into the deathmatch mod that much. I think genmac posted some info here, just try some searches, on dm, tdm, root, etc. You will need sourcemod, metamod source, and root's deathmatch sourcemod plugin. The deathmatch plugin removes the flags from the map and uses config files for each map. But I really don't know what all can be done with it beyond playing DM and adding/removing spawn points... But, hey, it's a cool idea for a map, i'd like to play it when you release it... Thanks for the help Max! |
Claw99 |
Mar 17 2014, 12:52 PM
Post
#6
|
Member Group: Members Posts: 28 Joined: 8-March 14 Member No.: 2,328 |
|
madmax2 |
Mar 17 2014, 07:06 PM
Post
#7
|
RCBot Guru Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 |
Do you know if there is a way to still use RCBots2 without allowing sv_cheats? I plan on using this map in a public server scenario. You can try these things, but I have no dedi so can't test & I don't know what works? Cheeseh said this in the .76 changes: QUOTE convar rcbot_sv_cheats_warning: If disabled, bots will try to spawn even if sv_cheats is 1 - use only with admin cvar plugin Before that cvar was added to RCbot2, was this topic, and root made a nocheats plugin. If need be, you could try the nocheat plugin alone or in combination with the "rcbot_sv_cheats_warning" cvar... http://rcbot.bots-united.com/forums/index....789&hl=root There may additional info in other topics? It has come up from time to time... |
Claw99 |
Mar 18 2014, 09:47 PM
Post
#8
|
Member Group: Members Posts: 28 Joined: 8-March 14 Member No.: 2,328 |
You can try these things, but I have no dedi so can't test & I don't know what works? Cheeseh said this in the .76 changes: Before that cvar was added to RCbot2, was this topic, and root made a nocheats plugin. If need be, you could try the nocheat plugin alone or in combination with the "rcbot_sv_cheats_warning" cvar... http://rcbot.bots-united.com/forums/index....789&hl=root There may additional info in other topics? It has come up from time to time... I'm a bit of a noob when it comes to cvar stuff. What do I need to specifically do to get this to work. Do I to put some lines in the server,cfg file? If so what are they? |
Lo-Fi Version | Time is now: 28th December 2024 - 08:10 AM |