|
13 | 13 | <Grid>
|
14 | 14 | <StackPanel>
|
15 | 15 | <CheckBox x:Name="game_enabled" Content="Enable Aurora to provide lighting effects with Factorio" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Checked="game_enabled_Checked" Unchecked="game_enabled_Checked"/>
|
16 |
| - <TextBlock Margin="10,10,64,0" VerticalAlignment="Top" TextWrapping="Wrap"><Run Text="In order for Factorio support to work, you have to apply the Aurora Wrapper Patch for Razer in order for Aurora to receive lighting information. Press the "Patch Factorio" button to install automatically to the detected game directory. To choose manually press the "Patch "/><Run Text="Factorio "/><Run Text="Manually" button and navigate to the "/><Run Text="Factorio "/><Run Text="install directory. This should not trigger any anti-cheat, but it should be used at your own risk. P.S. You can actually apply this patch to any Razer Chroma supported game, and Aurora will work with it."/></TextBlock> |
| 16 | + <TextBlock Margin="10,10,64,0" VerticalAlignment="Top" TextWrapping="Wrap"><Run Text="There are two ways to enable Factorio support:"/></TextBlock> |
| 17 | + <TextBlock Margin="10,10,64,0" VerticalAlignment="Top" TextWrapping="Wrap"><Run Text="1. Apply the Aurora Wrapper Patch for Razer in order for Aurora to receive lighting information. Press the "Patch Factorio" button to install automatically to the detected game directory. To choose manually press the "Patch "/><Run Text="Factorio "/><Run Text="Manually" button and navigate to the "/><Run Text="Factorio "/><Run Text="install directory. This should not trigger any anti-cheat, but it should be used at your own risk. P.S. You can actually apply this patch to any Razer Chroma supported game, and Aurora will work with it."/></TextBlock> |
17 | 18 | <StackPanel Orientation="Horizontal" Margin="10,10,0,0">
|
18 | 19 | <Button x:Name="patch_button" Content="Patch Factorio" HorizontalAlignment="Left" VerticalAlignment="Top" Click="patch_button_Click"/>
|
19 | 20 | <Button x:Name="patch_button_manually" Content="Patch Factorio Manually" HorizontalAlignment="Left" Margin="10,0,0,0" VerticalAlignment="Top" Click="patch_button_manually_Click"/>
|
20 | 21 | </StackPanel>
|
21 | 22 | <Button x:Name="unpatch_button" Content="Unpatch Factorio" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Click="unpatch_button_Click"/>
|
| 23 | + <TextBlock Margin="10,10,64,0" VerticalAlignment="Top" TextWrapping="Wrap"><Run Text="2. Start the SteelSeries Server which will allow receiving lighting information from all games that support SteelSeries GameSense, including Factorio."/></TextBlock> |
| 24 | + <Button x:Name="go_to_steelseries" Content="Go to SteelSeries Configuration" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Click="go_to_steelseries_Click"/> |
22 | 25 | </StackPanel>
|
23 | 26 | </Grid>
|
24 | 27 | </TabItem>
|
|
0 commit comments