Chat GPT can Script for Space Engineers!

Ойындар

We need a custom elevator script so this is a perfect chance to test out ChatGPT's coding skills with the Space Engineers API.
Using Microsoft CoPilot which is based on ChatGPT 4 to make a programmable block script to control an elevator. The same process can be used to make a control script for any other system with good quality prompts for the AI and feedback where needed. Here's the tutorial.
And here's the actual script: steamcommunity.com/sharedfile...
#spaceengineers #chatgpt

Пікірлер: 47

  • @dakaodo
    @dakaodo2 ай бұрын

    This tutorial is terrific! Your walkthrough explanations are perfect for the prompt and code review. I haven't watched any other ChatGPT coding examples at this level of detail, so the formatting, annotations, etc look amazing to my caveman sensibilities (most of my scripting experience was for Arma 3, and there I largely bashed together other people's snippets to crudely achieve my desired results).

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Thanks. I saw a big gap there and felt it needed some love. I’m glad it struck the right chords!

  • @user-iv5kw9bz2v
    @user-iv5kw9bz2v2 ай бұрын

    To be honest its impressive that chatGPT can write scripts for space engineers because its documentation is actuall begginers nightmare

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Very true! Making sense of documentation is one of ai’s greatest strengths.

  • @Erkekjetter.Vladislav

    @Erkekjetter.Vladislav

    2 ай бұрын

    Last time I used chatGPT to script something for me, because I didnt want to bother spending the time.. It still took me like 5 hours with debugging, helping me script rather complex AutoCAD lisp. And I did found it best to que up sections of the script and then request "stitching" them together for self reference and code integrity. Worked like a charm, and that was back in 2022.

  • @alanevans4955
    @alanevans49552 ай бұрын

    I was actually using a couple of different LLMS last night to write a script. A couple of tips I think would be worth mentioning is that you do have to be specific to tell the LLMS that you're using the space engineers programmable block API otherwise it tends to mix stuff from the regular game code and or the mod API. I also found that it was important to tell it to make sure it was c# version 6 compatible because without that it was using features that are not available in version of c# that's in space engineers.

  • @alanevans4955

    @alanevans4955

    2 ай бұрын

    Also you can tell it to use MalwareDev's MDK - SE for visual studio and it will format the code for use with visual studio. I found having the code in visual studio was nice to be able to catch syntax or compile time errors before viewing them in space engineers. You know when you get undeclined variable referenced online six character 58 in that big text box after you choose compile. It's just not useful there. Having the code and visual studio will allow me to find those sorts of things before getting to SE.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Thanks for the tips. I’m sure they’ll be helpful.

  • @keystonepirate2534
    @keystonepirate25342 ай бұрын

    Very ice, thanks for the content. Chatgpt is a nice tool for this

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    You’re welcome. Glad you enjoyed this little calm oasis in the series 🏝️

  • @bendeleon6326
    @bendeleon63262 ай бұрын

    Hopefully this video gets thousands of views.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    That would be wonderful

  • @jcataclisma
    @jcataclisma2 ай бұрын

    That's great! thank you for the heads-up!!!

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    You bet! Thanks 😎

  • @alsama198
    @alsama1982 ай бұрын

    I tend to use phind for coding tasks. thank you for the video.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Phind definitely has a longer memory (twice the token length) which makes longer collaborations possible, however I’ve found that ChatGPT 4 based models tend to reason more like us - so are more likely to arrive at the conclusions we’re hoping for. Both can work with the right guidance though.

  • @BeEasyKlockwork
    @BeEasyKlockwork2 ай бұрын

    Wow your the man..... I thought of doing this but wouldn't have the brilliance to pull it offf. Great job awesome awesome awesome

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Thank you 🤩

  • @Chilled_Mackers
    @Chilled_Mackers2 ай бұрын

    Nice, one day I might need to do stuff like this.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Good luck for when you do!

  • @Lobisomen79
    @Lobisomen792 ай бұрын

    never even thought of trying it. definately gonna give it a try for airlocks

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    That should work quite well. But if you struggle to get a result Whip has an auto airlock script already. But it’s fun to create your own.

  • @Lobisomen79

    @Lobisomen79

    2 ай бұрын

    @@Psy-Prime i know, i'm using mgss airlock script right now. also a real great script but you have to name a ton of blocks for each airlock to use every funtion

  • @ys053rious6
    @ys053rious620 күн бұрын

    Having used gpt, copilot and Gemini, Gemini is fact the best when using for coding by a long way

  • @Psy-Prime

    @Psy-Prime

    20 күн бұрын

    Interesting - I'll have to give that a try. Have you tried GPT 4o yet? That one seems to be leaps ahead in many areas.

  • @G19amc
    @G19amc2 ай бұрын

    This is great. I will have to give this a try. I have been in search of and gave up learning trying to learn the code (beyond my skill level). I have been trying to find/create an auto leveler script for my no jet pack working platforms.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Awesome! Let me know if you have any trouble producing your script. I think half the battle is learning what can and cannot be script controlled and what data the script can access from your blocks - but AI can look all that up for you - then you just need to tell it how you want to use that data to control the grid. Good luck to you 😎

  • @Mad_Hat_was_taken
    @Mad_Hat_was_taken2 ай бұрын

    Very nice

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Thanks 🙏

  • @camerontowell3638
    @camerontowell36382 ай бұрын

    this is incredibile i would never had thought of this

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    And now you know 😁

  • @lilk4812
    @lilk48122 ай бұрын

    Could you write a write a script to lock and cut off the doors when you are passing floors?

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Next episode ;)

  • @i2gy
    @i2gy2 ай бұрын

    Guess we'll have the next generation of coders going on strike against Sydney... uh uh I mean chatgpt

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    Well, not entirely. There’s still a certain amount of human intuition required to get things to work. The script is only as good as the logic you feed it.

  • @dakaodo

    @dakaodo

    2 ай бұрын

    @@Psy-Prime I wonder how far we would get in this regard, over the next few 5-year increments.

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    @@dakaodo I suppose eventually ‘coders’ will be expert prompters, more responsible for the architecture and logic than the code itself.

  • @dakaodo

    @dakaodo

    2 ай бұрын

    @@Psy-Prime So "extra high level code" then (as opposed to high level like C, or machine level code). :D I've seen tech bro interviews referring to prompt engineers as a new job title, but I personally would prefer something a bit more classical: wordsmith!

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    @@dakaodo wordsmith - I like it! Could have ‘Metacanics’ too.

  • @Thomas-uz3zf
    @Thomas-uz3zf2 ай бұрын

    This is very awesome

  • @Psy-Prime

    @Psy-Prime

    2 ай бұрын

    I know right! Thank you 😁

Келесі