Custom vehicles

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
Kyross

Custom vehicles

Post by Kyross »

Last night I made a few TIE variants, but when I replaced the tie fighters and bomber in my map they don't spawn. I changed the lua, made REQs, and they just don't show up. I had the same problem when I tried to make other custom vehicles. Could someone maybe give me an idea to what I'm doing wrong? plz.
NegativeSmiley

RE: Custom vehicles

Post by NegativeSmiley »

Sptest.
Kyross

RE: Custom vehicles

Post by Kyross »

As always, it found nothing. Should have probably posted that. Also it encountered no signifigant errors munging and had nothing in the mungelog.
Bobafett16

RE: Custom vehicles

Post by Bobafett16 »

try makeing a differand modle and test that one. to see if its da modle or what.
Kyross

RE: Custom vehicles

Post by Kyross »

What I did was copied the TIE fighter odf, renamed it [imp_fly_tiefighter to imp_fly_tienova for example], edited the renamed copy, and tried to spawn it. No go.
Saturn_V
Emperor's Hand
Posts: 487
Joined: Sun Dec 26, 2004 12:11 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

RE: Custom vehicles

Post by Saturn_V »

How are you adding it to your map ?

Is it set up in a custom side; or attached to the world (like, say, the cloud car on Bespin or the skiff on Tatooine) ?
Kyross

RE: Custom vehicles

Post by Kyross »

It is set up in the imperial side, in my mod folders sides.
NegativeSmiley

RE: Custom vehicles

Post by NegativeSmiley »

Can u post the sidelvls of ur Lua?
Kyross

RE: Custom vehicles

Post by Kyross »

ReadDataFile("dc:SIDE\\imp.lvl",
"imp_inf_basic_tie",
"imp_hover_fightertank",
"imp_walk_atst",
"imp_fly_tienova",
"imp_fly_tiedaemon",
"imp_fly_tieopressor",
"imp_fly_blackhole",
"imp_inf_darthvader",
"imp_inf_dark_trooper");
--end sidelvls
Post Reply