You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Profile configuration files must be created with knowledge of quote escaping. Th
53
53
54
54
Manipulator script's are special in that they support raw python code that will be executed within a Python exec() function in addition to a python expression that is executed within a Python eval() function. The event handler will try to eval() the manipulator script first and should it error then try to exec() the manipulator script. As the manipulator script is supplied via the profile JSON file it must be in a single line format with `\n` for the line breaks. The Python maths module is included within the execution environment. The local variable `calcValue` is passed out of the exec environment as the value of `CALCVALUE`. See the `Factorio - Advanced Usage Example.json` for examples of the some of these combinations.
55
55
56
-
The config has a `Test Mode` option. When enabled it prints the RCON commands to the activity window rather than sending them. It also skips the RCON connection test which the Start button is clicked within the app. In effect not doing any RCON commands.
56
+
The config has a `Rcon No Commands` option. When enabled it prints the RCON commands to the activity window rather than sending them. It also skips the RCON connection test which the Start button is clicked within the app. In effect not doing any RCON commands.
if (self.type=="streamlabels") or (self.type=="streamlabels.underlying") or (self.type=="alertPlaying") or (self.type=="subscription-playing") or (self.type=="rollEndCredits") or (self.type=="subMysteryGift") or (self.type=="eventListSettingsUpdate"):
103
+
if (self.type=="streamlabels") or (self.type=="streamlabels.underlying") or (self.type=="alertPlaying") or (self.type=="subscription-playing") or (self.type=="rollEndCredits") or (self.type=="eventListSettingsUpdate"):
Copy file name to clipboardExpand all lines: ToDo.txt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ Handle paused Factorio server accepting but not reply to RCON command. It will h
10
10
11
11
12
12
13
+
At present a mysterySubGift will trigger plus each recipient will trigger the receiving subscription event. As mysterySubGift event comes first this needs to be monitored and receieved sub gift events ignored appropariately.
13
14
14
15
15
-
16
-
add option for getting gift subscriptions from the gifter view as well as from the receiver view
17
-
18
16
can have multiple payloads per event. need to split these up to separate events internally.
0 commit comments