Initial commit
This commit is contained in:
parent
030b1d973a
commit
bfc70805b0
3 changed files with 60 additions and 0 deletions
56
.gitignore
vendored
Normal file
56
.gitignore
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
*.mak
|
||||
*.mak.vpc_crc
|
||||
*.vpc_crc
|
||||
*.vpc.*
|
||||
*.project
|
||||
*obj_*
|
||||
.waf*
|
||||
.lock-waf*
|
||||
__pycache__
|
||||
*.pyc
|
||||
.vs/
|
||||
Debug/
|
||||
Debug_*/
|
||||
Release/
|
||||
Release_*/
|
||||
*.tlog/
|
||||
*.obj
|
||||
*.pch
|
||||
*.log
|
||||
*.idb
|
||||
*.pdb
|
||||
*.rc
|
||||
*.vcxproj*
|
||||
*.sln
|
||||
*.dll*
|
||||
*.exp
|
||||
*.exe
|
||||
*.ilk
|
||||
ValveETWProviderEvents.h
|
||||
game/client/*/client.lib
|
||||
game/server/*/server.lib
|
||||
.DS_Store
|
||||
build*/
|
||||
.cache/
|
||||
.ccache/
|
||||
waf3*/
|
||||
.vscode/
|
||||
.depproj/
|
||||
source-engine.sln
|
||||
*.cache
|
||||
*.tmp
|
||||
*.lst
|
||||
*.so
|
||||
css_enhanced/game/cstrike/textwindow_temp.html
|
||||
css_enhanced/game/cstrike/videoconfig_linux.cfg
|
||||
css_enhanced/game/cstrike/cfg/autoexec.cfg
|
||||
css_enhanced/game/cstrike/glshaders.cfg
|
||||
css_enhanced/game/cstrike/gamestate.txt
|
||||
css_enhanced/game/cstrike/serverconfig.vdf
|
||||
css_enhanced/game/hl2_launcher
|
||||
css_enhanced/game/dedicated_launcher
|
||||
css_enhanced/game/cstrike/cfg/config.cfg
|
||||
css_enhanced/game/bin/*.lib
|
||||
css_enhanced/game/cstrike/bin/*.lib
|
||||
css_enhanced/game/cstrike/downladlists/*
|
||||
css_enhanced/game/cstrike/download/*
|
|
@ -0,0 +1,4 @@
|
|||
"vertexlitgeneric"
|
||||
{
|
||||
"$baseTexture" "models/shells/20special/shell_20special"
|
||||
}
|
BIN
css_enhanced/game/cstrike/materials/models/shells/20special/shell_20special.vtf
Executable file
BIN
css_enhanced/game/cstrike/materials/models/shells/20special/shell_20special.vtf
Executable file
Binary file not shown.
Loading…
Reference in a new issue