All my Star Valor mods require BepInEx 5.4+.
Mod attributes of any Item. Check out it's own Readme for item information.
Note: it is suggested to back up your save file first if you want to try things.
- Copy
LL_SV_ModAnyItem.dllintoStar Valor\BepInEx\plugins - Start the Game
- Wait for it to load
- Close the Game
- Edit any items you want to change in
Star Valor\BepInEx\plugins\ItemMods - Save your edits
- Start the Game
I have no idea about the safety of uninstalling after using changed items in a Save.
I imagine stashed items need to be retrieved and you might need to store everything in the station so you do not go over capacity.
Save file might be corrupted.
Change your current background Perk to another one.
- Copy
LL_SV_ChangeBackgroundPerk.dllintoStar Valor\BepInEx\Plugins - Start the Game
- Set your perk in
Star Valor\BepInEx\config\lunalycan287.starvalormods.changebgperk.cfg - Load your save
- Open the Perk screen with
Pand the Perk will be added
Dump the Database files into working CSharp files for use in any mod projects.
- Copy
LL_SV_DumperintoStar Valor\BepInEx\Plugins - Start the Game
- Press the configured key (Default: F10)
- Copy the required dump files from
Star Valor\dumpinto your project.
- Edit
Star Valor\BepInEx\config\lunalycan287.starvalormods.dumper.cfg - Set the
KeyBindto your preferred key. Only lower case allowed! Check possible KeyCodes. - Set
Compactto true, if you do not want an extra line between the enum values.
Adjust how many skill points you get during a normal game.
- Copy
LL_SV_MoreSkillPoints.dllintoStar Valor\BepInEx\Plugins - Start the Game
- Set the ammount of Skill Points in
Star Valor\BepInEx\config\lunalycan287.starvalormods.moreskillpoints.cfg(Default: 125 = enough for all) - Load your save
- Open the Character screen with
Cand the Skill Points will be adjusted.
- Set the value of
uninstall = trueinStar Valor\BepInEx\config\lunalycan287.starvalormods.moreskillpoints.cfg - Start the Game
- Load your save
- Open the Character screen with
C - Click on
Reset Skills - Save & quit your game
- Remove the mod
Displays helpful unlock information on Perks that are still locked.
Perks that can not be unlocked in the current run are Red.
Perks that can be unlocked but either require an Equipment change or are about to be locked are Yellow.
- Copy
LL_SV_PerkUnlockHelper.dllintoStar Valor\BepInEx\Plugins - Start the Game
- Load your save
- Press the configured key (Default: F8)
- Edit
Star Valor\BepInEx\config\lunalycan287.starvalormods.perkunlockhelper.cfg - Set the
KeyBindto your preferred key. Only lower case allowed! Check possible KeyCodes. - Set
ShowImagestotrueif you want to see the skill icons even before unlocking. - Set
ShowHiddenUnlockConditionstotrueif you want to see ALL unlock conditions, even of the perks which hide them by default. - Set
ShowPreviouslyUnlockedtotrueif you want to see perks that have been perviously unlockde but not acquired in the current save.