Skip to content

Commit de68064

Browse files
Fix updates
2 parents 01cf8a3 + ec1296b commit de68064

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Custom mod that lets you load your own flag for your own ship.
1+
Custom mod that lets you load your own flag for your own ship. Required files are listed inside the release
2+
3+
## File setup
4+
5+
See notes on the latest release.
26

37
## Initial Setup
48

@@ -17,12 +21,12 @@ From there, simply place the desired flag(s) inside `Mods/Assets/FlagReplacement
1721
- AUS.png
1822
- Pineapple.png
1923

20-
Inside your `customFlags.cfg` file you would simply place the following below:
24+
Inside your `customFlags.cfg` file you would simply place any steamID's and flags using the following template below:
2125

2226
```TEXT
23-
1stSTEAMID64=portFlag.png
24-
MySTEAMID64=Pineapple.png
25-
123456789123=AUS.png
27+
STEAMID64=portFlag
28+
STEAMID64=Pineapple
29+
123456789123=AUS
2630
```
2731

2832
Now boot up the game and have fun!
@@ -39,16 +43,16 @@ From there, after you have closed the game, simply place the desired flag inside
3943
- AUS.png
4044
- Pineapple.png
4145

42-
Inside your `customFlags.cfg` file you would simply place the following below:
46+
Inside your `customFlags.cfg` file you would simply place any steamID's and flags using the following template below:
4347

4448
```TEXT
45-
1stSTEAMID64=portFlag.png
46-
MySTEAMID64=Pineapple.png
47-
123456789123=AUS.png
49+
STEAMID64=portFlag
50+
STEAMID64=Pineapple
51+
123456789123=AUS
4852
```
4953

5054
Now boot up the game and have fun!
5155

5256
## Example of a custom flag applied to a hoy and galleon
5357

54-
![example NL](/Images/NL_Flag.png)
58+
![example NL](/Images/NL_Flag.png)

0 commit comments

Comments
 (0)