twhl-community / halflife-updated

Half-Life SDK updated to compile under VS2019 and 2022. Check README.md for more information.
Other
382 stars 146 forks source link

Create event scripts if they don't exist #248

Open Toodles2You opened 1 month ago

Toodles2You commented 1 month ago

This is just a convenience feature for modders.

The game needs these files to exist in order to create events, so this change checks that they exist when the client is initialized. If any are missing, they will be created as blank text files.