diff --git a/README.md b/README.md index 3f967c84..416aca7e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Tibia OT Monster Converter is a tool for converting monster files between the various formats used by open tibia servers. ## Technology + - .NET Core 3.1 - WPF - Visual Studio 2019 @@ -18,16 +19,17 @@ Parsing and writing of nested loot is not yet supported by any formats. This is | TFS XML | [95%](https://github.com/soul4soul/ot-monster-converter/wiki/TFS-XML-Input-Status) | [0%](https://github.com/soul4soul/ot-monster-converter/wiki/TFS-XML-Output-Status) | - Most common OT Monster format which has been around for over a decade | | [PyOT](https://bitbucket.org/vapus/pyot/) | [0%](https://github.com/soul4soul/ot-monster-converter/wiki/PyOT-Input-Status) | [90%](https://github.com/soul4soul/ot-monster-converter/wiki/PyOT-Output-Status) | - This format can be consider dead as PyOT development has ceased. Unless development is picked back up support for this format is unlikely to be completed. | | TFS revscriptsys | [0%](https://github.com/soul4soul/ot-monster-converter/wiki/TFS-revscriptsys-Input-Status) | [95%](https://github.com/soul4soul/ot-monster-converter/wiki/TFS-revscriptsys-Output-Status) | - Very new OT monster format that was theorized many years ago. In the future there is a good chance it will replace TFS XML completely. This is likely the output type that most users of this program will use. | -| [TibiaWiki](https://tibia.fandom.com/wiki/Main_Page) | 80% | 60% | - Helpful for keeping monsters up to date with cipbia
- See The [Infobox Creature Template](https://tibia.fandom.com/wiki/Template:Infobox_Creature) for information about TibiaWiki Format
- Monsters created from TibiaWiki will require corpse id, looktype, and spells to be created manually | - +| [TibiaWiki](https://tibia.fandom.com/wiki/Main_Page) | [80%](https://github.com/soul4soul/ot-monster-converter/wiki/TibiaWiki-Input-Status) | [60%](https://github.com/soul4soul/ot-monster-converter/wiki/TibiaWiki-Output-Status) | - Helpful for keeping monsters up to date with cipbia
- See The [Infobox Creature Template](https://tibia.fandom.com/wiki/Template:Infobox_Creature) for information about TibiaWiki Format
- Monsters created from TibiaWiki will require corpse id, looktype, and spells to be created manually | ## Graphical Interface + ![Alt text](https://user-images.githubusercontent.com/5142635/80318493-86a70580-87d8-11ea-85dc-cfc4e3fe2754.png) ## Command Line + It should be possible to run this application on linux by ripping on the UI and recompiling. -``` +```ps PS C:\...\bin\Release\netcoreapp3.1> .\OTMonsterConverter.exe -help Usage: OTMonsterConverter [OPTIONS]+ @@ -42,9 +44,9 @@ Options: -h, --help show this message and exit ``` - ## Contributing -Improvements and bug fixes are welcome, via pull requests + +Improvements and bug fixes are welcome, via pull requests For questions, suggestions and bug reports, submit an issue. Another to contribute to this project is by contributing to [TibiaWiki](https://tibia.fandom.com) to improve creature information.