Fixes for some common issues
Posted: Wed Dec 20, 2017 12:49 am
Here are a few fixes for some problems I've ran into while playing .hack//fragment:
Hitting ESC and closing the game - you can use AutoHotKey with a script like this to temporarily disable the ESC key:
Suddenly typing in Japanese - press ~ (or ` on UK keyboards) with the chat window open and it will toggle between English and Japanese text
Losing progress - Make sure to save properly by exiting to the blue 'Altimit' desktop, or by pressing Start > Exit Game. It is a good idea to do this every now and then.
Hitting ESC and closing the game - you can use AutoHotKey with a script like this to temporarily disable the ESC key:
Code: Select all
Esc::goto ExitThisProgramQuestion
ExitThisProgramQuestion:
return
Losing progress - Make sure to save properly by exiting to the blue 'Altimit' desktop, or by pressing Start > Exit Game. It is a good idea to do this every now and then.