Ayuto / EventScripts-Emulator

A Source.Python plugin that is able to run EventScripts addons.
16 stars 9 forks source link

[es_tell wcs_centertell]Characters cannot be displayed after translation #42

Closed ghost closed 4 years ago

ghost commented 4 years ago

es_tell

I can't display the characters after I translate in Chinese. I can only display the rest of English

Ayuto commented 4 years ago

Could you please upload your test script?

ghost commented 4 years ago

https://github.com/ManifestManah/Racepack-Standard/blob/master/addons/source-python/plugins/es_emulator/eventscripts/wcs/tools/standard/archmage_proudmoore/es_archmage_proudmoore.txt#L50

es wcs_centertell event_var(userid) event_var(es_attackername) struck you with his earthquake!

change it to

es wcs_centertell event_var(userid) event_var(es_attackername) 震撼了你!

it seems that wcs_centertell / es_centertell /es_tell l Unable to use Chinese Translation

Ayuto commented 4 years ago

@nancheng0 I'm unable to reproduce the issue using the following code:

event player_jump
{
    es_centertell event_var(userid) 震撼了你!
}

Thus, I guess it's a problem with wcs_centertell. You should create an issue here: https://github.com/ThaPwned/WCS

ghost commented 4 years ago

thank you, i will try 

---Original--- From: "Robin Gohmert"<notifications@github.com> Date: Sun, Oct 18, 2020 00:45 AM To: "Ayuto/EventScripts-Emulator"<EventScripts-Emulator@noreply.github.com>; Cc: "Mention"<mention@noreply.github.com>;"gisall"<1248286827@Qq.com>; Subject: Re: [Ayuto/EventScripts-Emulator] [es_tell wcs_centertell]Characters cannot be displayed after translation (#42)

@nancheng0 I'm unable to reproduce the issue using the following code: event player_jump { es_centertell event_var(userid) 震撼了你! }
Thus, I guess it's a problem with wcs_centertell. You should create an issue here: https://github.com/ThaPwned/WCS

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.