Skip to content

Instantly share code, notes, and snippets.

@adinan-cenci
Last active March 17, 2024 10:05
Show Gist options
  • Save adinan-cenci/f62275b8ffc3b042d75727b722a3729e to your computer and use it in GitHub Desktop.
Save adinan-cenci/f62275b8ffc3b042d75727b722a3729e to your computer and use it in GitHub Desktop.
Custom cheats for Project Brutality

Installing GzDoom

  1. Install with flatpak.
  2. Go to internet archive and download the iwad files.
  3. Extrac to ~/.var/app/org.zdoom.GZDoom/.config/gzdoom.

Installing Project brutality

  1. Download the source code from the github page.
  2. Decompress it.
  3. Enter the Project_Brutality_master folder and compress its content again.
  4. Rename the file to project-brutality.pk3.
  5. Move it to ~/.var/app/org.zdoom.GZDoom/.config/gzdoom/.
  6. Run flatpak run org.zdoom.GZDoom -file project-brutality.pk3

gzdoom.ini

[Doom.ConsoleAliases]
Name=custom.listAllWeapons
Command=echo "PB_Axe              PB_Pistol       PB_Shotgun                Rifle\nPB_Chainsaw         PB_Revolver       DragonBreathUpgrade     RifleUpgrade\n                      PB_Deagle       PB_SGMagazine           PB_Carbine\n                    PB_SMG          PB_Autoshotgun              PB_LMG\n                    PB_MP40           PB_AutoshotgunUpgrade   PB_MG42\n                                    PB_SSG                    PB_Minigun\n                                     PB_QuadSG                  MinigunUpgraded\n                                                              PB_Nailgun\n\nPB_RocketLauncher   PB_M1Plasma      PB_Flamethrower          PB_Demontech\nPB_Excavator        PB_M2Plasma        PB_Unmaker             PB_BFGBeam\nPB_SuperGL            PB_M2Upgrade                            PB_BFG9000\n                    PB_Railgun                                BHGen\n                    PB_Freezer\n"

Name=custom.giveAllWeapons
Command=give PB_Axe; give PB_Chainsaw; give PB_Pistol; give PB_Revolver; give PB_SMG; give PB_MP40; give PB_Shotgun ; give PB_Autoshotgun; give PB_SSG; give Rifle; give PB_Carbine; give PB_MG42; give PB_Minigun; give PB_Nailgun; give PB_RocketLauncher; give PB_Excavator; give PB_SuperGL; give PB_M1Plasma; give PB_M2Plasma; give PB_Railgun; give PB_Freezer; give PB_Flamethrower; give PB_Demontech; give PB_BFGBeam; give PB_BFG9000; give BHGen;

Name=custom.giveAllUpgrades
Command=give PB_Deagle; give DragonBreathUpgrade; give PB_SGMagazine; give PB_AutoshotgunUpgrade; give PB_QuadSG; give PB_LMG; give RifleUpgrade; give MinigunUpgraded; give PB_M2Upgrade; give PB_Unmaker;

Name=custom.giveEverything
Command=Name=custom.giveAllWeapons;custom.giveAllUpgrades;give ammo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment