Space Engineers

Space Engineers

Not enough ratings
Simple Rename Script
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
359.000 B
18 Mar, 2015 @ 7:37pm
18 Mar, 2015 @ 7:44pm
2 Change Notes ( view )

Subscribe to download
Simple Rename Script

Description
This is a stupidly simple script that goes through all blocks of a type in a ship, then proceeds to rename them in the syntax of "X + Number". Currently it is limited to simply renaming blocks of a type. Even so, it has made organizing my builds a lot easier.


HOW TO USE IT:
1. Place a programmable block.
2. Edit it's code.
3. Click 'Browse Workshop'.
4. Select this script.
5. Change the parts that say 'REPLACE THIS WITH BLOCK TYPE' and 'REPLACE THIS WITH YOUR NAME' to the blocks type, then what you want to appear in the control panel. Pretty simple.

NOTE: For a list of block types, you can simply click the Help button at the top of the code editor. It'll take you to the full guide with will have a list of all the info you need.

Future plans:
None. If you guys have any ideas, or feedback, let me know, and I'll see what I can do, but I'm not a very good programer, so yeah.
1 Comments
mar3usmc 4 Aug, 2016 @ 2:52pm 
I am learning Space Engineers scripting a bit, and I was modifying this script to use additional variables, and have planned to just have a very large list of every block. The user will only have to change the variables listed at the top. However, something I still haven't learned yet is how to add zeros in front of the number. I just prefer 001, or 01, over 1, 2, 3 etc...

Any help with that would be appreciated. Also, if you have an updated list of all game object program names that would be great. The "help" guide has not be updated in a very long time and is missing MANY objects.