Tera API (node.js) and Launcher with pacher for patch 92/100

Page 8 of 31 FirstFirst 1234567891011121314151618 ... LastLast
Results 106 to 120 of 451
  1. #106
    Enthusiast Dakado is offline
    MemberRank
    May 2022 Join Date
    46Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Hi, after about 3 hours of packing I got this error:



    ALl folders in config exist. Please help.


    Thanks.

  2. #107
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    @Dakado Error reporting has fixed, update app.js file from github and try again (you not need to delete the packed files).
    If the error occurs again, it should display normally.

    - - - Updated - - -

    As for the real error - probably the utility failed to update/create the version.ini file.
    Check the paths and permissions of the file.

  3. #108
    Enthusiast Dakado is offline
    MemberRank
    May 2022 Join Date
    46Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    So if I dont delete the packed files it will continue where it left off without any issues if I run it again ?


    But I downloaded the packer yesterday from github so I guess I have the latest version already.

  4. #109
    Enthusiast MasterRow is offline
    MemberRank
    May 2022 Join Date
    34Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    @MasterRow Try to delete this file from client distribution and pack client again.
    This file is not needed for correct working of client.
    So your telling me to delete the file named "do not delete"? What could possibly go wrong? lol just kidding, not quite sure why that file was even there to be honest.

    It downloaded to completion after deletion. Pressing the play button is giving a 273 (3): SLS error now:
    273-3-sls-error.png

    Does this have anything to do with language or region setting? I'm seeing the following in the API:
    lang-en.png
    It is showing 200 connection though so I don't know.

    Thanks for all your help, and making this project public!

  5. #110
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by MasterRow View Post
    So your telling me to delete the file named "do not delete"? What could possibly go wrong? lol just kidding, not quite sure why that file was even there to be honest.
    it's a flag-file, says that folder/Directory more important and must be safe from deletion

  6. #111
    Valued Member TheWyattParker is offline
    MemberRank
    May 2022 Join Date
    100Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    I decided to enable the patcher and have it on a remote webserver.

    Code:
    API_PORTAL_CLIENT_PATCH_URL= *url here*
    Not sure if we're supposed to put http:// in front or not. When I do have it there and open the launcher, i get
    Error 274(40400)

    when I remove the http:// and open the launcher, I get:

    Error 274(16)

    Either way, the root of the web server contains the version.ini, cab files, and a sub directory for the db files. Are they supposed to all be in one directory? not sure how this works entirely

  7. #112
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by MasterRow View Post
    It downloaded to completion after deletion. Pressing the play button is giving a 273 (3): SLS error now:
    273-3-sls-error.png
    You need add your server to the server_info table.

    - - - Updated - - -

    Quote Originally Posted by TheWyattParker View Post
    I decided to enable the patcher and have it on a remote webserver.

    Code:
    API_PORTAL_CLIENT_PATCH_URL= *url here*
    Try to set the URL with format:
    API_PORTAL_CLIENT_PATCH_URL=http://my.site/patch

  8. #113
    Valued Member TheWyattParker is offline
    MemberRank
    May 2022 Join Date
    100Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    You need add your server to the server_info table.

    - - - Updated - - -



    Try to set the URL with format:
    API_PORTAL_CLIENT_PATCH_URL=http://my.site/patch
    Getting Error 274(40400) still.

  9. #114
    Account Upgraded | Title Enabled! Jagger1998 is offline
    MemberRank
    Jul 2018 Join Date
    225Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    I finally solved the problems with this API very difficult and not clear, but I figured it out myself and started now I can enter the game

    I suffered for a couple of days and then I understood the installation process

  10. #115
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by TheWyattParker View Post
    Getting Error 274(40400) still.
    Code:
    http://my.site/patch/version.ini
    is available in browser?

  11. #116
    Valued Member TheWyattParker is offline
    MemberRank
    May 2022 Join Date
    100Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    Code:
    http://my.site/patch/version.ini
    is available in browser?
    Yes,it's in the patch folder

    EDIT: I fixed it. Apparently in the version.ini file, it put /db/file.db, I noticed down in that file it put Binaries\TERA.exe, so I changed the / to \ in the db path and somehow, that fixed it.
    Last edited by TheWyattParker; 02-06-22 at 05:57 PM.

  12. #117
    Enthusiast MasterRow is offline
    MemberRank
    May 2022 Join Date
    34Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    You need add your server to the server_info table.
    Apologies, I missed that important step. Everything running now!

    I have been working with a TW datacenter file with with English subtitles. When I changed the last characters of the datacenter file to EUR, I had the problem with it displaying the [][][] in lieu of dialogue. So instead of changing the file itself I changed the .env file to match the datacenter file and it loads up fine. This meant I had to go into the serverstrings table and change the TW row cells to English i order for it to populate the Queue and Population columns on server select:
    queue-and-population.png
    It would be nice to change to EUR on the datacenter file but not critical.

    As a test, I took the datacenter file out of the client directory and did a repair, but it did not catch that the file was missing and did not redownload the file from the server. What am I doing wrong here?

  13. #118
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    You need to add euro font. Download here https://drive.google.com/file/d/1rTs...ew?usp=sharing
    Unpack and place into S1Game\CookedPC\Art_Data\Packages\S1UI\ folder.

  14. #119
    Enthusiast Dakado is offline
    MemberRank
    May 2022 Join Date
    46Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    I have managed to successfully pack the client, get the repair files from server working, but when I try to start the game, after TERA XINGCODE load and tera logo, the game goes into "Not responding" state:



    and then I see this message:


    What does it mean please ? With the original grails API (v92) everything worked just fine.
    Last edited by Dakado; 03-06-22 at 03:40 PM.

  15. #120
    Apprentice Muggus is offline
    MemberRank
    May 2022 Join Date
    21Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quick question I noticed that if you place the launcher.exe in an empty folder it does try to download the whole game which is great but it's been 28 hours and the game is still patching files. I can see the patch has also created the correct size for the client's files.

    My question is how do you set a stop so that it does not continue to download? Setting API_PORTAL_CLIENT_PATCH_NO_CHECK=true works but then the client cannot be updated.

    Spoiler:




    - - - Updated - - - Reply to above post

    Quote Originally Posted by Dakado View Post
    I have managed to successfully pack the client, get the repair files from server working, but when I try to start the game, after TERA XINGCODE load and tera logo, the game goes into "Not responding" state and then I see this message:


    What does it mean please ? With the original grails API (v92) everything worked just fine.
    Try downloading dependencies for the launcher & game.



    Can also try using Xigncode Bypass so that it does not load.

    What does it mean please ? With the original grails API (v92) everything worked just fine.[/QUOTE]



Advertisement