Scripting Tutorial Ship
Applying sorting scripts to your ship for dummies.
You won’t need to know a thing about coding to do this.
This ship is designed to walk you through a cut and paste scripting tutorial that will show you which fields to edit to make this work on your own ship. I’t a basic step by step just copy the base code and paste it into a lcd beside it. then follow the instructions to make it work. All done in game.
To start off if you’ve never used ASTICS scripting mod before here’s a link
https://github.com/GitHub-TC/EmpyrionScripting
Instructions are there for an easy install, just make sure you turn off EAC to use it in solo or creative modes.
Also if you don’t have a good text editor download and install notepad++
It’s free and works great. Editing LCD’s in game doesn’t work all that well. Just copy paste into notepad++
https://notepad-plus-plus.org
If you have any questions or comments or notice something I screwed up on this thing let me know lol.
Hope this helps some people figure this stuff out.
Good luck
*note as your own scripts get larger. There is a limit to the number of characters you can run on a single LCD. So if your script suddenly stops working and is quite long try breaking it down and using 2 lcd’s to run it.