Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Good luck with the script-renovation, flexibilty and ease of use should be the hallmark of scrips that has such outwards simplicity as this one, keep it up.
I still plan on doing some minor changes to the script, maybe add in a group option for those that like using groups, but I will make it so the tag goes inside the custom data block instead of filling the blocks name.
Have a small planet miner that I need to know when to stop mining with before it crashes and burns, since the thrusters can't hold it up with even the drills loaded. Worked like a charm before, but now it throws an exception as it can't type cast 'Sandbox.Game.Weapons.MyShipDrill" to 'Sandbox.ModAPI.Ingame.IMyCargoContainer', anything I can do? Can't really cram a container in there, it's really compact.
Also, not too keen on the renaming everything to 'cargo ore' and what not, like to have more helpful 'induvidual' names for containers. Block Groups always seemed like a more flexible way to tell scrips what they can fiddle with.
That said, I'm making a new workbee, and trying to make use of the new corner displays...Do you think you could make the script capable of horizontal display as well (even if just the textual display)?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=709010443
It's the explaination of what was changed in 1.142 which was pushed to this stable branch. Hope this helps
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=711068907
It uses my textures as well, and in a lot of ways is better than this script in functionality.
I tried naming them the same however this didnt work it still only displaying on once LCD
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=603521555
say you wanted to use my Full screen LCD bars.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=497051776
You would go into the script and change:
lcd.AddImageToSelection(string.Format("Percent {0}",(index*5).ToString("D3")));
To this:
lcd.AddImageToSelection(string.Format("Percent_Full {0}",(index*5).ToString("D3")));
The Incline LCD pack would look like this:
lcd.AddImageToSelection(string.Format("Incline {0}",(index*5).ToString("D3")));
I have subscribed to this as well as your Jump Drive script and Battery Monitor scripts, along with your Percent Bars, Percent Incline and Jump Drive Charge LCD images. Is it possible for me (or any user) to edit your script/s so that it uses any of the 3 image packs? Also, is it possible to use this script to track the inventories of Rectors or Oxygen Generators (for example, to see how much fuel or ice/oxygen is remaining)? I'm guessing this would be as easy as inputting the name of the group of reactors into your script instead of the name of a containers group?
Cheers in advance. ;)
I just uploaded a crappy resolution video of step by step how to setup the script.
I might add in an extra texture for 99%, because I know exactly what you are saying and yes it bothers me too.
@Exodus
Changed description to include the timer setup, I forget sometimes that others are new to this game and might not know all the tricks yet. Thanks for bringing this to my attention.
@sldii123
Read my updated description, I changed it to be much more detailed on how to set up the script.
Edit: I fixed it by adding a timer to the run command to keep forcing it to update. Thanks for an amazing script, helps me out with my ship builds.
Just did some testing with it and noticed a problem - it only ever shows 100% if the cargo is filled to the top (0.00l volume left). When using it for a grinder ship, as you know components don't always fill that accurately and you may end up loosing some. The graph bar kept showing 95% and the text bar - 99%. Had to do a lot of fiddling to actually make it show 100%.
Could you make an option to choose if you want 100%=100% or 100%=9x% and so on...
I know I could easily just go and dump my cargo when hit 95% and get around it, but still it would be a nice addition if it's possible. :)
Yep!
Batty status. https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=479678389
Jump Drive. https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=495341698
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=483074014