Search results

  1. H

    Help. How to remove grass from dedicated server

    Still no luck..any chance you could post your init so i could take a look?
  2. H

    Help. How to remove grass from dedicated server

    Ill remove myself from admin and add it to the end of the init below everything and see if that works...could have just been the placement position inside the init.
  3. H

    Help. How to remove grass from dedicated server

    That's what im looking for. I tested it with 3 other people that connected to my dedicated server and the grass still showed for them and not for me. Ill post my init file for you guys ...did you forget to include your line of code, ShootingBlanks? //Server Settings //Add the insttance id of...
  4. H

    Help. How to remove grass from dedicated server

    Just as the title suggests, I'm looking to remove just the grass from my dedicated server to test differences in player's fps. I know it has something to do with setting terrain grid to 50 but where is the question. Ive seen on other server files that they have set setTerrainGrid 50; into...
  5. H

    [HELP NEEDED] Custom Loadouts - Based on UID.... (1.8.3)

    Doesn't seem to work after respawns though. I imagine it has something to do with choosing your character after dying. I've tried spawning as a ghillie and it sticks me in the default skin. I can give it a try later when i get home in case i had a punctuation error.
  6. H

    [HELP NEEDED] Custom Loadouts - Based on UID.... (1.8.3)

    Is there a way to get someone to spawn wearing certain clothing. I mean i can put it in their inventory or bag but if i try changing the model it doesn't seem to have any effect. Ill post the code im using. Just slightly different than how you guys are doing it. The red chunk is what i was...
  7. H

    New Dedicated Server Stuck with full load bar Help Needed

    I can connect to the dedicated server, get through the lobby but when it starts loading..the white bar completely finishes and stops...no numbers counting or anything. Ive added my .rpt and highlighted the areas i think might be causing the issue...
  8. H

    [Support] DZGM

    Got it, rookie mistake, thanks a lot!
  9. H

    [Support] DZGM

    Yeah, im running 1.8.3. The description file for 8.3 seemed a lot smaller than the last one or i just missed a large chunk of the install step.
  10. H

    [Support] DZGM

    Nope this is it. respawn = "BASE"; respawndelay = 5; onLoadMission= "DayZ Chernarus"; OnLoadIntro = "Welcome to Chernarus"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; disableChannels[] = {0,2,6}; enableItemsDropping = 0; onPauseScript = ""; briefing = 0; debriefing =...
  11. H

    [Support] DZGM

    After installing this i received this message when logging in. Resource title wm_disp not found After that comes up I can click continue and play without issues, It'll get old after a while constantly having to click that to play.
  12. H

    Help! Need Fix to clear debris from roads

    Looks like that did it, thanks a lot!
  13. H

    Help! Need Fix to clear debris from roads

    dayz code does in fact contain @dayz/dayz_code/compile/stream_locationcheck.sqf. So how would i need to change it?
  14. H

    Help! Need Fix to clear debris from roads

    That does seem to be the way a lot of people are going. My 1.8.2 server was hitting almost 50 every night till they dropped this garbage patch on us. I just really don't care for epoch. So I'm slaving through trying to find updates for 1.8.3
  15. H

    DayZ Private Server Files Pack (1.8.8)

    I'm having a hell of a time applying this tutorial towards the 1.8.3 file system. It seems like some things are missing from the downloads provided by the dayzmod website for the 1.8.3 patch. Does anyone know if there is a plan to update this. I'm trying to set up my first dedicated server and...
  16. H

    Help! Need Fix to clear debris from roads

    There must be someone that knows the fix for 1.8.3. Any help would be very much appreciated!
  17. H

    Infistar with DayZ 1.8.3 and BE

    Yeah i was getting the same issue as well, Tang0
  18. H

    Infistar with DayZ 1.8.3 and BE

    Yeah im having that issue with the menu not opening.
  19. H

    Help! Need Fix to clear debris from roads

    So no ideas on how to remove the debris from roads?
  20. H

    Help! Need Fix to clear debris from roads

    Unless I have just stroked out since the 1.8.3 patch, I can't get my previous method of removing the road debris to work. Placing this bit of code in the mission init file after progressLoadingScreen 1.0; stream_locationCheck = { //Remove Garbage }; This is what the current 1.8.3 Vanilla...
Back
Top