Jump to content

[Release] DayZ Mission System


TheVampire

Recommended Posts

Forgot some more in another file.... ill fix it after dinner.

 

Forgot to put the new files on my server lol, testing now

 

Update: still some issues, fixing them at the moment

 

Update: Its only spawning grenades and backpacks at the moment, checking code for more missed stuff

Link to comment
Share on other sites

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

Link to comment
Share on other sites

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

Will give this a try :)

Link to comment
Share on other sites

Tried to use static locations for Taviana, and it doesn't work.

 0:31:48 "[DZMS]: Running Minor Mission SM5."
 0:31:49 Error in expression <me] ExecVM DZMSAddMinMarker;


_crash = createVehicle ["HMMWVwreck",_coords,[], >
 0:31:49   Error position: <createVehicle ["HMMWVwreck",_coords,[], >
 0:31:49   Error Type Array, expected Number
 0:31:49 File z\addons\dayz_server\DZMS\Missions\Minor\SM5.sqf, line 19
 0:31:49 Error in expression <;
DZMSMinName = _this select 1;

_nul = createMarker ["DZMSMinMarker", DZMSMinCo>
 0:31:49   Error position: <createMarker ["DZMSMinMarker", DZMSMinCo>
 0:31:49   Error Type Array, expected Number
 0:31:49 File z\addons\dayz_server\DZMS\Scripts\DZMSAddMinMarker.sqf, line 10
DZMSStaticPlc = true;

// Array of static locations. X,Y,Z
DZMSStatLocs = [
[[17380.426,5279.2412,0],
[8467.2363,7764.6978,0],
[15444.671,8667.6758,0],
[8463.8125,5510.5239,0],
[16104.994,15535.804,0],
[7729.2627,7001.7979,0],
[15078.381,15698.128,0],
[5759.5493,9423.253,0],
[13809.14,19294.951,0],
[6098.1333,8610.5947,0],
[10285.479,19396.813,0],
[4265.5854,7978.0996,0],
[8594.7168,19659.965,0],
[2260.0608,6925.2681,0],
[12143.011,14925.385,0],
[4775.9395,6315.7642,0],
[12676.353,12593.693,0],
[14468.995,10629.646,0],
[8412.1973,3045.4038,0],
[10173.31,5819.1787,0],
[9473.5557,2013.2627,0],
[9421.4414,5169.317,0],
[9845.7949,3310.0532,0],
[10864.61,620.55743,0]]
];
Link to comment
Share on other sites

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

 

So I did this,

The ramp just does not open now.

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...