Space Engineers

Space Engineers

543 rating
ExcavOS
3
2
2
9
2
2
3
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
Ukuran File
Diposting
Diperbarui
479.884 KB
11 Mei 2020 @ 11:58am
6 Jun 2022 @ 1:35am
19 Catatan Perubahan ( lihat )

Berlangganan untuk mengunduh
ExcavOS

Deskripsi
What is this?
ExcavOS is an Operating System dedicated to all miners!



Do you often wonder while mining: Is the miner already full? How much my miner can carry and not fall down?
If yes, then this script is for you.

Please check the ♥♥♥♥♥♥♥♥ manual page on setup instructions and features https://excavos.surge.sh/
Diskusi Populer Lihat Semua (3)
40
23 Mar @ 7:52am
Bug reports
GThoro
35
8 Jun @ 2:57am
Feature requests
GThoro
0
25 Okt 2023 @ 5:53pm
Do you take suggestion for new?
MrFox
211 Komentar
Usstan 27 Jun @ 12:46pm 
For those of you that have to recompile every time you get in the cockpit, try this:

Event Controller: Cockpit Occupied. Actions: Turn On and Turn Off PB with ExcavOS
mmaaat 22 Jun @ 4:45pm 
To change the cruise direction, change both lines:
"return facing == Base6Directions.Direction.Forward;"
to opposite directions.

_cruiseThrusters.FindBlocks(true, thruster => {
var facing = thruster.Orientation.TransformDirection(Base6Directions.Direction.Forward);
return facing == Base6Directions.Direction.Backward;
});
_cruiseReverseThrusters.FindBlocks(true, thruster => {
var facing = thruster.Orientation.TransformDirection(Base6Directions.Direction.Forward);
return facing == Base6Directions.Direction.Forward;


Available directions:
return facing == Base6Directions.Direction.Forward;
return facing == Base6Directions.Direction.Backward;
return facing == Base6Directions.Direction.Left;
return facing == Base6Directions.Direction.Right;
return facing == Base6Directions.Direction.Up;
return facing == Base6Directions.Direction.Down
ElChanty 21 Jun @ 11:04pm 
we need commands to make it work fine...... and the website is off.
Vorg 7 Jun @ 6:12pm 
I'm adding a + to Basil. In a single player copy of Star Trek The Continuum 3.0, I also have to recompile every load. I'm also seeing a problem with one of the grids were for the weight it is saying NaN. That ship has 28 Elite small thruster in all directions. Other grids with differing numbers seem ok. I have repasted the grid and reloaded the script. Same thing. Kinda defeats the reason I loaded the script.
Houddy 10 Feb @ 8:40am 
thanks very nice!
Can you continue the work on the the Cruise mode please.
mauriciotheman66 2 Feb @ 10:23am 
I have problems entering the website for the guide could you send me the link pls
☆Basil☆ 13 Nov 2023 @ 4:57pm 
am i the only one who has to recompile the script everytime i reload my save before it actually works?
MrFox 7 Nov 2023 @ 7:45am 
DO NOT USE CRUSE! your ship wont go stright.. it goes sideways
Gifted Lion 4 Nov 2023 @ 1:28pm 
Love this script! I use it all the time on all my mining rigs, however i was wondering if there was a way to use this with remote control blocks? The excavator im using uses a Remote Control to drive and whenever i switch to the remote the screens all switch to saying "No User" until i back out of the remote control. Obviously not the end of the world if not, but would help my immersion if it could!
Marc Cassin 3 Nov 2023 @ 1:41am 
Hi,
The mods works great (but as mentionned bellow it has to be recompile at every reload), but the cruise control is weird. After setting it off, thrusters in one direction (generaly forward or backward) are turned off and have to be turned on again manually.

Have anyone else encountered this behavior ?