Space Engineers

Space Engineers

PLC-OS Beta 3 [15-2-24]
 This topic has been pinned, so it's probably important
Twotwinbrothers  [developer] 5 Oct, 2021 @ 12:30am
Bug reports
Here you can report bugs or solutions
< >
Showing 1-5 of 5 comments
RaZ 12 Jun, 2022 @ 9:25am 
Hello,
Thanks for this beautiful work !

bug found :

- pointer shape not working and make the script crash
- alt not working

suggestion :

- have option to turn off auto lock from connector and landing gear
(like really turning off your "Trading" "collectAll" "autolock" system)
Twotwinbrothers  [developer] 12 Jun, 2022 @ 12:38pm 
Raz@

can you copy what is in the customdata

pointer need a color set after. pointer +| + R +| + G +| + B ( ,pointer|255|255|255, )

alt only works on planet alt + | + value + | + corectie from ground (alt|000.00|1)

turn off "Trading" "collectAll" "autolock" system, I have to look in to it why i did that when i build that, is more then a jear ago. There where some craches related to locking a connector by this script before i release it.
RaZ 12 Jun, 2022 @ 1:56pm 
I just tried :

object,Screen 2, ,20|18,10|1,pointer|50|50|50,50,50,0, ,0.5,0,0,0, , ,
object,Screen 2, ,20|18,10|1,pointer,50,50,0, ,0.5|50|50|50,0,0,0, , ,
object,Screen 2, ,20|18,10|1,pointer,50,50,0, ,0.5,0,0,0, , ,

all crash the script
RaZ 12 Jun, 2022 @ 2:16pm 
I have looking around and finally trying to delete everything around "conn" and "land" but I wasn't able to do that, your script is to much complexe for me ^^
I have found "autoconnect" variable for connector in L1207 and L4131
Twotwinbrothers  [developer] 13 Jun, 2022 @ 5:40am 
Raz@

pointer

pointer is designed as triangle that act as exsta needle for gauges that can have a differend color. (i did not included this very well the manuel see i have to)

if you want to use it whit object it needs a value in the status argument (underlined)


object,Screen 2, ,20|18,10|1,pointer|50|50|50,50,50,0, ,0.5,0,0,0,20 , ,

it is a spacial sprite like bar and gauges. no need to use it as a object. more for a input


turn off the auto connect

Line 3922

conn(ϡ);
to
//conn(ϡ);

note: you would not be able to connect connectors that why i auto connect them
< >
Showing 1-5 of 5 comments
Per page: 1530 50