https://github.com/dosmike/siglib
For uploading GameData I guess
https://github.com/dosmike/siglib
Last synced: 9 months ago
JSON representation
For uploading GameData I guess
- Host: GitHub
- URL: https://github.com/dosmike/siglib
- Owner: DosMike
- License: mit
- Created: 2022-12-28T00:18:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:37:00.000Z (over 3 years ago)
- Last Synced: 2025-03-01T15:16:22.172Z (over 1 year ago)
- Language: PHP
- Homepage: https://itwookie.com/siglib
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SigLib
A tool for sharing values for GameData files for Soruce-engine games.
This is a PHP application written for AMP stacks (It's what I know, OK).
Written for PHP 8.1 using Visual Studio Code like the cool kids.
Warning: I never got into composer for my little hobby projects, so all
dependencies are simply vendored (see [thirdparty.txt](thirdparty.txt))
# Installation
* Drop everything on your webserver
* Edit `includes/confi.serv.i.php` - Database connection, API keys, ...
* Import the tables from `tables.sql`
If you feel like changeing table prefixes, you can do so pretty easily in the
PHP part. For the database tables, I guess you could `sed` for `` `siglib_``.