ATAT/ATTE Not Spawning instructions please

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
Gunjak

ATAT/ATTE Not Spawning instructions please

Post by Gunjak »

the ATAT and or atte wont spawn, i dont have a clue why, my lvl wont be finished until i get those in. also the laat wont spawn either?[/img]
Darth-Derkie
1st Lieutenant
1st Lieutenant
Posts: 453
Joined: Thu Feb 03, 2005 6:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: The Netherlands

Post by Darth-Derkie »

SetMemoryPoolSize("Aimer", 75)
SetMemoryPoolSize("AmmoCounter", weaponCnt)
SetMemoryPoolSize("BaseHint", 1024)
SetMemoryPoolSize("EnergyBar", weaponCnt)
SetMemoryPoolSize("EntityCloth", 32)
SetMemoryPoolSize("EntityFlyer", 32)
SetMemoryPoolSize("EntityHover", 64)
SetMemoryPoolSize("EntityLight", 200)
SetMemoryPoolSize("EntityFlyer", 36)
SetMemoryPoolSize("EntitySoundStream", 4)
SetMemoryPoolSize("EntitySoundStatic", 32)
SetMemoryPoolSize("MountedTurret", 180)
SetMemoryPoolSize("Navigator", 128)
SetMemoryPoolSize("Obstacle", 1024)
SetMemoryPoolSize("PathNode", 1024)
SetMemoryPoolSize("SoundSpaceRegion", 64)
SetMemoryPoolSize("TreeGridStack", 1024)
SetMemoryPoolSize("UnitAgent", 128)
SetMemoryPoolSize("UnitController", 128)
SetMemoryPoolSize("Weapon", weaponCnt)
SetMemoryPoolSize("CommandWalker", 2)

You need to add this line that I have in red now. The 2 is the number of ATTE's/ATAT's you have in your map.
Gunjak

Post by Gunjak »

thankyou thankyou thankyou thankyou!!!
woohoo my lvl is call ed
GEONOSIS: EARTHBOUND ASSUALT by tha way.

um is there a line i have to add for the LAAT ??
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Post by Teancum »

SetMemoryPoolSize("EntityFlyer", 32) -- set the number to as many flying vehicles as you have.
Gunjak

Post by Gunjak »

woohoo you rule. My map is finished now,
but how do i upload it
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Leviathan »

You can upload it on YouSendIt, MegaUpload, SaveFile, RapidShare or many other hosting-places whose list can be found through Google... :wink:
Gunjak

Post by Gunjak »

what is the code of the vulture droid fighter??!?
Darth-Derkie
1st Lieutenant
1st Lieutenant
Posts: 453
Joined: Thu Feb 03, 2005 6:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: The Netherlands

Post by Darth-Derkie »

I think it is cis_fly_droidfighter, look in C:\BF2_ModTools\assets\sides for the vehicle names. Look for your side, and open it's .req file with notepad.
Gunjak

Post by Gunjak »

thx ive been trying to do all these for ages but thanks now :):)
Gunjak

Post by Gunjak »

the flyers still wont spawn, i have 6 droid starfighters and 2 laats on a land battle, and there all inside a control region , but they wont spawn??
any suggestions
Gunjak

Post by Gunjak »

and what does it mean if a flyer has _dome on the end of it
Darth-Derkie
1st Lieutenant
1st Lieutenant
Posts: 453
Joined: Thu Feb 03, 2005 6:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: The Netherlands

Post by Darth-Derkie »

A flyer with _dome at the end of it, is a dome model for the sky, it's not a vehicle.
Gunjak

Post by Gunjak »

thanks
Post Reply