CREAR SERVIDOR DEDICADO: *para version steam Crear una carpeta q se llame STEAMCMD y poner el steamcmd.exe ABrir CMD con permisos de administrador ir por medio de comandos, hasta la carpeta STEAMCMD y ejecutar el exe. se va a actualizar solo y una vez actualizado poner "login anonymous". Ahora creamos otra carpeta que este junto con la carpeta STEAMCMD, que se llame SERVER Volvemos a la consola CMD que estabamos, y ponemos force_install_dir C:\SERVER\ AHORA ponemos app_update 237410 validate igual es al pedo tener una carpeta para servidor dedicado. ADMIN: 1)ir a steam server\insurgency\addons\sourcemod\configs/admins_simple.ini agregar esto y guardar "STEAM_1:1:27086086" "abcdefghijklmn" 2) en la ventana del servidor dedicado poner sm_reloadadmins y en el juego una vez adentro abrimos la consola y ponemos sm_admin para ver el menu ingame. PONER ARMAS EXTRA SINGLEPLAYER: poner esto en la consola (son los theatres que estan en scripts) mp_theater_override theater_thearmoryexpanded8p_default y dsp cargar un mapa, ej map contact_coop checkpoint DEDICATED SERVER: agregar -workshop en el bat launcher del server crear un txt con el nombre subscribed_file_ids y adentro 667288497 q es el numero del mod y en la carpeta cfg, en server.cfg agregar abajo lo mismo que el anterior, o sea mp_theater_override theater_thearmoryexpanded8p_default LISTEN SERVER METHOD Obviously, close your steam or uninstall it alltogether The host PC must choose first which map you wish to play, example: (for other maps go to insurgency/mapcycle_all.txt) sinjar_coop checkpoint revolt_coop checkpoint buhriz_coop checkpoint market_coop checkpoint heights_coop checkpoint contact_coop checkpoint district_coop checkpoint ministry_coop checkpoint siege_coop checkpoint PC HOST SERVER Now execute SSElauncher, add a game, select insurgency.exe and put the steamappid number, 222880 Throw a shortcut of the game to desktop and add -conole in its properties. Now launch the game, open up the console once you are in the main menu and put: map sinjar_coop Now the host pc, you, are ingame. Windows is going to ask you to let the exe and crashwhatever.exe open ports? just enable both, otherwise, the client wont be able to join ! PC CLIENT JOINER The clients, i mean, the other PCs that which to connect the server must be in the main menu of the game. Now once there, open the console and in order to join type: connect localipofthehostpc And you should be able to join. ERROR: si el server dedicado solo es lan tirando el mensaje. Unable to load Steam support library. This server will operate in LAN mode only. SOLUTION: I deleted my entire "HKCU\Software\Valve" registry and the problem was solved. ERROR: si no aparecen bots en modo SOLO teammates: SOLUCION: mp_coop_ai_teammates 1 Variables utiles: ins_bot_add ins_bot_difficulty <0-3> "ins_bot_count_checkpoint_min" "16" "ins_bot_count_checkpoint_max" "32" sm_restrictedarea_enabled" "1" ERROR: si creamos server dedicado y ejectuamos el server pero no podemos entrar al juego cliente con steam. SOLUCION: dejamos el server ejecutado y abrimos el juego desde el .exe sin usar el programa steam. TIPS MUST READ !! The pack basically contains the game itself from the 2017 feb release, v2.4.0.9 Fully nosteam, just execute SSELauncher.exe, right click on insurgency icon and make a shortcut to desktop. Right click the shortcut and add -console so that you can use console in game. In case bots dont show up in SOLO gamemode, bring the console down and type: mp_coop_ai_teammates 1 To add more bots: ins_bot_add 12 Difficulty change: ins_bot_difficulty <0-3> DEDICATED SERVER STEAM The dedicated server is launched via clicking on CreateServer.bat Make sure to modify sourcemod admin in insurgency2 2.4.0.9\insurgency\addons\sourcemod/admins_simple.ini put your local ip there in the far low of the file and save. Once you open the server window, type sm_reloadadmins To make the admin menu show up in game, just open the console and type sm_admin This server works perfectly fine in a LAN. I didnt test this in online mode. You can also make a new cfg with notepad and put this inside: // --------------------------------------------------------------- // Server Info Options // --------------------------------------------------------------- hostname "_-_Grabisoftland_-_ {-ARG-}" // server name rcon_password "" // remote rcon passsword sv_password "" // Server password, if you want your server to have password only access, insert YourServerAccessPassword // --------------------------------------------------------------- // Server Download Options (Community made maps) // --------------------------------------------------------------- // sv_downloadurl "" // sv_allowdownload 1 // sv_allowupload 1 // server logging // --------------------------------------------------------------- // Server Logging Options // --------------------------------------------------------------- log on sv_logbans 1 sv_logecho 1 sv_logfile 1 sv_log_onefile 0 // --------------------------------------------------------------- // Game Mode Options (Change text with in the quotes) // --------------------------------------------------------------- // "tactical_operation" - firefight, vip, search and destroy // "sustained_combat" - push, skirmish, strike // "cooperative" - checkpoint, outpost, hunt mapcyclefile "mapcycle_checkpoint.txt" // --------------------------------------------------------------- // Enabling Matchmaking (Change text with in the quotes) // More info: http://steamcommunity.com/app/222880/discussions/2/558746089590579609/ // --------------------------------------------------------------- // "tacticalop" (Tactical Operations) // "sustained" (Sustained Combat) // "coop" (Cooperative) //sv_playlist tacticalop There you can define the gamemode of the server, name of the server and other stuff. Put that server.cfg file inside the cfg folder. Enjoy