Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
Running ONLY ZomBerry&RPCFramework as mods
Server
Placed ZomBerry in Root folder of server. (Newest Version Dropped today)
Added both RPCFramework and Zomberry to server launch options.
Copied the bikey to proper place.
Copied admins.cfg to Subfolder %LocalAppData%\DayZ\ZomBerry
(No Idea what to do with the default dir, custom dir stuff, but the ladder of it was done, so proceeding on.)
Added my BIGUID to the admins.cfg
Client
Of course, enabled both mods in DayZ launcher. (made sure to was the newest ZomBerry, and RPCFromework)
Did optional of placing Zomberry.cfg within \Documents\DayZ.
Launched Game & Server.
Unable to open menu via M.
Check logs, doesn't contain ZomBerry.
Redoes Install Steps (About 3 times now)
Same thing, logs don't state ZomBerry, nor does it open.
(Looks at FAQ Redoes steps)
---------------------------------------------------------------------------------------
Question: Being that, I might be a complete idiot, and might be obviously missing a step maybe I didn't do the RPCFramework correctly when it asks on the github to
" To use the framework with your mod you would want to add the mod to the config.cpp of your scripts PBO.
e.g.
class CfgPatches
{
class ...
{
...
requiredAddons[]=
{
"RPC_Scripts",
...
};
};
};
"
^^^^^^^
I've yet to do that. (Well, if I even have to.)
All an all it's not working for me but I digress I'm not the smartest person when it comes to this, and just maybe I'm missing a step somewhere some how?
Would appreciate feedback, thanks!
And yeah, you don't need to do that developers stuff from RPCFramework GitHub page, just download it and add to launch parameters
This info won't help players using mods tho, mod creators should update their mod's configs. Both ZomBerry and RPCFramework suffered from this issue, but it was fixed now, not included in RPCFramewok GitHub release tho
Going to see what all I can do now,lol. - Edited.
1. Server finds admins.cfg (well, technically this line is always added in logs, just check if "found" file is actually there)
2. Or not:
And one more question: where is your admins.cfg actually placed at?
D:\SteamLibrary\steamapps\common\DayZServer\log\Users\Server
I believe I am wrong, but when I try to access the app data on my D drive it doesn't exist.
ZB_log.txt https://pastebin.com/RxJywzss
But if you want to continue using default dir, AppData is a folder which stays on system drive only, which means that the easiest way to find needed location is to press Windows+R and enter "%LocalAppData%\DayZ
Check ZomBerry logs when you join the server, there should be lines like "Auth respond to admin ...", if nothing appears there, also check client logs in %LocalAppData%\DayZ\script.txt . Try to find "Loaded client-side v0.4.3". Then try to join ZomBerry Open Test Server, all players joined there have full admin rights, so it's an ideal place to check client-side of things, because your server-side seems 100% ok
Change name of "@ZomBerry Admin Tools" to "ZomBerry" in the server root.
Continue at step 3 of original install instructions.
Shouldn't change very much tho, only difference between Workshop and GitHub versions right now is log handling, in GitHub version all logs are forced to be in script.log, until "Maximum file size exceeded!" issue will be fixed in game
But anyway, I'm glad you found a way to fix your issue :)
should i just
KC_ prefix P
or
KC_ P
should space exsist between KC_ and prefix
KC_M
KC_K
etc.
You may find full list of available values here: github.com/DannyDog/DayZSAEnfScript/blob/master/dta/scripts.pbo/1_Core/proto/EnSystem.c#L156