Page 1 of 1

Fixes for some common issues

Posted: Wed Dec 20, 2017 12:49 am
by Poi
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:

Code: Select all

Esc::goto ExitThisProgramQuestion

ExitThisProgramQuestion:
return
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.

Re: Fixes for some common issues

Posted: Wed Dec 20, 2017 10:21 pm
by Operator
Poi wrote: Wed Dec 20, 2017 12:49 am Suddenly typing in Japanese - press ~ with the chat window open and it will toggle between English and Japanese text
On UK layout keyboards, the key to press is `. Just saying this so it's noted somewhere. :D

Re: Fixes for some common issues

Posted: Sat Dec 23, 2017 7:55 pm
by Katsuyuki
Oh that's good to know haha xD