Alien Swarm: Reactive Drop

Alien Swarm: Reactive Drop

Dead City
Daniel101  [developer] 7 Oct, 2017 @ 4:35pm
dc4-fight and flight feedback
You can use this discussion to post bugs and general feedback here on the new map if you so wish.
< >
Showing 1-9 of 9 comments
Booyah 7 Oct, 2017 @ 6:39pm 
When you get off the elevator, trigger spawns behind the gate and go back, gate will close and you'll be stuck forever.

https://i.imgur.com/Rj1AcL5.jpg
Orange  [developer] 7 Oct, 2017 @ 6:46pm 
we have played asbi brutal and it is way too hard.
-need more medkits
-hard to see aliens in dark areas, there are many of such. buff autoexposuremax maybe
-make chairs as debris, they block marine momenent badly
-some environment appears over camera and u lose marine from vision, so func_asw_fade or prop_asw_fade etc
-maybe less jumpers n more usual drones

nice design overall =)
Daniel101  [developer] 7 Oct, 2017 @ 6:47pm 
Yeah thats a classic bug from me always doing one time doors for some reason, thanks!
Daniel101  [developer] 7 Oct, 2017 @ 6:48pm 
Ok thanks Orange for the feedback
Last edited by Daniel101; 7 Oct, 2017 @ 6:49pm
Orange  [developer] 7 Oct, 2017 @ 7:01pm 
u can balance stuff for challenges like this, add targetname for something u want to remove on some challenge, make logic_script, add nut file with function:

function RemoveStuff() { switch (Convars.GetStr("rd_challenge")) { case "0": //no challenge DoEntFire("mytargetname", "Kill", "", 0, null, null); DoEntFire("mytargetname2", "Kill", "", 0, null, null); break case "asbi": break case "difficulty_tier1": break case "difficulty_tier2": break case "level_one": DoEntFire("mytargetname3", "Kill", "", 0, null, null); break case "riflemod_classic": break } }
then OnMapSpawn logicscriptsname runscriptcode RemoveStuff()

not forcing tho, just possibility, up to u =)
Last edited by Orange; 7 Oct, 2017 @ 7:04pm
jhheight 8 Oct, 2017 @ 7:16am 
One of the reasons of high choke at the end hall way https://imgur.com/a/SCwqU
Booyah 8 Oct, 2017 @ 10:24am 
Flame sentries doesn't work, If someone is out of this room

https://i.imgur.com/fsEKAkv.jpg
Eerie-Eg 8 Oct, 2017 @ 10:35am 
~0 hordes on ASBI brutal.
Daniel101  [developer] 8 Oct, 2017 @ 3:32pm 
Thanks people, I have a released a patch with my work done today so I haven't got around to everything that needs my attention yet.
Last edited by Daniel101; 8 Oct, 2017 @ 3:32pm
< >
Showing 1-9 of 9 comments
Per page: 1530 50