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

(1.0/A21) bdubyah's modlets

Just posting this to try and cut off any questions as this happens every alpha...

I will not be updating my mods publicly until A21 goes stable. Maybe just before once we know stable is imminent. 


See I must be a glutton for punishment, I am planning on updating my modlets probably around the first or second weekend after experimental drops  😆

Slacker  😏  j/k

 
Just a heads up for those interested, the individual vehicles mods are not updated. I'm just now going through and updating links.

 
Awesome! Thanks for all the hard work, it is much appreciated!! Does Bdub's Vehicles require a fresh server map or will it work on a currently running game?

 
Odd and not sure if this has been reported before but sometimes when flying any if the helis you seem to hit an invisible barrier and start taking damage.

Mainly seems to happen in multiplayer.

It was happening in A20 as well.

Not near map borders, just randomly happens every now and again.

Anyone else had this issue?

 
Being a semi casual modder of 7d2d and only doing swrver side modlets at that; I was curious if it possible to use the new semi+trailer shape model and turn it into a massive, but slow moving storage vehicle. 

Perhaps the trailer could have multiple access points for the storage to help eliminate large storage issues?

 
duster for a21 doesnt work. 
Should be fixed now.

Odd and not sure if this has been reported before but sometimes when flying any if the helis you seem to hit an invisible barrier and start taking damage.

Mainly seems to happen in multiplayer.

It was happening in A20 as well.

Not near map borders, just randomly happens every now and again.

Anyone else had this issue?
Likely the game/server is right on the edge of not keeping up with loading new chunks. I've had it happen in vanilla with the 4x4 once in a blue moon. There's a reason most vehicles are as slow as they are.

Being a semi casual modder of 7d2d and only doing swrver side modlets at that; I was curious if it possible to use the new semi+trailer shape model and turn it into a massive, but slow moving storage vehicle. 

Perhaps the trailer could have multiple access points for the storage to help eliminate large storage issues?
Not sure how possible that is right now since vehicle buffs seem to be broken. It could easily be ripped from the game and made into a new vehicle but that wouldn't be server side at that point. And multiple storage containers on one vehicle wouldn't be easily done, and likely not server side either.

 
Should be fixed now.

Likely the game/server is right on the edge of not keeping up with loading new chunks. I've had it happen in vanilla with the 4x4 once in a blue moon. There's a reason most vehicles are as slow as they are.

Not sure how possible that is right now since vehicle buffs seem to be broken. It could easily be ripped from the game and made into a new vehicle but that wouldn't be server side at that point. And multiple storage containers on one vehicle wouldn't be easily done, and likely not server side either.
Yea I wouldn't think server side would be thing. I was just stating that us my only experience with modding. I have 0 experience with unity or c+. I'm self taught on xml. .so 100% amatuer at best. I was just curious if in the future it could be done. I appreciate your feedback and look forward to my favorite vehicle the UH 60. 

I love landing in town like a hot LZ and going on missions. 

 
I think today's A21 update broke something, all the cars/trucks I tested move at a crawl now. The MD-500 seemed fine tho. Also tried the AOO Vehicles pack, same thing.

 
Yes, they reworked the torque and turbo properties for vehicles. I have the AIO pack good to go I think but the individual mods might have to wait a bit. That's a lot of headache for something that could be broken again tomorrow.

 
Yes, they reworked the torque and turbo properties for vehicles. I have the AIO pack good to go I think but the individual mods might have to wait a bit. That's a lot of headache for something that could be broken again tomorrow.
I was about to say "TFP broke the turbo, torque and max speed properties with the decreased rear movements and stuff"

I just changed my own QoL tweaks this afternoon, and was banging my head, saying "And bdub JUST finished his!" 

 
Last edited by a moderator:
I was about to say "TFP broke the turbo, torque and max speed properties with the decreased rear movements and stuff"

I just changed my own QoL tweaks this afternoon, and was banging my head, saying "And bdub JUST finished his!" 
Well, I went ahead and updated all of them. I have to recheck a few as someone told me with the supercharger mod there are a few that are maybe too fast now. So I gotta figure that out. But if another EXP bricks these mods they likely will wait for stable as I normally do. Lol.

 
Can any of the real modders toss me hints or links on how to update/upgrade my XML format to v2. I have some of my server side mods fixed and ready to go and may try to upload just to gauge interest. But I keep getting the yellow err warning that I need to update to xml v2 for future. So, eventually my mods if even for myself will get bricked.

 
Can any of the real modders toss me hints or links on how to update/upgrade my XML format to v2. I have some of my server side mods fixed and ready to go and may try to upload just to gauge interest. But I keep getting the yellow err warning that I need to update to xml v2 for future. So, eventually my mods if even for myself will get bricked.
The modinfo will not stop the modlets working its just a warning to comply with the new settings .

Here is an example of the new format ...just copy this and put your mod details in if it helps .

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="GuppyShoppingCarts" /><!-- Unique name for your modlet -->
<DisplayName value="Guppy Shopping Carts Mod for A21" />
<Version value="21.0.3.100" compat="A21"/><!-- versioning number compat optional -->
<Description value="Push and Motorized Shopping Carts" /> <!-- (Optional) More text to show on UIs -->
<Author value="GuppyCur,Ragsy2145" />
<Website value="http://7daystodie.com"/>
</xml>




Edit:

Yes I know it still says xml version1.0 at top but works fine .

Regards

Ragsy !!

 
Last edited by a moderator:
Back
Top