Jump to content

Zze

Members
  • Content Count

    60
  • Joined

  • Last visited

Community Reputation

5 Neutral

About Zze

  • Rank
    Helicopter Hunter

Contact Methods

  • Steam
    https://steamcommunity.com/id/limezze/

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Zze

    Trader Script

    https://steamcommunity.com/sharedfiles/filedetails/?id=1590841260
  2. hey, i am trying to set a random integer to set a random amount of rubles on a player at spawn... so far i've tried int cashrd = int.Parse(Math.RandomIntInclusive(8,348)); - returns a string for some reason xD? int cashrnd = random 348; -fucks off and thinks there isn't a semicolon :/ am I just stupid or what am i doing wrong :3?
  3. togglebox, just a windows vbox, but i have full control, they dont block any ports either, I've run many different game servers/web services from them without ever an issue.
  4. lol, I've tried with firewall comepletly disabled still didn't show up :3
  5. I've noticed this too, even if you just filter to servers you've already played... at first thought might have something todo with using DZSA launcher, but doesn't seem to be the case. :/
  6. hey, having a problem on my pvp server, so many player bodies are amassing it causing frame drop.. anyone know how to increase the rate at which bodies despawn?
  7. Zze

    automatic backup

    or could do something like rdiff http://www.nongnu.org/rdiff-backup/
  8. Zze

    crash server with this init.c

    also one thing just noticed you have like 5 -mod lines, lol should be -mod=simplekilllogger;@HypothermiaAndHyperthermiaMod;@StatusIndicatorsMod;@New wolves;@TUNED wheels;@Sandbox;@BuilderItems except probably with out the spaces
  9. oh yes i did misunderstand :P well might still not what you're talking about, but i know you can adjust the tier or basically what class building loot spawns in like this <value name="Tier1"/> <value name="Tier2"/> <value name="Tier3"/> <usage name="Military"/> <usage name="Town"/> <usage name="Village"/> <usage name="Police"/> <usage name="Hunting"/> etc... in DayZServer\mpmissions\*YOUR*MISSION*FOLDER\db\types.xml but dont think you can set by location, just class of buildings
  10. <var name="SpawnInitial" type="0" value="1200"/> <var name="ZombieMaxCount" type="0" value="1000"/> _______________ yeah tools aren't fully worked out, there is no launcher, an they can be little buggy, but for ceeditor check: *\DayZ Tools\Bin\CeEditor bin folder contains the other tools aswell.
  11. I think its just your settings, i have me and like 2 other ppl on my server and theres zombies everyone lol xD to the point I feel like need to turn them down although your question still remains valid and am also interested to hear. :)
  12. for player spawns its DayZServer\mpmissions\*YOUR*MISSION*FOLDER\cfgplayerspawnpoints.xml for chaning loot spawns DayZServer\mpmissions\*YOUR*MISSION*FOLDER\db\types.xml <nominal>0</nominal> higher this is more often it spawns (assuming based looking at other high spawn rate things, <min>0</min> is how many spawn (dunno if thats across map or what) for what loot zombies drop reference DayZServer\mpmissions\*YOUR*MISSION*FOLDER\cfgspawnabletypes.xml and DayZServer\mpmissions\*YOUR*MISSION*FOLDER\db\types.xml
  13. Zze

    crash server with this init.c

    if your using a bat to start try adding cd C:\Program Files (x86)\Steam\steamapps\common\DayZServer before the start part
  14. Zze

    Server

    are you using advancedloadout or anything that changes spawning behavior?
  15. Zze

    crash server with this init.c

    and do you have the -config parameter set when you are launching the server?
×