Insurgency

Insurgency

27 ratings
#INS2U - MGE DUELS
By SHOUBI
Overview of what we offer to INS community remaining.
   
Award
Favorite
Favorited
Unfavorite
FAQ
Why XP is disabled on your server?
[server-console] You cannot have a ranked server running Workshop modifications. Stats disabled.
That's why we are using
as a workaround you don't have extra XP but at least there is a stats 3rd party system.

How rank is working?
Basically you need 50 frags to be recorded on the website @ https://mygamingedge.online/main.html according to the server stats you were playing on previously.
Useful command in game are rank , top10 , place (to show your skill to everybody!)
Miscellaneous plugins interaction
Sourcemod plugin active on MGE server.

BE THE BOUNTY !
Basically you need to frag multiple times in a row without dying.
Amount required to be the bounty 8 frags on maps with plugin enabled.
Each medic pack gives you +20hp and you can amass them to reach 500 hp.


We recently added a bunch of custom maps over our MGE server only active when there are more than 20 players.
The idea is to provide larger scale sustained combats up to 48 players with various weapons more close to vanilla experience and an alternative to the Armory PvP theater.
Firesupport is mainly enabled on largest maps especially outdoor environement obviously.



All you need to launch artillery strike is to do the following:

  • select LEADER class.
  • open dev-console
  • bind "your_key" "say !fs"
  • Using ironsight , aim for the firesupport location you wish trigger!

Enjoy! Remember only 1 use per squad / round & cautious with teamkill since damage will be reflected anyways.


How bind a command in-game:
Open console (bindings setting toggle F11)*
Then simply enter the following in console prompt:
bind "your_key" "sm_spray"
Allows you to spray tags in-game!
!voicerooms
Allows you to use private voip channel in-game when 3D voip isn't enabled.

Other improuvments like !votemutes, !call (to report cheater/troller, send notification on our Discord), !quake if you don't like our default death sound notification,..
*F11 allows you get it from main menu as well if tildes key doesn't work


Admin/Donor Access
Donors can unlock the following:
+ [Donor] tag + Colored chat (!color)
+ !trails (Adds colorful player trails with special effects.)
+ !runcontest
(winner can select nextlevel using !conmap)
+ !donor (select dueling maps on the fly)
+ !level (select next dueling maps on the fly)
+ !removebots
+ Immunity to AFK/IDLE kick manager!
Giveaway - contest
fragcontest and screenshot of the week events may occurs on our official discord:

discord.me/ins2doi
Gametypes tweaked
We decided to implement faster respawn on all gamemodes so far which are played.
We have 4 main modes:
Wildwest:
https://steamcommunity.com/sharedfiles/filedetails/?id=3251801192
'Ride em cowboy'
Implements repeating rifles, lever action shotguns, double barreled shotguns, dynamite and much more!

An alternative to the Armory PvP theater with an closer from vanilla experience.
Especially played on larger maps.

NADES:
https://youtu.be/S0Il-5ng8JI?si=VP1DnkGe7NHeIcwi


SNIPERLAND*
https://youtu.be/0zeWDE5w1sw?si=7GDg8Fj9AT9uLg2C

Pistols Only*
https://youtu.be/H0xH5vnsyZw?si=Oqy5wObofOXlzGyi

**both with paintball variant enabled on specific maps.




Prime cuts enabled! and Thirdperson!
https://steamcommunity.com/sharedfiles/filedetails/?id=3182703735
https://steamcommunity.com/sharedfiles/filedetails/?id=3320540019
on top of that we are pushing 2 custom vpks for liquid blood overhaul and Visible Aiming Lasers which takes effect for first timer upon game client full rejoin!

https://youtu.be/ZmM6DbEnTbg?si=lgos35yzTJGmthIJ
Server-side Mods and Custom maps
https://steamcommunity.com/sharedfiles/filedetails/?id=3459091994

https://youtu.be/B7DnTVYYfM4?si=aqdglt2wYBt0K5gP
https://youtu.be/kggVK5hrHsQ?si=yNwcrgkAUd6Xa1Pf

Depending on the voting selections via player amount map scale is dynamic!

https://steamcommunity.com/sharedfiles/filedetails/?id=966139068

