Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T19:39:38.000Z (4 months ago)
- Last Synced: 2024-09-07T02:47:15.352Z (4 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![Image alt](https://i.imgur.com/IJeOwwO.png)