Skip to content

Commit

Permalink
docs(readme): add info about uncompressed fts files
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed May 25, 2024
1 parent c09a53e commit ab897a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,11 @@ else
rm "$INPUT.$OUTPUT_FORMAT.tmp"
fi
```

### Uncompressed FTS files in Arx Libertatis 1.3

`FTS.save()` now takes a 2nd parameter to control whether the given fts data should be marked as compressed
or uncompressed

- `FTS.save(ftsData, true)` -> fts files get compressed (true can be omitted as it is the **default** value)
- `FTS.save(ftsData, false)` -> marks the fts file as uncompressed, no pkware compression is required afterwards

0 comments on commit ab897a4

Please sign in to comment.