From eca2c8b543c7c35fb69eca243c0c880e7d73105d Mon Sep 17 00:00:00 2001 From: Justin Sostmann <39841117+juso40@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:05:58 +0200 Subject: [PATCH 1/2] Create extended_options.md --- _willow1_mods/extended_options.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _willow1_mods/extended_options.md diff --git a/_willow1_mods/extended_options.md b/_willow1_mods/extended_options.md new file mode 100644 index 0000000..4b1b0b4 --- /dev/null +++ b/_willow1_mods/extended_options.md @@ -0,0 +1,16 @@ +--- +pyproject_url: https://raw.githubusercontent.com/juso40/bl1sdk-mods/refs/heads/main/extended_options/pyproject.toml +--- +Adds various new options and keybinds. + +#### Fixes Mouse Scrolling in Pause Menus + +## Options +- FPS Slider +- Mouse Smoothing +- Window Mode +- Outlines Post Processing +- Crosshair Size + +## Keybinds +- Drop Equipped Weapon From 64a933aa993de2c991b3c7e556cd659448c40b28 Mon Sep 17 00:00:00 2001 From: Justin Sostmann <39841117+juso40@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:14:36 +0200 Subject: [PATCH 2/2] Update maploader to new sdk --- _willow2_mods/{MapLoader.md => maploader.md} | 27 ++++++-------------- 1 file changed, 8 insertions(+), 19 deletions(-) rename _willow2_mods/{MapLoader.md => maploader.md} (55%) diff --git a/_willow2_mods/MapLoader.md b/_willow2_mods/maploader.md similarity index 55% rename from _willow2_mods/MapLoader.md rename to _willow2_mods/maploader.md index ddf9915..e7eaeaf 100644 --- a/_willow2_mods/MapLoader.md +++ b/_willow2_mods/maploader.md @@ -1,26 +1,15 @@ --- -author: juso -coop_support: Unknown -dependencies: [] -download: https://github.com/juso40/bl2sdk_Mods/raw/master/MapLoader/MapLoader.zip -legacy: true -license: - name: MIT - url: https://choosealicense.com/licenses/mit -redirect_from: -- /mods/MapLoader/ -supported_games: -- BL2 -- TPS -title: MapLoader -urls: - Issues: https://github.com/juso40/bl2sdk_Mods/issues - Source Code: https://github.com/juso40/bl2sdk_Mods/ -version: 1.4.3 +pyproject_url: https://raw.githubusercontent.com/juso40/bl2sdk-mods/refs/heads/main/maploader/pyproject.toml --- Allows the use of custom map files created by the MapEditor. To add/remove a custom map simply place/remove the .json map file into/from the directory. Each map file has its own Options/Mods entry that you can either enable or disable. Because loading in and creating hundreds of new objects takes time, this mod will increase your Loading screen times. If you absolutely can't live with ~4 additional seconds of Loading, check out the Options>Mod Menu. -This mod comes with an optional ``Threaded Loading`` option. Enabling this option will remove any additional loading screen time,instead the custom map changes will load in over time. \ No newline at end of file +This mod comes with an optional ``Threaded Loading`` option. Enabling this option will remove any additional loading screen time,instead the custom map changes will load in over time. + +## How to install this mod? +Unpack the .zip and install as a regular mod. It needs to be a folder instead of .sdkmod to read the custom map .json files + +## How do I add new map files? +Inside the mods folder is a `maps` folder, place your map .json in there and toggle them on in game in the maploaders mod options.