protonscr

[Not issue] Can I add LANG or LD_LIBRARY_PATH parameters in Set launch options?

steamclosed questionreviewed
ValveSoftware/steam-for-linux#3270 · opened 2014-04-24 by Zenitur · updated 2014-04-29 · 3 comments · github
ZZenitur 2014-04-24 github

I live in Russia and I often play Awesomenauts game. I didn't see correct messages from russian gamers. But if I start this game in Wine emulator, I see correct messages. I want try to add LANG=ru_RU.CP1251 parameter, but it needs to be add before "./Awesomenauts.x86" string. Is it possible to do with "Set launch options"?

TTele42 2014-04-24 github

envvariable="value" %COMMAND%

Ggdrewb-valve maintainer 2014-04-28 github

Closing as the question has been answered.

ZZenitur 2014-04-29 github

If somebody want to know result. I modified /home/zenitur/.local/share/Steam/SteamApps/common/Awesomenauts/run_game.sh

#!/bin/sh

LANG=ru_RU.CP1251 ./Awesomenauts.bin.x86

It doesn't solve problem.

Nothing extracted yet.