Does anyone happen to have the scripts located in: GameEngine/Resource/Script converted from Korean to English in the 8.1 release? I've been going through them trying to convert some of the cprint functions but I don't know any korean and google translate isn't much help. Some of the translations are common sense while others don't make sense (probably poorly translated or translated wrong).
I know the 8.1 release was from the arabic server and using some of the gm tools a lot of the wording is in arabic which I don't know either...
Just wondering if there are english versions of the release? Or someone perhaps has translated them? I don't see anything about this topic at all. I don't care about the comments in the code, those can be ignored but the actual cprint functions contain korean and should be translated, at least.
Example:
I know the 8.1 release was from the arabic server and using some of the gm tools a lot of the wording is in arabic which I don't know either...
Just wondering if there are english versions of the release? Or someone perhaps has translated them? I don't see anything about this topic at all. I don't care about the comments in the code, those can be ignored but the actual cprint functions contain korean and should be translated, at least.
Example:
Code:
--============================================================ -- <<<<<< 도시 유적 측 NPC >>>>>> --============================================================ function NPC_ItemUP_Ancient_relic_init() cprint( "!도시유적 대장장이 가동" ) set_npc_name( "@90703100" ) end