-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# CS2-SkyboxChanger | ||
A counterstrikesharp plugin allow you to change the skybox on every map dynamically and seamlessly. | ||
A counterstrikesharp plugin allow player to change their own skybox material, color and brightness on every map dynamically and seamlessly. | ||
 | ||
|
||
## How to use | ||
1. Download the plugin, decompress it to your counterstrikesharp plugin folder. A config file included default skyboxes will be generated automatically. | ||
2. Edit the config file to add or delete skyboxes. | ||
3. If you are using linux, it might requires to create symlink of `kvlib.so` in `dotnet/shared/Microsoft.NETCore.App/XXX/` folder. | ||
|
||
## Permissions | ||
- `@skybox/change` Allow the player to change their own skybox. | ||
- `@skybox/changeall` Allow the player to change all and their own skybox. | ||
|
||
## Command | ||
- `!sky / !skybox` Open the select menu. (Needs `@skybox/change` permission) | ||
- `!sky / !skybox` Open the select menu. (Need permission) |