安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









Unzip it into C:\Program Files (x86)\Steam\steamapps\common\RunningWithRifles\media\packages\
You should end up with a folder called "man_vs_world_5mp" in the packages folder, and package_config.xml should be immediately inside it (if there's a nested folder, it won't work). You don't need to subscribe to the mod first, this is just a slightly modified version.
In case you don't trust a random discord download link--and I can't blame you!--below are the changes I made to the files. The two .as scripts are in the scripts folder.
line 20 addition:
allow_change_settings="1"
fixed_max_players="5"
gamemode_invasion.as
line 117 addition:
// --------------------------------------------
void refreshUserSettings(const XmlElement@ event) {
}
lobby_client_accept_handler.as
line 131 change:
return m_players >= 1;
Package_config.xml seems to be the important one. I don't know what the gamemode_invasion change actually does, and the lobby_client_accept_handler file just makes it so you can start the mission with any amount of players--even solo. Also, "fixed_max_players" is effectively a difficulty option; it always scales difficulty as if you had that many players, even if you're solo. For every extra player it thinks you should have, it spawns 25% more enemies, so at 5 max players it'll double the enemy spawns. At 9 it should triple them. I thiiiink only the host has to edit that value, but I didn't test it out (and haven't actually played an actual round with friends).
into
C:\Steam\steamapps\common\RunningWithRifles\media\packages""
It says in the lobby/host menu that Its 5 player but when I host it my friends see 2 player max is there any solution to this?
I don't mind people digging through my code if they can learn something from it. Heck, if you can do a better job then I did, I invite you to do so.
Maybe you can teach this old dog a new trick or two.
So, you're welcome. It was a pleasure.
The only workaround I know of that does work is to copy the contents of the mod into the game media directory directly, because it's apparent the mod's package_config.xml is not respected otherwise.
I don't like to do this, but the best I can suggest now is to copy the man_vs_world_5mp folder from C:\Steam\steamapps\workshop\content\270150\1663023414\media\packages
into
C:\Steam\steamapps\common\RunningWithRifles\media\packages
(or wherever you have steam installed)
This is ridiculous, the mod was working at one point. I'm sorry for all the troubles.
Please give this a test run and for those still having problems, please make sure to clear out your steam cache and re-download the mod just in case it's an old hung file.