Left 4 Dead 2

Left 4 Dead 2

(MSC) AG3 Build Scripts
1-10 van 14 items weergegeven
< 1  2 >
Update: 2 dec 2020 om 21:56

Small alteration of code for a function that cleans old round data.

Update: 25 nov 2020 om 14:00

Added new create type elevator (elev)

Changed parenting system to allow multiple entities to be parented at the same time using selection tool.

Added layer protection to prevent a child from being parent looped. (This would result in a crash)

Added advanced elevator controls.

Changed back end code.

Changed select link system.

Changed set link system.

Changed selection system.

Other stuffs.

Update: 18 nov 2020 om 22:37

Added ability to parent props together.

Changed func_button to script_func_button. This is an entity type that was specifically designed to be spawned by vscripts.

Update: 18 nov 2020 om 18:16

added new create types:
weapon
lasersight
ammopile

Other stuffs.

Update: 16 nov 2020 om 21:11

Added new build controller system to replace old one.

Removed support for old grab style.

Removed some model shortcuts that didn't have collision meshes resulting in the inablity to pick them up due to limitations of vscripts.

Other stuffs.

Update: 5 nov 2020 om 22:12

Added new experimental multigrab system.

Added new chat commands:

selectadd
selectclear


Changed other stuffs that I can't remember atm.

Update: 1 nov 2020 om 12:40

Added button to create types

doorsliding create type is now supported.

A bug with clone command where picking up physics props would cause error has been fixed.

Added new button linking system.

Added new chat commands:
selectlink
setlink

Update: 28 okt 2020 om 6:37

Added new chat functions:
usebasicgrab
useadvgrab
disablesafegrab

Update: 26 okt 2020 om 7:32

Added chat commands:
clone
grabdistance
grab

Update: 25 okt 2020 om 3:35

Added new chat command:

create


Added a few changes.