Search results

  1. M

    [OPEN] Despawn time of Dead players

    Look in globals.xml. Pretty sure it's in there. I'm at work so I can't look up the exact config line and I don't remember off hand
  2. M

    Server restarter WIP

    There's definitely a need for this. I'll be watching your progress. Thanks!
  3. M

    Temp fix for despawning Wire Mesh Barrier and Power Gen

    Should also add tents and barrels to that too
  4. M

    [RELEASE] Sheeps DAYZ SA Repack

    I've noticed that server FPS is quite poor with this patch. Running my private test server used to see server FPS well over 3500, but with this patch it struggles to stay above 1000 with just me on the server. That will definitely affect how responsive the server is to commands.
  5. M

    are there Tent in 0.63 at this time

    The issue is that the tents aren't properly configured in the item configs. That's not something you can edit. We will have to wait for the devs to do their thing.
  6. M

    Mining

    The mining action probably just isn't fully configured yet with all the proper animations and whatnot. It's very possible that if you check your client-side RPT file you'll see several script or engine errors where it's looking for paths to the associated animations or sounds or whatever it is...
  7. M

    [Help/Discussion] Zabns Take Clothes

    Doesn't work. No matter what skin you try to take it says that it will take your backpack and then exits there. On line 34 there is a ; missing after the side check. I fixed that but no dice. I didn't test it on a "regular" skin to see if it works on those though.
  8. M

    [Help/Discussion] Zabns Take Clothes

    Nice! I'll throw this on my test server once I get home tomorrow. Thanks a ton!
  9. M

    [Help/Discussion] Zabns Take Clothes

    That would be absolutely outstanding! Otherwise I'm going to have to go through a long, tedious process of trial and error to see which skins are compatible and removing the ones that aren't. There's also the issue of skins setting players to the wrong "side" (east vs. west) and AI units...
  10. M

    [Help/Discussion] Zabns Take Clothes

    THAT WAS IT!!! It was the cursorTarget being in brackets. So this: Plus this: Works perfectly in Overpoch! I tested multiple skins and they all work. The only caveat is that some skins tend to eat your backpack, but that's a problem with the skin itself, not this script. Thanks to...
  11. M

    [Help/Discussion] Zabns Take Clothes

    Still getting a client error in Overpoch Error in expression <othes; s_player_clothes = -1; _skin = (typeOf _body); _Playerskin = (typeOf pl> Error position: <typeOf _body); _Playerskin = (typeOf pl> Error typeof: Type Array, expected Object File...
  12. M

    [Help/Discussion] Zabns Take Clothes

    You were right. I fixed that fine. But now there's this: Error in expression <othes; s_player_clothes = -1; _skin = (typeOf _body); _pskin = (typeof player);> Error position: <typeOf _body); _pskin = (typeof player);> Error typeof: Type Array, expected Object File...
  13. M

    [Help/Discussion] Zabns Take Clothes

    This does not work at all. I get this error in my client RPT when running it: Error in expression <s\addons\player_takeClothes_V2.sqf" private["_isEpoch","_itemNew","_female",> Error position: <private["_isEpoch","_itemNew","_female",> Error typeof: Local variable in global space File...
  14. M

    [Support] Animated Vehicles

    Ok I changed all Armored SUV classes to ArmoredSUV_PMC_DZ in the dynamic vehicle spawn, Object_DATA table and Traders_DATA tables, as well as the animation script. Will see how that goes.
  15. M

    [Support] Animated Vehicles

    What's the correct syntax for including the other Armored SUV class? In fn_selfactions it defines the vehicle class as "ArmoredSUV_Base_PMC", but for my server it should be "ArmoredSUV_PMC_DZ" and "ArmoredSUV_PMC" How do I include both so that they both work? Server is Overpoch.
  16. M

    [Help/Discussion] Zabns Take Clothes

    Tried that but it doesn't work. If you do it that way then it apparently lacks some sort of definition as to what the skin actually is, because it returns an error saying that you don't have enough room to add skin _________, despite the fact that there are multiple inventory slots free. There...
  17. M

    [Help/Discussion] Zabns Take Clothes

    Still wondering how to add the Overpoch skins to this. Tried pointing it to the mission config file and that didn't work either.
  18. M

    [Help/Discussion] Zabns Take Clothes

    Got the same issue here. Want to add Overpoch skins and the script is rejecting them. Obviously they need to be added to the script somehow. Just not sure how to do it. Help?
  19. M

    How to Register with Steam Server Browser with 116523

    My question to all this is: Does every server in the world have to be on it's own unique Steam Query port? Or can I use 27016 for one server on my dedi box and say 27026 for another server? How do we know what port is "free" and not already in use by someone else to connect to Steam for...
  20. M

    [Help/Discussion] Zabns Take Clothes

    I'm getting an error in my RPT file and script is not working. I have double and triple checked that everything is correct in fn_selfactions. Any ideas where to look next? 13:34:33 Error in expression <_itemNewName","_result"]; _body = _this select 3; _onLadder = (getNumber (config>...
Back
Top