Skip to content

Commit

Permalink
Fix updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesenibbles123 committed Feb 22, 2021
2 parents 01cf8a3 + ec1296b commit de68064
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Custom mod that lets you load your own flag for your own ship.
Custom mod that lets you load your own flag for your own ship. Required files are listed inside the release

## File setup

See notes on the latest release.

## Initial Setup

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

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

```TEXT
1stSTEAMID64=portFlag.png
MySTEAMID64=Pineapple.png
123456789123=AUS.png
STEAMID64=portFlag
STEAMID64=Pineapple
123456789123=AUS
```

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

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

```TEXT
1stSTEAMID64=portFlag.png
MySTEAMID64=Pineapple.png
123456789123=AUS.png
STEAMID64=portFlag
STEAMID64=Pineapple
123456789123=AUS
```

Now boot up the game and have fun!

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

![example NL](/Images/NL_Flag.png)
![example NL](/Images/NL_Flag.png)

0 comments on commit de68064

Please sign in to comment.