-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add translations #19
Comments
Thanks for the feedback.
Please note that this is not a patch. It is a complete release. A standalone mod, if you like.
I can assure you that you are not alone. Sadly I had to drop the multi-language support. There were some issues that were most easily fixed through resource files, not game engine code. Hence I had to pack my own resource archive. However, if you take a look at this code, you'll see that the game engine allows the user to place an If you succeed, please feel free to open a pull request with the resulting translation resource archive ; ) Viel Glück & Spaß am Spiel |
Thank you very much. I have long searched for the "GSC Tool" and also found something, but unfortunately nothing to download. Therefore my question if you could name a source? |
I did a quick search for GSC File Utility with the Russian search engine Yandex. Here are a few sites that feature download links:
A particularly promising one leads to a GSC Tools Pack:
Note that I only verified that these links are alive. I did not check the actual executables. Please use AV protection or a sandbox when running executables from foreign shores : ) Good luck |
Thank you very much. It took me a while to understand how to use the tool. Also, I created a script that allows you to get all the files for the .gsc file in the correct format, since you can't drag folders into it. You can find the script here prepar_for_packing I was able to create my own translation and it works for the most part. I do have a few things to add though. I noticed that there is no support for larger resolutions than 1080p in 16:9 format. Before the patch, 1440p resolution was still possible. |
Thank you very much for the translation file! I added a link to it to the readme file.
Indeed. Sadly, the resolution handling in Cossacks is not up to par with modern RTS games. In Cossacks, the higher the resolution, the more of the game map you can see on your screen without scrolling. Hence players with high-resolution monitors gain an advantage over others. Therefore I decided to cap the resolution at 1080p. IMHO the game was never meant to run on 4K monitors anyway ; ) |
Thanks for your work.
After patching it I noticed that the patch also overwrites the language files of the game with an English version. I would like to see other languages added as well. In my case German. I guess that others would be happy if your national languages are supported as well.
The text was updated successfully, but these errors were encountered: