From 542d2264763bd5e7ba056c3645ed925d435416f3 Mon Sep 17 00:00:00 2001 From: Siggless <157992406+Siggless@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:33:42 +0000 Subject: [PATCH 1/3] Update PickupAsTrash.md Changed to raw link --- _oak_mods/PickupAsTrash.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_oak_mods/PickupAsTrash.md b/_oak_mods/PickupAsTrash.md index 3e50d6e..61a2772 100644 --- a/_oak_mods/PickupAsTrash.md +++ b/_oak_mods/PickupAsTrash.md @@ -1,5 +1,5 @@ --- -pyproject_url: https://github.com/Siggless/oak-sdk-mods/raw/refs/heads/main/PickupAsTrash/pyproject.toml +pyproject_url: https://raw.githubusercontent.com/Siggless/oak-sdk-mods/refs/heads/main/PickupAsTrash/pyproject.toml --- Adds a secondary interaction to pickups, to pickup and mark as trash, and adds a "Sell All Trash" secondary interaction to weapon vendors in BL3. @@ -7,11 +7,11 @@ Adds a secondary interaction to pickups, to pickup and mark as trash, and adds a This is not a bindable mod key - it uses the game's "Secondary Use" bind, when looking at an item: ![Item cards with Pickup As Trash interaction]({{ "/assets/mods/oak/pickup_as_trash/PickupAsTrash.jpg" | relative_url }}) -{:style="display: block; margin: 0 auto; width: 50%"} +{:style="display: block; margin: 0 auto; width: 80%"} In BL3 the HUD prompt doesn't always show, because the HUD only shows max 2 prompts, but the interaction still works. BL3 vendor interaction: ![Weapon vendor with Sell All Trash interaction]({{ "/assets/mods/oak/pickup_as_trash/PickupAsTrash_Vendor.jpg" | relative_url }}) -{:style="display: block; margin: 0 auto; width: 50%"} +{:style="display: block; margin: 0 auto; width: 80%"} From 247abb7466083c15067dd0ba3ee99d72b533da54 Mon Sep 17 00:00:00 2001 From: Siggless <157992406+Siggless@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:34:52 +0000 Subject: [PATCH 2/3] Update DialogTweaks.md Changed to raw link --- _oak_mods/DialogTweaks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_oak_mods/DialogTweaks.md b/_oak_mods/DialogTweaks.md index 04311b5..a0bbc99 100644 --- a/_oak_mods/DialogTweaks.md +++ b/_oak_mods/DialogTweaks.md @@ -1,3 +1,3 @@ --- -pyproject_url: https://github.com/Siggless/oak-sdk-mods/raw/refs/heads/main/DialogTweaks/pyproject.toml +pyproject_url: https://raw.githubusercontent.com/Siggless/oak-sdk-mods/refs/heads/main/DialogTweaks/pyproject.toml --- From 09beb9ef5113b233093b49171a27093ea7654fb5 Mon Sep 17 00:00:00 2001 From: Siggless <157992406+Siggless@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:54:04 +0000 Subject: [PATCH 3/3] Update AltUseCatchaRide.md Link to new pyproject.toml --- _willow2_mods/AltUseCatchaRide.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/_willow2_mods/AltUseCatchaRide.md b/_willow2_mods/AltUseCatchaRide.md index 23dcf9f..3b74482 100644 --- a/_willow2_mods/AltUseCatchaRide.md +++ b/_willow2_mods/AltUseCatchaRide.md @@ -1,22 +1,3 @@ --- -author: Siggles -coop_support: Unknown -dependencies: -- Enums>=1.0 -download: https://github.com/Siggless/bl-sdk-mods/raw/main/AltUseCatchARide/AltUseCatchARide.zip -legacy: true -license: - name: GNU GPLv3 - url: https://choosealicense.com/licenses/gpl-3.0 -redirect_from: -- /mods/AltUseCatchaRide/ -supported_games: -- BL2 -- TPS -title: Alt Use Catch-a-Ride -urls: - Issues: https://github.com/Siggless/bl-sdk-mods/issues - Source Code: https://github.com/Siggless/bl-sdk-mods/tree/main/AltUseCatchARide -version: 1.1.0 +pyproject_url: https://raw.githubusercontent.com/Siggless/bl-sdk-mods/refs/heads/main/AltUseCatchARide/pyproject.toml --- -Adds alt use binds to Catch-a-Ride stations, to instantly deploy a vehicle. \ No newline at end of file