Why wouldnt they add this script, there cant be a good reason for not adding it, if there is i wanna know. Its a nice script and a nice feature. Ac is open source, hmm why not use the AC communities SCRIPTS, that people contribute.
The scripts below are very helpful and make mapping quicker.
altho the Entity Property Editing Script uses the arrow keys the same as the fast/slow demo script ut you can always bind the demo or the Entity script with the arrow keys on the side number pad.
Other scripts that should be added are:
1)
original post:
http://www.akimbo.in/forum/viewtopic.php?f=12&t=8
2)
original post:
http://www.akimbo.in/forum/viewtopic.php?f=12&t=233
paste in :AssaultCube/configs/autoexec.cfg - file and save.
// Entity Property Editing Script
alias check_entprop 0
alias toggle_up_entprop [
if ( = ( $check_entprop ) 0 ) [ ( alias check_entprop 1 ) ( echo - now attaching entprop 1 ) ] [ if ( = ( $check_entprop ) 1 ) [ ( alias check_entprop 2 ) ( echo - now attaching entprop 2 ) ] [ if ( = ( $check_entprop ) 2 ) [ ( alias check_entprop 3 ) ( echo - now attaching entprop 3 ) ] [ ( alias check_entprop 0 ) ( echo - now attaching entprop 0 ) ] ] ]
]
alias toggle_down_entprop [
if ( = ( $check_entprop ) 0 ) [ ( alias check_entprop 3 ) ( echo - now attaching entprop 3 ) ] [ if ( = ( $check_entprop ) 3 ) [ ( alias check_entprop 2 ) ( echo - now attaching entprop 2 ) ] [ if ( = ( $check_entprop ) 2 ) [ ( alias check_entprop 1 ) ( echo - now attaching entprop 1 ) ] [ ( alias check_entprop 0 ) ( echo - now attaching entprop 0 ) ] ] ]
]
bind UP toggle_up_entprop
bind DOWN toggle_down_entprop
bind RIGHT [ entproperty $check_entprop +1 ]
bind LEFT [ entproperty $check_entprop -1 ]
The scripts below are very helpful and make mapping quicker.
altho the Entity Property Editing Script uses the arrow keys the same as the fast/slow demo script ut you can always bind the demo or the Entity script with the arrow keys on the side number pad.
Other scripts that should be added are:
1)
original post:
http://www.akimbo.in/forum/viewtopic.php?f=12&t=8
2)
original post:
http://www.akimbo.in/forum/viewtopic.php?f=12&t=233
paste in :AssaultCube/configs/autoexec.cfg - file and save.
// Entity Property Editing Script
alias check_entprop 0
alias toggle_up_entprop [
if ( = ( $check_entprop ) 0 ) [ ( alias check_entprop 1 ) ( echo - now attaching entprop 1 ) ] [ if ( = ( $check_entprop ) 1 ) [ ( alias check_entprop 2 ) ( echo - now attaching entprop 2 ) ] [ if ( = ( $check_entprop ) 2 ) [ ( alias check_entprop 3 ) ( echo - now attaching entprop 3 ) ] [ ( alias check_entprop 0 ) ( echo - now attaching entprop 0 ) ] ] ]
]
alias toggle_down_entprop [
if ( = ( $check_entprop ) 0 ) [ ( alias check_entprop 3 ) ( echo - now attaching entprop 3 ) ] [ if ( = ( $check_entprop ) 3 ) [ ( alias check_entprop 2 ) ( echo - now attaching entprop 2 ) ] [ if ( = ( $check_entprop ) 2 ) [ ( alias check_entprop 1 ) ( echo - now attaching entprop 1 ) ] [ ( alias check_entprop 0 ) ( echo - now attaching entprop 0 ) ] ] ]
]
bind UP toggle_up_entprop
bind DOWN toggle_down_entprop
bind RIGHT [ entproperty $check_entprop +1 ]
bind LEFT [ entproperty $check_entprop -1 ]