So I was using bat file to launch the game client, the bat is calling aion.bin to launch right? so the computer pops up a window, to let me chose a method to open this aion.bin file, so...I got stucked, don't know what to do right now...help me~![]()
So I was using bat file to launch the game client, the bat is calling aion.bin to launch right? so the computer pops up a window, to let me chose a method to open this aion.bin file, so...I got stucked, don't know what to do right now...help me~![]()
start Bin64\aion.bin -ip:192.168.1.5 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0"
create a text file, insert this text, save, rename to WHATEVERYOUWANT.bat
dont forget to edit the ip to your server ip.
save
- start yor game with this .bat file
good luck bro!
I can't start the game - - need a file association to 'aion.bin' file, or it won't launch
If it's forcing you to choose an application to open aion.bin with, somethings not right with the batch file you're using. Can you copy/paste your entire batch file text here? (Right Click > Edit)
start Bin32\aion.bin -ip:192.168.1.107 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0"
here it is - - anything? btw I'm not using the client from this site, some configuration might be different, and I'm using window10x64, what will possibly cause this problem?
First and foremost: Is your .bat file in the Aion directory? It should be in the top level of your client directory, one level above the bin32 folder. If it's not, move your batch file to the Aion Client directory with the game files, then create a shortcut to the batch file on your desktop and try rerunning the batch file. If it's already in your client directory, or this didn't work, read on.
Using 64 bit windows shouldn't be an issue. For some reason, and I cannot remember what it is right now, the 4.7.5 GiGATROON release and the client that works with it won't use the 64 bit version of Aion. Your batch file is calling for the 32 bit version of Aion anyways. To use the 64 bit version you would need to have the -64 switch in the batch file. I digress.
It appears that your batch file is up to snuff. I see your country code is set to 1, which is North America. Are you using a server/client that is from NA? If your client is a Gameforge client, your CC should be 2 (From what I have seen, the CC switch determines what language is used and maybe what config files are used. 1 is NA English, 2 is Britan english) Your CC should match whatever CC is in your cc.ini in your game folder.
I don't think there's anything that should be preventing your game from running. Try adding this to your batch file
Code:ren Bin32\aion.bin aion.exe start Bin32\aion.exe -ip:192.168.1.107 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu - ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0"
Like that. I know when I was having issues in another MMO that used a similar system (bin files) renaming the .bin file to .exe and launching the game worked. Other than that, I am at a loss for what else to try or what could be wrong. My windows doesn't even know what to do when I click on the bin file directly, so there's no need to try and configure a default application for aion.bin
Hey no problem! For anyone else who has this issue, which solution solved the problem for you?
Moving the batch file to the client directory
or
Renaming the .bin to .exe
Glad I could help you out on this.