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

Page 27 of 31 FirstFirst ... 1719202122232425262728293031 LastLast
Results 391 to 405 of 451
  1. #391
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    !

    Client Patcher has been updated

    Now you can specify the client folder that you want to pack (do not use for the first packing).
    For example, if you updated the Data Center, you can pack only the DC, it will take 2-3 minutes, just run pack_S1Data.bat.

    - - - Updated - - -

    Tera API has been updated

    Added the function to disable file integrity check when start the game through the launcher. This does not affect the process of updating/installing the game through the launcher. Should fix issues with launching multiple launcher instances and also allow mods to be installed via TMM (CompositePackageMapper.dat file will not be checked).

    Other changes:
    Spoiler:

    Update 22.08.2022:
    • Fixed issue with negative values in server status.
    • Skip error if server is null in Shop Welcome view.

    Update 19.08.2022:
    • Fixed issues with SQL transactions in Admin Panel.

    Update 12.08.2022:
    • Minor fixes of ejs templates.
    • Added missed webfonts.

    Update 10.08.2022:
    • Added serverApi and accountApi endpoints to Gateway API.
    • Highlighting HTTP errors with a warning type in the log.

    Update 09.08.2022:
    • Fixed time zone when creating Boxes and Service Items.

    Update 08.08.2022:
    • Minor fixes of server availability check algorithm.

    Installation:
    1. Download and replace all files of tera-api\src directory with new ones (you can keep locales folder).
    2. Download and replace all files of tera-api\public\launcher\js directory with new ones.
    3. Add new parameter to your .env:
      Code:
      # Disable checking of client files when the game start.
      # This does not affect the process of receiving client updates.
      API_PORTAL_LAUNCHER_DISABLE_CONSISTENCY_CHECK=true
    4. Restart Tera API.
    Last edited by hsdn; 26-08-22 at 09:50 AM.

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

    !

    Tera API has been updated

    Changes:
    • Fixed a bug with saving the number of items when editing a product/box.

    Installation:
    1. Download and replace all files of the tera-api\src\controllers directory with new ones.
    2. Restart Tera API.
    Last edited by hsdn; 26-08-22 at 09:57 AM.

  3. #393
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts
    Quote Originally Posted by hsdn View Post
    [*]Restart Tera API.[/LIST]
    maby exist way add console command for restart Tera API?

  4. #394
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    !

    Tera API has been updated

    Changes:
    • Fixed issue with definition of the timezone in Admin Panel.
    • Fix of a possible issues with passing some variables to the Admin Panel session.

    Installation:
    1. Download and replace all files of the tera-api\src directory with new ones (you can keep locales folder).
    2. Remove the folder tera-api\sessions (if you're having these issues).
    3. Restart Tera API.

  5. #395
    Novice Nullucent is offline
    MemberRank
    Jul 2019 Join Date
    3Posts
    You've put in some great work into this @hsdn. Last time I tore tera server files apart I was completely stumped due to how much work would need to be done for clean API infrastructure, you really took the pain out on this one.

  6. #396
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    hopefully the serverlist of this API inside Admin Panel would be supported Domains enter in the future..it good for some dynamic IP Server..

    通过我的 NOH-AN00 上的 Tapatalk发言

  7. #397
    Enthusiast lawful is offline
    MemberRank
    Aug 2015 Join Date
    44Posts
    thanks update launcher!

    Can't add KOR REGION?

  8. #398
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    !

    Quote Originally Posted by lawful View Post
    thanks update launcher!

    Can't add KOR REGION?
    KOR region support has been added.

    Please update these files:
    • public\launcher\js\launcher.js
    • src\controllers\portalAccount.controller.js
    • src\utils\helpers.js
    • public\launcher\images\flags\kr.png (new file)

    Use kr for creation locale files and in the database.

  9. #399
    Enthusiast lawful is offline
    MemberRank
    Aug 2015 Join Date
    44Posts
    Quote Originally Posted by hsdn View Post
    KOR region support has been added.

    Please update these files:
    • public\launcher\js\launcher.js
    • src\controllers\portalAccount.controller.js
    • src\utils\helpers.js
    • public\launcher\images\flags\kr.png (new file)

    Use kr for creation locale files and in the database.
    Thank you!!

    but sorry what is this?
    https://imgur.com/Y1OMNRu



    ur.com/Y1OMNRu

  10. #400
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    Quote Originally Posted by lawful View Post
    Thank you!!

    but sorry what is this?
    https://imgur.com/Y1OMNRu
    Make sure you have the update installed https://forum.ragezone.com/f797/tera...9/#post9139209

  11. #401
    Enthusiast lawful is offline
    MemberRank
    Aug 2015 Join Date
    44Posts
    Quote Originally Posted by hsdn View Post
    Make sure you have the update installed https://forum.ragezone.com/f797/tera...9/#post9139209

    it work!! thanks!!!!!!!!!!!!!!!

  12. #402
    Apprentice Riku09 is offline
    MemberRank
    Apr 2016 Join Date
    EnglandLocation
    6Posts
    Hello ! i hope someone can help me with this , i was testing the Shop with the JP data center , but when i try open the Tera shop , just open the tikat shop , what im missing there ?

  13. #403
    Member Misty24 is online now
    MemberRank
    Nov 2017 Join Date
    63Posts
    Hello,

    I don't understand your guide to translate the launcher :

    Below is how to add the French language to the Launcher : Copy the file src\locales\launcher\en.json to src\locales\launcher\fr.json.

    Copy the file public\launcher\css\buttons-en.css to public\launcher\css\buttons-en.css. Open

    .env and add the line API_PORTAL_CLIENT_REGIONS_FRA=English and save. Restart TeraAPI.

    I have to copy in where? the launcher or the server? or I have to download fr.json. ? Sorry I don't understand English well., I use @shadow66's server.

  14. #404
    [DEV]ShadoW shadow66 is offline
    MemberRank
    Feb 2014 Join Date
    C#,SQL,C++Location
    365Posts
    Quote Originally Posted by Misty24 View Post
    Hello,

    I don't understand your guide to translate the launcher :

    Below is how to add the French language to the Launcher : Copy the file src\locales\launcher\en.json to src\locales\launcher\fr.json.

    Copy the file public\launcher\css\buttons-en.css to public\launcher\css\buttons-en.css. Open

    .env and add the line API_PORTAL_CLIENT_REGIONS_FRA=English and save. Restart TeraAPI.

    I have to copy in where? the launcher or the server? or I have to download fr.json. ? Sorry I don't understand English well., I use @shadow66's server.

    edit .env

    API_PORTAL_CLIENT_REGIONS_FRA=Français

    go to Web Api


    add in DB via admin api: 127.0.0.1:8050 or VM ip:8050
    Last edited by shadow66; 21-09-22 at 09:24 PM.

  15. #405
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts
    @Misty24 This is on a tera-api side - launcher, shop, admin panel.



Advertisement