Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions _willow1_mods/better_skill_tree_ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
pyproject_url: https://raw.githubusercontent.com/Ry0511/my_bl1_sdk_mods/refs/heads/master/src/py/skill_tree_tweaks/pyproject.toml
download: https://github.com/Ry0511/my_bl1_sdk_mods/raw/refs/heads/master/packaged/skill_tree_tweaks-1.0.zip
---

> ***INFO*** - This is an SDK and UPK mod you need to install both components for the mod to function correctly. (see:
> Installation for more information)

Improves the skill tree UI by highlighting skills affected by class mods and clearly displaying
their adjusted values.

## Changes

The skill tree information panel now contains colour-coded text to indicate the current and next state of the skill.
Below is a table of the possible colour codings.

| Indicator | Description |
|-------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| <span style="color: #F4D35E;">Current Grade (Yellow)</span> | The skill is partially invested into |
| <span style="color: #23CE6B;">Current Grade (Green)</span> | The skill is fully invested into |
| <span style="color: #EF3054;">Current Grade (Red)</span> | Skill is augmented but has not been invested into; warns you that the skill is inactive |
| <span style="color: #0ACDFF;">Next Grade (Blue/Cyan)</span> | Next grade text, only visible if the skill is not fully invested into |

> Augmented skills should have a Cyan icon similar to other games - however depending on what mods you have installed
> this icon might not be visible. The above text based changes are agnostic of the ui changes and should always be there.

## Credits

Big thanks to sleepmaster for his awesome work on the flash file changes!

## Installation

1. Download the mod via the 'Download' button on this page
2. Extract the downloaded zip file into your `sdk_mods` directory
3. Extract the `skill_tree_tweaks/custom_ui_full.zip` to your games base directory i.e., `...\Borderlands` (the
directory containing the WillowGame folder)
4. If you don't get a 'Replace Files' prompt, you installed it incorrectly.
26 changes: 26 additions & 0 deletions _willow1_mods/rys_qol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
pyproject_url: https://raw.githubusercontent.com/Ry0511/my_bl1_sdk_mods/refs/heads/master/src/py/rys_qol/pyproject.toml
download: https://github.com/Ry0511/my_bl1_sdk_mods/raw/refs/heads/master/packaged/rys_qol-2.0.zip
---

> **INFO** - This is not a `.sdkmod` and needs to be manually extracted into your mods directory;
> i.e., open the .zip file and extract the folder into your `sdk_mods` directory

Adds a variety of quality-of-life improvements to the game and some optional cheat features.

## Quality of Life Improvements

| Feature | Description | Enabled by Default? |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
| No Save Timer | Removes the 30-second timer before you are allowed to save and quit | `Yes` |
| Auto Mission Select | Tries to always select a valid mission when you load into the world; does not always work, mainly exists to prevent the game giving you a mission you have already completed | `Yes` |
| Fast Travel Sorting | Sorts the fast travel and indents child regions to make them easier to identify; also works with DLC Fast Travel | `Yes` |

| Keybind | Description | Default Key |
|---------------------|----------------------------------------------------------------------------------------------------------|-------------|
| Save Position | Saves your current position in the world | `F7` |
| Restore Position | Restores your previously stored position | `F8` |
| Quit without Saving | Exits to the main menu without saving | `F9` |
| Toggle Ghost Mode | Enables ghost mode noclip, (prefer HLQ noclip) | `None` |
| Toggle HLQ Noclip | Better noclip | `None` |
| Make OP | Makes the player level 69 and gives them a level 69 inventory; note that this will delete your inventory | `None` |
Loading