Jump to content
  • 0

How to get vehicles to spawn damaged ?


Danny Bradley

Question

I need to be able to get vehicles to spawn damaged, I was reading some old threads and it said I can edit the dynamicvehicledamage in init.sqf however this variable does not exist anymore. any assistance would be greatly appreciated, Also I have just started a new server on namalsk and am relatively new to this so if anyone is willing to be my go to for this kind of thing then drop me a message, Thanks again.

 

Post I am referencing. 

 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
13 minutes ago, Danny Bradley said:

I need to be able to get vehicles to spawn damaged, I was reading some old threads and it said I can edit the dynamicvehicledamage in init.sqf however this variable does not exist anymore. any assistance would be greatly appreciated, Also I have just started a new server on namalsk and am relatively new to this so if anyone is willing to be my go to for this kind of thing then drop me a message, Thanks again.

 

Post I am referencing. 

 

These work for me - Just drop in your mission\init.sqf with the other variables:

Set to what ever % you want -

DynamicVehicleDamageLow = 0; // Min damage random vehicles can spawn with

DynamicVehicleDamageHigh = 100; // Max damage random vehicles can spawn with

DynamicVehicleFuelLow = 0; // Min fuel random vehicles can spawn with

DynamicVehicleFuelHigh = 100; // Max fuel random vehicles can spawn with

Link to comment
Share on other sites

  • 0
31 minutes ago, Bricktop said:

These work for me - Just drop in your mission\init.sqf with the other variables:

Set to what ever % you want -

DynamicVehicleDamageLow = 0; // Min damage random vehicles can spawn with

DynamicVehicleDamageHigh = 100; // Max damage random vehicles can spawn with

DynamicVehicleFuelLow = 0; // Min fuel random vehicles can spawn with

DynamicVehicleFuelHigh = 100; // Max fuel random vehicles can spawn with

That's what i did as well 

Link to comment
Share on other sites

  • 0
2 hours ago, Danny Bradley said:

Bricktop I added you on steam, I could really use some occasional help with this if that's alright, I still need to set up EVR storms and temperature and I'm starting to struggle.

Yeah no problem, Just let me know what you need help with and I'll do my best. 

It's been a while since I set up a Namalsk server but I do have all the custom stuff somewhere ...

Storms Bloodsuckers Snow etc. 

Not sure what will work with 1061 but we can try it all.

Link to comment
Share on other sites

  • 0

Here you go - Took me a bit to find it again. 

This is what I used to config my server. (thanks to the EpochModTeam) this made life so much easier.

Just add anything you want to the mission\init.sqf with the other variables. 

Make sure you check the file for the variable before you add a new one since some of these may already be included in your init.sqf

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/configVariables.sqf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...