More info in mapcycle files below!

Default map pool:

buhriz push
contact push
district push
heights push
drycanal push
embassy push
heights push
kandagal push
market push
panj push
peak push
revolt push
siege push
sinjar push
station push
tell push
verticality push
ins_abdallah_b3 push
Map rotation dynamic via plugin
{
case 0:
{
// #1 Default // 0 - 10 players
global_EnableMediumCycle = false;
switch(GetRandomInt(0, 15))
{
case 0: gNextLevel = "buhriz push";
case 1: gNextLevel = "contact push";
case 2: gNextLevel = "district push";
case 3: gNextLevel = "drycanal push";
case 4: gNextLevel = "embassy push";
case 5: gNextLevel = "heights push";
case 6: gNextLevel = "kandagal push";
case 7: gNextLevel = "market push";
case 8: gNextLevel = "panj push";
case 9: gNextLevel = "peak push";
case 10: gNextLevel = "revolt push";
case 11: gNextLevel = "siege push";
case 12: gNextLevel = "sinjar push";
case 13: gNextLevel = "station push";
case 14: gNextLevel = "tell push";
case 15: gNextLevel = "verticality push";
}
}
case 1:
{
// #2 Medium // 11 - 20 players
switch(GetRandomInt(0, 16))
{
case 0: gNextLevel = "buhriz push";
case 1: gNextLevel = "contact push";
case 2: gNextLevel = "district push";
case 3: gNextLevel = "drycanal push";
case 4: gNextLevel = "embassy push";
case 5: gNextLevel = "heights push";
case 6: gNextLevel = "kandagal push";
case 7: gNextLevel = "market push";
case 8: gNextLevel = "panj push";
case 9: gNextLevel = "peak push";
case 10: gNextLevel = "revolt push";
case 11: gNextLevel = "siege push";
case 12: gNextLevel = "sinjar push";
case 13: gNextLevel = "station push";
case 14: gNextLevel = "tell push";
case 15: gNextLevel = "verticality push";
case 16: gNextLevel = "ins_abdallah_b3 push";
}
}
case 2:
{
// #3 High // 21 - 48 players
global_EnableMediumCycle = true;
switch(GetRandomInt(0, 18))
{
case 0: gNextLevel = "buhriz push";
case 1: gNextLevel = "contact push";
case 2: gNextLevel = "district push";
case 3: gNextLevel = "drycanal push";
case 4: gNextLevel = "embassy push";
case 5: gNextLevel = "heights push";
case 6: gNextLevel = "kandagal push";
case 7: gNextLevel = "market push";
case 8: gNextLevel = "panj push";
case 9: gNextLevel = "peak push";
case 10: gNextLevel = "revolt push";
case 11: gNextLevel = "siege push";
case 12: gNextLevel = "sinjar push";
case 13: gNextLevel = "station push";
case 14: gNextLevel = "tell push";
case 15: gNextLevel = "verticality push";
case 16: gNextLevel = "baghdad_pvp push";
case 17: gNextLevel = "baghdad_b5 push";
case 18: gNextLevel = "almaden_b5 push";

}
}
}
Mapcycles medium (11 - 20 players)
favela_k_fix occupy
ins_concrete_scoutz_lgg occupy
showdown occupy
showdown_night occupy
tc_bridgecrossing_night occupy
aim_shootout_a3 strike
aim_Training_5 occupy
aim_Training_5 firefight
dgl_aim1 firefight
dgl_ministry1 firefight
dgl_pb_6 firefight
dgl_pb_mao4 firefight
dgl_snipe4 firefight
dgl_speed2 firefight
dgl_street3 firefight
killhouse occupy
smallmap_v2 occupy
sweet_v1 occupy
sweet_v1 firefight
warehouse_v1 occupy
warehouse_v1 firefight
dgl_paintball4_d occupy
noice_arena_alpha6 occupy
//annaq firefight (revmoved)
ins_mcworld_p1fix firefight
ins_fy_killhouse_cod4_p2 firefight
ins_cf_transportship_p1fix firefight
ins_aim_dark_water_p2 firefight
3mc_training_p1fix firefight
ins_modern_p1 firefight
ins_assault_classic_p1 firefight
cqb_city_b4 occupy
ancient occupy
weird_test firefight
weird_test skirmish
vacant occupy
cs_officeb3 occupy
lotus occupy
tusk occupy
seaside occupy
ss_v1_9_4 occupy
ins_awp_metro_p1 firefight
ins_killhouse_p1 firefight
ins_shutdown_p1 firefight
space occupy
streets firefight
de_lake occupy
//nacht_der_untoten_pvp occupy (revmoved)
hidenseek_0_d occupy
pb_norrington_rgb_winter_ins firefight
p!mpkine_fettihit_koth occupy
alexandra_b1_ff firefight
de_safehouse_pvp occupy
cod_burgundy_a0_ikazuchi occupy
ins_map06 occupy
ins_map07 occupy
ins_leveled_koth occupy
gg_mario_dtk_v1_pvp occupy
xmas_last_stand occupy
ar_dizzy_cubemap_fixed occupy
outpost_koth occupy
ahscsgosmall occupy
operator_house_koth occupy
ins_parking occupy
pine_village_v4 occupy
trenchfoot_b5 skirmish
//christmas_house_pvp occupy
//szepezd_b3 push
kandahar_alpha_koth_d_shoubi occupy
wilderness_rc1 push
ins_abdallah_b3 push
point_blank_fix occupy
ins_cod_nuketown_p1 firefight
ins_cod_nuketown_p1_d occupy
fightclub skirmish
ins_docks firefight
//shipment_mw_p1 firefight
nacht occupy
miasma_duel firefight
nightstalker_v2 skirmish
tokpaintball occupy
tokpaintball firefight
//pointblack_b2 push
ins_shutdown firefight
ins_highrise occupy
//ins_spirits firefight
//ins_chernomaysk firefight
//ins_smalltown firefight
ins_vacant occupy
abandoned_v2_d skirmish
blizzard_v3 skirmish
crossroads_demolition_v2 skirmish
crossroads_v5 occupy
deathtrap_v1 skirmish
desertglory occupy
fishhook_v1 occupy
frostfire_demolition_v1 skirmish
frostfire_v6 occupy
nightstalker_demolition_v1 skirmish
requiem_v2_d skirmish
sandstorm occupy
theruins occupy
theruins_demolition_v2 skirmish
vigilance_v1 skirmish
ins_crazyjump_simpsons firefight
ins_paintball_night occupy
reef_koth occupy
buhriz push
contact push
district push
drycanal push
embassy push
heights push
kandagal push
market push
panj push
peak push
revolt push
siege push
sinjar push
station push
tell push
verticality push
buhriz push
contact push
district push
drycanal push
embassy push
heights push
kandagal push
market push
panj push
peak push
revolt push
siege push
sinjar push
station push
tell push
verticality push
Mapcycles High (21 - 48 players)
congress occupy
ins_desert occupy
bridge_se skirmish
container_rc2 skirmish
foot infiltrate
killhouse_a3 skirmish
mountain_lake_v4 occupy
sdk_sandtrapr2 firefight
pipeline skirmish
bb_arena push
maska_Beta occupy
sinjar_mini push
dust_b2 occupy
dust2_b4 occupy
benghazi_b2 occupy
uprising occupy
de_mirage occupy
ghazni occupy
safehouse_dusk skirmish
bb_valleyofthekings_push_b3_ws push
bb_gauntlet_push_b2 push
ins_pillar_p1fix firefight
ins_de_inferno_minecraft_p1 firefight
conflict occupy
city_streets_b3 occupy
city_streets_night_b3 occupy
ins_partition_p1fix firefight
ins_cf_newyear_p1 firefight
rainforest_b2 push
caves push
shrine push
italy_b1_k_fix skirmish
cbble_k_fix skirmish
de_vertigo_coop_k_fix skirmish
the_burbs_pvp occupy
szepezd_redux push
downtown_b1 occupy
inferno_k_fix skirmish
cs_militia_pvp occupy
cod_depot_a2_ikazuchi occupy
rooms firefight
killing_zone push
ins_parachute_escape occupy
weihnachten_koth occupy
strawberry_arena_koth occupy
trenches6_pvp occupy
cod_powcamp_a1_ikazuchi occupy
cod_powcamp_a1_ikazuchi firefight
toujane_b2 strike
cs_motel_pvp firefight
estates_b4_push push
cs_downtown_pvp occupy
de_aztec_pvp occupy
central_pvp push
//oilfield_b4 push old
pamir_v3 push
bastion push
bastion skirmish
wadi_block_orange firefight
almaden_b5 push
baghdad_b5 push
docks push
khanashin_b8 push
//karkand_b3 push //random client crashes..
karkar_b11 push
ps7 push
shellshock push
prospect_b3 skirmish
clean_sweep_beta3 push
zagros_convoy_b5 push
panama_canal_b2 push
crossbow skirmish
frequency push
oasis push
convoy_pvp_day_fix push
ins_panzer_tag firefight
badel_b5 push
gizab_b2 push
depot_b2 push
takbar_b6 push
osama_b4_push push
winter_rescue_b6 push
badlands_b2 push
iron_express_b2 push
hideout_b2 push
de_nuke_ins push
de_nuke_ins skirmish
bf_noshahr_canals_ins push
bf_noshahr_canals_ins skirmish
ins_pidan_dust2 push
citadel occupy
citadel push
ministry skirmish
baghdad_pvp push
ins_pidan_snowyvillage push
ins_pidan_gizab push
ins_pidan_museum push
ins_pripyat push
sotu_keep_koth push
operation_metro_b_ins push
fortress_ws push
citadel_night push
buhriz push
contact push
district push
drycanal push
embassy push
heights push
kandagal push
market push
panj push
peak push
revolt push
siege push
sinjar push
station push
tell push
verticality push
buhriz push
contact push
district push
drycanal push
embassy push
heights push
kandagal push
market push
panj push
peak push
revolt push
siege push
sinjar push
station push
tell push
verticality push
buhriz_night push
contact_night push
district_night push
drycanal_night push
embassy_night push
heights_night push
kandagal_night push
market_night push
panj_night push
peak_night push
revolt_night push
sinjar_night push
station_night push
tell_night push
verticality_night push
ministry_night skirmish
ministry_night occupy
uprising_night occupy
oilfield_pvp push
Honorable mention/Inspiration and contributor
Why Honorable mention?!

