Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followingthefasciaplane/css-client-skybox
client/map specific !skybox command for the old engine using sqlite (only tested on css)
https://github.com/followingthefasciaplane/css-client-skybox
bhop css cstrike kz map plugin skybox sm source sourcemod sourcepawn surf
Last synced: 19 days ago
JSON representation
client/map specific !skybox command for the old engine using sqlite (only tested on css)
- Host: GitHub
- URL: https://github.com/followingthefasciaplane/css-client-skybox
- Owner: followingthefasciaplane
- Created: 2024-06-16T09:49:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:48:42.000Z (6 months ago)
- Last Synced: 2024-06-17T11:02:02.064Z (6 months ago)
- Topics: bhop, css, cstrike, kz, map, plugin, skybox, sm, source, sourcemod, sourcepawn, surf
- Language: SourcePawn
- Homepage:
- Size: 18.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## source !skybox
- completely rebuilt from a csgo plugin by Deathknife (https://github.com/Deathknife/skybox) to work on the old engine
- uses SQLite to store and load player skyboxes across maps.
- requires connect extension (https://forums.alliedmods.net/showthread.php?t=162489), windows included in repo.
- only tested on LAN, may be buggy. see todo.
- does not use IP.## cfg
- `sourcemod/configs/databases.cfg` - update info here.
- `sourcemod/data/sqlite/skybox.sq3` - just upload this default db from this repo. haven't tested if it generates successfully yet on its own.
- `sourcemod/configs/skybox.ini` - add custom skyboxes here and they will automatically load in the list (credits deathknife)
- make sure your skyboxes exist in `cstrike/materials/skybox`.
- default setup includes some custom skyboxes## commands
- sm_sky | !sky
- sm_skybox | !skybox## instructions
1. choose your skybox with commands
2. reconnect to server## todo
- more extensive testing for database operations
- more extensive testing for client index handling (broken)
- edge case testing
- map change handling