Element-0 / ElementZero

Run windows version of BDS in linux with Mod support
GNU General Public License v3.0
272 stars 51 forks source link

Unable to load plugin #32

Closed niannianqi closed 4 years ago

niannianqi commented 4 years ago

I use Ubuntu's docker application to start the BDS server with EZ, but I can't load any dll plugin TIM图片20200420145200

codehz commented 4 years ago

All mods are disabled by default, you need enable them in custom.yaml

niannianqi commented 4 years ago

默认情况下,所有mod都是禁用的,您需要在custom.yaml中启用它们

oh,ok .but..How do I modify the file to open the plugin?

niannianqi commented 4 years ago

All mods are disabled by default, you need enable them in custom.yaml

I'm sorry, I solved the problem ahead. But the chat information in Chinese is displayed as???? How to solve (I use xshell to connect ECS server and Shh)

codehz commented 4 years ago

generate locale for zh_CN.utf-8 (edit /etc/locale.gen, then run locale-gen and set LANG=zh_CN.utf-8 to /etc/environment and reboot

niannianqi commented 4 years ago

generate locale for zh_CN.utf-8 (edit /etc/locale.gen, then run locale-gen and set LANG=zh_CN.utf-8 to /etc/environment and reboot

okay,thanks