Fixes for some common issues

This section is for the discussion of .hack//fragment. Ask for help, find other people to play with, have fun!
Post Reply
Poi
Posts: 8
Joined: Sat Dec 16, 2017 11:59 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:

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.
Last edited by Poi on Sun Dec 24, 2017 9:28 pm, edited 2 times in total.
Operator
Posts: 57
Joined: Mon Feb 20, 2017 9:03 pm
Location: The World

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
User avatar
Katsuyuki
Posts: 12
Joined: Mon Mar 27, 2017 8:07 am
Location: Indiana, US

Oh that's good to know haha xD
Truly we're just the next people to hold the baton.
Post Reply