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
Localplay isn't so different from setting up a server. Most information can be found in the Admin-Guide[insurgencysandstorm.old.mod.io] (like mapnames and scenarios).
The typical way to run a local session with mods:
- configure game.ini for specific settings
- download mods
- start the game
- start a local game
- open the console
- type in commands to start a map+mods
So let's move from bullet to bullet:
Game.ini location
You can change settings here:
Game.ini settings
Start with Destinates https://github.com/zDestinate/INS_Sandstorm/blob/master/Insurgency/Saved/Config/LinuxServer/Game.ini - you don't need everything, but you can find everything that's possible in here.
Example local play config
This is a typical configuration for coop - you can change all parameters, just to get started.
The "FriendlyBotQuota" value is set to "0" in our example, because it's more fun to not use friendly bots in my opinion, but you can change this parameter of course, if you don't wanna be the lone wolf. Again, have a look at the link above, to scrutinize all possible parameters.
Mods in localplay
To be able to use mods, you have to subscribe to them in the main menu to be able to use them in localplay. So for example, let's use a map and start the local game with the parameters above and the map. For our example, we use "Coastline" from "Reeecompile" - you can find all mods on mod.io, this map can be found here[mod.io].
You will find all information about mods on their mod.io page, usually listing both scenarios for maps and necessary mutator names for other mods.
According to the mod description, a Security Checkpoint Hardcore scenario would be:
Move to:
-> Mainmenu
-> Mods
(if there's a popup where you have to accept terms, do it)
-> Type in "Coastline" into the searchfield on the left
-> Click on the mod-picture
-> Click on "subscribe"
(This can take a while to download, check your internet connection if you're still downloading)
Maybe it's a good idea to restart the game after the download, to be sure the mod is really downloaded.
Move to:
-> Mainmenu
-> Localplay
-> Start any game
-> Get into the game (select class etc.)
-> Open the console
Type in:
This will open our loaded map in Checkpoint Hardcore mode with the dusk lighting.
All these information can be found on the mod.io page of the mod you're using.
Ingame-Mutators in localplay
There's a list of mutators in the Server Admin Guide.
So let's use one of those, too. In our example, we use the "AllYouCanEat" and "FastMovement" mutators, giving us plenty of supply points (you can change this in the game.ini, too, but let's change it via mutator now) and making us faster.
Ingame mutators (all listed in the AdminGuide) can be used without downloading anything, they are already implemented ingame. Mutators are separated by comma, without blanks.
So open up the console again and this time, type in
It should start the map we subscribed to (Coastline) and enable two mutators (AllYouCanEat and FastMovement), so we should have plenty of supplypoints and be able to run faster, even in Hardcore mode.
Other Mutators/Mods in localplay
Let's install ISMC[mod.io] now. Some mods come with dependencies, in this case ISMC Ressources[mod.io]. Always read the mod description carefully, all the necessary information can be found there usually.
Mods have Mutators, same as the internal list ones (like e.g. "AllYouCanEat"), so you have to mention those mutators in your console line. We gonna use "ISMCarmory_Legacy" and "ISMC_Karmacore" in our example (see all the other different mutators at the mod-description page).
So subscribe to these mods, wait until they are downloaded (can take a while with ISMC and maps generally, larger mods can easily reach 3-4 GB each).
Now if we have downloaded all that stuff, we can type it into the console (get rid of the FastMovement mutator, it clashes with ISMC):
Now, we are there, localplay, maps, mods, mutators.
Troubleshooting
If you encounter problems, have a look at the update list of the mod - if it's super old, it might not work anymore. Think about typos, read the instructions of the mods, mutators etc. carefully, don't type in blanks, wrong letters etc.
Happy hunting.