Skip to content

Commit

Permalink
Snowberry: Allow selecting Hexen v1.0 as a profile's game mode
Browse files Browse the repository at this point in the history
Added "hexen-v10" (Hexen v1.0) as a game mode option. The default Hexen
profile still uses Hexen v1.1.
  • Loading branch information
skyjake committed Jun 21, 2012
1 parent 4258d05 commit c1eff43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions snowberry/conf/doomsday.conf
Expand Up @@ -26,9 +26,10 @@ group game-options
choice game-mode (
option: -game
alts < chex, doom1, doom1-share, doom1-ultimate, doom2, doom2-plut, doom2-tnt,
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-demo, hexen-dk >
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-v10, hexen-demo, hexen-dk >
opts < "chex", "doom1", "doom1-share", "doom1-ultimate", "doom2", "doom2-plut", "doom2-tnt",
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-demo", "hexen-dk" >
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-v10",
"hexen-demo", "hexen-dk" >
)

file iwad (
Expand Down
5 changes: 3 additions & 2 deletions snowberry/conf/osx-doomsday.conf
Expand Up @@ -29,9 +29,10 @@ group game-options
choice game-mode (
option: -game
alts < chex, doom1, doom1-share, doom1-ultimate, doom2, doom2-plut, doom2-tnt,
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-demo, hexen-dk >
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-v10, hexen-demo, hexen-dk >
opts < "chex", "doom1", "doom1-share", "doom1-ultimate", "doom2", "doom2-plut", "doom2-tnt",
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-demo", "hexen-dk" >
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-v10",
"hexen-demo", "hexen-dk" >
)

file iwad (
Expand Down
5 changes: 3 additions & 2 deletions snowberry/conf/x-doomsday.conf
Expand Up @@ -25,9 +25,10 @@ group game-options
choice game-mode (
option: -game
alts < chex, doom1, doom1-share, doom1-ultimate, doom2, doom2-plut, doom2-tnt,
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-demo, hexen-dk >
hacx, heretic, heretic-ext, heretic-share, hexen, hexen-v10, hexen-demo, hexen-dk >
opts < "chex", "doom1", "doom1-share", "doom1-ultimate", "doom2", "doom2-plut", "doom2-tnt",
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-demo", "hexen-dk" >
"hacx", "heretic", "heretic-ext", "heretic-share", "hexen", "hexen-v10",
"hexen-demo", "hexen-dk" >
)

file iwad (
Expand Down
3 changes: 2 additions & 1 deletion snowberry/lang/english.lang
Expand Up @@ -185,7 +185,8 @@ game-mode-hacx: HacX
game-mode-heretic: Heretic Registered
game-mode-heretic-share: Heretic Shareware
game-mode-heretic-ext: Heretic: Shadow of the Serpent Riders
game-mode-hexen: Hexen
game-mode-hexen: Hexen v1.1
game-mode-hexen-v10: Hexen v1.0
game-mode-hexen-demo: Hexen (4 level demo)
game-mode-hexen-dk: Hexen: Death Kings of the Dark Citadel

Expand Down

0 comments on commit c1eff43

Please sign in to comment.