Skip to content

Instantly share code, notes, and snippets.

#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
public class Component
{
public Component()
{
Parameters = new Parameter();
}
public string Type { get; set; }
public Parameter Parameters { get; set; }
{
"general": {
"Headings": {
"autosave": [
{
"Name": "autosave_every",
"Key": "general_autosave_interval",
"DefaultValue": "10",
"ClassName": "AutosaveIntervalInputField",
"Parameters": {
{
"Width": "100",
"Height": "100",
"Depth": "5",
"Rooms": [
{
"O2": 2.60000014,
"N2": 10.4000006
},
{
{
"Width": "100",
"Height": "100",
"Depth": "5",
"Rooms": [
{
"O2": 2.60000014,
"N2": 10.4000006
},
{
{
"Width": "101",
"Height": "101",
"Depth": "5",
"Rooms": [
{
"O2": 2.46184731,
"N2": 9.847389
},
{
<?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" />