Initial commit

This commit is contained in:
Kamay Xutax 2024-09-07 14:40:56 +02:00
parent 030b1d973a
commit bfc70805b0
3 changed files with 60 additions and 0 deletions

56
.gitignore vendored Normal file
View 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/*

View file

@ -0,0 +1,4 @@
"vertexlitgeneric"
{
"$baseTexture" "models/shells/20special/shell_20special"
}