View Single Post
  #2  
Old 12-06-2019, 11:13 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by chopperprop View Post
Is there a WAC file for DFX2 and or JO for the main game folder that would Spawn a friendly AI for the map being ran? and keep it re-spawning if it is
killed ?
As the games get older there are less players, so trying to complete a map designed for 2 or more players gets to be very difficult when playing alone.
Hi Chopper, maybe you could try group spawning (using Group1, Blue Team) from the following.

server.wac

I think it works locally as well as on the servers and it's loaded and read from the root folder at each mission start.

Just keep the entries outside of any existing ploops


game.wac

Although game.wac is inside a pff, it works as long as you don't contradict any existing entries.

I think it's loaded on game start and read each mission start.

Simply create it in the root folder with notepad and try.


BTW
Have you tried "if humans <= 3" or similar to control ai?

groupspawn(1, 1)
GsetAccuracy(1,50,50)

etc

Last edited by Guest001; 12-06-2019 at 11:27 AM.
Reply With Quote