[READ-ONLY] Mirror of https://github.com/thoda-dev/sb-energy-management. A full module to manage energy in your ship
0

Configure Feed

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

restaure picture

Thomas (Aug 19, 2021, 8:29 PM +0200) cd5cb01e 9d682ac4

+20
pictures/ButtonBottom.jpg

This is a binary file and will not be displayed.

pictures/ButtonTop.jpg

This is a binary file and will not be displayed.

pictures/DisplayButtonsMounting.jpg

This is a binary file and will not be displayed.

pictures/FuelChamber.jpg

This is a binary file and will not be displayed.

pictures/Generator.jpg

This is a binary file and will not be displayed.

pictures/MemoryChip.jpg

This is a binary file and will not be displayed.

pictures/RackMounting.jpg

This is a binary file and will not be displayed.

pictures/TextPanel.jpg

This is a binary file and will not be displayed.

+20
screen.yolol
··· 1 + l1="Shutdown" l2="Auto" l3="Half" l4="Override" 2 + a="> " b=" " n="\n" goto :GenModeNb 3 + :GenMode=n+a+l1+n+b+l2+n+b+l3+n+b+l4 goto2 4 + :GenMode=n+b+l1+n+a+l2+n+b+l3+n+b+l4 goto2 5 + :GenMode=n+b+l1+n+b+l2+n+a+l3+n+b+l4 goto2 6 + :GenMode=n+b+l1+n+b+l2+n+b+l3+n+a+l4 goto2 7 + 8 + 9 + 10 + 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