Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumDev committed Jun 26, 2023
1 parent e5653d5 commit 963ad12
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,27 @@ The following plugins by adoxa are also included:

- Wheel Scroll

flplusplus also provides the following .ini extensions:

### TTF Loading

In your `FONTS/fonts.ini` file you can create the following section.

```
[FontFiles]
path = FONTS/font.ttf
path = FONTS/font2.ttf
```

This will load the files `FONTS/font.ttf` and `FONTS/font2.ttf` into the process, allowing them to be used by Freelancer without installing them on the system.

## Building

Build on linux using build_linux.sh (CMake 3.13 and mingw-w64 required)

Build on Windows using Visual Studio with CMake

## Thanks

Special thanks to:
- Jason "Adoxa" Hood
Expand Down

0 comments on commit 963ad12

Please sign in to comment.