Darth Maul's Sith Speeder Beta : RELEASED

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

Moderator: Moderators

Post Reply
Lord-Bandu

Darth Maul's Sith Speeder Beta : RELEASED

Post by Lord-Bandu »

Vrrrooooooommm!

Iv uploaded a beta of my Sith Speeder here.....

Download:
MediaFire

Image
This pic is older than the actual download.

Image

Iv uploaded it to Gametoast so just gotta wait for it to be accepted .Should be up on Gametoast soon .


I'll post the readme in full in a seperate post.

Any bugs let me know.

Hope you enjoy it .


EDIT

BANDU SITH SPEEDER BETA -
Collision is not properly setup
FPV is not properly setup
Some textures are place-holders
No bump-mapping
These will be completed for the Final version.


This download is a complete SIDE named ' sith ' . This makes it much easier for you since everything is already setup. All you'll have to do is add the vehicle spawn points in Zeroedit and edit your mission LUA (see further down for what to change in your LUA)

IMPORTANT-
You are free to edit the ODF to change the speed , acceleration or whatever you wanna do to it. However... do not try editing the model while its in BETA form....unless I give you permission to.

credit-
If you use this model in your map you must give credit to Lord Bandu....since I made it and....
I give credit to ....
The Episode1 Insiders Guide / Sebastian van Halm for 80% of the textures

INSTRUCTIONS -
You must have BFPro (newest version of BFbuilder)
create a new side using the BFPro.hta and name it 'sith'
unzip bandu_sith_speeder.zip and overwrite the 'sith' side with my 'sith' side
go to your mission Lua and add the following-

Code: Select all

ReadDataFile("dc:SIDE\\sith.lvl",
"bandu_hover_sith_speeder");
UNDER the following

Code: Select all

-- Start sidelvls
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_basic",
"cis_inf_droideka");
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_basic",
"rep_inf_jet_trooper");

--end sidelvls


It should look like this -

Code: Select all

-- Start sidelvls
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_basic",
"cis_inf_droideka");
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_basic",
"rep_inf_jet_trooper");
ReadDataFile("dc:SIDE\\sith.lvl",
"bandu_hover_sith_speeder");
--end sidelvls
Remember to add the memory pools for the hovers -

Code: Select all

--start memorypools
ClearWalkers()
AddWalkerType(0, 4)-- special -> droidekas
AddWalkerType(1, 4)-- 1x2 (1 pair of legs)
AddWalkerType(2, 0)-- 2x2 (2 pairs of legs)
AddWalkerType(3, 0)-- 3x2 (3 pairs of legs)
SetMemoryPoolSize("PowerupItem", 60)
SetMemoryPoolSize("EntityMine", 40)
SetMemoryPoolSize("EntityHover", 10)

Setup your Spawn points in Zeroedit , check that you've put the 'sith' REQ, MSH, ODF etc in the correct places.

Pretend to be Darth Maul ;)
Last edited by Lord-Bandu on Tue Jan 03, 2006 6:17 pm, edited 1 time in total.
flippy11

RE: Darth Maul

Post by flippy11 »

it's cool. put the localizeation instructions in the read me though for people who are new to modding. I think it should be weaker though. a rocket hit it and it only went down a quarter
Alpha

RE: Darth Maul

Post by Alpha »

That is so cool, Bandu! Nice job. Is that an oribital strike as a weapon I see in the screenshot?
Lord-Bandu

RE: Darth Maul

Post by Lord-Bandu »

Theres a localisation tutorial in the sticky threads.

How strong or weak it is is completely down to the map maker. I just boosted the health and speed up so I could do some jumps while I tested :P


Alpha , its just the normal Droid Sniper weapons. Its me in the background :)
Kyross

RE: Darth Maul

Post by Kyross »

I love it.
I am pwned.
Exclamation

RE: Darth Maul

Post by Exclamation »

A-M-A-Z-I-N-G

Not necessarily a warfront vehicle for the average soldier... but who cares! ;)

Kudos on the installation guide, btw. I've been having problems getting some vehicles to work... and this'll help with all of 'em. :)
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

RE: Darth Maul

Post by Teancum »

The upload is now verified here at Gametoast under SWBF Addon Vehicles.
Emperor_Syndacyte

RE: Darth Maul

Post by Emperor_Syndacyte »

Mesa Looking forward to seeing this in a map Great Job!
Lord-Bandu

RE: Darth Maul

Post by Lord-Bandu »

Blackcurrent

RE: Darth Maul

Post by Blackcurrent »

That's looking real good! Someone should make a reace map with different vehicles like this.
Emperor_Syndacyte

RE: Darth Maul

Post by Emperor_Syndacyte »

Yeah that would be fun! :D
froshthewookie

RE: Darth Maul

Post by froshthewookie »

ANy idea when the final will be released? I want to use this for a map...
Lord-Bandu

RE: Darth Maul

Post by Lord-Bandu »

The main thing thats missing is a first person view. TBH im in no rush to correct this ,so i have no idea when it'l be done.
Post Reply