mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
dehacked: Change Freedoom monster names.
Some of these names do not match the sprites that we currently have in the IWADs. Change to be more fitting names. Remove "hell" or "undead" references as it's not clear that Freedoom's story has a hell theme, and use "minigun" instead of "mini-gun".
This commit is contained in:
parent
57daf24437
commit
ee03fb7b62
2 changed files with 22 additions and 22 deletions
|
@ -65,7 +65,7 @@ GOTSHELLS = picked up some shotgun shells.
|
||||||
GOTSHELLBOX = picked up a box of shotgun shells.
|
GOTSHELLBOX = picked up a box of shotgun shells.
|
||||||
GOTBACKPACK = second backpack!
|
GOTBACKPACK = second backpack!
|
||||||
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
||||||
GOTCHAINGUN = you got the mini-gun!
|
GOTCHAINGUN = you got the minigun!
|
||||||
GOTCHAINSAW = you got the angle grinder!
|
GOTCHAINSAW = you got the angle grinder!
|
||||||
GOTLAUNCHER = you got the missile launcher!
|
GOTLAUNCHER = you got the missile launcher!
|
||||||
GOTPLASMA = you got the polaric energy cannon!
|
GOTPLASMA = you got the polaric energy cannon!
|
||||||
|
@ -124,21 +124,21 @@ HUSTR_E4M8 = E4M8
|
||||||
HUSTR_E4M9 = E4M9
|
HUSTR_E4M9 = E4M9
|
||||||
CC_ZOMBIE = zombie
|
CC_ZOMBIE = zombie
|
||||||
CC_SHOTGUN = shotgun zombie
|
CC_SHOTGUN = shotgun zombie
|
||||||
CC_HEAVY = mini-gun zombie
|
CC_HEAVY = minigun zombie
|
||||||
CC_IMP = footsoldier
|
CC_IMP = serpent
|
||||||
CC_DEMON = slither-beast
|
CC_DEMON = worm
|
||||||
CC_LOST = skull flare
|
CC_LOST = deadflare
|
||||||
CC_CACO = orb monster
|
CC_CACO = orb monster
|
||||||
CC_HELL = pain bringer
|
CC_HELL = pain bringer
|
||||||
CC_BARON = pain lord
|
CC_BARON = pain lord
|
||||||
CC_ARACH = small technospider
|
CC_ARACH = small technospider
|
||||||
CC_PAIN = globe fiend
|
CC_PAIN = deadflare ball
|
||||||
CC_REVEN = undead servant
|
CC_REVEN = dark soldier
|
||||||
CC_MANCU = hellslug
|
CC_MANCU = combat slug
|
||||||
CC_ARCH = flame bringer
|
CC_ARCH = flame bringer
|
||||||
CC_SPIDER = large technospider
|
CC_SPIDER = large technospider
|
||||||
CC_CYBER = mechabomination
|
CC_CYBER = assault tripod
|
||||||
CC_HERO = savior of us all
|
CC_HERO = savior of humanity
|
||||||
HUSTR_1 = DM01: Tech Test
|
HUSTR_1 = DM01: Tech Test
|
||||||
HUSTR_2 = DM02: Tech Arena
|
HUSTR_2 = DM02: Tech Arena
|
||||||
HUSTR_3 = DM03: AGM Ammo Depot
|
HUSTR_3 = DM03: AGM Ammo Depot
|
||||||
|
|
|
@ -69,7 +69,7 @@ GOTSHELLS = picked up some shotgun shells.
|
||||||
GOTSHELLBOX = picked up a box of shotgun shells.
|
GOTSHELLBOX = picked up a box of shotgun shells.
|
||||||
GOTBACKPACK = second backpack!
|
GOTBACKPACK = second backpack!
|
||||||
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
||||||
GOTCHAINGUN = you got the mini-gun!
|
GOTCHAINGUN = you got the minigun!
|
||||||
GOTCHAINSAW = you got the angle grinder!
|
GOTCHAINSAW = you got the angle grinder!
|
||||||
GOTLAUNCHER = you got the missile launcher!
|
GOTLAUNCHER = you got the missile launcher!
|
||||||
GOTPLASMA = you got the polaric energy cannon!
|
GOTPLASMA = you got the polaric energy cannon!
|
||||||
|
@ -128,21 +128,21 @@ HUSTR_E4M8 = E4M8: Launch Bay
|
||||||
HUSTR_E4M9 = E4M9: Operations
|
HUSTR_E4M9 = E4M9: Operations
|
||||||
CC_ZOMBIE = zombie
|
CC_ZOMBIE = zombie
|
||||||
CC_SHOTGUN = shotgun zombie
|
CC_SHOTGUN = shotgun zombie
|
||||||
CC_HEAVY = mini-gun zombie
|
CC_HEAVY = minigun zombie
|
||||||
CC_IMP = footsoldier
|
CC_IMP = serpent
|
||||||
CC_DEMON = slither-beast
|
CC_DEMON = worm
|
||||||
CC_LOST = skull flare
|
CC_LOST = deadflare
|
||||||
CC_CACO = orb monster
|
CC_CACO = orb monster
|
||||||
CC_HELL = pain bringer
|
CC_HELL = pain bringer
|
||||||
CC_BARON = pain lord
|
CC_BARON = pain lord
|
||||||
CC_ARACH = small technospider
|
CC_ARACH = small technospider
|
||||||
CC_PAIN = globe fiend
|
CC_PAIN = deadflare ball
|
||||||
CC_REVEN = undead servant
|
CC_REVEN = dark soldier
|
||||||
CC_MANCU = hellslug
|
CC_MANCU = combat slug
|
||||||
CC_ARCH = flame bringer
|
CC_ARCH = flame bringer
|
||||||
CC_SPIDER = large technospider
|
CC_SPIDER = large technospider
|
||||||
CC_CYBER = mechabomination
|
CC_CYBER = assault tripod
|
||||||
CC_HERO = savior of us all
|
CC_HERO = savior of humanity
|
||||||
HUSTR_1 = MAP01
|
HUSTR_1 = MAP01
|
||||||
HUSTR_2 = MAP02
|
HUSTR_2 = MAP02
|
||||||
HUSTR_3 = MAP03
|
HUSTR_3 = MAP03
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue