File tree Expand file tree Collapse file tree
SybarisMigrator/SybarisMigrator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,10 @@ private static void PrintMigrated()
4646 WriteLine ( ConsoleColor . Green , new string ( '=' , Console . WindowWidth - 2 ) ) ;
4747 Console . WriteLine ( ) ;
4848 Console . WriteLine ( "Migration is complete!" ) ;
49- Console . WriteLine ( "Sybaris Migrator detects that the migration is complete. You don't have to run the migrator again. " ) ;
49+ Console . WriteLine ( "Sybaris Migrator detects that the migration is complete." ) ;
5050 Console . WriteLine ( "You can run the game normally." ) ;
5151 Console . WriteLine ( ) ;
52- Console . WriteLine ( ) ;
53- WriteLine ( ConsoleColor . DarkGray , "Hint: If you absolutely must re-run the migrator, remove sybaris_migrator.lock file!" ) ;
54- Console . WriteLine ( ) ;
52+ WriteLine ( ConsoleColor . Yellow , "NOTE: If you install any Sybaris AIO packs, you must re-run the tool again." ) ;
5553 Console . WriteLine ( ) ;
5654 Console . WriteLine ( "Press any key to close..." ) ;
5755 Console . ReadKey ( true ) ;
@@ -157,6 +155,8 @@ private static void DoMigrate()
157155 {
158156 string dest = Path . GetFullPath ( Path . Combine ( "sybaris_old" , file ) ) ;
159157 Directory . CreateDirectory ( Path . GetDirectoryName ( dest ) ) ;
158+ if ( File . Exists ( dest ) )
159+ File . Delete ( dest ) ;
160160 File . Move ( Path . GetFullPath ( file ) , dest ) ;
161161 }
162162
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ You can configure plug-ins after you run the game once. The configuration file i
5959
60601 . Remove all the files/folders you copied
61612 . Move all folders from ` COM3D2\sybaris_old ` folder into the game's root folder. Overwrite if needed.
62- 3 . Remove ` sybaris_migrator.lock ` file
6362
6463## Credits
6564
You can’t perform that action at this time.
0 commit comments