Left 4 Dead 2

Left 4 Dead 2

(MSC) AG3 Build Scripts
14件中 1-10 を表示
< 1  2 >
更新:2020年12月2日 @ 21時56分

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

更新:2020年11月25日 @ 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.

更新:2020年11月18日 @ 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.

更新:2020年11月18日 @ 18時16分

added new create types:
weapon
lasersight
ammopile

Other stuffs.

更新:2020年11月16日 @ 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.

更新:2020年11月5日 @ 22時12分

Added new experimental multigrab system.

Added new chat commands:

selectadd
selectclear


Changed other stuffs that I can't remember atm.

更新:2020年11月1日 @ 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

更新:2020年10月28日 @ 6時37分

Added new chat functions:
usebasicgrab
useadvgrab
disablesafegrab

更新:2020年10月26日 @ 7時32分

Added chat commands:
clone
grabdistance
grab

更新:2020年10月25日 @ 3時35分

Added new chat command:

create


Added a few changes.