A little bit help with client launch bat file here~

Results 1 to 10 of 10
  1. #1
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    A little bit help with client launch bat file here~

    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~


  2. #2
    Enthusiast flashpec3ooo is offline
    MemberRank
    Jan 2015 Join Date
    35Posts

    Re: A little bit help with client launch bat file here~

    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!

  3. #3
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    Re: A little bit help with client launch bat file here~

    Quote Originally Posted by flashpec3ooo View Post
    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!
    The problem is that aion.bin requests a open method, need to select a program to open it, did anyone get this before?

  4. #4
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    Re: A little bit help with client launch bat file here~

    I can't start the game - - need a file association to 'aion.bin' file, or it won't launch

  5. #5
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: A little bit help with client launch bat file here~

    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)

  6. #6
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    Re: A little bit help with client launch bat file here~

    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?

  7. #7
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: A little bit help with client launch bat file here~

    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


  8. #8
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    Re: A little bit help with client launch bat file here~

    Quote Originally Posted by Pagefault404 View Post
    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

    thank god that's very helpfull!!!my aion is running now, thank you so much!

  9. #9
    Proficient Member Pagefault404 is offline
    MemberRank
    Mar 2016 Join Date
    Realm 6.2Location
    183Posts

    Re: A little bit help with client launch bat file here~

    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.

  10. #10
    Apprentice rz1234 is offline
    MemberRank
    Sep 2016 Join Date
    7Posts

    Re: A little bit help with client launch bat file here~

    Quote Originally Posted by Pagefault404 View Post
    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.
    Rename the 'aion.bin' to 'aion.exe', that works!



Advertisement