Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaraz7 authored Jan 30, 2024
1 parent 8d31a17 commit 426f467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Libraries used in this project are using:
- jBcrypt (MIT): https://github.com/jeremyh/jBCrypt
- halplibe (CC0): https://github.com/Turnip-Labs/bta-halplibe
## Setup
1. Mod to work would require working server instance of Babric BTA server ([available here](https://github.com/Turnip-Labs/babric-instance-repo/releases)) with halplibe version at least 2.1.6 (which was by default included in BTA instance) installed.<br/>
1. Mod to work would require working server instance of Babric BTA server ([available here](https://github.com/Turnip-Labs/babric-instance-repo/releases)) with halplibe version at least 3.2.1 (which was by default included in BTA instance) installed.<br/>
2. Don't forget about read/write privilages on server directory and any other directory specified by config (by default should be available for server but still, this can sometime happen)

## Config
Currently config allows for setting only
- DatabaseManager -specifies which database engine would be used for storing player data (currently only JSON file).
- Address - when specified json dbmanager, Address would point to directory where "database" file would reside.
- Schema - when specified json dbmanager, it would point at name of json file that would store usernames and encrypted passwords.
Modification in json manager mode should by default create required paths and files.
Modification in json manager mode should by default create required paths and files.

0 comments on commit 426f467

Please sign in to comment.