Added bug-report instructions
This commit is contained in:
parent
61cde1e42f
commit
bf24627b16
@ -3,6 +3,9 @@ This repo contains ic10 code for the space survival sandbox Stationeers (https:/
|
|||||||
|
|
||||||
All code should be used with caution. It should work:tm: but I can't guarantee it's not broken. Items needed are described in the comments at the top of each file.
|
All code should be used with caution. It should work:tm: but I can't guarantee it's not broken. Items needed are described in the comments at the top of each file.
|
||||||
|
|
||||||
|
## "I found a bug!"
|
||||||
|
Awesome! My code is probably not perfect, so please file an issue (https://github.com/SnorreSelmer/stationeers_ic10/issues) and I'll fix it! That's the best way to do it, it benefits everyone.
|
||||||
|
|
||||||
## The scripts:
|
## The scripts:
|
||||||
- **auto_adv_furnace_library.ic10** - A fork of Elmotrix' furnace-library, removed Prev/Next buttons, added external On/Off-switch.
|
- **auto_adv_furnace_library.ic10** - A fork of Elmotrix' furnace-library, removed Prev/Next buttons, added external On/Off-switch.
|
||||||
- **auto_arc_furnace.ic10** - As long as there's ore in the input, the Arc Furnace will smelt.
|
- **auto_arc_furnace.ic10** - As long as there's ore in the input, the Arc Furnace will smelt.
|
||||||
@ -17,4 +20,4 @@ All code should be used with caution. It should work:tm: but I can't guarantee i
|
|||||||
- **heating_cooling.ic10** - Temperature regulator with optional temperature display.
|
- **heating_cooling.ic10** - Temperature regulator with optional temperature display.
|
||||||
- **printer_countdown.ic10** - Uses a counter (Stacker or Dial) to order a given number of items. Stops printing when order is filled.
|
- **printer_countdown.ic10** - Uses a counter (Stacker or Dial) to order a given number of items. Stops printing when order is filled.
|
||||||
- **solar_tracking.ic10** - Accurate two-axis solar-panel tracking for up to two types of panels.
|
- **solar_tracking.ic10** - Accurate two-axis solar-panel tracking for up to two types of panels.
|
||||||
- **storm_warning.ic10** - Monitors a Weather Station, announces incoming storms, sounds an alarm when the storm is 3 minutes from hitting, stops alarm when the storm is less than 1 minute from hitting. (Can be adjusted.)
|
- **storm_warning.ic10** - Monitors a Weather Station, announces incoming storms, sounds an alarm when the storm is 3 minutes from hitting, stops alarm when the storm is less than 1 minute from hitting. (Can be adjusted.)
|
||||||
|
Loading…
Reference in New Issue
Block a user