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
You need a basic file editing program like Notepad ++.
There's a website that lets you get an idea of how editing works. Google "Stormworks XML Tool". Follow the link to one made by "Sruner11" or something like that. Should be your first hit. That will let you preview your changes to a few basic blocks in the game without having to edit/save/load
Make a new vehicle save in Stormworks. Have a standard block merged with the piece you wish to edit. Save the vehicle as something distinctive like "XML EDITOR".
Open your vehicle folder in the game files and find your file. There will be two with your save name. Open the one with ".xml" after it ex: XML EDITOR.xml. open it with Notepad++
You'll see a string of code pertaining to your two pieces. One is the standard block. The other will be your desired part. Each component will have a nine digit sequence similar to this (1,0,0,0,1,0,0,0,1) these are your XYZ axis lengths and skew. Since the part is unmodified your 1s are XYZ and the zeros are skews on left and right sides of these axes.
This is where the xml tool comes in handy. You can play with a few dimensions on there and get an idea of how you change the shape of a part.
Make changes in the notepad file, then save. Maximize Stormworks and open that vehicle save file again. You'll find your part has been altered accordingly. Copy and paste. Merge using the standard block then delete.
For now understand that parts can only be increased in size or skewed, but not decreased in size. Increasing in size of a 1x1x1 block will still leave the original block position as a solid component, but the extensions will be able to clip though other parts.
Are spot lights not bright enough for you?
Those lights are entities in the game.
Pretty sure you can add/duplicate/move them in the world through coding just like I added workbenches in my mod. But not on a build.