You are viewing a potentially older version of this package. View all versions.
NodomiTeam-DTSOutwardTweaks-0.7.0 icon

DTSOutwardTweaks

Collection of miscellaneous tweaks/features like keeping sleep level when travelling, pinning skills or repairing unequipped items.

Date uploaded 4 years ago
Version 0.7.0
Download link NodomiTeam-DTSOutwardTweaks-0.7.0.zip
Downloads 436
Dependency string NodomiTeam-DTSOutwardTweaks-0.7.0

This mod requires the following mods to function

BepInEx-BepInExPack_Outward-5.4.18 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.18

README

Outward Tweaks

Configuration

Use Configuration Manager or Mefino's fork or edit file at BepInEx\config\com.dts.outwardtweaks.cfg

Features

1. Different repair modes when resting:

Standard - repairs all items, equipped or not, at the same rate.

Pool - all equipped items are repaired normally and any exceeding amount will be used to repair unequipped items.

First all equipped are repaired as game normally does. Items are then repaired in this order:

  • 'Extra repair equipped?' - enabled : Equipped -> Pouch -> Bag
  • 'Extra repair equipped?' - disabled : Pouch -> Bag

2. [WIP]Pin skills in Skill Tab

To use this feature you need to enable 'Pin skills?' in configuration. Requires restart.
This feature allows you to pin skills to appear first on the skill list.

Pinned skills are saved per character at Outward\Outward_Defed\DTSOutwardTweaks\data_{character_uid}\pinnedSkills.dat
This file is automatically created when you first open skill tab.
At the moment there is no UI to pin/unpin skills but you can edit this file.
File Format:

{SKILL_ID};{SKILL_ID}; ...{SKILL_ID}

You can find skill id on the wiki under Object ID or using SideLoader
Example File - Pin Shatter Bullet:

8200603

Example File - Pin Shatter Bullet, Spark:

8200603;8200040

Planned:

  • UI:
    • add Pin/Unpin option to skill 'context' menu
    • add border/star to pinned skill icon
  • reorder pinned skills

3. Keep sleep/drink/food when travelling between regions.

4. Restore burnt health/stamina/mana when travelling between regions.

5. Repair all items when travelling between regions.

6. Added Savegame button in pause menu.

Changelog

  • v0.7.0 - pin skills[wip], changed description
  • v0.6.7 - Save button, fixed readme
  • v0.6.6 - Fixed/changed repair pool mode, added new option.