These are various scripts for user with Half-Life: Alyx.
-
Create the directory game/hlvr/scripts
-
Copy the folder vscripts into this new folder
-
Load up the game, and you're done!
All scripts in the user/ directory are custom scripts by me. If you wish to install more user scripts do the following:
-
Copy the script to scripts/vscripts/user
-
Add
include_script(user/myscript.lua)
to the end ofinit.lua
in thevscripts
directory -
That's all!