Stormworks: Build and Rescue Guide

Русский язык в Lua

Русский язык в Lua for Stormworks: Build and Rescue

Overview В этом руководстве вы узнаете как добавить русский язык в Lua Как это сделано? Всё очень просто, есть битмап в котором содержатся пиксели буквы. Потом для каждого вашего символа ищется свой битмап и рисуется (5×5) Характеристики Тип: Библиотека Размер: 1.732KB / 1732 Символа Функции: drawRu(x,y,text) Кодировка: АБВГДЕЖЗИКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ ABVGDEJZIKLMNOPRSTUFHC123456789 Код BM={[“A”]=’0110010010100101111010010′,[“B”]=’1110010000111001001011100′,[“V”]=’1110010010111001001011100′,[“G”]=’1111010010100001000010000′,[“D”]=’0011001010010101111110001′,[“E”]=’1111010000111001000011110′,[“J”]=’1010110101010101010110101′,[“Z”]=’0110010010001001001001100′,[“I”]=’1000110011101011100110001′,[“K”]=’1001010100111001001010010′,[“L”]=’0011001010010100101010010′,[“M”]=’1000111011101011000110001′,[“N”]=’1000110001111111000110001′,[“O”]=’0111010001100011000101110′,[“P”]=’1111110001100011000110001′,[“R”]=’1110010010100101110010000′,[“S”]=’0110010010100001001001100′,[“T”]=’1111100100001000010000100′,[“U”]=’1001010010011000010011000′,[“F”]=’0111010101101010111000100′,[“H”]=’1000101010001000101010001′,[“C”]=’1001010010100101111100001′,[“1”]=’1001010010100100111000010′,[“2”]=’1000110101101011010111111′,[“3”]=’1000110101101011111100001′,[“4”]=’1100001110010010100101110′,[“5”]=’1000110001110011010111001′,[“6”]=’1000011100100101001011100′,[“7”]=’1110000010011100001011100′,[“8”]=’1001010101111011010110010′,[“9″]=’0011101001010010011101001′,[” “]=’0000000000000000000000000′,[“,”]=’0000000000000000100010000′,[“-“]=’0000000000011100000000000′,[“_”]=’0000000000000000000011111′,[“.”]=’0000000000000000000010000′} size=1 function drawRu(x,y,t) … Read moreРусский язык в Lua

Lua imaging

Lua imaging for Stormworks: Build and Rescue

Overview Lua imaging guideWell, since we have some draw commands but no direct I/O access from in-game lua code, just go ahead and draw things.With knowledge of bitmap anyone can draw images with in-game command.To save time doing labor works, PenguinO (Me), Tajin and CrazyFluffyPony made some tools that work differently for similar goal.Tajin’s lua … Read moreLua imaging

How Re-Shape Blocks (XML)

How Re-Shape Blocks (XML) for Stormworks: Build and Rescue

Overview Hiya!In this guide, I will show you how to modify XML to generate new, resized blocks! DISCLAIMER Warning: Editing game code can result in the game itself malfunctioning. Edit code at your own risk. If, in fact your game breaks, it is not mine nor the developers’ responsibility. Once again, edit code at your … Read moreHow Re-Shape Blocks (XML)

Lua Tutorials

Lua Tutorials for Stormworks: Build and Rescue

Overview A list of links for Stormworks Lua Tutorials! They start at the basics and teach how to use Lua in Stormworks using examples.If you are looking for mission Lua help, there isn’t a tutorial for it yet but you can refer to this spreadsheet: https://docs.google.com/spreadsheets/d/1DkjUjX6DwCBt8IhA43NoYhtxk42_f6JXb-dfxOX9lgg/edit?usp=sharing Episode 1 – The Basics Episode 2 – Drawing … Read moreLua Tutorials

Editing 1.0 Default Game Assets

Editing 1.0 Default Game Assets for Stormworks: Build and Rescue

Overview Have you ever asked… Why am I guessing at how to rebuild the mission cargo crates?I wish the crane on the starter island had a different connector?Would be nice if I could use the boat that I found during mission X?I wish the controls for the fuel pump on island X made more sense. … Read moreEditing 1.0 Default Game Assets

Analyzing your vehicles – Mass – Color -Componets – Logic

Analyzing your vehicles - Mass - Color -Componets - Logic for Stormworks: Build and Rescue

Overview If you want to get some statistics about your vehicle than you can visit my website here:https://stormworks-model-analyzer.flaffipony.rocksAll the work is done on your pc, no XML is uploaded, i do not have any tracking in there!How to find the xml files of your vehicles:C:Users[YOUR_USER_NAME]AppDataRoamingStormworksdatavehiclesor%appdata%Stormworksdatavehicles Example (just a part of all the statistics)

SteamSolo.com