Help on Tordarian (one of my maps)

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

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 »

If we knew what was wrong, we'd answer. We don't try to hide how to fix things.
NegativeSmiley

Post by NegativeSmiley »

I've added Command vehicles such as the Hovernaught and AT-AT. Make sure your AddWalkerType line is in the clear. Here is the one from hoth conquest:
AddWalkerType(2, 2) -- 2 atats with 2 leg pairs each
Depending on how many commandwalkers your putting in you change that 1st 2 to however many. If your working with AT-TE's look at this line
AddWalkerType(X, 3)
X is going to be how many you have in the map and the 3 says that there are 3 pairs of legs on the particular walker.

To look at your error log go here:
C:\Program Files\LucasArts\Star Wars Battlefront II\GameData
and look at the file called BFront2
Most with a Message Severity 3 over it will crash a map. I've never seen anything higher than a 3 so if you have one thats very bad.

Hope this helps. :D
Tohron

Post by Tohron »

NegativeSmiley wrote:I've added Command vehicles such as the Hovernaught and AT-AT. Make sure your AddWalkerType line is in the clear. Here is the one from hoth conquest:
AddWalkerType(2, 2) -- 2 atats with 2 leg pairs each
Depending on how many commandwalkers your putting in you change that 1st 2 to however many. If your working with AT-TE's look at this line
AddWalkerType(X, 3)
X is going to be how many you have in the map and the 3 says that there are 3 pairs of legs on the particular walker.

To look at your error log go here:
C:\Program Files\LucasArts\Star Wars Battlefront II\GameData
and look at the file called BFront2
Most with a Message Severity 3 over it will crash a map. I've never seen anything higher than a 3 so if you have one thats very bad.

Hope this helps. :D
Wish that helped, but it didn't *sigh*. I've now simply deleted the turrents altogether, and the map still crashes, so unless there's a problem within the map itself, something is wrong with the ATTE's. You've added commandwalkers successfully, I know I'm asking a lot, but can you please tell me everything you did? I need to know that in order to figure out what I may be missing.

To the other posters: sorry if I sounded too demanding, it's just that I'm getting really frustrated trying to do certain things and failing entirely.
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 »

Try commenting out the walkers in your LUA. Comment:

"rep_walk_atte",
AddWalkerType(3, 6) -- 3x2 (3 pairs of legs)
SetMemoryPoolSize ("CommandWalker", 6)

Then see if your map runs.
Tuskenjedi

Post by Tuskenjedi »

Tohran wrote:WIP section? I don't really know what you're referring to. Could you give a link?
here
Tohron

Post by Tohron »

Well, commenting out the walkers worked, although further investigation has revealed that I'm doing something wrong with the turrents too. As a note, I'll be taking up Tuskenjedi's suggestion and posting a new version of this in the WIP session, since although you all here are trying to be helpful, you just don't have the information I need, apparently.
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 »

officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}, --add the comma
}

SetHeroClass(CIS, "cis_hero_darthmaul")
Post Reply