Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
First you'll want to put the gadget in the archive to make sure it's 1) Saved at current state and 2) Ready to be reloaded from the file.
Then copy and paste the .rgadget file somewhere to make a backup (or make a backup some other way) (It's quite easy to corrupt the file and it can be difficult to change it back, or you might lose the undo etc)
To do this in notepad++ open the file, make sure in view show all characters and such are off, if there's still NUL or other non-readable characters in the view just click to a different file open in notepad++ then back.
Then open the find menu with ctrl-f or by navigating to it in the dropdowns.
Enable 'Regular Expression' matching then type in the components current name but adding a period '.' between each character. ('.' in regex matches any character)
Then click on the components name in the text view and use arrow keys to navigate so each time you click toward the other side of the character you want to change it swaps between the side, then replace just that character using shift and clicking arrow keys or deleting it from the right (to make sure you don't delete the extra characters that are important), and then you can change that character.
To shorten the components name you'll need to replace the character at the end with a SPACE not by deleting it, if you delete it it'll corrupt the file.
This method doesn't work to lengthen component names unfortunately and I'm not quite sure how to do that yet.
Then just save the file and pull the gadget out of the archive in game and the component will be renamed including for usage in the CPUs.
Also a not as good solution is you can have at the start of a lua file that runs as either a require or as the main cpu file that stores the not as good name to a better name for your use like "LB0 = gdt.LedButton0" allowing you to just use LB0 to control that Led Button, you sadly but probably for good reason can't do gdt.LB0 = gdt.LedButton0 but it's still helpful.
Also if the devs don't want file editing to be done feel free to delete this post, I didn't see anything about doing such when searching it in discussions so I thought it's fine to post. Like xml editing stuff in stormworks.
Sorry for the wall of text and good gadget making.
I just map those to names i can remember.
Example:
https://ibb.co/zRrSJt4