https://github.com/vikpe/anyquake
WORK IN PROGRESS
https://github.com/vikpe/anyquake
installer quake quakeworld
Last synced: 10 months ago
JSON representation
WORK IN PROGRESS
- Host: GitHub
- URL: https://github.com/vikpe/anyquake
- Owner: vikpe
- Created: 2023-06-25T10:34:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T13:23:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T12:43:19.913Z (over 1 year ago)
- Topics: installer, quake, quakeworld
- Language: Rust
- Homepage:
- Size: 393 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anyquake
> Cross-platform GUI and CLI installer for Quake clients and servers.
## Commands
```sh
anyquake list
anyquake install
anyquake install @
anyquake versions
anyquake update all
anyquake update
```
## Modules
### ezQuake
```sh
anyquake install ezquake # latest
anyquake install ezquake@3.6.2
anyquake update ezquake
```
### AfterQuake
```sh
anyquake install afterquake # latest
anyquake install afterquake@6202
anyquake update afterquake
```
### FTE
#### Client
```sh
anyquake install fte-client # latest
anyquake install fte-client@6202
anyquake update fte-client
```
#### Server
```sh
anyquake install fte-server # latest
anyquake install fte-server@6202
anyquake update fte-server
```
### MVDSV
```sh
anyquake install mvdsv # latest
anyquake install mvdsv@0.3.6
anyquake update mvdsv
anyquake mvdsv setup
anyquake mvdsv start
anyquake mvdsv stop
anyquake mvdsv restart
```
### FortressOne
```sh
anyquake install fortressone # latest
anyquake install fortressone@1.1.1
anyquake update fortressone
anyquake fortressone setup
anyquake fortressone start
anyquake fortressone stop
anyquake fortressone restart
```