Tera level 100 version

Page 14 of 71 FirstFirst ... 46789101112131415161718192021222464 ... LastLast
Results 196 to 210 of 1064
  1. #196
    Account Upgraded | Title Enabled! dziobus is offline
    MemberRank
    Apr 2022 Join Date
    414Posts

    Re: Tera level 100 version

    I think i might have....overestimated myself.....getting this freshly setup on my secondary PC...is much harder for me than i thought LOL.
    Time to fight it through today and see where it gets me xD

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

    Re: Tera level 100 version

    someone testing a party maching group is not created for some reason

  3. #198
    Account Upgraded | Title Enabled! dziobus is offline
    MemberRank
    Apr 2022 Join Date
    414Posts

    Re: Tera level 100 version

    Quote Originally Posted by Jagger1998 View Post
    someone testing a party maching group is not created for some reason
    Did you start the party matching server?

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

    Re: Tera level 100 version

    Yes, I did but the error didn't go away.

    - - - Updated - - -


  5. #200
    Apprentice sirayot111 is offline
    MemberRank
    Jun 2020 Join Date
    23Posts

    Re: Tera level 100 version

    pls reupload client with Google Drive

  6. #201
    TERA Foundation hsdn is online now
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    358Posts

    Re: Tera level 100 version

    About missing translation strings. The problem is that the strings are in different files of TW and EUR DCs for some elements.
    Spoiler:

    The xml-translator needs to be updated so that it supports the function of manipulating strings from different files (for certain elements, like QuestDialog). This shouldn't be a problem, as we use the zone/npc/dialog id as the signature.

  7. #202
    Member zoran8844 is offline
    MemberRank
    Sep 2018 Join Date
    85Posts

    Re: Tera level 100 version

    Quote Originally Posted by hsdn View Post
    About missing translation strings. The problem is that the strings are in different files of TW and EUR DCs for some elements.

    The xml-translator needs to be updated so that it supports the function of manipulating strings from different files (for certain elements, like QuestDialog). This shouldn't be a problem, as we use the zone/npc/dialog id as the signature.
    Yeah I think that's why the older narcis tool v1 (autotranslator) caused the double quest issues and bug in apex quest progress. VillagerDialog also has text in different files of TW and EUR DCs.

  8. #203
    Enthusiast tya0411 is offline
    MemberRank
    Apr 2022 Join Date
    32Posts

    Re: Tera level 100 version

    Quote Originally Posted by Blaman View Post
    Someone could put together a v100 VM in english?
    I have a working server 2022 VM in english. It's hosted in vSphere, so I'd have to export as an OVA/OVF if that would work for you?

    - - - Updated - - -

    Quote Originally Posted by dziobus View Post
    I think i might have....overestimated myself.....getting this freshly setup on my secondary PC...is much harder for me than i thought LOL.
    Time to fight it through today and see where it gets me xD
    I managed to get it done up on a fresh machine. I ran into so many tiny gotchas (because dumb) I cant even remember em all. Feel free to ping me if you get stuck!

    - - - Updated - - -

    Quote Originally Posted by szder View Post
    hello can you tell if there is any way to use mysql instead of SQLSERVER2017 and Microsoft SQL Server Management Studio?
    So I managed to migrate the PlanetDB to MySQL with this:
    https://www.mysql.com/products/workbench/migrate/

    I haven’t gotten a chance to test how the server responds to the change yet though. The db definitions might be an issue as @hsdn mentioned. Stored procedure/trigger creation syntax is different between the server types

  9. #204
    Member Murasama is offline
    MemberRank
    Apr 2022 Join Date
    98Posts

    Re: Tera level 100 version

    Quote Originally Posted by tya0411 View Post
    I have a working server 2022 VM in english. It's hosted in vSphere, so I'd have to export as an OVA/OVF if that would work for you?
    This would actually be cool! I only started working with the server files today (starting with the distributed VM first). After adding/changing the display language + switching regional settings, there's still a lot of Chinese language only stuff still deeply embedded in various places (I ran into that when double checking roles & features in IIS). Got it working quickly but didn't think it was a good base to start off from and so was planning to try from scratch (which I know is a landmine of "tiny little cuts" of those small things that you overlook, and block you from proceeding as you try to resolve the thing that you missed).

  10. #205
    Enthusiast tya0411 is offline
    MemberRank
    Apr 2022 Join Date
    32Posts

    Re: Tera level 100 version

    Quote Originally Posted by Murasama View Post
    Got it working quickly but didn't think it was a good base to start off
    EXACTLY! I was like “this works, but mostly because magic and I have no idea how to fix it if it breaks” lol. I’ll kick off the export then and post it later today :)

  11. #206
    TERA Foundation hsdn is online now
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    358Posts

    Re: Tera level 100 version

    I updated xml-dc-translator utility: https://github.com/justkeepquiet/xml-dc-translator

    Double text issue have been fixed, and the search algorithm is completely reworked.

    I think now the utility translates of all DC strings (I did not find the Chinese word in the translated DC).
    Of course, missing item names will need to be added manually.
    Last edited by hsdn; 24-05-22 at 07:07 PM.

  12. #207
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    875Posts

    Re: Tera level 100 version

    Quote Originally Posted by hsdn View Post
    I updated xml-dc-translator utility: https://github.com/justkeepquiet/xml-dc-translator

    Double text in text issue have been fixed, and the search algorithm is completely reworked.

    I think now the utility translates of all DC strings (I did not find the Chinese word in the translated DC).
    Of course, missing item names will need to be added manually.
    Would be possible to leave the original chinese strings instead of deleting it? it can make translating the missing stuff easier.

  13. #208
    TERA Foundation hsdn is online now
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    358Posts

    Re: Tera level 100 version

    Quote Originally Posted by ashlay View Post
    Would be possible to leave the original chinese strings instead of deleting it? it can make translating the missing stuff easier.
    CN strings not deleted. It have all been completely replaced.

    But if in the EUR DC strings are empty, then in the translated DC is will also replaced to empty.
    Of course, you can leave the original text for such lines (prevent replacing lines with empty ones).

    UPD: Fixed.
    Last edited by hsdn; 24-05-22 at 07:06 PM.

  14. #209
    Member Murasama is offline
    MemberRank
    Apr 2022 Join Date
    98Posts

    Re: Tera level 100 version

    Quote Originally Posted by tya0411 View Post
    EXACTLY! I was like “this works, but mostly because magic and I have no idea how to fix it if it breaks” lol. I’ll kick off the export then and post it later today :)
    lol. I had way too many of those sort of moments when I was working fulltime in tech (Murphy's Law); so I ended up with this habit of documenting everything (and still ran into networking scenarios where undoing what I did step-by-step didn't fix it and I'd be like this -> )


    But thanks in advance for the export; really appreciate it! (I'm going to import into regular VMWare Workstation but have no idea if they updated the import facility in Workstation 16; I know with Workstation 15, you could only import version 1 OVA/OVF's and well, VMWare's knowledge base is the typical IT landmine of non-specific answers).

  15. #210
    Account Upgraded | Title Enabled! dziobus is offline
    MemberRank
    Apr 2022 Join Date
    414Posts

    Re: Tera level 100 version

    I know the feeling, spent the whole day trying to set this up on a secondary PC i have and still got nowhere near..... ;/ wish someone could jsut remote to it and set it up explaining to me what and where or guiding me. Would make it so much better lol



Advertisement