Left 4 Dead 2

Left 4 Dead 2

(MSC) AG3 Build Scripts
Affichage des entrées 1-10 sur 14
< 1  2 >
Mis à jour le : 2 déc. 2020 à 21h56

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

Mis à jour le : 25 nov. 2020 à 14h00

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.

Mis à jour le : 18 nov. 2020 à 22h37

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.

Mis à jour le : 18 nov. 2020 à 18h16

added new create types:
weapon
lasersight
ammopile

Other stuffs.

Mis à jour le : 16 nov. 2020 à 21h11

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.

Mis à jour le : 5 nov. 2020 à 22h12

Added new experimental multigrab system.

Added new chat commands:

selectadd
selectclear


Changed other stuffs that I can't remember atm.

Mis à jour le : 1 nov. 2020 à 12h40

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

Mis à jour le : 28 oct. 2020 à 6h37

Added new chat functions:
usebasicgrab
useadvgrab
disablesafegrab

Mis à jour le : 26 oct. 2020 à 7h32

Added chat commands:
clone
grabdistance
grab

Mis à jour le : 25 oct. 2020 à 3h35

Added new chat command:

create


Added a few changes.