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 --- 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%"} 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