Skip to content

Commit

Permalink
add links to our wiki pages which breakdown % complete for tibiawiki …
Browse files Browse the repository at this point in the history
…format on the readme.md
  • Loading branch information
username11 committed May 13, 2020
1 parent 81d1eab commit 3d7b37b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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<br/> - See The [Infobox Creature Template](https://tibia.fandom.com/wiki/Template:Infobox_Creature) for information about TibiaWiki Format <br/> - 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<br/> - See The [Infobox Creature Template](https://tibia.fandom.com/wiki/Template:Infobox_Creature) for information about TibiaWiki Format <br/> - 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]+
Expand All @@ -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.
Expand Down

0 comments on commit 3d7b37b

Please sign in to comment.