Releases: samyycX/CS2-SkyboxChanger
Releases · samyycX/CS2-SkyboxChanger
V1.3.2 - Fix potential steamid problem
Fix
- Remove a debug command
- Fix potential steamid problem
V1.3.1 - Fix various small problem
Fix
- Fix error when player leaving
- Fix some authorization error in some case
V1.3.0 - Refactor spawn skybox mechanic, fix various critical problem
Features
Refactor the mechanic of spawning skybox
Fix
- Fix the black screen in team select menu
- Fix the critical fps drop and extreme light problem
- Fix the fog
V1.2.4 - Fix crashing when map changed in some certain situation
release-v1.2.4 fix: crashing on map change
V1.2.3 - Fix crashing and weird 3d skybox
Fix
- update sdk, fix crashing
- fix occasionally weird 3d skybox
V1.2.2 - Fix error when no default skybox in map
Fix
- Fix error when no default skybox in map
V1.2.1 - customizable menu permission, fix black sky
Feature
- The permission required to open the menu is now customizable, you can set
MenuPermission
in config to empty to remove the permission restriction
Fix
- Fix various potential black sky situation (#2)
- Save data more frequently
V1.2.0 - Persistent storage, default skyboxes, ...
Important
You must fill in the Database
configuration, you can check Wiki for directions , or just delete it and generate a new one. After you done that, MAKE SURE you change ConfigVersion
to 2.
Features
- Players' skybox, brightness and color choice can now be stored in database persistently.
- You can now set specific default skybox for every or specific maps.
- You can now set default color and brightness of a skybox.
- You can now set standalone permission for each skybox.
- Add pt-BR translation (thanks to @crashzk)
Fix
- Should fix the menu error when player joining server
V1.1.1 - Fix various problems
Feature
- Add the 'default skybox' selection
- Fix russian translation
Fix
- Fix the problem that spectator have black skybox
- Fix the problem that maps without a proper prefab have black skybox
- Remove some system colors from the color selection menu
- Compile kvlib for linux in a more compatible environment
V1.1.0 - Individual skybox, color and brightness
Features
- Player now can have their own skybox
- Allow color and brightness modification
Warning
The individual skybox is experimental and may cause severe bugs. I can't make the promise that such problem will be solved.