Space Engineers

Space Engineers

PLC-OS Beta 3 [15-2-24]
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Twotwinbrothers  [udvikler] 5. okt. 2021 kl. 0:30
Bug reports
Here you can report bugs or solutions
< >
Viser 1-5 af 5 kommentarer
RaZ 12. juni 2022 kl. 9:25 
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  [udvikler] 12. juni 2022 kl. 12:38 
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. juni 2022 kl. 13:56 
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. juni 2022 kl. 14:16 
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  [udvikler] 13. juni 2022 kl. 5:40 
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
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50