Skip to content

Add More Custom data Actions - #195

Merged
StarCpt merged 8 commits into
StarCpt:mainfrom
Nerd-eee:main
Sep 14, 2026
Merged

StarCpt merged 8 commits into
StarCpt:mainfrom
Nerd-eee:main

Conversation

@Nerd-eee

Copy link
Copy Markdown
Contributor

Simple client side mod that adds the following terminal/toolbar actions to every terminal block:

  • Copy Custom Data: Copies the block's custom data
  • Paste Custom Data: Pastes the last copied custom data
  • Clear Custom Data: Clears the block's custom data
  • Save Custom Data Profile w/ a text box: Saves the block's custom data into a named profile, persists between worlds.
  • Load Custom Data Profile w/ a dropdown: Loads the block's custom data from the given named profile, persists between worlds.
  • Delete Custom Data Profile: Deletes the selected named profile.

Also has a terminal toggle to enable/disable showing the toolbar actions to avoid clutter (terminal controls unaffected).

Nerd-eee and others added 4 commits July 1, 2026 17:55
Removes all particles from being rendered for lag reduction.
(SOME MOD AUTHORS like putting people on low end computers to 1fps with how many their stuff spawns)

Enable/Disable in settings for ease of use w/o reloading.
@StarCpt StarCpt self-assigned this Sep 13, 2026
@StarCpt

StarCpt commented Sep 14, 2026 •

Copy link
Copy Markdown
Owner

Review is OK, but I found a few problems:

  • When the mod tries to write red text to the block custom info, it just writes [color=#FF0000]intended text[/color], not colored text
  • Rich HUD Master dependency should be removed as it is not needed (no code in the mod uses it and it isn't listed as a dependency on the workshop either)

Comment thread Plugins/Mods/MoreCustomDataActions.xml Outdated
Nerd-eee and others added 2 commits September 13, 2026 21:33
@Nerd-eee

Copy link
Copy Markdown
Contributor Author

Thanks for the review, fixing the colored text issue now

(the one thing I added before testing lmao)

@Nerd-eee

Copy link
Copy Markdown
Contributor Author

Color issue should be fixed on the steam version.

@StarCpt

StarCpt commented Sep 14, 2026

Copy link
Copy Markdown
Owner

Can confirm, merging the PR.

@StarCpt
StarCpt merged commit f691f59 into StarCpt:main Sep 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants