mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-09 23:01:46 +00:00
Updated ReadMes
This commit is contained in:
parent
eb333f2da6
commit
c8ca3f2f37
8 changed files with 308 additions and 0 deletions
77
README-RPG-X2.txt
Normal file
77
README-RPG-X2.txt
Normal file
|
@ -0,0 +1,77 @@
|
|||
*-----------------------------------------------*
|
||||
RPG-X 2.2 Beta Source Code
|
||||
By UberGames
|
||||
Version for rpgxEF
|
||||
*-----------------------------------------------*
|
||||
|
||||
File Info:
|
||||
----------
|
||||
This a official Source Code release for RPG-X v2.2 beta
|
||||
for rpgxEF. For the vanilla EF version got to
|
||||
https://github.com/UberGames/RPG-X2.
|
||||
As this is a beta many bugs can be expected to occure.
|
||||
|
||||
License Info:
|
||||
-------------
|
||||
For the license of the original STVEF HM gamecode see:
|
||||
STEF Game Source License.doc
|
||||
All modifications to the original STVEF HM gamecode
|
||||
are copyrighted to UberGames. You may use this or adopt
|
||||
parts of this mod (see Legal Notice).
|
||||
|
||||
Compile Info:
|
||||
-------------
|
||||
Each part (game, cgame, ui) has it's own Makefile in it's
|
||||
folder.
|
||||
|
||||
On Linux:
|
||||
- Make sure you have installed Mysql client
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
On Windows:
|
||||
- Install mingw and msys correctly
|
||||
- start the msys console
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
Cross Compiling for Windows:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Mac OSX:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Bug Reports and Patch/Feature Suggestions:
|
||||
--------------
|
||||
We have a bug report system set up at http://bugs.rpg-x.net
|
||||
If you see an error in the game, or if the game crashes,
|
||||
please let us know! Also if you fixed a bug in the code of
|
||||
have coded a new feature feels free suggest us adding it
|
||||
there (please upload a *.diff file).
|
||||
|
||||
Note:
|
||||
As the UberGames bug tracker is down right now use
|
||||
http://bugs.hennecke-online.net instead.
|
||||
|
||||
Contact:
|
||||
--------------
|
||||
Come join our forum at http://forums.ubergames.net/
|
||||
|
||||
|
||||
Legal Notice:
|
||||
-------------
|
||||
All assets used in this file and/or git repository are copyrighted
|
||||
to the UberGames and/or their original creators. Any external
|
||||
use of these assets without explicit permission from their original
|
||||
creators is not allowed. Feel free to use the source code included
|
||||
in this file and/or git repository for your own mod as long as you
|
||||
give full credit to UberGamesi for our modification/code and as long
|
||||
as this does not conflict with the original license of the STVEF HM
|
||||
gamecode.. The Ubergames and other conributers to the RPG-X Mod cannot
|
||||
be held accountable for any damage that may have been caused by playing
|
||||
the game.
|
||||
|
BIN
STEF Game Source License.doc
Normal file
BIN
STEF Game Source License.doc
Normal file
Binary file not shown.
77
code/cgame/README-RPG-X2.txt
Normal file
77
code/cgame/README-RPG-X2.txt
Normal file
|
@ -0,0 +1,77 @@
|
|||
*-----------------------------------------------*
|
||||
RPG-X 2.2 Beta Source Code
|
||||
By UberGames
|
||||
Version for rpgxEF
|
||||
*-----------------------------------------------*
|
||||
|
||||
File Info:
|
||||
----------
|
||||
This a official Source Code release for RPG-X v2.2 beta
|
||||
for rpgxEF. For the vanilla EF version got to
|
||||
https://github.com/UberGames/RPG-X2.
|
||||
As this is a beta many bugs can be expected to occure.
|
||||
|
||||
License Info:
|
||||
-------------
|
||||
For the license of the original STVEF HM gamecode see:
|
||||
STEF Game Source License.doc
|
||||
All modifications to the original STVEF HM gamecode
|
||||
are copyrighted to UberGames. You may use this or adopt
|
||||
parts of this mod (see Legal Notice).
|
||||
|
||||
Compile Info:
|
||||
-------------
|
||||
Each part (game, cgame, ui) has it's own Makefile in it's
|
||||
folder.
|
||||
|
||||
On Linux:
|
||||
- Make sure you have installed Mysql client
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
On Windows:
|
||||
- Install mingw and msys correctly
|
||||
- start the msys console
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
Cross Compiling for Windows:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Mac OSX:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Bug Reports and Patch/Feature Suggestions:
|
||||
--------------
|
||||
We have a bug report system set up at http://bugs.rpg-x.net
|
||||
If you see an error in the game, or if the game crashes,
|
||||
please let us know! Also if you fixed a bug in the code of
|
||||
have coded a new feature feels free suggest us adding it
|
||||
there (please upload a *.diff file).
|
||||
|
||||
Note:
|
||||
As the UberGames bug tracker is down right now use
|
||||
http://bugs.hennecke-online.net instead.
|
||||
|
||||
Contact:
|
||||
--------------
|
||||
Come join our forum at http://forums.ubergames.net/
|
||||
|
||||
|
||||
Legal Notice:
|
||||
-------------
|
||||
All assets used in this file and/or git repository are copyrighted
|
||||
to the UberGames and/or their original creators. Any external
|
||||
use of these assets without explicit permission from their original
|
||||
creators is not allowed. Feel free to use the source code included
|
||||
in this file and/or git repository for your own mod as long as you
|
||||
give full credit to UberGamesi for our modification/code and as long
|
||||
as this does not conflict with the original license of the STVEF HM
|
||||
gamecode.. The Ubergames and other conributers to the RPG-X Mod cannot
|
||||
be held accountable for any damage that may have been caused by playing
|
||||
the game.
|
||||
|
BIN
code/cgame/STEF Game Source License.doc
Normal file
BIN
code/cgame/STEF Game Source License.doc
Normal file
Binary file not shown.
77
code/game/README-RPG-X2.txt
Normal file
77
code/game/README-RPG-X2.txt
Normal file
|
@ -0,0 +1,77 @@
|
|||
*-----------------------------------------------*
|
||||
RPG-X 2.2 Beta Source Code
|
||||
By UberGames
|
||||
Version for rpgxEF
|
||||
*-----------------------------------------------*
|
||||
|
||||
File Info:
|
||||
----------
|
||||
This a official Source Code release for RPG-X v2.2 beta
|
||||
for rpgxEF. For the vanilla EF version got to
|
||||
https://github.com/UberGames/RPG-X2.
|
||||
As this is a beta many bugs can be expected to occure.
|
||||
|
||||
License Info:
|
||||
-------------
|
||||
For the license of the original STVEF HM gamecode see:
|
||||
STEF Game Source License.doc
|
||||
All modifications to the original STVEF HM gamecode
|
||||
are copyrighted to UberGames. You may use this or adopt
|
||||
parts of this mod (see Legal Notice).
|
||||
|
||||
Compile Info:
|
||||
-------------
|
||||
Each part (game, cgame, ui) has it's own Makefile in it's
|
||||
folder.
|
||||
|
||||
On Linux:
|
||||
- Make sure you have installed Mysql client
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
On Windows:
|
||||
- Install mingw and msys correctly
|
||||
- start the msys console
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
Cross Compiling for Windows:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Mac OSX:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Bug Reports and Patch/Feature Suggestions:
|
||||
--------------
|
||||
We have a bug report system set up at http://bugs.rpg-x.net
|
||||
If you see an error in the game, or if the game crashes,
|
||||
please let us know! Also if you fixed a bug in the code of
|
||||
have coded a new feature feels free suggest us adding it
|
||||
there (please upload a *.diff file).
|
||||
|
||||
Note:
|
||||
As the UberGames bug tracker is down right now use
|
||||
http://bugs.hennecke-online.net instead.
|
||||
|
||||
Contact:
|
||||
--------------
|
||||
Come join our forum at http://forums.ubergames.net/
|
||||
|
||||
|
||||
Legal Notice:
|
||||
-------------
|
||||
All assets used in this file and/or git repository are copyrighted
|
||||
to the UberGames and/or their original creators. Any external
|
||||
use of these assets without explicit permission from their original
|
||||
creators is not allowed. Feel free to use the source code included
|
||||
in this file and/or git repository for your own mod as long as you
|
||||
give full credit to UberGamesi for our modification/code and as long
|
||||
as this does not conflict with the original license of the STVEF HM
|
||||
gamecode.. The Ubergames and other conributers to the RPG-X Mod cannot
|
||||
be held accountable for any damage that may have been caused by playing
|
||||
the game.
|
||||
|
BIN
code/game/STEF Game Source License.doc
Normal file
BIN
code/game/STEF Game Source License.doc
Normal file
Binary file not shown.
77
code/ui/README-RPG-X2.txt
Normal file
77
code/ui/README-RPG-X2.txt
Normal file
|
@ -0,0 +1,77 @@
|
|||
*-----------------------------------------------*
|
||||
RPG-X 2.2 Beta Source Code
|
||||
By UberGames
|
||||
Version for rpgxEF
|
||||
*-----------------------------------------------*
|
||||
|
||||
File Info:
|
||||
----------
|
||||
This a official Source Code release for RPG-X v2.2 beta
|
||||
for rpgxEF. For the vanilla EF version got to
|
||||
https://github.com/UberGames/RPG-X2.
|
||||
As this is a beta many bugs can be expected to occure.
|
||||
|
||||
License Info:
|
||||
-------------
|
||||
For the license of the original STVEF HM gamecode see:
|
||||
STEF Game Source License.doc
|
||||
All modifications to the original STVEF HM gamecode
|
||||
are copyrighted to UberGames. You may use this or adopt
|
||||
parts of this mod (see Legal Notice).
|
||||
|
||||
Compile Info:
|
||||
-------------
|
||||
Each part (game, cgame, ui) has it's own Makefile in it's
|
||||
folder.
|
||||
|
||||
On Linux:
|
||||
- Make sure you have installed Mysql client
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
On Windows:
|
||||
- Install mingw and msys correctly
|
||||
- start the msys console
|
||||
- just run make in the game, cgame, and/or, ui folder to
|
||||
build the shared libraries
|
||||
- make clean removes all compiled files (including the
|
||||
shared libraries)
|
||||
|
||||
Cross Compiling for Windows:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Mac OSX:
|
||||
Not yet but hopefully soon.
|
||||
|
||||
Bug Reports and Patch/Feature Suggestions:
|
||||
--------------
|
||||
We have a bug report system set up at http://bugs.rpg-x.net
|
||||
If you see an error in the game, or if the game crashes,
|
||||
please let us know! Also if you fixed a bug in the code of
|
||||
have coded a new feature feels free suggest us adding it
|
||||
there (please upload a *.diff file).
|
||||
|
||||
Note:
|
||||
As the UberGames bug tracker is down right now use
|
||||
http://bugs.hennecke-online.net instead.
|
||||
|
||||
Contact:
|
||||
--------------
|
||||
Come join our forum at http://forums.ubergames.net/
|
||||
|
||||
|
||||
Legal Notice:
|
||||
-------------
|
||||
All assets used in this file and/or git repository are copyrighted
|
||||
to the UberGames and/or their original creators. Any external
|
||||
use of these assets without explicit permission from their original
|
||||
creators is not allowed. Feel free to use the source code included
|
||||
in this file and/or git repository for your own mod as long as you
|
||||
give full credit to UberGamesi for our modification/code and as long
|
||||
as this does not conflict with the original license of the STVEF HM
|
||||
gamecode.. The Ubergames and other conributers to the RPG-X Mod cannot
|
||||
be held accountable for any damage that may have been caused by playing
|
||||
the game.
|
||||
|
BIN
code/ui/STEF Game Source License.doc
Normal file
BIN
code/ui/STEF Game Source License.doc
Normal file
Binary file not shown.
Loading…
Reference in a new issue