From 5a6a5cff40d201b0483c406c821f38a887def42b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 10 Jan 2025 14:07:20 -0500 Subject: [PATCH] Updated messages in json files to be more cross platform. --- TobyCustom/ArmyOfDarknessDoom.json | 2 +- TobyCustom/GoMidievilOnTheirAss.json | 2 +- TobyCustom/Project_Brutality.json | 4 ++-- TobyCustom/Project_BrutalityLatest.json | 5 ++--- TobyCustom/WolfenDoom.json | 7 +++---- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/TobyCustom/ArmyOfDarknessDoom.json b/TobyCustom/ArmyOfDarknessDoom.json index e3126cc..5ac2092 100644 --- a/TobyCustom/ArmyOfDarknessDoom.json +++ b/TobyCustom/ArmyOfDarknessDoom.json @@ -5,7 +5,7 @@ "file": "aoddoom1.wad", "url": "https://www.moddb.com/mods/army-of-darkness-total-conversion/addons/army-of-darkness-doom-wad", "messages": [ - "Place \"aoddoom1.wad\" in \"${gamePath}\"" + "Place \"aoddoom1.wad\" in the Toby Doom directory. On Linux/Mac this is ~/.local/games/doom" ] } ], diff --git a/TobyCustom/GoMidievilOnTheirAss.json b/TobyCustom/GoMidievilOnTheirAss.json index f7b54c1..93749c5 100644 --- a/TobyCustom/GoMidievilOnTheirAss.json +++ b/TobyCustom/GoMidievilOnTheirAss.json @@ -5,7 +5,7 @@ "file": "GMOTA_V.1.5.2.pk3", "url": "https://combine-kegan.itch.io/gmota", "messages": [ - "Place the file in ~/.local/games/doom" + "Place the file in the Toby Doom directory. On Linux/Mac this is ~/.local/games/doom" ] } ], diff --git a/TobyCustom/Project_Brutality.json b/TobyCustom/Project_Brutality.json index afa1d96..4add97c 100644 --- a/TobyCustom/Project_Brutality.json +++ b/TobyCustom/Project_Brutality.json @@ -6,8 +6,8 @@ "url": "https://www.moddb.com/mods/project-brutality", "messages": [ "This should be included by default.", - "If you are seeing this message, please reinstall after removing any TobyDoom files from ~/.cache/linux-game-manager.", - "rm -f ~/.cache/linux-game-manager/TobyAccessibilityMod_Version*" + "If you are seeing this message, please contact stormdragon2976 on the audiogames.net forum", + "or ask about it on the Stormux email list: https://stormux.org" ] } ], diff --git a/TobyCustom/Project_BrutalityLatest.json b/TobyCustom/Project_BrutalityLatest.json index e21904f..9daf82c 100644 --- a/TobyCustom/Project_BrutalityLatest.json +++ b/TobyCustom/Project_BrutalityLatest.json @@ -5,9 +5,8 @@ "file": "Project_Brutality-Latest.pk3", "url": "https://www.moddb.com/mods/project-brutality", "messages": [ - "This should be included by default.", - "If you are seeing this message, please reinstall after removing any TobyDoom files from ~/.cache/linux-game-manager.", - "rm -f ~/.cache/linux-game-manager/TobyAccessibilityMod_Version*" + "Place the pk3 in the Toby Doom directory. On Linux/Mac this is ~/.local/games/doom", + "This version may or may not work under Windows. I had trouble with it in a VM." ] } ], diff --git a/TobyCustom/WolfenDoom.json b/TobyCustom/WolfenDoom.json index 8761ecc..60dccab 100644 --- a/TobyCustom/WolfenDoom.json +++ b/TobyCustom/WolfenDoom.json @@ -5,10 +5,9 @@ "file": "Addons/WOLFENDOOM/orig_enh.pk3", "url": "https://www.moddb.com/mods/wolfendoom/downloads/wolfendoom-enhanced", "messages": [ - "mkdir -p ~/.local/games/doom/Addons/WOLFENDOOM/", - "Place all pk3 files from the zip archive in:", - "~/.local/games/doom/Addons/WOLFENDOOM/", - "There should be three of them noct_enh.pk3, orig_enh.pk3, and sod_enh.pk3" + "Place all pk3 files from the zip archive in the Toby Doom directory under Addons/WOLFENDOOM (the directory will need to be created)", + "On Linux/Mac: mkdir -p ~/.local/games/doom/Addons/WOLFENDOOM/", + "There should be three files: noct_enh.pk3, orig_enh.pk3, and sod_enh.pk3" ] } ],