Skip to content

Commit

Permalink
Updated useful links module
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Aug 16, 2024
1 parent 7e38fbb commit 161e9d8
Showing 1 changed file with 68 additions and 6 deletions.
74 changes: 68 additions & 6 deletions modules/useful_links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ OB_MODULES["links_addons"] =
{
name="url_edge_classic_pack",
label=_("Lobo's EDGE-Classic Enhancements"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
{
name="url_mobreck_mbf21",
Expand All @@ -80,27 +80,89 @@ OB_MODULES["links_addons"] =
{
name="url_doomrla_pickups",
label=_("xBEEKAYRANDEEx's DoomRLA Pickups"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
{
name="url_heathens_maze",
label=_("Heathen's Maze For Heretic - Craneo"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
{
name="url_obsidian_jukebox",
label=_("Simon-v's Jukebox"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
{
name="url_silentzorah_jukebox",
label=_("SilentZorah's Jukebox - Craneo"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
{
name="url_delta_resource_pack",
label=_("MsrSgtShooterPerson's Delta Resource Pack"),
url="https://obsidian-level-maker.github.io/index.html#_addons",
url="https://obsidian-level-maker.github.io/addons.html",
},
}
}

OB_MODULES["links_source_ports"] =
{
label = _("Source Ports"),

where = "links",
priority = 100,

options =
{
{
name="url_marshmallow",
label=_("Marshmallow Doom"),
url="http://marshmallowdoom.com/marshmallow-wp",
},
{
name="url_k8vaoom",
label=_("k8vavoom"),
url="https://doomer.boards.net/thread/2260/k8vavoom",
},
{
name="url_edge_classic",
label=_("EDGE-Classic"),
url="https://edge-classic.github.io/",
},
{
name="url_prboomx",
label=_("PrBoomX"),
url="https://github.com/JadingTsunami/prboomX",
},
{
name="url_doom_retro",
label=_("Doom Retro"),
url="https://www.doomretro.com/",
},
{
name="url_helion",
label=_("Helion"),
url="https://github.com/Helion-Engine/Helion",
},
{
name="url_gzdoom",
label=_("ZDoom Family (GZDoom, LZDoom, ZDoom)"),
url="https://www.zdoom.org/index",
},
{
name="url_dsda_doom",
label=_("DSDA-Doom"),
url="https://github.com/kraflab/dsda-doom",
},
{
name="url_eternity",
label=_("Eternity Engine"),
url="https://github.com/team-eternity/eternity",
},
{
name="url_woof",
label=_("Woof"),
url="https://github.com/fabiangreffrath/woof",
},
}
}

0 comments on commit 161e9d8

Please sign in to comment.