Left 4 Dead 2

Left 4 Dead 2

[VScript] Custom Survivor Takeover (CST)
Showing 31-40 of 44 entries
< 1  2  3  4  5 >
Update: 22 Jul @ 8:22pm

again

Update: 22 Jul @ 8:16pm

option to shuffle the order of parallel arrays before takeover

made it stop using negative char nums
because a user reported that the bot ai for negative char nums dont behave properly

changed the safeguard for when it is negative or positive numbers that can crash
if invalid, it will choose one of the numbers: 8, 9, 19, 20, 21, 22

changed bots_only default value to false

Update: 21 Jul @ 3:47pm

check if spawned player is survivor first before trying to restore, duuh

Update: 18 Jul @ 11:45pm

I removed the check for cutscene, cuz not working exactly right in l4d1 cutscenes for some reason

Added an option to try again every second, to try takeover/restore if not yet done so.

Update: 17 Jul @ 9:29pm

Not sure how I missed this:
takeover_chance = ["100.0", "100.0", "100.0", "100.0"]

Changed to:
takeover_chance = [100, 100, 100, 100]

im stoopeed

Update: 12 Jul @ 5:01pm

I noticed timer thinker double updates
So switched to gmapscript update, it updates every second, interval not customizable?

Update: 10 Jul @ 10:34pm

Update: 10 Jul @ 9:23pm

Notes for myself:

Change to TimerThinker instead of InvokeUpdate, because InvokeUpdate will stack with each other after restarting map

Make takeover only happen at the very start of the campaign

Before restarting or going to next chapter, record all current custom survivors for later

After restarting or going to next chapter, try restore all previous custom survivor records, because they love to change back to vanilla survivors

needs more testing man idk

Update: 10 Jul @ 9:14am

fix percent chance check

Update: 10 Jul @ 8:59am