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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Authors>BowenArrows2K</Authors>
<TargetFramework>net10.0</TargetFramework>
<RepositoryUrl>https://github.com/BowenArrows2K/BepisDynamicVariablePowerTools</RepositoryUrl>
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4]

### Added

- Change text display on Protoflux Value sources to show Variable name
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,18 @@ This mod is a port of and heavily inspired by [Dynamic Variable Power Tools](htt
- **Default location:** `C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\`
4. Start the game. If you want to verify that the mod is working you can check your BepInEx logs.

## Features

- Expanded Component UI for Dynamic Variable Spaces and all Dynamic Variable Types
- Dynamic Variable Space:
- Rename UI to apply a new space name to all linked dynamic variable under the variable space.
- Debug Info generation buttons:
- Output Variable Definitions: This outputs a list of all defined variables under a space.
- Output Component Hierarchy: This outputs a space tree of all linked dynamic variable components under the dynamic variable space.
- Dynamic Variables:
- Linked Space Name display with OpenInspector and OpenWorkInspector buttons (Similar to SyncRef fields.)
- Rename UI to apply a new name to all linked Dynamic Variable components.
- Protoflux Node_UI generation:
- Source: If a dynamic variable field is used as a source in ProtoFlux the ui will include the dynamic variable name.

[Open Changlog](/CHANGELOG.md)
2 changes: 1 addition & 1 deletion thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schemaVersion = "0.0.1"
namespace = "BowenArrows"
name = "BepisDynamicVariablePowerTools"
# versionNumber = "1.0.0" # Uncomment this if publishing via manual tcli! Change this to your mod's version, must be in semantic versioning format (e.g. 1.0.0, 2.1.3, 0.1.0-alpha.1)
description = "A Resonite mod that adds a variety of powerful functions to dynamic variables and their spaces."
description = "Adds a variety of powerful functions to dynamic variables and their spaces. Including an expanded component UI for Dynamic Variable Spaces and all Dynamic Variable Types eg:Renaming linked variables, and getting a space tree of all linked dynamic variable components"
websiteUrl = "https://github.com/BowenArrows2K/BepisDynamicVariablePowerTools"
containsNsfwContent = false

Expand Down
Loading