Change the language of the server

01/04/2018 21:25 sparking1#1
Hey what's up guys .
I'm new in the domain but I have been working on a flyff server with my friend.

The thing is the source,ressource, all the game is in english but I want to open a french server so I need to change the language of my server. From english to french.

I'd like to know if someone has a clue about this because I saw a lot of guys importing some items,files,maps from some german server into their english server and I want to do the same thing but not in english,in french.

Thank you guys for your reply :mofo: !

It's a v19 version ;)
01/05/2018 02:33 Nick#2
#moved
01/06/2018 07:15 Soulxx3#3
Please take some time to look through your files...

Begin with
propItem.txt.txt <-- Item Names
World -> (Your Wolrd) -> YourWorld.txt <-- World Areas
WorldDialog.txt <-- Alot of stuff going on here
propMover.txt.txt <-- Monster Names
character.txt <-- NPC Names
Source --> WORLDDIALOG (WorldDialog.dll) All those dialogs.
Theme folder all images remaking with text content in it.
Spec_Item.txt / propItem.txt <-- Some item names could be in there as well

and even a lot more files. good luck :P
01/13/2018 03:06 sparking1#4
Quote:
Originally Posted by Soulxx3 View Post
Please take some time to look through your files...

Begin with
propItem.txt.txt <-- Item Names
World -> (Your Wolrd) -> YourWorld.txt <-- World Areas
WorldDialog.txt <-- Alot of stuff going on here
propMover.txt.txt <-- Monster Names
character.txt <-- NPC Names
Source --> WORLDDIALOG (WorldDialog.dll) All those dialogs.
Theme folder all images remaking with text content in it.
Spec_Item.txt / propItem.txt <-- Some item names could be in there as well

and even a lot more files. good luck :P
Thank you bro ! If you know other files let me know ;).

BTW guys i'm facing an error and I'm struggling with it for like 5 days now.

I changed the name of a weapon :

Bloody Sword to Sparking Sword (it was for an example)

The name in the game didn't change,the thing that changed is when I create the weapon I write /ci "Sparking Sword" instead of /ci "Bloody Sword"

I merged the files and the propitem file is inside datasub2.res and I put it inside my Client but it didn't work so I don't know how to correct this please.