Jump to content

[Outdated][1.6.1 RELEASE] WORKSHOP UPDATED


juandayz

Recommended Posts

10 minutes ago, JasonTM said:

Yeah, that is not necessary. Doing that will add a shitload of time to your server startup. The only file you have to modify is server_monitor.sqf.

Find this line:

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_server/system/server_monitor.sqf#L280

Add this above it:


// Remove ammo from static weapons on restart
if (_object isKindOf "StaticWeapon") then {
	_object setVehicleAmmo 0;
};

 

Beautiful stuff. Thanks man as always

 

Link to comment
Share on other sites

  • 11 months later...
  • 3 months later...

Also, anyone know how to make an additional menu. I would like to be able to buy special base parts through a scroll menu, mainly antennas, billboards and other things to "decorate" a base, when i tryed it i get the menu, i try to buy the item but nothing shows up and it keeps saying building in progress.

Link to comment
Share on other sites

  • 3 months later...
  • 5 months later...

I know it's an older MOD, im running 6.2 and this mod did work, but for some reason now, it's not saving cameras or TV to the database, i place walls and other buildables and they have no isse, just seems to be this... any ideas? nothing in my RPT logs .. in hive log it has this, not sure if this pertains.

2020-08-06 13:22:55 HiveExt: [Information] Method: 302 Params: ObjectData8458b8767b27460e013aac3282ddcf81.sqf:false:
2020-08-06 13:22:55 HiveExt: [Information] Result: ["NOTICE","ObjectData8458b8767b27460e013aac3282ddcf81.sqf has been deleted"]

 

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
×
×
  • Create New...