John Mccalum
Members-
Content Count
84 -
Joined
-
Last visited
Everything posted by John Mccalum
-
Hi all here I am looking for rain on my server but I can not do it I have to change what in: //INIT WEATHER BEFORE ECONOMY INIT------------------------ Weather weather = g_Game.GetWeather(); weather.MissionWeather(true); // false = use weather controller from Weather.c weather.GetOvercast().Set( Math.RandomFloatInclusive(0.2, 0.3), 1, 0); weather.GetRain().Set( 0, 0.5, 1); weather.GetFog().Set( Math.RandomFloatInclusive(0.05, 0.08), 1, 0); weather.GetRain().SetLimits( 0, 1 ); thank you in advance
-
Hi I need your help since the update 1.01 it is no longer possible to open the doors on my server. Where can this come from? please
-
Hi everybody since the update of the dayz server in 1.1 I have an error where can it come from? please
-
Hello I managed to install DZSALauncher on my server but when I join my server I have this error while I do not have it without going through this launcher; (, I repair the mod in case or but the same. beforehand
-
yes but I understand or place all this in my command lines, and there is something to put to say to go through dzsa launcher
-
I would like to use dzsalauncher on my server, so I search or add the line to activate it, the line to make the mod and the line mandatory for not making cretain mods mandatory. In short a tutorial :) because on their site I understood nothing ^^
-
I take advantage of the message I have these codes: @echo off TITLE DayZ SA Server - Status COLOR 0A :: Variables:: ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="C:\DayZServer" ::Bec.exe path set BEC_LOCATION="C:\DayZServer\battleye\Bec" :::::::::::::: echo Agusanz goto checksv pause :checksv tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto checkbec cls echo Server is not running, taking care of it.. goto killsv :checkbec tasklist /FI "IMAGENAME eq Bec.exe" 2>NUL | find /I /N "Bec.exe">NUL if "%ERRORLEVEL%"=="0" goto loopsv cls echo Bec is not running, taking care of it.. goto startbec :loopsv FOR /L %%s IN (30,-1,0) DO ( cls echo Server is running. Checking again in %%s seconds.. timeout 1 >nul ) goto checksv :killsv taskkill /f /im Bec.exe taskkill /f /im DayZServer_x64.exe goto startsv :startsv cls echo Starting DayZ SA Server. timeout 1 >nul cls echo Starting DayZ SA Server.. timeout 1 >nul cls echo Starting DayZ SA Server... cd "%DAYZ-SA_SERVER_LOCATION%" start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\battleye "-profiles=C:\DayZServer\PlayerLogs" "-mod=@RPCFramework;@Permissions-Framework;@Community-Online-Tools;@SQUAD MSF-C;@WeaponReduxPack;@BuilderItems;@OP_BaseItems;@Cl0ud's Clothing Set;@DisableBaseDestruction;@BuildAnywhere;@Trader" -scrAllowFileWrite -filePatching FOR /L %%s IN (45,-1,0) DO ( cls echo Initializing server, wait %%s seconds to initialize Bec.. timeout 1 >nul ) goto startbec :startbec cls echo Starting Bec. timeout 1 >nul cls echo Starting Bec.. timeout 1 >nul cls echo Starting Bec... timeout 1 >nul cd "%BEC_LOCATION%" start Bec.exe -f Config.cfg goto checksv What should I add in lines and or?
-
Even after putting this file I have no difference :(
-
hello i'm looking for how to install DZSALauncher on my server please i do not understand anything thank you
-
I will look but after on DZSALauncher how to make this mod compulsory and no other I can not find or put a line of code or something else
-
I just put the event in the server and restart for now it's nice to see in time
-
I did not understand anything and where I test I do not have a BEC
-
no one to help :(? plz
-
so I must be very stupid ^^ because I did not understand anything after I'm french so the translation is not perfect with google
-
I do not have a BEC on the one I want to test I show you my .bat @echo off echo. echo. echo. cd "G:\SteamLibrary\SteamApps\common\DayZServer" echo Starting DayZ Server echo. echo. start "DayZ Server" "DayZServer_x64.exe" -port=2302 -config=serverDZ.cfg "-profiles=G:\jeux\steamapps\common\DayZServer\MyProfileFolder" "-mod=@RPCFramework;@Permissions-Framework;@Community-Online-Tools;@Cl0ud's Clothing Set;@BuilderItems;@DisableBaseDestruction;@OP_BaseItems;@BuildAnywhere;@WeaponReduxPack;@SQUAD MSF-C;@Trader" -scrAllowFileWrite -filePatching echo. echo. exit where should I put the lines for DZSALauncher? please
-
it is especially or to put the mod obligatory to download that I do not find how to do
-
Hi here is the first video mapping on dayz others will come good viewing
-
Yes, the next video is a FR tutorial that will explain how to do it
-
so I say bravo !!!! I can not wait for it to be available
-
Hi Here is my question I am looking for a tutorial or an explanation to modder an object that I could include in dayz on my server. thank you in advance
-
no I am trying to create a new style object a drink that does not exist yet