Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » AI Spawners
AI Spawners [message #326101] Sun, 13 April 2008 12:24 Go to next message
Spikey00 is currently offline  Spikey00
Messages: 14
Registered: April 2008
Location: Canada
Karma: 0
Recruit
While I wait for my old topic to receive an answer for my major question about my crashing in LevelEdit ( http://www.renegadeforums.com/index.php?t=msg&th=28541&start=0&rid=2 3806), I have a question about AI spawners.

I'll just ask the questions about AI spawners.

1. If you add more of the same soldiers to the presets for spawning, will it change the probability of the spawning soldiers?

2. Do the soldiers spawn randomly, or from top to bottom?

3. Why don't other bots spawn when I change the AI Testing spawn presets? (Minigunner and Officer for GDI, and Officer with Nod)

4. Does only 1 bot spawn for each spawner?
i) How do I change it? Or must I add more spawns?

5. (Somewhat unrelated to spawners) If you set the sight levels of a bot to an extremely high amount, does it see through walls to players?

6. Should you attach scripts to soldiers?
i) What types of scripts are recommended for higher performance of bots?

I appreciate any answers. Smile
Re: AI Spawners [message #326104 is a reply to message #326101] Sun, 13 April 2008 12:40 Go to previous messageGo to next message
Lone0001 is currently offline  Lone0001
Messages: 2112
Registered: August 2006
Location: Ontario, Canada
Karma: 0
General (2 Stars)

6) M01_hunt_the_player_JDG is a good one and here's a list of other scripts some you could use for bots: http://renhelp.net/index.php?mod=Tutorials&action=view&id=112

Re: AI Spawners [message #326129 is a reply to message #326104] Sun, 13 April 2008 16:07 Go to previous messageGo to next message
Canadacdn is currently offline  Canadacdn
Messages: 1830
Registered: September 2005
Location: Temple of Nod
Karma: 0
General (1 Star)
PLECOS MASTER
{SB}Lone0001 wrote on Sun, 13 April 2008 14:40

6) M01_hunt_the_player_JDG is a good one and here's a list of other scripts some you could use for bots: http://renhelp.net/index.php?mod=Tutorials&action=view&id=112


INCORRECT!

M00_Action is probably the best AI script Renegade has to offer, it will make them follow waypaths, crouch and do other shit.

However, if you want your bots to be mindless and aggressive I would recommend putting the scripts M04_Hunter_JDG and M00_Base_Defense on the bot.
Re: AI Spawners [message #326131 is a reply to message #326101] Sun, 13 April 2008 16:21 Go to previous messageGo to next message
Lone0001 is currently offline  Lone0001
Messages: 2112
Registered: August 2006
Location: Ontario, Canada
Karma: 0
General (2 Stars)

I didn't really say it was the best I just said it was a good one.

Re: AI Spawners [message #326171 is a reply to message #326101] Mon, 14 April 2008 07:19 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3809
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
Spikey00 wrote on Sun, 13 April 2008 13:24


1. If you add more of the same soldiers to the presets for spawning, will it change the probability of the spawning soldiers?

2. Do the soldiers spawn randomly, or from top to bottom?

3. Why don't other bots spawn when I change the AI Testing spawn presets? (Minigunner and Officer for GDI, and Officer with Nod)

4. Does only 1 bot spawn for each spawner?
i) How do I change it? Or must I add more spawns?


It is random, and only spawns one at a time, you add more by adding them to the spawn list, make sure IsSoldierStartup is UNCHECKED. Put Spawnmax to -1, make the Spawn times 0.

Spikey00 wrote on Sun, 13 April 2008 13:24


5. (Somewhat unrelated to spawners) If you set the sight levels of a bot to an extremely high amount, does it see through walls to players?


No it does not, it always has its sight limited by objects, but using scripts like M04_Hunt_Player will make them find the player regardless.

Spikey00 wrote on Sun, 13 April 2008 13:24


6. Should you attach scripts to soldiers?
i) What types of scripts are recommended for higher performance of bots?


Yes you can, but I do not suggest it until you have checked at least once that all the spawners are working correctly, as an incorrectly deployed script could crash Renegade.


[Updated on: Mon, 14 April 2008 13:58]

Report message to a moderator

Re: AI Spawners [message #326191 is a reply to message #326101] Mon, 14 April 2008 11:48 Go to previous messageGo to next message
bisen11 is currently offline  bisen11
Messages: 797
Registered: December 2004
Karma: 0
Colonel
4) In case you didn't understand it from Jerad's post. Only one bot spawns from a spawner at a time. When that bot dies then it starts the countdown until the new bot spawns. They'll keep spawning until they reach a set number you picked or infinitly.

http://i6.photobucket.com/albums/y206/bisen11/bisensubzerosig2.jpg
Re: AI Spawners [message #326232 is a reply to message #326101] Mon, 14 April 2008 18:55 Go to previous messageGo to next message
Spikey00 is currently offline  Spikey00
Messages: 14
Registered: April 2008
Location: Canada
Karma: 0
Recruit
Oh, I see now. Thanks for giving me those details, everyone. Appreciate for clarification. Smile

Just a question, but if you were to attach those behaivor scripts with each other, (Hunter/Base Defense/M00 Action) will some override others, or partially, or not at all?

And so would it be appropriate to have many scripts attached to bots?

Thank you!
Re: AI Spawners [message #326536 is a reply to message #326232] Thu, 17 April 2008 06:59 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3809
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
Base defense will override them all pretty much, they will quit moving to shot at their targets.

Don't use hunter and action on the same bot, thats pointless, all action does is make them go to certain locations, hunter goes to players, they obviously can't do both at the same time.


Re: AI Spawners [message #326861 is a reply to message #326101] Sat, 19 April 2008 18:23 Go to previous message
Spikey00 is currently offline  Spikey00
Messages: 14
Registered: April 2008
Location: Canada
Karma: 0
Recruit
I see.
Oh, another quick question, but it seems that Hunter decreases the bots' awareness, compared to Hunt The Player significantly.

Is there a solution to this, possibly another script to attach?


Thank you.
Previous Topic: Powerups
Next Topic: Boned Grizzly herewith - Track-Problem
Goto Forum:
  


Current Time: Tue Nov 19 01:33:48 MST 2024

Total time taken to generate the page: 0.00908 seconds