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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
**OpenGraphics** is a project established to replace the base graphics of Locomotion. The aim is to create a set of freely-useable graphics that can be used with [OpenLoco](https://github.com/OpenLoco/OpenLoco). This will help OpenLoco to be more accessible, as well as make it easier to add new features and content to the game.
4
4
5
-
This repo is based on https://github.com/OpenRCT2/OpenGraphics
5
+
This repo is based on https://github.com/OpenRCT2/OpenGraphics.
6
6
7
7
## Progress
8
8
9
-
The current progress list can be found [here](https://docs.google.com/spreadsheets/d/1zyBDPd3A3Y6V_JwLgJM-HWvLoT4YG7c1Mf0cWVYPZGs/edit?gid=1386834576#gid=1386834576)
9
+
The current progress list can be found [here](https://docs.google.com/spreadsheets/d/1Ar3_4SczzcS0fGtym5jfffUg8hnTzr-LwasNGV0AVbA/edit?usp=sharing).
10
10
11
11
Our current focus is on the following object categories:
12
12
- Vehicles
@@ -31,7 +31,10 @@ You can use other software to create your models as well, as long as your main s
31
31
- Visual fidelity should remain the same as vanilla.
32
32
- Colour palette should remain the same as vanilla.
33
33
- The stats may change but may be identical or similar.
34
-
- Internal DAT name should be prefixed with `OG`. Remove the last 1-2 characters if the name is already 7 or 8 characters, eg `LIVESTCK` -> `OGLIVEST`
34
+
- Filename should be `OG_<originalname>.dat`, for example `4F.dat` becomes `OG_4F.dat`.
35
+
- Internal DAT name should be prefixed with `OG`.
36
+
- Remove the last 1-2 characters if the name is already 7 or 8 characters, eg `LIVESTCK` -> `OGLIVEST`.
37
+
- Remove another character if a number is needed to disambiguate. For example `BLDALP1`, `BLDALP2`, etc all the way to `BLDALP11` will all map to `OGBLDALP` by default. These should become `OGBLDAL1`, ..., `OGBLDA11`, etc.
35
38
- 3D Models
36
39
- Models should be made from scratch, or, if you have an existing model that you personally created from scratch, you can use that.
37
40
- While we're still deciding on file formats, OBJ or glTF files are probably best for now.
0 commit comments