FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
554 stars 107 forks source link

In-game subtitle text box support #171

Closed hathlife closed 7 years ago

hathlife commented 8 years ago

In Source engine there's a in-game subtitle text box feature,which let non-english users also understand the plot when there's english voice only.However in Goldsrc there was not.So it's possible to integrate a subtitle text box in Xash ,loaded third-party subtitle text?

CrusoeDaWolf commented 8 years ago

http://www.moddb.com/mods/half-life-subtitles-mod/downloads

There is a mod for that. Choose the language you want (If it's there) and run it as a mod.

fuzun commented 8 years ago

Do you want engine level subtitle support?

a1batross commented 8 years ago

Subtitles mod uses VGUI to draw subtitle box. (And hzqst's mod uses VGUI2, because full Unicode support). They are not available for ARM architecture. To get subtitles working one should reimplement VGUI or rewrite Subtitles MOD. Both ways are require time and hard work. :(

a1batross commented 7 years ago

https://github.com/FWGS/xash3d/issues/177

Moved to.