This program is designed to convert files from the vts
format to vts_c
. This file is a TypeScript script that can be read by the game CS2. You can create logic for your maps using this program.
- Launch the program and insert the path to your addon in the
content
folder. - You need to create a file with the vts format in the
scripts
folder of your addon. - By modifying the code in this file, the program will automatically create and update files that will be located in the
game
folder.
- Add an entity of class
point_script
- Add the
script
key to the entity and write the path to the file there - Add the
targetname
key to the entity and write the name of the entity there
You can download and explore an example addon that uses scripts. Download