Skip to content

Commit 3d6a093

Browse files
committed
Version 0.0.1
0 parents  commit 3d6a093

File tree

3 files changed

+468
-0
lines changed

3 files changed

+468
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# tibia-signatures
2+
3+
Repository to store signatures of the Tibia files
4+
5+
## Supported Version
6+
7+
`7.10`, `7.30`, `7.40`, `7.50`, `7.55`, `7.60`, `7.70`, `7.80`, `7.90`, `7.92`, `8.00`, `8.10`, `8.11`, `8.20`, `8.30`, `8.40`, `8.41`, `8.42`, `8.50`, `8.52`, `8.53`, `8.54`, `8.55`, `8.60`, `8.61`, `8.62`, `8.70`, `8.71`, `8.72`, `9.00`, `9.10`, `9.20`, `9.40`, `9.44`, `9.46`, `9.50`, `9.52`, `9.53`, `9.54`, `9.60`, `9.61`, `9.63`, `9.70`, `9.80`, `9.81`, `9.82`, `9.83`, `9.85`, `9.86`, `10.10`, `10.20`, `10.21`, `10.30`, `10.31`, `10.32`, `10.34`, `10.35`, `10.36`, `10.37`, `10.38`, `10.39`, `10.40`, `10.41`, `10.50`, `10.51`
8+
9+
## API
10+
11+
* isValidSprSignature(hexSign)
12+
* hexSign - required - First 4 bytes from Spr file
13+
* isValidDatSignature(hexSign)
14+
* hexSign - required - First 4 bytes reversed from Dat file
15+
16+
## Contributing
17+
Please submit all issues and pull requests to the [TibiaJS/tibia-signatures](https://github.com/TibiaJS/tibia-signatures) repository!
18+
19+
## Support
20+
If you have any problem or suggestion please open an issue [here](https://github.com/TibiaJS/tibia-signatures/issues).
21+
22+
## License
23+
24+
The MIT License (MIT)
25+
26+
Copyright (c) 2014 TibiaJS
27+
28+
Permission is hereby granted, free of charge, to any person obtaining a copy
29+
of this software and associated documentation files (the "Software"), to deal
30+
in the Software without restriction, including without limitation the rights
31+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32+
copies of the Software, and to permit persons to whom the Software is
33+
furnished to do so, subject to the following conditions:
34+
35+
The above copyright notice and this permission notice shall be included in all
36+
copies or substantial portions of the Software.
37+
38+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44+
SOFTWARE.

0 commit comments

Comments
 (0)