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

Page 10 of 31 FirstFirst ... 2345678910111213141516171820 ... LastLast
Results 136 to 150 of 451
  1. #136
    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
    Hope this helps and hope this helps @hsdn figure out what's going on as this launcher is amazing and I cannot thank enough for it.
    I think it's an elzma problem. It incorrectly packs 0 Kb files. We will try to fix it soon.
    There was no such problem in 92.03, only one file had 0 Kb, which is not required.

  2. #137
    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
    I think it's an elzma problem. It incorrectly packs 0 Kb files. We will try to fix it soon.
    There was no such problem in 92.03, only one file had 0 Kb, which is not required.
    Great! Hope my information helps track down the error. You've created something great here and I cannot thank you enough for it.

  3. #138
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Is there any hope for holding the patch folder somewhere on a webhosting? Something like https://example.com/tera/patch

  4. #139
    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 S37uP!Update View Post
    Is there any hope for holding the patch folder somewhere on a webhosting? Something like https://example.com/tera/patch
    Yes. You can change parameter like that:
    Code:
    API_PORTAL_CLIENT_PATCH_URL=http://example.com/patch

  5. #140
    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 TheWyattParker View Post
    Having the same issue. It keeps looping between S1Game/Localization to Engine/Localization infinite downloads

    - - - Updated - - -

    Ok after several tests, anything that's "empty" or "0kb", seems to get stuck in a loop.

    THis is how i managed to fix it:


    Engine/Localization : Delete everything in there

    S1Game/Localization : I deleted everything but the EUR folder (we're only going to be using the EUR datacenter)

    Run app.bat again
    Also delete these in your local client as well as the launcher will not remove them

    S1Game/CookedPC/UITextures000.tfc The launcher REFUSED to download this, stuck in a loop of repeated download/unpacking over and over again. This is a 0kb file, so I sent this to the two people that are playing on my server and had them delete the folders above and put UITextures000.tfc in the S1Game/CookedPC directory and delete their local.db and have the launcher repair

    This managed to get them into my server.
    Hope this helps and hope this helps @hsdn figure out what's going on as this launcher is amazing and I cannot thank enough for it.
    That is how I fixed it as well.

    But, you didn't have a problem with the 9dc1ecae_145.gpk file?

  6. #141
    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 MasterRow View Post
    That is how I fixed it as well.

    But, you didn't have a problem with the 9dc1ecae_145.gpk file?
    Nope. Was not part of my two players "infinite download loop".

  7. #142
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    How can i add the GM rights?
    The Alt+A GM Panel.
    In old files it was privilege 33 if i remember right.

  8. #143
    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 S37uP!Update View Post
    How can i add the GM rights?
    The Alt+A GM Panel.
    In old files it was privilege 33 if i remember right.
    Set 32 or 33 as value of privilege field for your account in the table account_info.

  9. #144
    Enthusiast Dakado is offline
    MemberRank
    May 2022 Join Date
    46Posts

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

    Quote Originally Posted by LordVenom View Post
    Invalid version.ini ?
    Code: 500000



    No local.db or version.ini in the game folder.
    Change the version to 1 and rename your db file to 1 as well. Had the similar issue, version 0 just causes issues.

  10. #145
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    Quote Originally Posted by hsdn View Post
    Set 32 or 33 as value of privilege field for your account in the table account_info.
    33 it is, also if you want to use the GM Mode + Skip Launcher File Check you have to change in tera-api/.env file:

    Code:
    # Set the privilege number that has access to Launcher QA functions.
    API_PORTAL_LAUNCHER_QA_PRIVILEGE=33

  11. #146
    Valued Member LordVenom is offline
    MemberRank
    Nov 2008 Join Date
    145Posts

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

    Quote Originally Posted by Dakado View Post
    Change the version to 1 and rename your db file to 1 as well. Had the similar issue, version 0 just causes issues.
    Seemingly, appears to work. Also seems like a fairly important issue to look into.

  12. #147
    Enthusiast Dakado is offline
    MemberRank
    May 2022 Join Date
    46Posts

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

    Strange, even after adding EUR (reading previous replies) font I still have this font issue:




    EDIT:
    Managed to solve it by changing the tw strings in database as I am using TW Datacenter file.

  13. #148
    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
    Great! Hope my information helps track down the error. You've created something great here and I cannot thank you enough for it.
    tera-client-packer has been updated.
    I think we have fixed the issue with 0 Kb files.
    Spoiler:
    Left - archive with 0 Kb file from HappyTuk TW
    Right - packed 0 Kb file by elzma.

    Download and replace elzma.exe: https://github.com/justkeepquiet/ter...master/lib/bin and repack again.

  14. #149
    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
    tera-client-packer has been updated.
    I think we have fixed the issue with 0 Kb files.
    Spoiler:
    Left - archive with 0 Kb file from HappyTuk TW
    Right - packed 0 Kb file by elzma.

    Download and replace elzma.exe: https://github.com/justkeepquiet/ter...master/lib/bin and repack again.
    Thank you very much, hsdn! You're a hero!

  15. #150
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

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

    I've tried to modify the design but the transparency doens't seems to work....i've tried with Alpha Channel and still the same problem.
    Already modified the mask.png to match my launcher.
    Attached Thumbnails Attached Thumbnails launcher_mask.png   1.jpg  



Advertisement