安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
MoreGuns/Scripts/4_World/emptystuff.c(9): Multiple declaration of class 'Mag_M14_10Rnd'
MoreGuns/Scripts/4_World/emptystuff.c(9): Multiple declaration of class 'Mag_M14_10Rnd'
class MoreGuns_Mag_M14_10Rnd { // Codes}
class MoreGuns_Mag_M14_20Rnd { // Codes }
class MoreGuns_M14_Base { // Codes }
Instead of what's it is now
class Mag_M14_10Rnd { // Codes}
class Mag_M14_20Rnd { // Codes }
class M14_Base { // Codes }
However this would require to modify the mod source code and release it into workshop store (Repacking) which will require the author's permissions.
!!NOTICE!!
This is PURE speculation since I don't know how to mod DayZ myself, but I do have background in C++ Programming
with more guns:
SCRIPT (E): @"MoreGuns/Scripts/4_World/emptystuff.c,9": Multiple declaration of class 'Mag_M14_10Rnd'
SCRIPT (E): @"MoreGuns/Scripts/4_World/emptystuff.c,10": Multiple declaration of class 'Mag_M14_20Rnd'
SCRIPT (E): @"MoreGuns/Scripts/4_World/weapons\weapons.c,90": Multiple declaration of class 'M14_Base'
--------------------
WITHOUT: Corrupted inventory "M14:16472"
Baem. Crash - Restart - endless
Help meeeeeeeeeeeeeeeee -ty
Has nothing to do with the mod.
You either way load the mod twice (as standalone and repacked)
Or you load the server with another gun mod having the same class name defined in scripts.
Thats why you want to have a prefix for all your classes.
Can't compile "World" script module!
MoreGuns/Scripts/4_World/emptystuff.c(9): Multiple declaration of class 'Mag_M14_10Rnd'
Is it allowed to repack your mod?