DayZ
Cabin_Mod
trepidation 2019 年 11 月 9 日 上午 7:46
Change Resources
How do server admins change resources required? For our RP server we want to require less stones and wooden logs. Thanks in advance.
< >
正在显示第 1 - 4 条,共 4 条留言
Stinkenator  [开发者] 2019 年 11 月 10 日 下午 12:29 
You can change the amounts of materials in the config.cpp from line 304 to 550. This is where the amounts are set. Example:
class Material1
{
type="Stone";
slot_name="Stones";
quantity=40;
};
Pipsters 2019 年 12 月 21 日 下午 8:41 
I have managed to extract the pbo info and amend the config.cpp to how we want it but how do i repack the pbo???
Stinkenator  [开发者] 2019 年 12 月 24 日 上午 2:55 
There are plenty of HowTo in the internet that explain how to create a server mod. I suggest you search for "server mod dayz howto"
c4timah 2020 年 1 月 2 日 上午 7:45 
引用自 Stinkenator / Micha
There are plenty of HowTo in the internet that explain how to create a server mod. I suggest you search for "server mod dayz howto"

If we modify your config file and upload the "repacked" pbo to our servers, no one will be able to join. The client version (your version) that everyone is downloading will not match the version the server owners have modified and uploaded to there own servers. We would have to re-distribute and sign "our" version to the workshop so that the client version would match the server version.

I get kicked from my own server for the .pbo [containing the config.cpp that was modified] not matching your bikey. Reverting back to your original pbo allows me to join without issue.

I run a hardcore server so the massive amount of logs keeps the cabins from being mass produced with the exception of larger groups which can pump out the required logs easily.
最后由 c4timah 编辑于; 2020 年 1 月 2 日 上午 8:43
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50