[READ-ONLY] Mirror of https://github.com/thoda-dev/sb-fuel-time. a small script that show you how long will last your fuel
0

Configure Feed

Select the types of activity you want to include in your feed.

base

Thomas (Aug 20, 2021, 2:25 PM +0200) dbe8235c 0d2f5271

+54
+12
.github/FUNDING.yml
··· 1 + # These are supported funding model platforms 2 + 3 + github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 + patreon: # Replace with a single Patreon username 5 + open_collective: # Replace with a single Open Collective username 6 + ko_fi: jericho1060 7 + tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 + community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 + liberapay: # Replace with a single Liberapay username 10 + issuehunt: # Replace with a single IssueHunt username 11 + otechie: # Replace with a single Otechie username 12 + custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
+20
fueltime.yolol
··· 1 + n="\n" h="h " m="m " s="s" hs=3600 hm=60 r="Fuel Rods" p="Propellant" 2 + fr=:FuelChamberFuel pr=:GasNetworkStoredResource frt="-" prt="-" 3 + fr2=:FuelChamberFuel pr2=:GasNetworkStoredResource frs=(fr-fr2)*5 4 + prs=(pr-pr2)*5 frsec=fr2/(frs+(frs==0)) prsec=pr2/(prs+(prs==0)) 5 + frhm=frsec%hs frh=(frsec-frhm)/hs frmm=frhm%hm frm=(frhm-frmm)/hm 6 + frsm=frmm%1 frss=frmm-frsm prhm=prsec%hs prh=(prsec-prhm)/hs 7 + prmm=prhm%hm prm=(prhm-prmm)/hm prsm=prmm%1 prss=prmm-prsm 8 + if frs>0 then frt=frh+h+frm+m+frss+s end 9 + if prs>0 then prt=prh+h+prm+m+prss+s end 10 + :FuelTime=n+r+n+frt+n+n+p+n+prt goto1 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + // SHIP ENERGY MANAGEMENT By Jericho (Discord: jericho#1060) 20 + // https://github.com/Jericho1060/sb-energy-management
pictures/FuelTimeDisplay.jpg

This is a binary file and will not be displayed.

pictures/TextPanelFields.jpg

This is a binary file and will not be displayed.

+22
readme.md
··· 1 + # SB FUEL TIME 2 + Display on a text panel for how long you will still have fuel. 3 + ![Mounting](https://github.com/Jericho1060/sb-fuel-time/blob/main/pictures/FuelTimeDisplay.jpg?raw=true) 4 + 5 + ## Guilded Server (better than Discord) 6 + 7 + You can join me on Guilded for help or suggestions or requests by following that link : https://guilded.jericho1060.com 8 + 9 + ## Elements Required 10 + 11 + - 1 `Advanced YOLOL Chip` 12 + - 1 `Text Panel 24x24` 13 + - 1 `YOLOL Chip Socket` 14 + 15 + ## Text Panel Setup 16 + 17 + On the text panel, modify the 1st field and rename it `FuelTime`. 18 + ![Mounting](https://github.com/Jericho1060/sb-fuel-time/blob/main/pictures/TextPanelFields.jpg?raw=true) 19 + 20 + ## Support or donation 21 + 22 + if you like it, [<img src="https://github.com/Jericho1060/DU-Industry-HUD/blob/main/ressources/images/ko-fi.png?raw=true" width="150">](https://ko-fi.com/jericho1060)