mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-12 23:44:21 +00:00
More ioquake3ness
This commit is contained in:
parent
e41d081710
commit
de39561883
1 changed files with 27 additions and 16 deletions
43
README
43
README
|
@ -1,12 +1,23 @@
|
||||||
,------------------------------------------------------------------------------.
|
|
||||||
| _ _ __ _ ____ |
|
|
||||||
| (_)__ __ _ _| |_ _ ___ ___ _ _ __ _ / /_ _ _ _ __ _| |_____|__ / |
|
|
||||||
| | / _/ _| || | | || (_-<_/ _ \ '_/ _` |/ / _` | || / _` | / / -_)|_ \ |
|
|
||||||
| |_\__\__|\_,_|_|\_,_/__(_)___/_| \__, /_/\__, |\_,_\__,_|_\_\___|___/ |
|
|
||||||
| |___/ |_| |
|
|
||||||
| |
|
|
||||||
`------------------------------------------ http://icculus.org/quake3 ---------'
|
|
||||||
|
|
||||||
|
o8o oooo
|
||||||
|
`"' `888
|
||||||
|
oooo .ooooo. .ooooo oo oooo oooo .oooo. 888 oooo .ooooo.
|
||||||
|
`888 d88' `88b d88' `888 `888 `888 `P )88b 888 .8P' d88' `88b
|
||||||
|
888 888 888 888 888 888 888 .oP"888 888888. 888ooo888
|
||||||
|
888 888 888 888 888 888 888 d8( 888 888 `88b. 888 .o
|
||||||
|
o888o `Y8bod8P' `V8bod888 `V88V"V8P' `Y888""8o o888o o888o `Y8bod8P'
|
||||||
|
888.
|
||||||
|
8P'
|
||||||
|
"
|
||||||
|
.oooo.
|
||||||
|
.dP""Y88b
|
||||||
|
]8P'
|
||||||
|
<88b.
|
||||||
|
`88b.
|
||||||
|
o. .88P
|
||||||
|
`8bd88P'
|
||||||
|
|
||||||
|
|
||||||
The intent of this project is to provide a baseline Quake 3 which may be used
|
The intent of this project is to provide a baseline Quake 3 which may be used
|
||||||
for further development. Some of the major features currently implemented are:
|
for further development. Some of the major features currently implemented are:
|
||||||
|
|
||||||
|
@ -192,18 +203,18 @@ URL to the mailing list. If you're too lazy for either method, then it would be
|
||||||
better if you emailed your patches to zakk@icculus.org directly than not at
|
better if you emailed your patches to zakk@icculus.org directly than not at
|
||||||
all.
|
all.
|
||||||
|
|
||||||
The focus for ioq3 to develop a stable base suitable for further development,
|
The focus for ioquake3 to develop a stable base suitable for further
|
||||||
and provide players with the same Quake 3 experience they've had for years.
|
development, and provide players with the same Quake 3 experience they've
|
||||||
As such ioq3 does not have any significant graphical enhancements and none are
|
had for years. As such ioq3 does not have any significant graphical
|
||||||
planned at this time. However, improved graphics and sound patches will be
|
enhancements and none are planned at this time. However, improved graphics
|
||||||
accepted as long as they are entirely optional, do not require new media and
|
and sound patches will be accepted as long as they are entirely optional,
|
||||||
are off by default.
|
do not require new media and are off by default.
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------- Building Official Installers -----
|
--------------------------------------------- Building Official Installers -----
|
||||||
|
|
||||||
We need help getting automated installers on all the platforms that icculus.org/
|
We need help getting automated installers on all the platforms that ioquake3
|
||||||
quake3 supports. We don't neccesarily care about all the installers being
|
supports. We don't neccesarily care about all the installers being
|
||||||
identical, but we have some general guidelines:
|
identical, but we have some general guidelines:
|
||||||
|
|
||||||
* Please include the id patch pk3s in your installer, which are available
|
* Please include the id patch pk3s in your installer, which are available
|
||||||
|
|
Loading…
Reference in a new issue