DUST2DEATH
♥♥♥♥♥ Fox
What started out as a road hog has turned into custom vehicles for all.
Everyone thank Manux!
New Features:
All these features are controllable through xml. Check my Quad, Cicada Car, HellGoat Bike or "The Beast" Loader vehicles xmls to see the new xml properties.
- A new EntityCustomBike class to have all those features on the bikes too.
- Control what is destroyed and harvested on the Loader
- To move the bucket, use the keyboard arrow keys.
- Drive under water or through water without slowing/sticking. ( Thanks to Three08 )
- Custom storages per vehicle: You will need to re-assemble your vehicles to see those changes properly.
- Custom Icon per vehicle on the map and compass
- New buttons for the BackPack and the vehicle storages: Stash All, Take All, Drop All.
Custom Parts:
We can now make custom vehicle parts that work properly. Also works for chassis and engine. It prevents people from using generic minibike parts when you have exclusive custom parts for a vehicle.
All the custom parts of the vehicles present in the mod, now use this new system. Check the xmls for examples.
You can now also spawn vehicles and they will all have the right parts in them.
How it works:
- keep the regular slot names identical to the minibike (on vehicle parts and on part items)
- Use the a new xml property on a vehicle part and set it to the custom part item name.
Example for new Helicopter Missile Launcher that takes the place of the regular basket:
- Also add this new property to the part item. This will prevent using that part in regular vehicle slots.
New Helicopter features:
- Now consumes gas
- You now need ammo to fire the weapons. For now, you just need the ammo in your backpack.
- You also need an Helicopter Missile Launcher (replaces basket) to be able to shoot missiles, and and Helicopter Gun (replaces wheels), to shoot gun ammo. Those parts are optional.
- The storage is always present, no basket required.
- Helicopter sounds and music now stop when pausing the game in SP.
Destroy/Harvest feature:
- now available for all vehicles
- Xml properties to control/disable Entities and Vehicle damage
- Xml properties to control/disable XP gain (Thanks to JaxTeller for that suggestion)
- Changed some of the DestroyBlocks/HarvestBlocks groups and groups names, to have something interesting for vehicles that are not The Beast.
- Hitting entities is now more interesting. No more instant kills and it hits body parts of the entity, and the speed at which you hit the entity matters. (You should NOT use Tormented Emu's MiniBikeImpact mod anymore when using the new version. It will still work if you do, but the results won't be the same, because two pieces of code will be managing entity damage, and my xml controls won't work as expected.)
Terms of Use:
Download:
Templates:
Youtube:
Destruction Sneak Peak "The Beast" Loader
[video=youtube_share;tAwpDKaP1w0]
Everyone thank Manux!
Custom Vehicles by Manux
Required Mod - Base Dependency.
DOWNLOAD HALs DLL FIXES
A16 SP ONLY CURRENTLY - A16 MP EXPRIMENTAL
Required Mod - Base Dependency.
DOWNLOAD HALs DLL FIXES
A16 SP ONLY CURRENTLY - A16 MP EXPRIMENTAL
New Features:
All these features are controllable through xml. Check my Quad, Cicada Car, HellGoat Bike or "The Beast" Loader vehicles xmls to see the new xml properties.
- - control the camera position offset when driving the vehicle
- control the player position and/or rotation offset on the vehicle
- hide the player for closed vehicles
- modify the settings of the CharacterController that moves the car:
- the center, radius and height of the CharacterController built-in capsule collider to better fit your vehicle. (We are limited to the built-in capsule collider for now, but it's better than nothing).
- the Slope Limit and Step Offset properties of the CharacterController to make all-terrain vehicles that climb medium obstacles.
- A new EntityCustomBike class to have all those features on the bikes too.
- Control what is destroyed and harvested on the Loader
- To move the bucket, use the keyboard arrow keys.
- Drive under water or through water without slowing/sticking. ( Thanks to Three08 )
- Custom storages per vehicle: You will need to re-assemble your vehicles to see those changes properly.
- Custom Icon per vehicle on the map and compass
- New buttons for the BackPack and the vehicle storages: Stash All, Take All, Drop All.
Custom Parts:
We can now make custom vehicle parts that work properly. Also works for chassis and engine. It prevents people from using generic minibike parts when you have exclusive custom parts for a vehicle.
All the custom parts of the vehicles present in the mod, now use this new system. Check the xmls for examples.
You can now also spawn vehicles and they will all have the right parts in them.
How it works:
- keep the regular slot names identical to the minibike (on vehicle parts and on part items)
- Use the a new xml property on a vehicle part and set it to the custom part item name.
Example for new Helicopter Missile Launcher that takes the place of the regular basket:
Code:
<property name="custom_slot_type" value="helicopterMissileLauncher" />
Code:
<property name="IsVehicleCustomPart" value="true" />
- Now consumes gas
- You now need ammo to fire the weapons. For now, you just need the ammo in your backpack.
- You also need an Helicopter Missile Launcher (replaces basket) to be able to shoot missiles, and and Helicopter Gun (replaces wheels), to shoot gun ammo. Those parts are optional.
- The storage is always present, no basket required.
- Helicopter sounds and music now stop when pausing the game in SP.
Destroy/Harvest feature:
- now available for all vehicles
- Xml properties to control/disable Entities and Vehicle damage
- Xml properties to control/disable XP gain (Thanks to JaxTeller for that suggestion)
- Changed some of the DestroyBlocks/HarvestBlocks groups and groups names, to have something interesting for vehicles that are not The Beast.
- Hitting entities is now more interesting. No more instant kills and it hits body parts of the entity, and the speed at which you hit the entity matters. (You should NOT use Tormented Emu's MiniBikeImpact mod anymore when using the new version. It will still work if you do, but the results won't be the same, because two pieces of code will be managing entity damage, and my xml controls won't work as expected.)
Terms of Use:
Download:
Templates:
Youtube:
Destruction Sneak Peak "The Beast" Loader
[video=youtube_share;tAwpDKaP1w0]
Last edited by a moderator: