Update README.md

This commit is contained in:
Nereziel
2023-11-08 00:02:17 +01:00
committed by GitHub
parent 898afe80b3
commit 92e0fe2ef1

View File

@@ -2,13 +2,16 @@
Unfinished, unoptimized and not fully functional demo weapon paints plugin for [CSSharp](https://docs.cssharp.dev/). Unfinished, unoptimized and not fully functional demo weapon paints plugin for [CSSharp](https://docs.cssharp.dev/).
CS2 server: ### CS2 server:
- Compile and copy plugin to plugins. Info here [https://docs.cssharp.dev/guides/hello-world-plugin/](https://docs.cssharp.dev/guides/hello-world-plugin/) - Compile and copy plugin to plugins. Info here [https://docs.cssharp.dev/guides/hello-world-plugin/](https://docs.cssharp.dev/guides/hello-world-plugin/)
- setup config.json with database credentials - setup config.json with database credentials
Web install: ### Web install:
- copy website to web server - copy website to web server
- import database.sql to mysql - import database.sql to mysql
- get steam api key [https://steamcommunity.com/dev/apikey](https://steamcommunity.com/dev/apikey) - get steam api key [https://steamcommunity.com/dev/apikey](https://steamcommunity.com/dev/apikey)
- setup class/config.php - setup class/config.php
- visit website and login via steam - visit website and login via steam
### Preview
![preview](https://github.com/Nereziel/cs2-WeaponPaints/blob/main/website/preview.png?raw=true)