TheVampire Posted July 5, 2014 Author Report Share Posted July 5, 2014 http://pastebin.com/5Jm7MgQQ If custom Weapons doesn't work, then my question is automatically answered. Your primary rifles array has no closing bracket ( ]; ) Link to comment Share on other sites More sharing options...
t3fa Posted July 5, 2014 Report Share Posted July 5, 2014 Idk, what to do. It makes me obviously sad. DZMS doesn't even show up in my RPT Log. Tried everything. It's a Overpoch Server (Epoch 1.0.5.1) There's nothing Ingame, edited the Time too, to start, but nothing. Here's my RPT Log and my Server_monitor.sqf http://pastebin.com/1cWCN5z6 <-- RPT Log http://pastebin.com/dccxdKMv <--- server_monitor.sqf i would be really happy, if someone could help me, tried it for several hours, nothing worked .. Link to comment Share on other sites More sharing options...
TheVampire Posted July 5, 2014 Author Report Share Posted July 5, 2014 Idk, what to do. It makes me obviously sad. DZMS doesn't even show up in my RPT Log. Tried everything. It's a Overpoch Server (Epoch 1.0.5.1) There's nothing Ingame, edited the Time too, to start, but nothing. Here's my RPT Log and my Server_monitor.sqf http://pastebin.com/1cWCN5z6 <-- RPT Log http://pastebin.com/dccxdKMv <--- server_monitor.sqf i would be really happy, if someone could help me, tried it for several hours, nothing worked .. Fix the error in your Init.sqf and DZMS will work. Link to comment Share on other sites More sharing options...
t3fa Posted July 5, 2014 Report Share Posted July 5, 2014 Fix the error in your Init.sqf and DZMS will work. Thanks for the reply! But what exactly to fix? Line 97 just shows up an closing bracket. http://pastebin.com/jcGcnuLv <- init.sqf Link to comment Share on other sites More sharing options...
fr1nk Posted July 5, 2014 Report Share Posted July 5, 2014 Remove that bracket. Link to comment Share on other sites More sharing options...
t3fa Posted July 5, 2014 Report Share Posted July 5, 2014 It seems, that it still doesn't work.. http://pastebin.com/QasGwGJX <- RPT Log http://pastebin.com/12wFZzdE <- init.sqf I would be thankful for every kind of reply. Link to comment Share on other sites More sharing options...
TheVampire Posted July 6, 2014 Author Report Share Posted July 6, 2014 It seems, that it still doesn't work.. http://pastebin.com/QasGwGJX <- RPT Log http://pastebin.com/12wFZzdE <- init.sqf I would be thankful for every kind of reply. You removed the wrong bracket, even though It won't error, here is the correct one. http://pastebin.com/hARC1Y5x And here's your next error to find. 0:15:06 "RUNNING EVENT: supply_drop on [2014,7,6,13,15]" 0:15:06 "_iClass isNil, exiting loot spawn!" 0:15:06 Error in expression < 1 to _num do { _index1 = floor(random _cntWeights); _index2 = _weights select > 0:15:06 Error position: <_cntWeights); _index2 = _weights select > 0:15:06 Error Undefined variable in expression: _cntweights 0:15:06 File z\addons\dayz_server\modules\supply_drop.sqf, line 54 t3fa 1 Link to comment Share on other sites More sharing options...
t3fa Posted July 6, 2014 Report Share Posted July 6, 2014 Thanks for the awesome help! Well, i fixed the supply_drop error on my own, but the DZMS Message still doesn't want to show in the RPT Log (Or ingame) Every help is appreciated! http://pastebin.com/6Rh1fRSr <- RPT Log Can't find out whats going on.. (Is it maybe because of infiSTAR?) Here a picture, how my Dayz_server.pbo looks like. Link to comment Share on other sites More sharing options...
TheVampire Posted July 6, 2014 Author Report Share Posted July 6, 2014 Thanks for the awesome help! Well, i fixed the supply_drop error on my own, but the DZMS Message still doesn't want to show in the RPT Log (Or ingame) Every help is appreciated! http://pastebin.com/6Rh1fRSr <- RPT Log Can't find out whats going on.. (Is it maybe because of infiSTAR?) Here a picture, how my Dayz_server.pbo looks like. Ofc make sure you have the line in server_monitor.sqf, other than that, are you joining the game? DZMS doesn't log to the RPT until 60 seconds after the first player joins a server. Link to comment Share on other sites More sharing options...
t3fa Posted July 6, 2014 Report Share Posted July 6, 2014 Ofc make sure you have the line in server_monitor.sqf, other than that, are you joining the game? DZMS doesn't log to the RPT until 60 seconds after the first player joins a server. Yes, sure i am. Here a new RPT, i kept the Server online for like 40 Minutes, maybe this will give more informations http://pastebin.com/T2z2mKty <-- RPT http://pastebin.com/aTDpUcbQ <-- server_monitor.sqf I think it's all fine, except for that crash_spawner.sqf error. Maybe i should re-setup my whole Overpoch Server, and try to start the DZMS without infiSTAR and anything else. Link to comment Share on other sites More sharing options...
TheVampire Posted July 6, 2014 Author Report Share Posted July 6, 2014 Yes, sure i am. Here a new RPT, i kept the Server online for like 40 Minutes, maybe this will give more informations http://pastebin.com/T2z2mKty <-- RPT http://pastebin.com/aTDpUcbQ <-- server_monitor.sqf I think it's all fine, except for that crash_spawner.sqf error. Maybe i should re-setup my whole Overpoch Server, and try to start the DZMS without infiSTAR and anything else. Is your DZAI working? Only thing left I can think of is a path error, which would cause DZAI also not to work. infiSTAR works fine with DZMS for other users, it wouldn't prevent DZMS from logging to the RPT. Most it would do is prevent units from spawning if Chris had changed something. Link to comment Share on other sites More sharing options...
t3fa Posted July 6, 2014 Report Share Posted July 6, 2014 Is your DZAI working? Only thing left I can think of is a path error, which would cause DZAI also not to work. infiSTAR works fine with DZMS for other users, it wouldn't prevent DZMS from logging to the RPT. Most it would do is prevent units from spawning if Chris had changed something. No DZAI is not working. Yeah, probably, but i think i setted up everything properly... strange. Link to comment Share on other sites More sharing options...
TheVampire Posted July 6, 2014 Author Report Share Posted July 6, 2014 No DZAI is not working. Yeah, probably, but i think i setted up everything properly... strange. If you happen to be using Villayer, I think there are some people who are having issues with them. Also if in your server files you have an unpacked server.pbo and a packed one, your server is always going to read the packed one instead of the folders. Link to comment Share on other sites More sharing options...
t3fa Posted July 6, 2014 Report Share Posted July 6, 2014 No, i'm hosting on a OVH-Rootserver and i'm editing everything manually. Yeah, possibly, because i edit the files in the folder first, and then i pack it, it looks like this: EDIT: I kept the server online for half an hour and this is what its look like: http://pastebin.com/Wvp8LN2S <-- RPT Log I cant see any bad errors.. i'm gonna check now because of the path Link to comment Share on other sites More sharing options...
TheVampire Posted July 6, 2014 Author Report Share Posted July 6, 2014 No, i'm hosting on a OVH-Rootserver and i'm editing everything manually. Yeah, possibly, because i edit the files in the folder first, and then i pack it, it looks like this: EDIT: I kept the server online for half an hour and this is what its look like: http://pastebin.com/Wvp8LN2S <-- RPT Log I cant see any bad errors.. i'm gonna check now because of the path Yeah my guess would be wrong paths then. The paths to the DZMS and DZAI files must be different on your machine than they normally are. Link to comment Share on other sites More sharing options...
t3fa Posted July 6, 2014 Report Share Posted July 6, 2014 Yeah my guess would be wrong paths then. The paths to the DZMS and DZAI files must be different on your machine than they normally are. Well, i'm trying it for couple of hours now, im really frustrated, lol. Tried it with several paths, nothing seems to work. Thanks tho, for the awesome help. EDIT: Maybe, it isn't fixed yet. 7:13:22 "CLEANUP: Deleted 1 Animals out of 2" 7:15:00 "RUNNING EVENT: supply_drop on [2014,7,6,14,15]" 7:15:00 "_iClass isNil, exiting loot spawn!" 7:15:00 Error in expression < 1 to _num do { _index1 = floor(random _cntWeights); _index2 = _weights select > 7:15:00 Error position: <_cntWeights); _index2 = _weights select > 7:15:00 Error Undefined variable in expression: _cntweights 7:15:00 File z\addons\dayz_server\modules\supply_drop.sqf, line 54 7:15:00 Error in expression <lootTable)); _weights = dayz_CBLChances select _CBLBase; _cntWeights = count _we> 7:15:00 Error position: <select _CBLBase; _cntWeights = count _we> 7:15:00 Error Zero divisor 7:15:00 File z\addons\dayz_server\modules\supply_drop.sqf, line 4 Well, i think i switch over to DayZ.ST Link to comment Share on other sites More sharing options...
ATRealMaster Posted July 6, 2014 Report Share Posted July 6, 2014 Your primary rifles array has no closing bracket ( ]; ) Thank you! I was really Dumb :P PS. Is there a way to reduce the amount of weapons spawning in the crates? Link to comment Share on other sites More sharing options...
Yowie Posted July 10, 2014 Report Share Posted July 10, 2014 Hi there i have just installed this on a friends server seemed like the best one but i have noticed a little hickup whether It's a mission or roaming AI i can drive straight up to them in a normal SUV run them over kill them all with out a single shot fired have i done something wrong Thanks Link to comment Share on other sites More sharing options...
ekroemer Posted July 10, 2014 Report Share Posted July 10, 2014 DZMSConfig's // Do you want AI to use RPG7V's? //(Only one unit per group spawn will have one) DZMSUseRPG = true; [...] // Do you want AI that players run over to not have gear? // (If DZMSCleanDeath is true, this doesn't matter) DZMSRunGear = false; handles the problem just fine. Just_R 1 Link to comment Share on other sites More sharing options...
mkah Posted July 10, 2014 Report Share Posted July 10, 2014 Hi there i have just installed this on a friends server seemed like the best one but i have noticed a little hickup whether It's a mission or roaming AI i can drive straight up to them in a normal SUV run them over kill them all with out a single shot fired have i done something wrong Thanks Yes there is something wrong there. Mine are setup to use RPG if any vehicles come close lol https://www.dropbox.com/s/7td01fj3v10ti3p/DZMS.zip Feel free to try my DZMS setup and see if it changes. Link to comment Share on other sites More sharing options...
Just_R Posted July 12, 2014 Report Share Posted July 12, 2014 used your zip and this is what I see with the AI, not all but some They either dropped their weps or didn't get any see attached pic Yes there is something wrong there. Mine are setup to use RPG if any vehicles come close lol https://www.dropbox.com/s/7td01fj3v10ti3p/DZMS.zip Feel free to try my DZMS setup and see if it changes. Link to comment Share on other sites More sharing options...
TheVampire Posted July 12, 2014 Author Report Share Posted July 12, 2014 used your zip and this is what I see with the AI, not all but some They either dropped their weps or didn't get any see attached pic You have an RPT with that? Link to comment Share on other sites More sharing options...
YorkshireWarrior Posted July 13, 2014 Report Share Posted July 13, 2014 used your zip and this is what I see with the AI, not all but some They either dropped their weps or didn't get any see attached pic Strange, mine are all working fine at the moment. Like Vamp says, if we can get the .RPT, will be able to help solve the issues. Link to comment Share on other sites More sharing options...
cobramike Posted July 21, 2014 Report Share Posted July 21, 2014 Vamp quick update,. This is working by vilayer. the have now also modfiles for overpoch. So just saying this is working for Epoch and overpoch by vilayer.I installed it like you are saying. No errors in the server RPT and Client RPT. Greets Mike Defent 1 Link to comment Share on other sites More sharing options...
ATRealMaster Posted July 21, 2014 Report Share Posted July 21, 2014 Hello, I installed this but most of the missions doesn't have names, so most of them are just red boxes/green boxes for me. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now