https://github.com/jonasalmaas/valvetypescriptconverter
This program is designed to convert files from the vts format to vts_c for CS2
https://github.com/jonasalmaas/valvetypescriptconverter
Last synced: 4 months ago
JSON representation
This program is designed to convert files from the vts format to vts_c for CS2
- Host: GitHub
- URL: https://github.com/jonasalmaas/valvetypescriptconverter
- Owner: JonasAlmaas
- Created: 2024-09-04T18:05:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T19:39:38.000Z (10 months ago)
- Last Synced: 2025-01-31T03:15:35.155Z (5 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS2 TypeScript Converter
Based of [Ansimist's cs2typescript](https://github.com/Ansimist/cs2typescript)
This program converts Typescript files to Valve Typescript files (`vts_c`).
Run the program with the `-h` flag to get some documentation.## Including a script in your map
- 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