Space Engineers

Space Engineers

543 ratings
ExcavOS
3
2
2
9
2
2
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
479.884 KB
11 May, 2020 @ 11:58am
6 Jun, 2022 @ 1:35am
19 Change Notes ( view )

Subscribe to download
ExcavOS

Description
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 official manual page on setup instructions and features https://excavos.surge.sh/
Popular Discussions View All (3)
40
23 Mar @ 7:52am
Bug reports
GThoro
35
8 Jun @ 2:57am
Feature requests
GThoro
0
25 Oct, 2023 @ 5:53pm
Do you take suggestion for new?
MrFox
210 Comments
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 ?
Warlocc 20 Oct, 2023 @ 3:09pm 
503 error like other people have mentioned. Seems like whatever it's hosted on isn't totally reliable and has downtime often.