Space Engineers

Space Engineers

Phils_Ship_Diagnostics
GrandBravo 25 Nov, 2023 @ 10:54am
1
Current fix for Phils Ship Diagnostics
For those who load this script and encounter the SE errors, this is the fix you need to implement to make it work.

Load the code into a Programmable Block in SE and copy / paste it into note pad or something. Find all the words in the script and replace them as followed:

WritePublicText --> WriteText

txt.ShowPublicTextOnScreen(); --> txt.ContentType = ContentType.TEXT_AND_IMAGE;

This should fix it and make it work again.
< >
Showing 1-6 of 6 comments
GrandBravo 25 Nov, 2023 @ 10:57am 
Hope this helps someone and I hope the author sees this post and implement the fix.
Menace312 26 Nov, 2023 @ 12:11pm 
Thank you!!! You are a legend!
Cypress 31 Dec, 2023 @ 9:07pm 
Awesome! I had given up. I just left the original text on my screens cuz it looks cool.
Chewy 15 May, 2024 @ 11:35am 
I tried this fix but i'm still getting errors, is it still valid?
BooseOG 8 Oct, 2024 @ 8:32am 
Grand have you got a copy you can paste as It will not let me copy and paste the script - it misses lines out
Voric 15 Jan @ 4:40pm 
@BooseOG - That is just a graphical error in the game. It may appear as if it doesn't select all text but it does. Just select all and it will copy just fine. I would post the modified script here for you but Steam "Comments must be less than 18000 characters in length." I tried. There are just a few lines in the script to modify though, and should take only a couple minutes to change.

@MattStem - Yes. The modified code works for me. Make sure you changed all relevant lines in the script.

Side Note: Following the author's setup instructions was confusing, for me. Probably because the script is so old, and the game has changed, but just make sure the trigger block has two actions. One to trigger itself, and the other to run the programmable block.
< >
Showing 1-6 of 6 comments
Per page: 1530 50