Update README.md

This commit is contained in:
celisej567
2022-08-28 18:06:05 +03:00
committed by GitHub
parent 6fa7d292bb
commit 06020e9a55

View File

@@ -1,2 +1,8 @@
# Fake-CSM-Source-2013
recreated env_cascade_light from CS GO based on env_projectedtexture
Recreated env_cascade_light from CS GO based on env_projectedtexture and Real CSM GMod addon.
# Features
-Partial compatibility with CSGO.
# How to make this work in your Source 2013 mod?
Copy client and server foldert to your "source code/game" folder, then find client_base/server_base.vpc files in these folders and add "$Include "csm.vpc"" to the top, open createallprojects.bat (or creategameprojects.bat) and add "-f" to the end of the line. After all this stuff you should launch your bat file.