diff --git a/dist/jb/gamestart-03.bat b/dist/jb/gamestart-03.bat index 65c9bd2..8a9ab32 100644 --- a/dist/jb/gamestart-03.bat +++ b/dist/jb/gamestart-03.bat @@ -7,4 +7,4 @@ if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml if not exist dev\raw mkdir dev\raw -launcher -H 33554432 -K jbhook2.dll jubeat.dll +launcher -H 33554432 -K jbhook2.dll jubeat.dll -v diff --git a/dist/jb/jbhook-01.conf b/dist/jb/jbhook-01.conf index c498611..0070a7a 100755 --- a/dist/jb/jbhook-01.conf +++ b/dist/jb/jbhook-01.conf @@ -2,7 +2,7 @@ gfx.windowed=false # rotate the normally-horizontal game window to be vertical -gfx.vertical=false +gfx.vertical=true # URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80. eamuse.server=localhost:80 diff --git a/dist/jb/jbhook-02.conf b/dist/jb/jbhook-02.conf index ed8c434..aca6d97 100644 --- a/dist/jb/jbhook-02.conf +++ b/dist/jb/jbhook-02.conf @@ -2,7 +2,7 @@ gfx.windowed=false # rotate the normally-horizontal game window to be vertical -gfx.vertical=false +gfx.vertical=true # URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80. eamuse.server=localhost:80