Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 24, 2024
1 parent 8a3b4e9 commit 221d5db
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packagessniper_v2.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9b99e0ac267a2013e00ac345be59f01341aeceb2
6b0912aa071a27f5f5ec2a84ea7911f8b0d5d3b8
2 changes: 1 addition & 1 deletion packagessniper_v2.hash256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0c26ee24e519350cabd937ce591e352189c59f5f7ed0cb8f1800e0b2df9b0922
658c746a7f47bf902abbb38a277d56e1c05c07e0f4ea770d0cadc5d82d27691c
135 changes: 134 additions & 1 deletion packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,29 @@
}
]
},
{
"name": "Woof!",
"engine_name": "Woof!",
"command": "./woof/run-woof.sh",
"command_args": [
"-iwad",
"../base/DOOM.WAD"
],
"download": [
"woof",
"fluid-soundfont"
],
"download_config": [
{
"extract_location": "./woof",
"download_name": "woof"
},
{
"extract_location": "./woof",
"download_name": "fluid-soundfont"
}
]
},
{
"name": "Eternity Engine",
"engine_name": "Eternity Engine",
Expand Down Expand Up @@ -1103,6 +1126,42 @@
}
]
},
{
"name": "Woof!",
"engine_name": "Woof!",
"commands": [
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../base/PLUTONIA.WAD"
],
"command_name": ".*plutoniam?.conf"
},
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../base/TNT.WAD"
],
"command_name": ".*tntm?.conf"
}
],
"download": [
"woof",
"fluid-soundfont"
],
"download_config": [
{
"extract_location": "./woof",
"download_name": "woof"
},
{
"extract_location": "./woof",
"download_name": "fluid-soundfont"
}
]
},
{
"name": "Russian Doom",
"engine_name": "Russian Doom",
Expand Down Expand Up @@ -1839,6 +1898,65 @@
}
]
},
{
"name": "Woof!",
"commands": [
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../base/DOOM2.WAD"
],
"command_name": ".*rerelease"
},
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../base/DOOM2.WAD"
],
"command_name": ".*doom2"
},
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../finaldoombase/TNT.WAD"
],
"command_name": ".*tnt"
},
{
"cmd": "./woof/run-woof.sh",
"args": [
"-iwad",
"../finaldoombase/PLUTONIA.WAD"
],
"command_name": ".*plutonia"
},
{
"cmd": "/bin/sh",
"args": [
"-c",
"echo \"Please use gzdoom for master levels.\" > last_error.txt && exit 10"
],
"command_name": ".*master"
}
],
"download": [
"woof",
"fluid-soundfont"
],
"download_config": [
{
"extract_location": "./woof",
"download_name": "woof"
},
{
"extract_location": "./woof",
"download_name": "fluid-soundfont"
}
]
},
{
"name": "Eternity Engine",
"commands": [
Expand Down Expand Up @@ -9724,6 +9842,21 @@
"controllerSupported": true,
"engine_name": "DOOM Retro"
},
{
"engine_link": "https://github.com/fabiangreffrath/woof",
"version": "14.0.0",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv2",
"license_link": "https://github.com/fabiangreffrath/woof/blob/master/COPYING",
"notices": [
{
"label": "Downloads FluidR3_GM.sf2 automatically. Can override SDL_SOUNDFONTS in launch options."
}
],
"controllerSupported": true,
"engine_name": "Woof!"
},
{
"engine_link": "https://github.com/odamex/odamex",
"version": "0880dd0",
Expand Down Expand Up @@ -10313,4 +10446,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit 221d5db

Please sign in to comment.