Skip to content

Commit

Permalink
Added initial writings
Browse files Browse the repository at this point in the history
  • Loading branch information
enondev committed Jun 6, 2024
1 parent ae5be30 commit fb3ec6a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Enon

## [Quake](quake)

* [FortressOne](fortressone)
21 changes: 21 additions & 0 deletions fortressone/README.md
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`
30 changes: 30 additions & 0 deletions quake/README.md
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

0 comments on commit fb3ec6a

Please sign in to comment.