Because without '50' from Noice setting up my dedicated server as i wished initially wouldn't have been possible!
https://youtu.be/fuvBUSLz7ng


He helped me with Sourcemod plugins for spawn protection and uploaded TDM Snipers only Configs on Steam Workshop as a theater script which i've mixed with my previous work full credits to mappers & modders displayed in the collection.

Special thanks mention to:Gary , Arc & AndyBroski for wild west.vpk stuff,..and many others for good tips!
A lot of old backup from DGL possible thanks to BurntCornFlakes and even early access released custom maps from old days!

https://steamcommunity.com/sharedfiles/filedetails/?id=656593333

Known issue
https://youtu.be/TZd153ZYdeI


Stuck in the sourcemod panel?


Using the code below as an autoexec.cfg file in gamedir/cfg folder will fix it.
bind "0" "slot10" bind "1" "slot1" bind "2" "slot2" bind "3" "slot3" bind "4" "slot4" bind "5" "slot5" bind "6" "slot6" bind "7" "slot7" bind "8" "slot8" bind "9" "slot9" echo "..............................................................................." echo " | AUTOEXEC CONFIG LOADED.." echo "..............................................................................."


We have no clues why some user cannot use default keys as it should but force the game to use default restore them.
4 Comments
SHOUBI  [author] Oct 6, 2022 @ 11:34am 
@DonKain yep you right i also prefer the older one https://youtu.be/0RfjipQuBRk but it lacks of players and have difficult to record some good raw footage lately , feel free to add me if u are eager to help somehow
DonKain Oct 5, 2022 @ 9:49am 
What a shit video to showcase this. No offence.
SHOUBI  [author] Sep 26, 2021 @ 11:38pm 
say timeleft to see round remaining before the teams switch, you can always NOMINATE & RTV if needed, but we play longer custom maps to let more time to people to load/download custom assets (2 GB)
⎝⎛ Kikematamitos ⎞⎠ Sep 26, 2021 @ 2:04pm 
Dude, changue the main map or make it less time to be played, is boring to be there many rounds without changing level