Never really messed with scripting, i know there are alot of great things capable engineers can do, so this helps alot as a basic intro, thanks
@Splitsie7 жыл бұрын
I'm in the same boat as you, I haven't played around with it much. People have been telling me I have to look at this script and another inventory manager one so I figured I should take a look. I'm so glad I did, they can really add some awesome functionality to the game :)
@Drakefance53 жыл бұрын
The two comments above are apart of a scam, been going around everywhere recently, the bots work in pairs now, it's wild.
@tassie73257 жыл бұрын
This scrip is by far the best addition I find to the game. One problem that does occur, that wasn't shown in this clip, is that when writing a long argument (like getting a list of specific Ingots with a quantity set for each), you will quickly lose sight of the information you are entering in the Custom Data because the text doesn't wrap. There are two ways around this: 1st, you can look to see when you are getting close to the width of the Data box, then hit Enter to go to the next line and keep repeating the process until all of your data has been entered. HOWEVER, once you have done this, you must remember to backspace each point at which you Entered or the data will not be interpreted correctly. The 2nd way to overcome the problem is to type out your Data in a word document, then copy and paste it into the Custom Data. This for me is by far the best way to do it as your word document will automatically wrap the text, ensuring that all of the necessary spacing stays as it should and you can easily see what it is that you are writing. Additionally, you can then save your Data to copy and paste into new LCDs as and when required. It also makes it extremely easy to amend Data when required. For example this is the data entry for my first list of Components that fills 1 x Double LCD Panel: Inventory {SCC} +bulletproofglass:200 +construction:2000 +computer:1000 +detector:200 +display:500 +girder:500 +interiorplate:2000 +largetube:2000 I now use this way of keeping all of my Automatic LCD Data entries. This way they are quick to set up and I don't have to worry as much about forgetting the correct layout to give me the information that I want. Plus, they are much easier to amend this way.
@Splitsie7 жыл бұрын
It is certainly amazing, glad I listened to you and checked it out properly :) That's a really important point about the text wrapping, I haven't set up any commands long enough to notice that but I'm sure there are many situations that it will happen in. Thanks for pointing it out :)
@tassie73257 жыл бұрын
Yeh. I use it in conjunction with TIM. TIM is a great tool but I don't like the loss of feeling of being in control that you get with it. So I use TIM to organize what items are stored in my Cargo Containers, but I use Auto LCDs to see what quantities I'm holding, allowing me to decide what gets manufactured and when.
@tassie73257 жыл бұрын
Even without the need for text wrapping, it is easier to save all of your commands and arguments in a word file so that they can be copied and pasted as required in a new base etc. I also keep notes of my font size for best fit on the screen - I might be a bit OCD =0)
@Splitsie7 жыл бұрын
Lol, it's only OCD when it doesn't save you time ;) At least that's my excuse
@morphman866 жыл бұрын
Speed and distance may be important to update frequently, but if the display is just informational, to let you know how much you got when you look at it once in a while, you don't really need to update it that often. You can save yourself a lot of performance by updating it maybe once every 5 seconds, or even once every 10 seconds if you're around the display a lot. If you're not around the display a lot, you could even get away with updating it once a minute. Though at that point, it should probably not be an automatic update anyway, then it's more of an on-demand update, so I would suggest you put low-priority informational displays to be updated via button press instead. "How much power do I have" might be good to know at a glance from a distance, but "Has my iron ore gone from 1 million to half a million since I last checked" might be something you can take the extra time to go press a button to find out. That is still faster and more convenient than going into the inventory, searching and then adding up all inventories of iron ore manually, but it does not cause updates on the system. One or two scripts may not cause much problem at all, but imagine having 10 screens, leaving the base for a while, making 2-3 autominers, a few drones, maybe a car or 2. All of a sudden you're making 50-60 calls per second to the script engine, dragging down that physics calculation just enough to tempt Klang into sinking that autominer's drill a TINY bit too far into the asteroid surface and BOOM. All of that could've been sorted with either a button, or by updating less often.
@PaulodeMelo5 жыл бұрын
And also, I noticed even though I set my timer to 30 seconds, it still keeps getting triggered several times a second. I haven't tested yet, but I'm guessing it's something to do with those 2 additional actions in the timer. (Edit) Sure enough, it was caused by the "Trigger Now" action. I'm assuming Trigger Now runs at every game update iteration.
@D3StInIeus7 жыл бұрын
This script showcase is spot on. Automatic LCD's 2 is one of the most useful scripts. Thanks for finally getting into scripts, Important subject.
@Splitsie7 жыл бұрын
Thank you :) I'm really glad I've gotten into them too, a whole new world has opened up to me!
@numberguy16 жыл бұрын
Splitsie you're such a great teacher than any other player I've ever listened to! You take the time to explain every detail even what common buttons you use on your keyboard. You've opened my eyes to how scripting language works and have won my subscription to you. Jolly well done good sir and thanks!
@Splitsie6 жыл бұрын
Wow, thank you kind sir! :) I've always taken great joy from teaching so I'm pleased that it comes through in my videos and people get something useful out of them. I do my best to highlight when I'm using shortcuts as the lack of it was always something that frustrated me in a lot of the tutorials I've watched for Photoshop/Premiere/After effects etc so I'm glad that others find it useful :)
@MattsPlayCorner6 жыл бұрын
Nice! Thanks for making this tutorial. Always happy to see people help other people to get stuff working
@Splitsie6 жыл бұрын
I really enjoy teaching, but I should be the one thanking you for your awesome script - and the very well written guide :)
@ChozoSR3887 жыл бұрын
And to think, I was _just_ looking for such a video; I used to use Automatic LCDs and I just started using it again, and aside from power, powertime, speed, and stopdistance, I can't for the life of me remember how to use thing. Barring the [LCD] tag, of course lol
@Splitsie7 жыл бұрын
Gotta love some nice timing :)
@joshuahansen42654 жыл бұрын
Definitely a helpful tutorial. I recently started using the Solar Alignment script on a gravetoid base inspired by the one you built in your Survival...Impossible series. It's been a great script to have, and I can definitely say that this one will be next on my list of scripts to add.
@boris3320 Жыл бұрын
The custom turret controller do the same though.
@BillysFingers4 ай бұрын
I never thought i was going to get this to work until i found this video, thanks!!
@riphaven5 жыл бұрын
they've changed a few things with the timer block set up, but your right on the money with everything, thank you, Keen should be paying you to do these videos.
@Splitsie5 жыл бұрын
Thanks! Frustratingly, the ability to self trigger a script came out around a month or so after I did this video - hopefully I'll get time to remake this one (and several others) soon :)
@leandroatreides4 жыл бұрын
I got this script a couple of days ago after watching the 30min MMaster's video on it showing the basic commands. I've always been afraid to use scripts in games but, man, does this one is quite useful and hands-down. Now I have LCDs monitoring my resources, batteries, charging time, and whatnot!!!! There's also a command to display damaged parts (you set the percentage like show stuff with damage below 90%, and you can also include incomplete construction blocks. It's very useful to check the LCD panel for any damage on the ship or rover I've jus docked on my main base.) Isy's scripts are also great, especially the docking-recharging one that sets your batteries to recharge when connected to a connector and reverse them back to "Auto" when disconnecting. So no more ships crashing to the ground because I forgot to change the batteries to "auto" again before undocking, lol.
@Splitsie4 жыл бұрын
Space Engineers is really blessed with some incredible scripters and modders that we all get to benefit from :)
@ComradeDragon19577 жыл бұрын
Scripts were always too complicated for me to understand but after watching this,I may give it a go.
@Splitsie7 жыл бұрын
If I can start to understand them, anyone can! :)
@Dydreth7 жыл бұрын
This demystifies the basics of using scripts. Thanks for this!
@Splitsie7 жыл бұрын
You're very welcome :)
@AndyE77 жыл бұрын
Nice going man, I watched your video on LCD's a while ago where you said you didn't quite know how to do scripts. Glad to see you learning new skills in the game to help out your audience
@Splitsie7 жыл бұрын
Thanks :) It's one of the aspects of making these videos that I'm really enjoying. I'm learning so much that I'd never really played around with and it's making Space Engineers feel like a fresh game again!
@hallofo81077 жыл бұрын
Thank you for your take on this subject, as a novice to scripting myself it's good to see what can be done with only a little bit of hands-on!
@Splitsie7 жыл бұрын
You're very welcome, MMaster has made using his script so incredibly easy that even I understood it :P
@ImaITman5 жыл бұрын
So I just started playing after release. I was getting ready to start programming these screens and then I saw this video....thank God I don't have a huge amount of time on my hand so this is glorious to simplify it down to pretty much command prompt style "coding"
@Splitsie5 жыл бұрын
Automatic LCDs is just one of a few scripts that'll give you access to stuff with much more simplified setups. Things like MArmOS and the like can allow you to build very complex contraptions with limited setup - some very clever people make this stuff for SE :)
@Snacky_Tayahz3 ай бұрын
Best Tutorial out there for this
@macgabhann11087 жыл бұрын
finally decided to give this a try never worked with scripts or programming blocks till today even though I subed to a ton of scripts now im wishing I would have done this a long time ago.
@Splitsie7 жыл бұрын
It's a good time to start messing with them since they don't need timers any more and should be a bit more efficient to play with :)
@macgabhann11087 жыл бұрын
Just wait till i start experimenting with making scripts for my drones.
@rohan-jl3 жыл бұрын
i dont see 'edit' under custom data when i open the control tab of the programmable block, so i cant do anything with it. Anyone got some advice?
@allanwidner92763 жыл бұрын
You need to go into the map's settings and make sure scripts are enabled on the Advanced settings.
@MrAkurvaeletbe2 жыл бұрын
Oh damn I was about to buy this game but luckily i saw this video, had no idea I would have to know coding to make all the cool stuff :(
@kingcr0pvods1353 жыл бұрын
We need more of these! Updated ones!
@rileylaucevicius59533 жыл бұрын
For some reason when I turn on the In-game Script, I go to the game and yet there is no edit button. What could my issue be?
@Splitsie3 жыл бұрын
You also need to turn on experimental mode in your main game menu, then have scripts on for that particular save.
@usurpinesusanti31495 жыл бұрын
Just scripts are not available on most servers where i play in survival mode. Is there a way to make good scripts like the automatic LCD available without people messing up servers with bugged scripts ?
@Splitsie5 жыл бұрын
As the server owner you are meant to be able to set up 'scripter' roles to limit the ability to load scripts to certain people, I've never managed to get it to work on the servers I've used, though that could be due to the server host I was using (pingperfect) I'm not certain :/
@usurpinesusanti31495 жыл бұрын
What i have in mind is that you can use scripts but not make them or change them radically. So once a script is running, normal user cannot change, but use them. Right now as i understand its only possible to allow scripts, at least to certain people what usually will not happen on pupblic servers or you totally deny them. So all these nice stuff usually is not availably anyhow because server admins do no allow scripts. I fully understand why they are doing it. I see people coming on public servers only to make some wierd pistons and rotors to make the server lag like hell and then leave. They would do same with scripts just to destroy others people environment because they can. Sadly this behaviour i experienced on most of the servers i was playing. So something like a bullet proofed encapsuled script which you cannot misuse would be nice to have. Thats why i am running my own server now and i have to kick and ban almost daily people who just want do misuse it.
@Splitsie5 жыл бұрын
It would be nice to have that level of control but I'm not aware of a way to make that possible :(
@endlessformsmostbeautiful84425 ай бұрын
is there a way to view a ships damage from another base? if we own both? we have drones and would be nice to know if they are damaged whilst out
@meyaenyo25934 жыл бұрын
HA this video woulda helped me last week I was on the workshop getting ships just to look at how they did scripts LOL
@danielthorp87175 жыл бұрын
Thanks, a Nice simply explained tutorial, I'm also using MMaster LCD 2 script. But also still learning. Thanks.
@Splitsie5 жыл бұрын
It's a very cool script, I'm hoping to get some time in the not too distant future to do a new tutorial going over this stuff since a few things have changed since then, but I'm pleased you managed to work around those bits :)
@Brikzay6 жыл бұрын
What about rigging a camera as an input and the LCD as the output? Too OP or not possible?
@Splitsie6 жыл бұрын
There used to be a mod that allowed you to do it, but due to the performance impact of rendering two scenes at once it's not really practical for most uses. I'm not sure if the mod works any more though :(
@Hadfield154 жыл бұрын
I’m trying to use a programmable block to use a rover autopilot script, but it always says “ownership of programmable block has changed. Please recompile code”. I did nothing but build the block, what can I do to fix this?
@Rossilaz584 жыл бұрын
did you watch the video
@ClimberD-tn3xl5 жыл бұрын
This video is SUPER helpful. I've watched so many of your videos. Best ones I've seen by far. Is there a word or pdf doc that lists the commands and their functions? That would be reallllly helpful for quick references vs trying to find what you're looking for in a video.
@Splitsie5 жыл бұрын
Thanks so much, I'm glad you found it useful. Sadly the documentation is pretty lacking of that sort of stuff (at least I've never found any good documentation of it) :( There are a few places on discord where you can often get very useful help though, one example is the modding/scripting channel on the Keen discord :)
@masterblockhead23745 жыл бұрын
No editing button?
@Splitsie5 жыл бұрын
You need to have experimental mode enabled for your game and have scripts enabled in that save for it to show up. Both of these were changes that happened since I made the video :/
@masterblockhead23745 жыл бұрын
Splitsie I have experimental mode on, not sure what you mean by scripts enabled. Is that a option? If so where do I find it?
@Splitsie5 жыл бұрын
@@masterblockhead2374 It's an option when you go to load the game - when you click on a save game click on edit settings then advanced. In there will be a check box for in game scripts
@masterblockhead23745 жыл бұрын
@@Splitsie Yeah i legit just found it before you sent that xD Thanks
@masterblockhead23745 жыл бұрын
when I apply scripts, it doesn't actually work
@tristandufer72683 жыл бұрын
Idk if you check this but how do I get it to show weapons in the inventory?
@mikek3459 Жыл бұрын
How do you show the Oxygen tanks in the LCD? When I type this command Oxygen {G:Oxygen tanks Supply Bay [LCD]} then I only see Oxygen Tanks on the LCD with a bar, but I have 4 Oxygen tanks and 5 o2/H2 Generators. I want to see all Oxygen Tanks apart and all o2/H2 Generators apart with their own bar with percentage on the LCD screen. Can someone help me with that? Thanks in advance. Cheers! Note: even without the [LCD} in the name of the tanks, it shows me the same result.
@dinosoarskill175 жыл бұрын
your videos are a HUGE help thanks
@Splitsie5 жыл бұрын
You're very welcome :)
@peterfixit72215 жыл бұрын
please update this as the new programmable blocks dont have anywhere to run scripts
@Splitsie5 жыл бұрын
They do, you just have to enable in game scripts in your save game options, if you're on a server, most public ones have scripts turned off. Then you'll see menus very similar to what were around when I made this :)
@jasoncraven40994 жыл бұрын
do you think you could update your tutorial because a lots happened in 2-3 years plz
@RacinJsn4 ай бұрын
Using this I learned that I have blocks getting damaged and now the search to dig for them to repair as they're buried in my build
@Splitsie4 ай бұрын
Oof, that search is always a pain
@brunomeida1 Жыл бұрын
thank you from Brasil My friend
@barco83773 жыл бұрын
I don't own space engineers, but I like ur vids
@Splitsie3 жыл бұрын
Thank you :)
@TheIceThorn3 жыл бұрын
More tutorials like this one plz!
@Splitsie3 жыл бұрын
I should be getting back to more tutorials in the next few weeks :)
@TheIceThorn3 жыл бұрын
@@Splitsie cool! Thanks :D
@mopadrider60124 жыл бұрын
Do u realy need a timer block to let it run does it not just run all the time when it has power to it ?
@kennetharnold47403 жыл бұрын
What dose it mean if you don't see this menu in the programmable block never mind
@jerseyjacket1007 жыл бұрын
Thanks great video! Maybe next could be on TIM
@Splitsie7 жыл бұрын
I'm certainly planning to do some more scripting videos in the future and with so many people mentioning TIM it'll be sure to be on the list :)
@Crunkcles3 жыл бұрын
why is it that mine doesnt look like his and im on pc
@peterknutsen30704 жыл бұрын
Is there a way to prevent the LCD blinking? I know it’s a game UI thing, but it’s annoying...
@ToughDialga0074 жыл бұрын
If I want inventory to show only uranium ingots do I do it like this Inventory * +(uranium ingot) or some other way?
@Splitsie4 жыл бұрын
I'm not sure, I think I left a link to the full guide for Automatic LCDs in the description. I only chose to use that script as an example for scripts in general as it's quite handy, I haven't used it all that much beyond the basics so you'd be better going to the source :)
@ToughDialga0074 жыл бұрын
Splitsie i checked the guide on the steam workshop and figured it out, it took some playing around, but I learned so much and more
@Triaxx25 жыл бұрын
Do you think you could manage an updated version of this, explaining how to get info into cockpit screens?
@Splitsie5 жыл бұрын
It's near the top of my list to do a remake of the programmable block tutorial so hopefully not too much longer :)
@arch-zo8vp7 жыл бұрын
another great video, thank you
@Splitsie7 жыл бұрын
Thanks! :)
@chrisvolino15556 жыл бұрын
With the most recent update, I only see the button custom data. How do I import scrips if I can't access the workshop?
@Splitsie6 жыл бұрын
You'll need to enable experimental mode and ensure that scripts are active in your save or on the server you're playing on for anything else to show up. Unfortunately both of these things are off by default now :(
@Jackson-ub1uv7 жыл бұрын
0:00 Sounds similar to Ra's theme.
@ShiftyMcGoggles4 жыл бұрын
Jaffa Kree!
@adamoeftering7 жыл бұрын
Try Talidins inventory manager I can't live without it.
@ChozoSR3887 жыл бұрын
Yah,, in my opinion, TIM is one of those scripts that once you get to know it, you'll wonder how you ever played the game without it. Much like Easy Inventory.
@Splitsie7 жыл бұрын
It's on the list :)
@danybray7217 жыл бұрын
Love all these tutorials :) still waiting for small (blocks) ship gone wild with some mods XD
@Splitsie7 жыл бұрын
Thanks! It will probably be a little while as I have to come up with a unique idea for why using the small block mods is worth it :) I'm one of the weird people that enjoys the engineering challenge that the two grid types creates :P
@NomaddUK5 жыл бұрын
Hi all. I have noticed that Splitsie can access a smaller console / interaction menu in some of his videos rather than the HUGE full screen UI. How is this done. It is a pain trying to align a projection when the console (K) covers nearly everything. I know you can fade the UI but that is not great either.
@Splitsie5 жыл бұрын
That's Build Vision which is a mod, I'd recommend Build Vision 2 these days which you'll also need the Text HUD API active in order to use :)
@PjGamer12914 жыл бұрын
Is there a reason why my ores are showing up as 0 when there's ore in the container
@stanpollard7 жыл бұрын
Okay I was babbling too much great video splitsie
@Splitsie7 жыл бұрын
No worries Stan, thanks again :)
@victorfrankenstein80055 жыл бұрын
I don't understand why but my game don't show scripts that I've subscribed to in mod menu I'm wondering if this is new or if I should be concerned about this
@Splitsie5 жыл бұрын
Scripts aren't in the mod menu, only game mods. Scripts will only be found if you've got experimental mode enabled and in-game scripts for your save and then go to edit in the programmable block. In there there's another button which will load up your workshop scripts :)
@victorfrankenstein80055 жыл бұрын
Thank you I was just trying to figure out this game I just got it and I'm still learning after 7 hours still haven't even gotten to building a ship
@buzbom15 жыл бұрын
Ok, Got most of the Auto LCD script commands figured out. BUT......here we go again lol. 12:42 You're showing us how you set up the screens on these tiny lcd's.......a n d,.......wait a minute. Tiny......lcds. How? I've been searching the game for that size lcd and nope. Is that yet another secret mod? Also at the end... 16:08 I was waiting to see what you typed in to get that screen. I tried "inventory Cargo" got that huge list...DOUWH!! Tried Cargo * +Uranium:.....nope etc...etc. nada So I was just wondering what you had written in "Custom Data" to get that screen. Everything else has been coming along, and I now understand MMaster's guide better without my brain swelling.
@pieterc74715 жыл бұрын
I'm also wondering how to get those smaller lcd's ?
@KyoSkill5 жыл бұрын
umm i dont have the edit button is that just because its experimental mode?
@Splitsie5 жыл бұрын
You need experimental mode in order to get access to the ability to use scripts, you also need to enable in-game scripts in your world settings :)
@foggzhong5 жыл бұрын
Do you have a Tut on how to Link the LCD's together using this script, As I have done what it said on the manual but still not working. If not could you make one as the ones out there are in german. Thanks
@Splitsie5 жыл бұрын
I'm planning on remaking this one in the not too distant future so hopefully I'll remember to cover that aspect too :)
@MrWhiteman19806 жыл бұрын
Bellissimo tutorial. Very good
@Splitsie6 жыл бұрын
Thank you very much :) One thing to point out that's changed for a lot of scripts since this tutorial is that most don't need the timer blocks if the author has updated them
@MrWhiteman19806 жыл бұрын
ok thanks
@stanpollard7 жыл бұрын
Hi splitsie.how are you trying to finger out control blocks.i built a missle with a control block and trying to get it to go to a GPS area.no luck. Did you make a video on control blocks. i don't understand what the one thing .main control is for.
@Splitsie7 жыл бұрын
I'm guessing you're talking about using autopilot and the remote control. I've got plans to make a video on that, but haven't got everything working well enough that I feel happy with it just yet. One of the important things you need to remember if you're using the autopilot on planets is that the ship will need to have thrusters for all directions as the autopilot doesn't understand how to use gravity to move downwards
@stanpollard7 жыл бұрын
Splitsie I made a nuke missle silo.it also a missle printer.i put the GPS into to remote have timers set to turn on the remote 1000 feet in the air.the stupid thing loves me so much.it comes back home and kaboom
@stanpollard7 жыл бұрын
Splitsie I fingered out what I was doing Wong .I forgot to turn my suit attena on.geez how stupid of me.for that I repressed myself
@mknight69025 жыл бұрын
Hi Thanks for sharing this was VERY helpful
@Splitsie5 жыл бұрын
You're very welcome :)
@mknight69025 жыл бұрын
@@Splitsie hey was wondering, where are scripts stored on the hd? I am running a non steam version of the game and I do like having things backed up... Please share, and oddly enough its this very script that I wish to activate.
@suicidalbanananana5 жыл бұрын
Where would i go to learn about the actual scripting?
@Splitsie5 жыл бұрын
I've not found any good resources, and I'm not knowledgeable enough to teach that side of things, however the official keen discord has some channels for it where you will almost always be given useful advice and input if you've got specific questions. If you're looking to learn more generally then learning about C# is the way to go as that's the language used by the programmable blocks and I suspect there are generic courses for that out there :)
@The.Real.Hemingway4 жыл бұрын
Is there any way of using something like this on console?
@Splitsie4 жыл бұрын
No, at this stage there aren't any scripts for the console. Keen haven't stated they plan to add the capability for it either
@etopsirhc7 жыл бұрын
default ownership is set to be shared with faction, what if you set it to be accessible by any one?
@Splitsie7 жыл бұрын
I didn't test it but I think it will often still fail as the programmable block and timer need to be owned by the same entity and I don't think factions count. Saying that I think it should work with the cargo being owned by other players in the same faction but it might be worth testing to see if that's really true...
@pierrepoulin96085 жыл бұрын
Thank you very much! very useful!!!
@Splitsie5 жыл бұрын
You're very welcome :)
@toddwasson33556 жыл бұрын
In my programmable block I see "custom data" but not "edit," "run," or "recompile." Why?
@Splitsie6 жыл бұрын
You need to have experimental mode enabled and scripts enabled in the world settings. If you're on a server then you will most likely not be able to change that unless it's your own or someone you know and you're willing to take the risk of people running scripts
@ChristopherClemmensen5 жыл бұрын
Awesome! Thank you.
@Splitsie5 жыл бұрын
You're welcome :)
@3dFirefly4 жыл бұрын
something changed.I don't have an Advanced button nor doe it let me browse for scripts.. Maybe you can add update notes in video. youtube has a way
@Splitsie4 жыл бұрын
Not any more it doesn't, annotations have been removed. As to the scripts, if you're playing on Xbox you don't have access to them, on pc you need to enable experimental mode to be able to use scripts
@Bonekraka4 жыл бұрын
So i could use this to get an accurate ammo countdown for my ship? COOOL
@kiro4767 жыл бұрын
great work love it
@Splitsie7 жыл бұрын
Thanks :)
@mr.pandersh26747 жыл бұрын
Wait what is that music from at the start of the video? as soon as i heard it i got hit with nostalgia.
@Splitsie7 жыл бұрын
This video is actually entirely Space Engineers music. I might have gone through the game files to find the different versions that aren't on their KZbin playlist and I used a few of them in this video. Keen in their awesomeness have stated that their music is free for use on KZbin and given I actually really like it I end up using it a lot :)
@wardaddyindustries43486 жыл бұрын
Idk if it was out when you mad this but maybe use the clear LCD mod. Makes it much easier to read.
@Splitsie6 жыл бұрын
I think they came out around that time, though I normally try to keep the tutorials completely vanilla, these days I bend that rule a little and have "Space Just Got Real" and "eyes just got clear" by Dr Novikov which conveniently clears up the LCDs :)
@wardaddyindustries43486 жыл бұрын
Splitsie that it "the eyes just got clear" I can see where your coming from in keeping it vanilla but it would be a good way to show off what your highlighting.
@wardaddyindustries43486 жыл бұрын
Splitsie and thanks for the reply on such an old video. +100 respect.
@Splitsie6 жыл бұрын
I agree, it's tough to balance. I try to aim for everything to serve the lesson, with something like the horrible highlight it's a tough one: - leave it in and it's hard to see what's on screen for people watching - get rid of it and have newer players frustrated that they can't manage the same clarity If I made this again, I would almost certainly go for the clarity as it is useful to be able to see what's happening :P
@kassukeranen94836 жыл бұрын
Please answer i do all things that you do and every blocks owner is me and lsd screen has (and) and it dont show any thing PS. YOU ARE THE BEST YOU TUBER IN THE WORLD KEEP GOING
@Splitsie6 жыл бұрын
The first thing I've check is that you have the LCD set up to show text. The script has changed a bit since I made this video, at the top of the description I've given a link to mmaster's written guide which he keeps up to date, have a look through that as well to make sure some of the steps haven't changed :) I'll keep my fingers crossed that you can get it working :)
@weissschnee31456 жыл бұрын
How can I install the Rdav fleet Command script manually i dont have the steam app.
@Splitsie6 жыл бұрын
If you don't have steam I'm not sure how you have Space Engineers since as far as I'm aware the only way to install and run it is through steam...
@weissschnee31456 жыл бұрын
@@Splitsie Yeah I have SE as application.
@princesslunaisbestprincess25105 жыл бұрын
@@weissschnee3145 I have a pirated version of SE so I can't add it to steam thats the thing but it must give a way that scripts can be installed manually because steam get it too.
@brushthezombies70645 жыл бұрын
Princess Luna is best Princess just buy the game lol
@weissschnee31455 жыл бұрын
@@brushthezombies7064 Why should I buy it when i can have it for free?
@dav58445 жыл бұрын
i'm stuck with the lcd displaying "Booting up..." with the bar at 100%, with "Automatic LCDs 2 by MMaster" under that bar... Can anyone help me ?
@TheJaguarthChannel4 жыл бұрын
I am also receiving that, and I cannot find any other people offering a solution.
@wayantraversat30644 жыл бұрын
same here....
@TheJaguarthChannel4 жыл бұрын
@@wayantraversat3064 I found the solution: The commands go into custom data, not text and images section of the LCD menu.
@boris3320 Жыл бұрын
I'm using autolcd without timer block and my lcds update just fine...
@Splitsie Жыл бұрын
This tutorial is now quite old, about 18 months or so after I made it, SE was updated to allow scripts to automatically trigger themselves no longer requiring the timer trick :)
@Splitsie Жыл бұрын
Surprisingly, that's kinda the only thing that's outdated about it. Thankfully the core mechanics of Space Engineers tend to remain consistent thanks to their very good habit of not breaking old saves :)
@Aethelbeorn7 жыл бұрын
Do you think this video will stay relevant after the script rehaul?
@Splitsie7 жыл бұрын
Not sure, they've already removed the need for timer blocks since ing made this. I'm not worried though, I have always planned to update my videos with new ones when they get outdated :)
@LAG_entertainment4 жыл бұрын
How would you measure hydrogen levels in a container?
@Splitsie4 жыл бұрын
The script has a full guide on its workshop page, I haven't used it much recently so couldn't tell you how to do that off the top of my head
@SemiEssessi7 жыл бұрын
huh, triggering the timer block and starting the timer in the action... seems like a weird idea, what was behind this? it works, but it looks like an accident rather than something sensible. protection from infinite recursion is enabling it to work somehow... i wouldn't want to rely on that in case the behaviour changes.
@Splitsie7 жыл бұрын
I think it's been around for long enough now that Keen are pretty unlikely to remove it, especially as a large number of scripts are heavily reliant on using it. I'll be completely honest I don't really understand how it came to function that way, all I know is that any script that requires frequent refreshing uses this method so I wanted to include it in the video to ensure it wasn't a new concept to people playing around with scripts for the first time after watching :P
@m96k3y77 жыл бұрын
Good one! Another thing i need to learn c(:
@Splitsie7 жыл бұрын
Thanks, this one's worth it if though. MMaster did an amazing job with the script!
@BinaryKiller_Recoded4 жыл бұрын
You might wanna redo this tutorial, is this tutorial is now obsolete.... The new script system allows scripts to be self updated and therefor no timer block is needed
@Jackson-ub1uv7 жыл бұрын
4:27 Why do you insist on offending timer blocks?
@Splitsie7 жыл бұрын
I just can't help myself, they bring it upon themselves ;)
@aikiwolfie7 жыл бұрын
I never use the "trigger now" in the way you do in this video. It just never seems to be needed unless a script needs to run more than once per second. And it's always made my game run like crap. Nice video though. Especially the driving LOL
@Splitsie7 жыл бұрын
That's a good point, it is certainly going to contribute to performance problems. To be honest I just went with MMaster's advice on that one since he I figured understands this stuff much better than me. The only time it's probably needed for this script is when you're using it for HUD style information, the rest of the time you can probably leave it on 1s or even longer - for power and inventory type things. I don't know what effect that has on the scrolling text though... Also, I'm totally a professional racing driver :P
@aikiwolfie7 жыл бұрын
Oh I know. A lot of script writers insist it should be done this way.
@stanpollard7 жыл бұрын
The is the same script I use.it is awesome. Plus I also write scripts .not this type.i write movie scripts.have you herd about the movie birdemic.i have a few short films on my KZbin page. There was one movie me and my daughter did for the Toronto Film Festival she won a youngest actor award. Great video splitsie
@Splitsie7 жыл бұрын
Thanks stan! That's pretty awesome that she won an award there, congrats!
@jimmaier2335 жыл бұрын
dude, why the psycho horror film music in the background??
@Splitsie5 жыл бұрын
Who knows, probably thought it felt chill at the time :P
@ryanbard85558 ай бұрын
lost me.... I dont have the same menu's as you are showing, so I cant follow these steps...mine doesnt look like that... but i just realized how old this video is too...
@Splitsie8 ай бұрын
This is one of the few older tutorials that is unfortunately a bit out of date, since things like the timer blocks are no longer required for running scripts. The main things people miss when trying to set up a script is they don't have scripts enabled in the world, they don't have experimental mode enabled and that they don't have ownership of the whole grid that they're trying to set it up on.
@macgynan7 жыл бұрын
Now just imagine if he tried to script... That face palm animation isn't long enough to describe.
@Splitsie7 жыл бұрын
I know, you should see me trying to learn even another spoken language... it's not pretty :P
@macgynan7 жыл бұрын
i know the feeling. Especially when other family member can and you are the only one that cant... PLEASE, talk english... not nonsense
@dusty48963 жыл бұрын
YES THANK YOU
@severalstuds19205 жыл бұрын
What’s with the music?
@Splitsie5 жыл бұрын
Not really sure why I chose creepy music for the intro - probably had a reason at the time :P
@jrprice5192 жыл бұрын
As of 2022 lcds does not work anymore 😕 unfortunately modder has not updated
@Splitsie2 жыл бұрын
I used it relatively recently and it was still working for me :/
@jrprice5192 жыл бұрын
@@Splitsie hmm I tried last week and it gets stuck boot up
@vladkruglov77197 жыл бұрын
hydrogen vs atmo engines, that would be interesting since atmo dont use hydrogen, just power but what about weight and cost to build
@Splitsie7 жыл бұрын
It could be interesting to have a look at how much hydrogen you'd need to fly as far as you can with an atmo powered craft if they both start out at the same mass :)
@vladkruglov77197 жыл бұрын
Splitsie that would be perfect to know since hydrogen must have oxigen and thats extra weight but then its way more powerful than atmo powerful but how much efficient in terms of long time usage? atmo with low power and even solar can be 100 p.c. green
@petko021tv4 жыл бұрын
first sentences: not gonna teach how to make scripts me: leaves this comment and quits the video
@Dmilnes0075 жыл бұрын
no edit button on mine.
@Splitsie5 жыл бұрын
You'll need to enable scripts for your save and experimental mode in the game options. These are both things that were added long after I made this, hoping to get around to remaking it soonish :)
@mabs95032 жыл бұрын
A solar panel script is required. Should be included in base game.
@TheDogDKGamingYT4 жыл бұрын
Late comment but: My guess the owner ship part is: The LCD Mod only runs on items owned by you :)
@Splitsie4 жыл бұрын
This is true, ownership and scripts is quite particular in SE
@dethmettle92366 жыл бұрын
anyone kindly share the entire script...
@Splitsie6 жыл бұрын
It's the top link in the video description :)
@dethmettle92366 жыл бұрын
Splitsie I meant the entire script that you pasted on the program block.
@Splitsie6 жыл бұрын
Yep, that's the link that's at the top of the description. You subscribe to that then when you click edit in the programmable block you can select browse workshop and it'll be there and be pasted straight into the programmable block :)
@dethmettle92366 жыл бұрын
Please, I meant the entire script, but I can't seem to sub it. Doesn't work....
@Splitsie6 жыл бұрын
steamcommunity.com/sharedfiles/filedetails/?id=822950976 That should be the same link as in the description, once you subscribe to it just follow the tutorial in the video if what I said above doesn't make sense, I'm not sure what other detail you're missing as that should be all you need to do to get it into your programmable block. Just remember scripts aren't mods, they won't show up in the mod list they only show up when you try to edit a programmable block
@parkerneu77286 жыл бұрын
Does anyone know how to get it out of Spanish
@Splitsie6 жыл бұрын
What exactly is in Spanish?
@parkerneu77286 жыл бұрын
Um all of it
@parkerneu77286 жыл бұрын
Specifically I’m using the power and cargo for the lcds and well i checked something outside and I looked at it again and it was Spanish
@parkerneu77286 жыл бұрын
Splitsie btw good job on all of these tutorials
@parkerneu77286 жыл бұрын
Splitsie its a language
@jdejong95707 жыл бұрын
Can you do a tutorial on how to get off a planet without hydrogen Thrusters
@aBuIIet7 жыл бұрын
you could use a combination of atmo and ion-thruster. the problem is getting enough platinum on planets.
@jdejong95707 жыл бұрын
aBuIIet i know, but you have to guess a bit with the ion/atmo Thruster ratio
@Splitsie7 жыл бұрын
That is certainly something I could try to play around with, if nothing else it might be interesting to see how how little platinum you would need to make it to space without using hydrogen...
@jdejong95707 жыл бұрын
Well i tried it with a small ship, it did actually quite good but it fell down in the upper atmosphere
@ShinzoSin7 жыл бұрын
Yay scripts! ;) Only thing you didn't mention that you should have is that every script usualy have extensive manual on how to use them in mod's description on workshop. Or in form of separate article that's linked in the description of a mod. Like the script showcased by you. steamcommunity.com/sharedfiles/filedetails/?id=407158161
@Splitsie7 жыл бұрын
First link in the description of the video ;) I spoke to MMaster ahead of recording this video and he was very cool about it, just asked that I point people to his written guide as he keeps it up to date
@buzbom15 жыл бұрын
Well this was uploaded almost 2 yrs ago.....do we still need a "Timer Block" to run this script? Isy's Tracking Solar Panel program no longer needs one. Just wondering because I've been bashing my head against the side of the programmable block trying to get any of the cool screens that show current inventory of my cargo containers. I get one screen that scrolls up n down with a list of everything in the game. And numbers after the items that make no sense. Ea..Silver ingots................................0/800k...........+0 Ore. Um...what? I have 2,457 silver ingots, not 800 thousand. So after an hour of trying to understand the guy who made this script/program(also a 3yr old upload) and follow what I'm watching, I still can only get that one scrolling list of stuff. Or no screen, just blank. Well I'll bring up his 2016 tutorial once again and see if I can just get lucky typing in the right combo to activate the cool looking screens like in Splitsie's, Kanajashi's, and TC In Space's video's. I should just go do what I do best.....build big drillers and dig holes. Leave Isy's script running on one lcd, and the one scrolling list from Automatic lcd 2 running in the background cause it does look cool........from a distance. Cheers all. ✌😎👍
@buzbom15 жыл бұрын
Apparently I do need a Timer Block. So far so good with following along and building a list of things that are showing up on the lcd. I guess I missed the timer block the first time I watched this. But the setting in the Timer Block are different now.
@Splitsie5 жыл бұрын
Depends on the script, many scripts no longer require the timer block but not all. I'm not sure if Automatic LCDs ever got updated to remove it though :/
@buzbom15 жыл бұрын
@@Splitsie Hey there, well according to TC In space, AutoLCD's2 do not need the timer block. Like Isy's solar panel tracker script. It got updated and no longer needs the timer block. I have figured out how to get some basic read outs from your older tutorial on this script. I was soooo pleased late last night. I'm paying for it now 12.5hr day,...so damb tired...but a happy damn tired.