-
Notifications
You must be signed in to change notification settings - Fork 57
Add broesel-light #538
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
base: main
Are you sure you want to change the base?
Add broesel-light #538
Conversation
mastercoms
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small adjustments to make, also where does "LanguageSelection.exe" come from?
hud-data/broesel-light.json
Outdated
| @@ -0,0 +1,46 @@ | |||
| { | |||
| "name": "broesel-light", | |||
| "": ".", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove
Co-authored-by: mcoms <[email protected]>
|
Hello, The .exe is a C program which changes two lines of text in the desired localization file and copies it to the hud folder. There are without a doubt better ways to implement this, but it works and will have to do for now. I've attached the source code as a .txt file. I wasn't a very experienced programmer when I wrote this, which you can probably tell from the code. :-) Kind regards, |
| "parent": "broesel-old", | ||
| "distinguishedFromParent": true, | ||
| "resources": [ | ||
| "https://imgur.com/a/QIxUBS7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You must upload an image to the hud-resources/broesel-light folder and list out its name here, imgur links only go under the album like you already did.
No description provided.