Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imxnoobx/gudmodefix
This plugin attemps to fix the new glich that was discovered in cs2 to become invincible by changing teams in game startup
https://github.com/imxnoobx/gudmodefix
Last synced: about 6 hours ago
JSON representation
This plugin attemps to fix the new glich that was discovered in cs2 to become invincible by changing teams in game startup
- Host: GitHub
- URL: https://github.com/imxnoobx/gudmodefix
- Owner: IMXNOOBX
- License: other
- Created: 2024-02-22T18:06:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T20:47:51.000Z (9 months ago)
- Last Synced: 2024-02-23T20:54:39.976Z (9 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πͺ GudModeFix
This plugin attemps to fix the new glich that was discovered in cs2 to become invincible by changing teams in game startup## π§Ά User Instuctions
1. Go to the [**releases**](https://github.com/IMXNOOBX/GudModeFix/releases) page and download the latest version2. Extract the zip file to a folder of your choice
3. Go to your cs2 server folder *`/game/csgo/addons/counterstrikesharp/plugins`*
4. Create a folder with the name *`GudModeFix`* and put the *`GudModeFix.dll`* and the rest of the files in the zip inside
5. **Restart** the cs2 server and the plugin should be loaded and display a message in the console after a successfull load
* βFor more information follow [**this guide**](https://docs.cssharp.dev/docs/guides/getting-started.html)
## π Developer Instructions
1. Build the program using **Visual Studio 2022**
- Build: **`Build > Build Current Document`**2. Locate your binary file in the folder **`bin\Debug\net7.0\GudModeFix.dll`**
* βFor more information follow [**this guide**](https://docs.cssharp.dev/docs/guides/hello-world-plugin.html)# π License & Copyright
This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
β’ Share: Copy and redistribute the material in any medium or format.
β’ Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
β’ Attribution: You must give appropriate credit, provide a link to the original source repository, and indicate if changes were made.
β’ Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
β’ Sell: This license forbids selling original or modified material for commercial purposes.
β’ Sublicense: This license forbids sublicensing original or modified material.
```
### Β©οΈ Copyright
The content of this project is Β©οΈ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.