1flag ai not spawning wierd issue [solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
jano31coa

1flag ai not spawning wierd issue [solved]

Post by jano31coa »

Hi,
I'm trying to make a new version of my map
http://www.gametoast.com/index.php?name ... pic&t=5041

anyway, in ctf 1flag with imperials against rebels , the AI is not spawning and the flag doesn't appear on the minimap (but it's in the game though)

what could be wrong ?

the odd thing is that it's working perfectly with the cis vs republic

thanks for your help

John
Last edited by jano31coa on Thu Oct 26, 2006 2:59 am, edited 1 time in total.
jano31coa

Post by jano31coa »

aaaaaaaaaaaa

I found it

http://www.gametoast.com/index.php?name ... light=flag


if you have the same problem, that's the solution :
(replace ABC with the name of your map)

open the "ABCg_1flag.lua" file with a text editor

spot this line (should be the 18th)
SoundEvent_SetupTeams( REP, 'rep', CIS, 'cis' )
replace it with this one :
SoundEvent_SetupTeams( IMP, 'imp', ALL, 'all' )
and that's it !

Shall I post it on the wiki ?

John
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Post by [RDH]Zerted »

jano31coa wrote:...Shall I post it on the wiki ?...
It never hurts.
Post Reply