Skip to content

Commit cafcc2c

Browse files
committed
Revert "Add hints for alternative launching methods"
This reverts commit f75028c. This revert may be reverted in the future, but I want to discuss more about it before releasing it into a new version
1 parent 0d3ca09 commit cafcc2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

thcrap_configure_v3/Page5.xaml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ private void checkbox_Checked(object sender, RoutedEventArgs e)
5757
private void NoShortcutsMoreDetails(object sender, MouseButtonEventArgs e)
5858
{
5959
MessageBox.Show("With the way thcrap works, your game files are never modified, and running the games after setup program will still run the original, unpatched games.\n\n" +
60-
"If you want something more like traditional patches with a patched exe aside the original one in the game folder, choose to create the shortcuts \"in the games' folder\".\n\n" +
61-
"Alternatively, you may try a third-party launcher software, or if you're tech-savvy run thcrap_loader.exe to learn how to run it from the command line.",
62-
"More details regarding launching Touhou with THCRAP", MessageBoxButton.OK, MessageBoxImage.Information);
60+
"If you want something more like traditional patches with a patched exe aside the original one in the game folder, choose to create the shortcuts \"in the games' folder\".",
61+
"More details regarding launching Touhou games with thcrap", MessageBoxButton.OK, MessageBoxImage.Information);
6362
}
6463

6564
private void CreateShortcuts(string configName, IEnumerable<ThcrapDll.games_js_entry> games, ThcrapDll.ShortcutsDestination destination)

0 commit comments

Comments
 (0)