Make the multiplayer encouragement text less bad

This commit is contained in:
dginovker 2023-11-07 01:24:07 +09:00
parent 6fd4b7d7e4
commit 1f86ea98c1

View file

@ -29,68 +29,24 @@
Header="singleplayer info"
IsVisible="{Binding !ShowLogPanel}"
>
<StackPanel Orientation="Vertical">
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="Singleplayer is provided by the 2009scape team" />
<TextBlock
Margin="0,0,4,8"
Foreground="Black"
Text="for advanced users only." />
<StackPanel Orientation="Vertical" Margin="10">
<TextBlock Width="380" TextWrapping="Wrap" Foreground="Black">
Singleplayer is provided by the 2009scape team for advanced users only.
</TextBlock>
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="2009scape official servers have free membership," />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="multiple exp rates, and are hosted 24/7." />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="In addition, your player save file" />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="is always exportable from the multiplayer server" />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="if you ever choose" />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="to switch to singleplayer - However," />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="we will not import your singleplayer save" />
<TextBlock
Margin="0,0,4,8"
Foreground="Black"
Text="file into the multiplayer world." />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="It is our strong recommendation" />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="to play the multiplayer server instead." />
<TextBlock
Margin="0,0,4,0"
Foreground="Black"
Text="If you have any questions," />
<TextBlock
Margin="0,0,4,8"
Foreground="Black"
Text="feel free to ask on our Discord or Forums." />
</StackPanel>
</HeaderedContentControl>
<TextBlock Width="380" TextWrapping="Wrap" Margin="0,10,0,0" Foreground="Black">
2009scape official servers offer free membership, multiple XP rates, and are hosted 24/7. Your player save file can be exported from the multiplayer server if you wish to switch to singleplayer.
</TextBlock>
<TextBlock Width="380" TextWrapping="Wrap" Foreground="Black">
However, we will not import your singleplayer save file into the multiplayer world. If you ever want to play with others, we recommend the multiplayer server.
</TextBlock>
<TextBlock Width="380" TextWrapping="Wrap" Margin="0,10,0,0" Foreground="Black">
If you have any questions, feel free to ask on our Discord or Forums.
</TextBlock>
</StackPanel>
</HeaderedContentControl>
<HeaderedContentControl Classes="GroupBox"
DockPanel.Dock="Top"