Darth Maul's Sith Speeder Beta : RELEASED
Posted: Tue Jan 03, 2006 6:11 pm
Vrrrooooooommm!
Iv uploaded a beta of my Sith Speeder here.....
Download:
MediaFire

This pic is older than the actual download.

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-
UNDER the following
It should look like this -
Remember to add the memory pools for the hovers -
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
Iv uploaded a beta of my Sith Speeder here.....
Download:
MediaFire
This pic is older than the actual download.
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");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 sidelvlsIt 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 sidelvlsCode: 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