Skip to content

Commit

Permalink
clarify some bits in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janxious committed Nov 9, 2018
1 parent 6a47241 commit 7249906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ For JSON files of specific types, if a file is loaded that has the same ID as a

This change would make the AC/5 do 450 damage and all other settings on the stock AC/5 will be unchanged.

Note: Because of the way ModTek loads mods, **the last mod to change a property "wins"**. Because of this, you should ***absolutely not*** copy the entire file from the stock folder into your mod and make a few changes. Only include the values which you actually want to change.
Note: Because of the way ModTek loads mods, **the last mod to change a property "wins"**. Because of this, you should probably ***not*** copy the entire file from the stock folder into your mod and make a few changes. Only include the values which you actually want to change.


## Building It
In the project folder there is an example project user file (e.g. `ModTek.csproj.user.example`). You can copy that file and rename it without the `.example` ending and then update it to point to your BTG Managed DLL folder.
In the project folder there is an example project user file (e.g. `ModTek.csproj.user.example`). You can make a copy of that file and rename it without the `.example` ending and then update it to point to your BTG Managed DLL folder.

## License

ModTek, like BTML before it, is provided under the "Unlicence", which releases the work into the public domain.
ModTek is provided under the [Unlicense](UNLICENSE), which releases the work into the public domain.

0 comments on commit 7249906

Please sign in to comment.