Jump to content

Killerfeed

Members
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Killerfeed

  • Rank
    Scavenger

Recent Profile Visitors

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

  1. Killerfeed

    Dedicated: some problems with Mods

    Hello community, I have many problems configuring a dedicated server, but now it is working (vanilla mode) with the BEC running. Thanks to the help of users @SmashT and @mrwolv. But I'm still unable to configure Mods. The errors that mark me are two: 1. "wrong version, connection rejected" Here I have looked to reinstall DayZ, but it happens to all those who try to access, it isn't a matter of experimental or normal version. 2. Compilation error. It happens when I install Comunnity tools, FCP and framewroks Mod in the server, while server turning on https://gyazo.com/fa412eacac92da4ae2866a2171eafeb3 I will put all the information possible and what I have done to try to solve this with your help PART 1: Comunnity Tools, RPC and Permissions Mod's installing 1. I passed all my dayz server folders to C :\ServerDayZ as they indicated in another post 2. I installed Mod Comunnity Tools, Permissions and RPC Frameworks. Creating folders of permissions, copying key on the folder of keys, and using: Start.bat (no BEC) Start Server Battleye config by @SmashT thanks(In Battleye folder, i use ever this for start) @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 "-mod=@RPCFramework;@Permissions-Framework;@Community-Online-Tools" "-scrAllowFileWrite" -BEpath=C:\DayZServer\battleye -profiles=C:\DayZServer\PlayerLogs -dologs -adminlog -netlog -freezecheck 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 3. And new C:\DayZServer\battleye\Bec\Config\Config.cfg by @SmashT again (changing IP adrees for correctly) [Bec] Ip = 81.37.173.141 Port = 2302 BePath = C:\DayZServer\battleye Admins = admins.xml Commands = commands.xml LogDir = Config [Misc] # Only allow english chars. AsciiNickOnly = True # Kick players who has listed chars in their name DisallowPlayerNameChars = ё,я,ш,е,р,т,ы,у,и,о,п,ю,щ,э,а,с,д,ф,г,ч,й,к,л,ь,ж,з,х,ц,в,б,н,м,ъ,Ё,Я,Ш,Е,Р,Т,Ы,У,И,О,П,Ю,Щ,Э,А,С,Д,Ф,Г,Ч,Й,К,Л,Ь,Ж,З,Х,Ц,В,Б,Н,М,Ъ ServerExeName = DayZServer_x64.exe Color = 0f ConsoleHeight = 65 ConsoleWidth = 100 Timeout = 60 Scheduler = scheduler.xml AsciiChatOnly = False WordFilterFile = BadWords.txt #WhiteListFile = WhiteList.txt #WhileListKickMsg = You are not in the whitelist. NickFilterFile = BadNames.txt ChatChannelFiles = false MinPlayerNameLength = 3 MaxPlayerNameLength = 20 SlotLimit = 120 SlotLimitKickMsg = The Server has reached its player limit. Ban = 3 4. I checked that BEServer_x64 had everything correct. I checked all the Paths, IP, serverDZ.cfg, ... all 5. With this global configuration server crashes compiliting https://gyazo.com/fa412eacac92da4ae2866a2171eafeb3 2 PART: INSTALLING MODS WITHOUT COMUNNITY TOOLS, RPC & Permissions 1. I installed Mods with this configuration: Start.bat (No Battleye folder) Start Server Battleye (Folders correctly) Config.cfg BEC (path folder correctly) 1. Installing Redux Mod 👍Server works fine and i can connect inside 2. Installing Mod's: Trader, Money Trader, Chat expansion, etc... "Wrond version, connection rejected" I did troubleshooting removing mods one by one, it only allows me to install the Redux, putting others tells me "wrong version". Conclusions I'm very grateful for the help you are giving me here, but for some reason I get many mistakes. I think I'm following the steps as you indicated in other posts, but there must be something wrong I'm inexperienced in these matters, so the problem should be mine, surely What can I do to have a server with Comunnity Onlines tools and the rest of Mods and what works? I've already tried to reinstall everything Thanks a lot
  2. Thansk a lot, mate, i'll post new thread for my problem, with all information of server, i hope that i fix it
  3. Killerfeed

    Community Online Tools

    I take this thread to comment on an error that I have in my dedicated server. If I put the line "-mod = @ RPCFramework; @ Permissions-Framework; @ Community-Online-Tools" in my start bat and activate the mods, I get the following error: https://gyazo.com/fa412eacac92da4ae2866a2171eafeb3
  4. @SmashT I already made the changes but i have this new message https://gyazo.com/fa412eacac92da4ae2866a2171eafeb3 If I delete "-mod = @ RPCFramework; @ Permissions-Framework; @ Community-Online-Tools" of the start.bat the server and the BEC work, so I guess it's a problem with Mods scripts, how can I fix it? EIDT: I try to post that problem in correctly forum "Comunnity Tools" Thank you
  5. @SmashT thanks, but when reinstalling I had problems with the server and now it doesn't appear in Community. I opened the ports (IP computer and ports 2302: 2307) but for some reason it only appears in LAN. I use two PC's: one main to play and the other for the server. With static IP both. The IP that my server has is the same IP as my computer, which is strange because I did not have it that way before, Any suggestions? Ok
  6. Can you link me some guide for newbies? 😊 Thanks mate
  7. With the last patch, server down/crashed, GG.... https://gyazo.com/d8fe3f6a9510d4b44ee8123547652427 Suggestions please? [Reinstalled and solved]
  8. Hosted servers like Fragnet, 4netplayers, etc? Or apliccation free?
  9. Mod doesn't work now or can't recognize me as administrator (i logged like admin)
  10. My start.bat My Start Server Battleye I create folder PlayerLogs but is empty Before installing the BEC I had another folder of permissions that worked, this one that is seen in screen. C:\Program Files (x86)\Steam\steamapps\common\DayZServer\ServerProfile\PermissionsFramework Thanks for your help 😉
  11. It works, solved! 😉 BEC connected and working. But... i have other problem. Since I installed the BEC the mods don't work fine (Comunity Tools, Permissions framworks, etc) I see the interface of Comunity Tools but I can't see any player in the server list, nor teleport, nor respawn objects. https://imgur.com/a/M774gQU Last night works perfectly
  12. Ok I changed some things but I need to know if the BEC is really working, I post an image. If it works, I post the solution https://imgur.com/a/6eCtWLk
  13. Done 😂 but it still does'nt work "Failed to login" https://imgur.com/a/ezN4Lw5
  14. Hi everyone, I have a problem with BEC, any suggestions? Thanks! https://i.gyazo.com/e602900288478b49cf4728996848a57d.png The IP address that image shows isn't mine, how can i change that? The server starts and works correctly, the problem is that the BEC gives an error and restarts constantly
×