This website requires JavaScript.
Explore
Help
Sign In
Valve
/
source-sdk-2013
Watch
1
Star
0
Fork
0
You've already forked source-sdk-2013
mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced
2025-01-09 13:45:36 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2861c3fbfc
source-sdk-2013
/
mp
/
src
/
creategameprojects
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Normalize line endings Fixes issue #75.
2013-07-05 23:09:04 +04:00
#!/bin/bash
Make create*projects scripts work independently of cwd
2013-09-28 21:00:23 +04:00
pushd `dirname $0`
* Added support for building shaders in your mod * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
2013-07-18 05:26:59 +04:00
devtools/bin/vpc /hl2mp +game /mksln games
Make create*projects scripts work independently of cwd
2013-09-28 21:00:23 +04:00
popd
Reference in New Issue
Copy Permalink