-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# Enon | ||
|
||
## [Quake](quake) | ||
|
||
* [FortressOne](fortressone) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# FortressOne | ||
|
||
## Getting Started | ||
|
||
1. Purchase a copy of Quake | ||
- [GOG](https://www.gog.com/en/game/quake_the_offering) | ||
- [Steam](https://store.steampowered.com/app/2310/Quake/) | ||
2. Install FTEQW | ||
- `git clone https://github.com/fte-team/fteqw.git` | ||
- `cd fteqw/engine` | ||
- `make gl-rel -j4` | ||
3. Download FortressOne | ||
- <https://github.com/FortressOne/fte-config/releases> | ||
- <https://fortressone.org> | ||
- <https://drzel.itch.io/fortressone> | ||
- <https://www.moddb.com/games/fortressone> | ||
- <https://www.igdb.com/games/fortressone> | ||
- <https://lutris.net/games/fortressone/> | ||
4. Copy the `id1/` directory with game files, and extract | ||
FortressOne/fortress into `fteqw/engine/release` | ||
5. Start playing with `./fteqw-gl -game fortress` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Quake | ||
|
||
## Source Ports | ||
|
||
* [FTEQW](https://github.com/fte-team/fteqw) | ||
* [Quakespasm](https://github.com/sezero/quakespasm) | ||
* [Darkplaces](https://gitlab.com/xonotic/darkplaces) | ||
* [Ironwail](https://github.com/andrei-drexler/ironwail) | ||
* [ezQuake](https://github.com/QW-Group/ezquake-source) | ||
|
||
## Mods | ||
|
||
* [FortressOne](https://fortressone.org) | ||
* [Arcane Dimensions](https://www.moddb.com/mods/arcane-dimensions) | ||
* [Quake 1.5](https://www.moddb.com/mods/quake-15) | ||
|
||
## Console | ||
|
||
**Color Codes** | ||
|
||
* `^0`: Black | ||
* `^1`: Red | ||
* `^2`: Green | ||
* `^3`: Yellow | ||
* `^4`: Blue | ||
* `^5`: Cyan | ||
* `^6`: Purple | ||
* `^7`: White | ||
* `^8`: White (also?) | ||
* `^9`: Gray |