Space Engineers

Space Engineers

Not enough ratings
Veeq's Grid Renamer Script
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
170.384 KB
21 Jun, 2024 @ 11:31pm
17 Jun @ 7:55pm
5 Change Notes ( view )

Subscribe to download
Veeq's Grid Renamer Script

In 1 collection by Veeq
Veeq's H-Node Mods and Scripts
74 items
Description
Veeq's Grid Renamer

The Grid Renamer script is a simple script that prefixes all block names on a grid with the grid's name.

This is useful for identifying blocks on a grid, especially when you have multiple grids in the same area. Additionally, it simplifies some of the names ("Automaton Programmable Block" to "PB"). The script can also be used to show the grid's name on all antennas on the grid.

-----------

Instructions
  1. Name your grid in the Inf tab. Unnamed grids will not be processed.
  2. Place this script in a programmable block
  3. Run with no arguments to standardise all block names for all grids.

To filter on a grid, run a command with the grid name as an argument. Eg prefix MyCoolGrid will prefix all block names on the grid "MyCoolGrid".

You can use wildcards to filter multiple grids. Eg prefix My* will prefix all block names on grids starting with "My" (like "MyCoolGrid", "MyHotRod", "MyMiner" etc).

Usage: <command> [gridName]
  • (default) standardise [gridName] - Standardise naming and prefix with grid name
  • prefix [gridName] - Prefix block names with grid
  • antenna [gridName] - Show ship name on antennas
  • reset [gridName] - Reset block names to default
  • test [gridName] - List grid names. Useful for testing the wildcard filter
  • help - Display this help message
-----------

Built with Malware's MDK-SE: https://github.com/malware-dev/MDK-SE
Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3272722169
Veeq's GitHub: https://github.com/Samuel-Lewis/space-engineers-scripts
Donations: https://ko-fi.com/samuellewis1

-----------