-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Language for sending event messages #317
Comments
I forked the project, but I don't know how to change the answers about the event name from English to Russian. |
I understand that we need to work with Localization here. But in general, it seems to me that it would all be simplified if the dedicated server was launched in Russian.
} |
Yeah I haven't looked into the localization part at all. But all the existing code does is ask the server for the strings to use, I would expect launched it with Russian as the language would fix. But not sure how that would work, and perhaps the localization is all client-side. If that's the case, there likely is some localization class that can provide the event strings for the specified language? |
It seems to me that nothing needs to be changed in the code, and it is enough to change the launch of the dedicated server valheim in Russian. Such information is missing. On the other hand, I'm not sure that this is enough. Maybe on a dedicated server everything will be in Russian, but the answers will still be in English. How complicated it all is... |
Re: server localization -- I have no idea. Never tried it. Re: Which localization package -- It's one of the classes from Valheim itself. If you want to take a look at all the classes, an easy tool to do this with is ILSpy which can decompile C# programs. You can use it to poke around in the Valheim code and see the classes and stuff. |
I did it. True, it didn't take me much trouble, but it would be more interesting to do it with code. At least change the configuration file to start the server by choosing the language. I opened the file assembly_guitils. All that's left is to wait for the event to start and get a message in the discord, I'll write later whether it helped or not. |
Hi, I'm a beginner in programming. I wanted to make changes to your project, but I can't compile it. Many errors are due to the fact that it is impossible to find something in the project. Although I forked it and everything should work.
I want to make changes in order to gain a little experience. I want to change the ability to receive a message about the start of a fight with a boss, to study a new area in your project. I receive messages about the start of an attack on the base in English, I wanted to change it to Russian.
I will at least try to implement all this in reality, although I am not confident in my abilities.
build_log.txt
The text was updated successfully, but these errors were encountered: