This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance Force | |
;Instructions for Calibration: | |
;When the script is started the first time, it needs calibrated | |
;Open Enhancement Tray and Convert Subtray | |
;Hover of the first enhancement slot and press F1 | |
;Hover over last enhancement slot and press F1 | |
;Hover over "In-set Conversion" and press F1 | |
;Hover over "Out of set Conversion" and press F1 | |
;Hover over the drop-down menu and press F1 | |
;Hover over "Category: XXXX" in the drop-down menu and press F1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Component | |
{ | |
public Component() | |
{ | |
Parameters = new Parameter(); | |
} | |
public string Type { get; set; } | |
public Parameter Parameters { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"general": { | |
"Headings": { | |
"autosave": [ | |
{ | |
"Name": "autosave_every", | |
"Key": "general_autosave_interval", | |
"DefaultValue": "10", | |
"ClassName": "AutosaveIntervalInputField", | |
"Parameters": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Width": "100", | |
"Height": "100", | |
"Depth": "5", | |
"Rooms": [ | |
{ | |
"O2": 2.60000014, | |
"N2": 10.4000006 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Width": "100", | |
"Height": "100", | |
"Depth": "5", | |
"Rooms": [ | |
{ | |
"O2": 2.60000014, | |
"N2": 10.4000006 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Width": "101", | |
"Height": "101", | |
"Depth": "5", | |
"Rooms": [ | |
{ | |
"O2": 2.46184731, | |
"N2": 9.847389 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-16"?> | |
<World Width="101" Height="101" Depth="5"> | |
<Rooms> | |
<Room> | |
<Param name="O2" value="0.3492295" /> | |
<Param name="N2" value="1.396918" /> | |
</Room> | |
<Room> | |
<Param name="O2" value="0.4622883" /> | |
<Param name="N2" value="1.849153" /> |