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 ^^
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.
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
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
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?
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! :)
Re: [Share]Dragon Nest Mobile Server Source