Paul Chote

Results 202 comments of Paul Chote

If you are on Windows and have configured your DPI scaling options to 200%, then you might find it better to enable the high DPI rendering mode in OpenRA (see...

I believe this is about moving them into Notification/Sounds (that can then still be played at a specific position).

Consistency is an important point. It also exposes them to the linter, and will make for an easier transition to the improved sound sequence setup (when that eventually happens).

@Apollo-X: yup. We will have a setup similar to our artwork sequences where you have a named sound type, with properties for things like faction-specific naming conventions, sound file randomization,...

I'm sorry to have to point out again that the changes in this PR look fine, but reveal underlying bogus behaviour in the existing code. The target owner checks are...

#11375 and followups check off support for detecting/downloading/installing foreign content bundles.

It is not, and I would argue against adding that (but not in this ticket).

Translation for the yaml files has been solved for a long time. The issue is with all of the strings hardcoded in the game code. That has also been solved...

That is pretty much the right idea, but there is an important point that you will need to consider and change. When you have a line like `line.GetText = ()...

We may want (or perhaps even need) to adopt something like https://projectfluent.org/ (developed by Mozilla) to be able to cleanly handle the dynamic messages in the chrome logic. This should...