Jump to content

scrote

Member
  • Posts

    57
  • Joined

  • Last visited

Posts posted by scrote

  1.  

     

    That's not what determines the spot of the respawn box.  Only the position of the teleportals.  The first set of coords is where the portal is placed and the second set of coords is the destination position of that same portal.    The position of the box is determined by the respawn_east and respawn_west coords in mission.sqm.

    hey, i changed those coords but the spawn box stays in the same place ? any idea why ? 

  2.  

     

    here:

    	case "esseker":{
    		[
    			[[9500,5600]],	//esseker
    			[[11900,7950]],	//Novi Grad
    			[[11082,10280],2],	//Camp Spencer
    			[[2655,1269]],		//Grozna Mountain
    			[[2000,4180]],	//Krupa
    			[[6470,5445],1],	//Neptun Resort
    			[[6660,3850]],		//Plava Vrana
    			[[9950,10725]]	//Gromada Caves
    		]
    	};

    when i put this in i cant open the spawn menu, without it in it works perfect but then i only have the default spawn points, any ideas where im going wrong? or would changing the default spawn points be more efficient ? 

  3. Do you have the All in Arma pack installed on the server as well and called in the startup?

     

    eg.

     

    start /min "arma3server" /realtime  "arma3server.exe" "-mod=@Esseker;@AllInArmaTerrainPack;@Epoch;@epochhive;" -cpucount=2 -exThreads=3 -world=empty -bepath=F:\A3server\SC\BattlEye\ -port=2302 -loadMissionToMemory  -maxmem=2047 -nosplash -nopause -noSound -profiles=SC -name=SC "-config=SC\config.cfg" "-cfg=SC\basic.cfg" -autoinit
     

    Where would one place this ? Im with survival servers and they have a set map system, i want to run my server with esseker but seem to be running into trouble getting the server to even recognize its there. 

  4. I am having trouble installing this.  I went though the install guide.  A few files I had already added stuff to so I used diffmerge to merge the two together.  I logged into the server, I got stuck on the load screen on "Waiting for server to start authentication"  It did not go past that.  I exited the game and retried.  I got a popup saying "Resource title ZSC_Money_Display not found".  I clicked ok and let the server load some more.  I ended up getting past the authentication part this time, but I timed out it would not load into the server.

     

    I checked the error RPT

     

    This message show up

     

    16:35:35 Warning Message: Script z\addons\system\server_monitor.sqf not found   I checked the server.pbo and that .sqf is in there.

     

    16:37:43 "ERROR: Cannot Sync Character Mikes as no characterID"

    16:34:29 Server error: Player without identity Mikes (id 799210389)   Mikes is me so I don't know if ZSC is causing this or something else.

     

    I am pretty sure this has to do with ZSC.  It talks about the line 75 from server_updateobject, this is my line 75               _inventory = [     That is all that's on 75 for me.

    [/spoiler]
    
    16:34:58 Error in expression <ous","_key"];
    _inventory = [
    _inventory = [
    getWeaponCargo _object,
    getMagazineC>
    16:34:58   Error position: <= [
    getWeaponCargo _object,
    getMagazineC>
    16:34:58   Error Missing ]
    16:34:58 File z\addons\dayz_server\compile\server_updateObject.sqf, line 75
    16:34:58 Error in expression <ous","_key"];
    _inventory = [
    _inventory = [
    getWeaponCargo _object,
    getMagazineC>
    16:34:58   Error position: <= [
    getWeaponCargo _object,
    getMagazineC>
    16:34:58   Error Missing ]
    16:34:58 File z\addons\dayz_server\compile\server_updateObject.sqf, line 75
    
    /spoiler]
    

    Any help or ideas would be great.  Thanks

     

    im getting pretty much the same problem, anyone find out whats causing this? 

  5.  

     

    hi, here the blacklist - coordinates for Chernarus, include problem zones stary- and novy- Sobors, it is tested on my Server.

    good luck!
    debug_mode = false; // enable debug
    blacklist = [
      [[0,16000,0],[1000,-0,0]], // Left
      [[0,16000,0],[16000.0,14580.3,0]], // Top
      
      //CHERNARUS
      [[4577.7153,4529.9458,0],[[4584.02,4521.47,0]],
      [[12059.198,5118.8525,0],[12076.8,5112.95,0]],
      [[10674.388,9422.9248,0],[10676.7,9437.48,0]],
      [[6941.7,7603.85,0],[7242.15,7773.18,0]], //Novy Sobor
      [[5977.83,7727.91,0],[6431.56,7679.69,0]] //Stary Sobor, when last line in array, no comma!
    ];
    /* END GENERAL CONFIG */
    

     

    awesome! thanks man! 

  6. //Cherno
    [[4577.7153,4529.9458,0],[[4584.02,4521.47,0]],
    [[12059.198,5118.8525,0],[12076.8,5112.95,0]],
    [[10674.388,9422.9248,0],[10676.7,9437.48,0]]
    

    The coordinates for Cherno-Map ( spawn-points west, north and east )

     

     

    did you by any chance get a problem with missions spawning inside a house in novy ?

×
×
  • Create New...