vehicles not spawning

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
User avatar
Null_Clone_Assasin
Lance Corporal
Posts: 90
Joined: Wed Nov 12, 2008 7:24 pm

vehicles not spawning

Post by Null_Clone_Assasin »

ive set up my lua and world up correctly but they still dint spawn

what do i do?
my lua

Code: Select all

    ReadDataFile("SIDE\\rep.lvl",
                             "rep_inf_ep3_rifleman",
                             "rep_inf_ep3_rocketeer",
                             "rep_inf_ep3_engineer",
                             "rep_inf_ep3_sniper",
                             "rep_inf_ep3_officer",
                             "rep_inf_ep3_jettrooper",
                             "rep_fly_arc170fighter_sc")
    ReadDataFile("SIDE\\cis.lvl",
                             "cis_inf_rocketeer",
                             "cis_tread_hailfire",
                             "cis_hover_aat")        
                             

vehicle spawn
untitled.JPG
thanks
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: vehicles not spawning

Post by YaNkFaN »

in the vehicle spawn did you type in cp4 for the first entry also for cp4 did you put cp4_control for control region?
User avatar
Null_Clone_Assasin
Lance Corporal
Posts: 90
Joined: Wed Nov 12, 2008 7:24 pm

Re: vehicles not spawning

Post by Null_Clone_Assasin »

sorry i didnt post the first part of the spawn

here it is
untitled2.JPG
do i need to change some of it?
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: vehicles not spawning

Post by YaNkFaN »

yea instead of cp4_control in the vehicle spawn just put cp4

and it should work
FragMe!
Gametoast Staff
Gametoast Staff
Posts: 2244
Joined: Sat May 13, 2006 12:34 am
Projects :: Not sure keep changing my mind.
Games I'm Playing :: F1 and SWBF
xbox live or psn: No gamertag set
Location: Origin name GT_FragMe
Contact:

Re: vehicles not spawning

Post by FragMe! »

You may want to try adding the Hailfire to the classcisatk as well as give the vehicle spawn a team number which would be the same as the team number of CP4
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: vehicles not spawning

Post by YaNkFaN »

why would that be necessary if CIS isn't team1 then it doesn't matter...if he hasn't edited the abcc_con.lua at all then he should just leave it at classcisdef also classhisdef is useless for getting the hailfire if you just have a rep and cis team
User avatar
Null_Clone_Assasin
Lance Corporal
Posts: 90
Joined: Wed Nov 12, 2008 7:24 pm

Re: vehicles not spawning

Post by Null_Clone_Assasin »

ok very thanks :P

edit1------i tried that but it still dosent work
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: vehicles not spawning

Post by YaNkFaN »

do you know what an error log is not a munge log but an error log? if so post it cause they are extrmemly useful in figuring out vehicle problems and if you don't know what an error log is go here
http://www.gametoast.com/forums/viewtop ... 27&t=13806

and to save you time...


Question - I have the CD version of SWBF2 and I get a bink32.dll error when trying to launch the BF2_modtools.exe, what's wrong?
Answer - Put the BF2_modtools.exe in the same directory as your battlefront2.exe, usually \LucasArts\Star Wars Battlefront II\GameData, then you can launch BF2_modtools.exe to get a BFront2.log located in that same directory.
If you have the DVD version check THIS LINK for a DVD version of BF2_modtools.exe
Post Reply