0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-12 18:03:09 +00:00
Files
cht
Amstrad - GX4000
Atari - 2600
Atari - 400-800-1200XL
Atari - 5200
Atari - 7800
Atari - Jaguar
Atari - Lynx
ChaiLove
Coleco - ColecoVision
DOS
DOOM.cht
Quake.cht
FBNeo - Arcade Games
Mattel - Intellivision
Microsoft - MSX - MSX2 - MSX2P - MSX Turbo R
NEC - PC Engine - TurboGrafx 16
NEC - PC Engine CD - TurboGrafx-CD
NEC - PC Engine SuperGrafx
Nintendo - Family Computer Disk System
Nintendo - Game Boy
Nintendo - Game Boy Advance
Nintendo - Game Boy Color
Nintendo - Nintendo 64
Nintendo - Nintendo 64 (Aleck64)
Nintendo - Nintendo 64 (Unreleased)
Nintendo - Nintendo 64 (iQue)
Nintendo - Nintendo DS
Nintendo - Nintendo Entertainment System
Nintendo - Satellaview
Nintendo - Super Nintendo Entertainment System
PrBoom
Sega - 32X
Sega - Dreamcast
Sega - Game Gear
Sega - Master System - Mark III
Sega - Mega Drive - Genesis
Sega - Mega-CD - Sega CD
Sega - Saturn
Sinclair - ZX Spectrum +3
Sony - PlayStation
TIC-80
Thomson - MOTO
Wolfenstein 3D.cht
cursors
dat
metadat
rdb
scripts
.gitattributes
.gitignore
.gitlab-ci.yml
COPYING
Makefile
README.md
configure
2019-08-31 19:30:28 -04:00

44 lines
1.0 KiB
Plaintext

# Quake (Source port) Cheats
# Sources -
cheats = 8
cheat0_desc = "God Mode"
cheat0_code = "god"
cheat0_enable = false
cheat1_desc = "Get all weapons"
cheat1_code = "impulse 9"
cheat1_enable = false
cheat2_desc = "Timerefresh"
cheat2_long_desc = "Get average frames per second based on the current scene."
cheat2_code = "timerefresh"
cheat2_enable = false
cheat3_desc = "No clipping"
cheat3_long_desc = "Walk through walls, floors, etc."
cheat3_code = "noclip"
cheat3_enable = false
cheat4_desc = "Fly"
cheat4_long_desc = "The player can fly instead of walk."
cheat4_code = "fly"
cheat4_enable = false
cheat5_desc = "Take screenshot"
cheat5_long_desc = "Take a screenshot in PCX format."
cheat5_code = "screenshot"
cheat5_enable = false
cheat6_desc = "Enable fullbright"
cheat6_long_desc = "Enables precompiled (fullbright) lighting."
cheat6_code = "r_fullbright 1"
cheat6_enable = false
cheat7_desc = "Disable fullbright"
cheat7_long_desc = "Disables precompiled (fullbright) lighting."
cheat7_code = "r_fullbright 0"
cheat7_enable = false