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
Nice, I accepted your friends request so you can add me on now. Also It would probably be a good idea to update the thumb for this workshop item to better reflect the new button layout. Cheers :)
Your mod along with "Programmable Block UI Controls Reorder" were very helpful in learning how to make it
Digi was also a big help with teaching me how to find the control IDs. I was actually able to make a method in this mod that can create a text file that lists the programmable blocks control IDs. This method could probably be adapted to help with obtaining other back end info as well.
My mod is a bit different structurally. controls are added to the top of the terminal using a list<string>. This makes it easy to modify the order and add new controls to the top.
Feel free to check it out and thank you for making this mod! It really helped me with learning how to create my first Space engineers mod :)
Cheers.
Would you release a version that moves the Edit text, Custom Data, and Run buttons, as well as the Arguments field to the top as well? This would put all the required interactions for developing a script in one easy to access place.
It is mods like this that really make a difference in the scripting community :)
Thank you!