You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@
7
7
- Adds possibility to add custom languages (text only)
8
8
- Adds (currently hidden) French language
9
9
- Adds the possibility to change Font in game (WORK IN PROGRESS)
10
-
10
+
- Use custom logo for custom translation
11
11
12
12
# Roadmap
13
13
- Refactor code and add documentation
14
-
- Add support for in images that can be translated (and game logo)
15
14
- Add support for adjusting content size of in game UI to fit new text
16
-
- Add `*.po` file (in addition to json for easier translations)
17
15
18
16
## Installation via Mod manager
19
17
@@ -87,6 +85,19 @@ You can find [translations at Crowdin](https://crowdin.com/translate/dyson-spher
87
85
}
88
86
```
89
87
88
+
### Custom images:
89
+
Currently in the game there are 2 images that can be changed, they look like a path - `UI/Textures/dsp-logo-en`. You can use a valid path from resources or valid URL.
90
+
URL needs to be a direct png file. Eg:
91
+
```
92
+
Internet URI -- "ImageLogo0": "https://wiki.factorio.com/images/thumb/Factorio-logo.png/461px-Factorio-logo.png",
93
+
Local file URI -- "ImageLogo0": "file://C:/Users/Muchaszewski/Documents/Icon.png"
94
+
```
95
+
96
+
####Specific images description:
97
+
98
+
-`ImageLogo0` and `ImageLogo1` needs to have aspect ratio that corresponds to 800x300 pixels, otherwise they will be stretched
99
+
100
+
90
101
### Dump file:
91
102
Simpler file structure where only Translation value is provided.
92
103
Each new translation is separated by 5 dashes `-----` this can speed up the translation process.
0 commit comments