[Share]Dragon Nest Mobile Server Source

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Breshit bara Elohim loveomg is offline
    MemberRank
    Mar 2007 Join Date
    642Posts

    Re: [Share]Dragon Nest Mobile Server Source

    The main issue of Unity client source is language.
    It only supports Chinese and it doesn't have multi language functions in C# scripts.
    I am trying to modify it to support multi language
    If we can modify it to use multi language table, it means we can build a totally new game ^^

  2. #17
    Account Upgraded | Title Enabled! karl7 is offline
    MemberRank
    Oct 2010 Join Date
    266Posts

    Re: [Share]Dragon Nest Mobile Server Source

    @loveomg
    its not hard adding it. Only time consuming. The only tedious part is getting all those translations from an english client. The structure is ready for multi language already.

  3. #18
    Breshit bara Elohim loveomg is offline
    MemberRank
    Mar 2007 Join Date
    642Posts

    Re: [Share]Dragon Nest Mobile Server Source

    @karl7, you can use this multi language text files
    https://drive.google.com/file/d/1hO8...ew?usp=sharing

    this file has all text tables
    and you can find 4 language text files in lang folder

    copy these text files to XProject/Assets/Table (don't forget to copy StringTable.txt also)
    then Unity client automatically create all .bytes files

    If you can modify the C# scripts for reading this files, please sharer the source with us
    Thank you

  4. #19
    Account Upgraded | Title Enabled! karl7 is offline
    MemberRank
    Oct 2010 Join Date
    266Posts

    Re: [Share]Dragon Nest Mobile Server Source

    @loveomg
    Thanks! but i already finished translating everything in english!. But these things will help people translate the client! kudos!

    Ps. its not enough to just replace the files because its in english. you have to make sure both server and client understand whats inside every files. and its properly implemented in the server
    Last edited by karl7; 07-09-20 at 01:17 PM.

  5. #20
    Breshit bara Elohim loveomg is offline
    MemberRank
    Mar 2007 Join Date
    642Posts

    Re: [Share]Dragon Nest Mobile Server Source

    @karl7
    Do you mean that I have to arrange the text files in server and client?
    Don't I need to modify C# script on Unity client?
    Can you explain me detaily how to apply multi language text table?

  6. #21
    Novice HeroicGiraffe is offline
    MemberRank
    May 2021 Join Date
    2Posts

    Re: [Share]Dragon Nest Mobile Server Source

    I've built/compiled the source, how do i actually run it? I got a DB setup with xampp and imported the SQL's that came with the builded server files, now how do i start it? I tried making the start and stop .bat files but they just shutdown instantly i see no text, aswell as .py but same there.

    Any help at all will be super appreciated! :)

  7. #22
    Member wafotopz is offline
    MemberRank
    Feb 2020 Join Date
    61Posts

    Re: [Share]Dragon Nest Mobile Server Source

    Where is the client?



Page 2 of 2 FirstFirst 12

Advertisement