Left 4 Dead 2

Left 4 Dead 2

73 hodnocení
confogl-like coop
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Game Content: Scripts
Game Modes: Mutations
Velikost souboru
Přidáno
16.495 KB
14. srp. 2013 v 14.39
Poznámky ke změnám (1) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
confogl-like coop

Popis
this coop mutation is a confogl-like coop game.
inspired by confogl versus (https://code.google.com/p/confogl/).

NOTE: only supported on Local Server.

play:
MainMenu - Mutation - confogl-like coop - Play With Friends - Create Lobby(Server Type: Local Server)

difficulty level:
- easy: spawn 2 SI each 35sec.
- normal: spawn 4 SI each 35sec.
- advanced: spawn 6 SI each 35sec.
- expert: spawn 6 SI each 30sec. base SI limit 2.
normalized damage to all difficulty level.

sorry for my english ;;
Počet komentářů: 11
BarbieKILL 4. srp. 2015 v 21.13 
Can you modify the following:each chapter spawn tank and witch,there is no witch spawning at all and tank is just random spawn.If possible,please add SI spawn during tank period,but limit 3SI for each wave.So it will be more challenge and more confogl-like,thanks.
Kbro 27. říj. 2014 v 7.06 
// weapon_sniper_scout = "weapon_sniper_scout_spawn"
// weapon_sniper_military = "weapon_sniper_scout_spawn"
// weapon_sniper_awp = "weapon_sniper_scout_spawn"
// weapon_hunting_rifle = "weapon_sniper_scout_spawn"

yes , it work , never crash when next map load , thanks for help :D
def075  [autor] 27. říj. 2014 v 0.28 
umm, maybe EMS and sourcemod loading order issue.
try stop replace in *.nut file and replace using sourcemod plugin.
Kbro 26. říj. 2014 v 23.54 
yes , i use weapon_hunting_rifle = "weapon_sniper_scout_spawn" and it work .

but when c2m1 change map to c2m2 ..

It crash and say util_setmodel: not precached: models/w_models_weapons/w_sniper_scout.mdl

I also use source mod plug-in

l4d_sniper.smx
l4d2_scout_precache.smx
l4d2_weaponrules.smx

This 3 plug-ins work at coop and l4d2 offical hardeight mutation perfect .



when play confogl like coop , it work at c2m1 , but loading next map c2m2 it crash
def075  [autor] 26. říj. 2014 v 23.08 
maybe you can spawn the scout with following code.
// in confogl_like_coop.nut
weaponsToConvert =
{

...
weapon_hunting_rifle = "weapon_sniper_scout_spawn"
...

However, L4D2 default system does not have damage handling method for scout.
if you need scout, I recommend that you use sourcemod plugin.
Kbro 26. říj. 2014 v 14.44 
Does it look like ?

function Precache()
{
PrecacheModel("models/w_models/weapons/w_sniper_scout.mdl");
PrecacheModel("models/v_models/v_snip_scout.mdl");
}

I test it not work
Kbro 26. říj. 2014 v 12.39 
Can u make "scout" replace "hunting rifle" ??
I try modify it use scout , but it crash at next map load .
venom 16. dub. 2014 v 9.28 
im thinking that this can be hard 12
BenJamin' 14. pro. 2013 v 0.56 
The game crashes on the first chapter of "No Mercy" when your team fails more than once.
BenJamin' 7. pro. 2013 v 15.42 
Found it: "map MAPNAME confogl_like_coop"