Skip to content

Commit

Permalink
Updated info and version
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Mar 4, 2018
1 parent 9c70d33 commit 51f2685
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/Script.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Program : Sandbox.ModAPI.IMyGridProgram
/*-*/
/*
Taleden's Inventory Manager - Updated (Unofficial)
version 1.7.3 (2018-02-XX)
version 1.7.3 (2018-03-04)
Unoffical maintained version of TIM.
Expand All @@ -51,11 +51,11 @@ Unoffical maintained version of TIM.
to edit this script directly. To view the source code, and possibly give contributions,
please head to https://github.com/Gorea235/TaledensInvManagerUpdated
**********************
ADVANCED CONFIGURATION
*******************
BASIC CONFIGURATION
The settings below may be changed if you like, but read the notes and remember
that any changes will be reverted when you update the script from the workshop.
These are the main settings for TIM. They allow you to adjust how often the script will
update, and the maximum load of each call before deferring execution to the next call.
*/
// whether to use real time (second between calls) or pure UpdateFrequency
// for update frequency
Expand All @@ -82,6 +82,14 @@ that any changes will be reverted when you update the script from the workshop.
// regardless of how long it has been executing.
const double MAX_LOAD = 0.8;

/*
***********************
ADVANCED CONFIGURATION
The settings below may be changed if you like, but read the notes and remember
that any changes will be reverted when you update the script from the workshop.
*/

// Each "Type/" section can have multiple "/Subtype"s, which are formatted like
// "/Subtype,MinQta,PctQta,Label,Blueprint". Label and Blueprint specified only
// if different from Subtype, but Ingot and Ore have no Blueprint. Quota values
Expand Down Expand Up @@ -224,7 +232,7 @@ that any changes will be reverted when you update the script from the workshop.
/// <summary>
/// Current script update time.
/// </summary>
const string VERSION_UPDATE = "2018-02-XX";
const string VERSION_UPDATE = "2018-03-04";
/// <summary>
/// A formatted string of the script version.
/// </summary>
Expand Down

0 comments on commit 51f2685

Please sign in to comment.