Help on Tordarian (one of my maps)
Moderator: Moderators
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
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.
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.
-
Tohron
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.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.
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.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
Tuskenjedi
hereTohran wrote:WIP section? I don't really know what you're referring to. Could you give a link?
-
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.
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
