• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A16 - Custom Vehicles by Manux [SDX]

So, I saw a comment about vehicles and water... any chance of getting a boat? I'll settle for a canoe or a raft!
Boats are on the list of things to do yes, but I first want to make sure that MP works properly.

About The Beast, I'm not sure I understand what you are looking for. The Beast, can destroy any blocks from it's current elevation, up to around 7 blocks above it's current elevation (all controlled by the height at which its animatable bucket currently is).

So you can totally level a terrain flat with it. Just keep the bucket down and don't drive too fast.

And you can also change all of these settings in the XMLs.

The Beast cannot add matter to blocks under it that have less than 100% density, if this is part of what you are looking for. I could look into something like that at one point, if this could be useful...

Here's a portion of one of my vids where it shows flattening part of a terrain:

Actually the link does't seem to want to go to the right time in the vid, even thought it includes that vid time.

Just go to 52s in the vid.

[video=youtube_share;tAwpDKaP1w0]

 
Last edited by a moderator:
Any chance you could make a version of this mod without all the ui edits?
What are you looking for exactly?

The ui edits all create new window_groups, windows and controls, they don't modify the vanilla ones.

Only the vanilla windowBackpack and vanilla windowVehicleStorage are slightly modified to add the new UI buttons.

But the size and everything else for those 2 should be intact.

So if you don't put the VehicleXuiName xml property on a vehicle's entity_class, it should fallback to the vanilla UI, except that it will still have the new UI buttons.

It should be the same for the bigger backpack version, except that in that case it modifies the S420 windows that originally came from your Simple UI mod.

If you want absolutely no UI changes, you could simply delete the content of all the UI files, and remove the VehicleXuiName property on all vehicles entity_class.

The UI files are:

- Config\ui_edits.xml

- Config\biggerBackPackMod\ui_edits_forBiggerBackPackMod.xml

The ui file under Config\regularBackPack is already empty. It's just there to deploy nothing for bigger backpack when you don't build with my bigger backpack mod.

Keep the UI files in the mod, because some C# code is looking for them.

And ff you delete their content, you will also possibly need to modify the parts nodes in the vehicles, because it won't have the 2 additional slots for the weapons. It may still work even if it doesn't have enough slots to show everything, not sure...

 
Last edited by a moderator:
What are you looking for exactly?The ui edits all create new window_groups, windows and controls, they don't modify the vanilla ones.

Only the vanilla windowBackpack and vanilla windowVehicleStorage are slightly modified to add the new UI buttons.

But the size and everything else for those 2 should be intact.

So if you don't put the VehicleXuiName xml property on a vehicle's entity_class, it should fallback to the vanilla UI, except that it will still have the new UI buttons.

It should be the same for the bigger backpack version, except that in that case it modifies the S420 windows that originally came from your Simple UI mod.

If you want absolutely no UI changes, you could simply delete the content of all the UI files, and remove the VehicleXuiName property on all vehicles entity_class.

The UI files are:

- Config\ui_edits.xml

- Config\biggerBackPackMod\ui_edits_forBiggerBackPackMod.xml

The ui file under Config\regularBackPack is already empty. It's just there to deploy nothing for bigger backpack when you don't build with my bigger backpack mod.

Keep the UI files in the mod, because some C# code is looking for them.

And ff you delete their content, you will also possibly need to modify the parts nodes in the vehicles, because it won't have the 2 additional slots for the weapons. It may still work even if it doesn't have enough slots to show everything, not sure...
It's not first time people have questions/concerns with the UI. Seems like many would like to use their own UI or bigger backpack mod.

So one thing I could maybe try to do, is make the UI part a separate SDX mod.

The problem with that is that weapons need 2 more slots, so does that mean I should put the weapons in a separate mod too?

And those additional slots could also be used for other types of custom parts. I was even thinking about adding 2 more for future upgrades.

But with A17 down the road, and parts not being part of it, I'm not sure it's really worth putting more efforts on things that are meant to disappear.

Also, what about the custom storage sizes, should that also be split?

I can still look into splitting the UI. Just let me know what you guys think about all that, and about the weapons and custom storage sizes...

 
Last edited by a moderator:
Sneak Peek of incoming features

Here's a first draft of what I've been working on: water floating vehicles.

This new feature will enable adding new vehicles like: boats, submarines, amphibian vehicles, etc...

I'm also showing the improved AirTight feature at the beginning of the vid.

An AirTight vehicle now:

- prevents you from getting wet

- keeps you at ideal temperature (heater and air conditioning)

- And I fixed multiple bugs with it, for example you can now get inside the vehicle when it's in water.

I should be releasing a new version with those features somewhere this week...

[video=youtube_share;5mRM8oo-5Rc]

 
So far so good on testing on Dedicated server with the Mod, haven't seen any issues so far on our end. Granted this was only tested with 4 players online. Not sure how much it would change with say 16 or 32 players online.

 
So far so good on testing on Dedicated server with the Mod, haven't seen any issues so far on our end. Granted this was only tested with 4 players online. Not sure how much it would change with say 16 or 32 players online.
That's really good news!

So the vehicle positions and animations update properly when you look at other players driving vehicles?

Thanks a lot for the feedback, let me know if you get any problems in the future...

If you play with more players, there will most likely be performance hits, some of the vehicles in the mod are pretty heavy on the mesh size and textures. And there is for sure an additional overhead with all the new evaluations that the vehicles code trigger.

We will eventually need to make more low-resolution vehicles if we want to have many players driving at the same time in something like a Mad-Max style battle royale! ;)

 
@Manux Can be possible to use this mod in A17 or they dont work except A16...?
A lot of code has changed in A17, this mod will need to be ported to A17 in order to work.

I don't know yet how much time this will take since I haven't yet seen what code changes affect my mod's code.

I hope it will be a quick port, but since they changed a lot regarding vehicles, it could take me a while to make a version that works in A17...

But it will for sure be one of my priorities when A17 releases...

 
I'm currently working on making a first floating vehicle, a small boat.

It will be present in my next update. It's really cool to drive and really nice to have a small boat waiting for you on the shore. ;)

 
Nice.I waiting for some boat mode.Plan is to build base on some small island or lake.

When the boat will be available for download?

Tnx

 
Nice.I waiting for some boat mode.Plan is to build base on some small island or lake.When the boat will be available for download?

Tnx
I'll try to release a new update this week. But with first version of A17 releasing, I also would like to take time to look at that...

What do you guys think? You want an A16 version of the boat, or prefer having me spending my time looking at A17 for a future port of the mod?

 
I'll try to release a new update this week. But with first version of A17 releasing, I also would like to take time to look at that...
What do you guys think? You want an A16 version of the boat, or prefer having me spending my time looking at A17 for a future port of the mod?
with that skills you have , i prefer you take time moding things in A17 and give us fresh products that will be when we get bored of A17 (long tim

 
Back
Top