Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.