https://github.com/ccubed/ugs
Universal Game Systems. A collection of Softcode for setting up a game on a mu* environment meant to work on any rpg game.
https://github.com/ccubed/ugs
Last synced: 5 months ago
JSON representation
Universal Game Systems. A collection of Softcode for setting up a game on a mu* environment meant to work on any rpg game.
- Host: GitHub
- URL: https://github.com/ccubed/ugs
- Owner: ccubed
- Created: 2014-10-31T14:01:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T14:16:03.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T08:45:14.058Z (over 1 year ago)
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Universal Game System
By Gizmo
GNU Public License
---------------------
1) What is this?
This is a collection of softcode that is meant to help setup a game and make it immediately playable.
2) What is available?
At the moment, there are four types of code available.
Dice rollers, A universal CG System, A universal sheet system
and a universal inventory system.
3) Where can I find more information about each system?
Look for a readme in the folder or look at the code itself for an explanation.
4) Will you add X system or do Y?
Maybe, Maybe not. If you want to do it then you certainly can. If you want to add dropins,
then I would appreciate if you would let me know you did so. If you use github, asking to
pull it into the main repository would be even better. That way everyone can have access
to the new system.
5) Why are there blank lines above and below all this code?
So the code pretty much assumes the existence of a [header()] and [footer()]. It's nice
if the [header()] also accepts text like so: [header(Hi)]. As long as you have one of these
then you should be good. I don't think it's too much to ask for since I haven't yet
stumbled upon a game that doesn't have a built in header/footer. That's a pretty common
feature now-a-days.
Copyright (C) 2014 Charles C Click
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Contact Information
Charles C Click
ccubed.techno@gmail.com