Skip to content

Commit

Permalink
More SLUMP work
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed May 9, 2024
1 parent 964bdc8 commit fb89097
Show file tree
Hide file tree
Showing 33 changed files with 15,215 additions and 1,621 deletions.
2 changes: 1 addition & 1 deletion engines/idtech.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ OB_ENGINES["idtech_1"] =

priority = 100,

game = { chex1=1, doom1=1, doom2=1, hacx=1, heretic=1 },
game = { chex1=1, doom1=1, doom2=1, hacx=1, harmony=1, heretic=1, strife=1, rekkr=1 },

tables =
{
Expand Down
22 changes: 0 additions & 22 deletions games/chex1/params.lua
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
CHEX1.PARAMETERS =
{
teleporters = true,
rails = true,
light_brushes = true,

-- NOTE: no infighting at all
infighting = false,
--infighting = true

jump_height = 24,

max_name_length = 28,

skip_monsters = { 10,35 },

time_factor = 1.0,
damage_factor = 1.0,
ammo_factor = 0.8,
health_factor = 0.7,
monster_factor = 0.8,

titlepic_lump = "TITLEPIC",
titlepic_format = "patch",

bex_map_prefix = "HUSTR_",

episode_length = 5
}
Loading

0 comments on commit fb89097

Please sign in to comment.