Skip to content

Commit

Permalink
chore: add mdl parsing disclaimer to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Jun 6, 2024
1 parent c3f8f8a commit ff317fd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Looking for more parsers in this vein? Try my other project which relies on this

### Supported Formats

| Library Name | Supports | Read | Write | Author(s) |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----:|:-----:|------------------------------------------------------------------------------------------------|
| dmxpp | [DMX](https://developer.valvesoftware.com/wiki/DMX) Binary v1-5 ||| [@craftablescience](https://github.com/craftablescience) |
| fgdpp | [FGD](https://developer.valvesoftware.com/wiki/FGD)<br>[TeamSpen's Unified FGD](https://github.com/TeamSpen210/HammerAddons/wiki/Unified-FGD) ||| [@Trico-Everfire](https://github.com/Trico-Everfire) |
| mdlpp | [MDL](https://developer.valvesoftware.com/wiki/MDL_(Source)) v44-49<br>[VTX](https://developer.valvesoftware.com/wiki/VTX) v7<br>[VVD](https://developer.valvesoftware.com/wiki/VVD) v4 ||| [@craftablescience](https://github.com/craftablescience) |
| vmfpp | [VMF](https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format)) ||| [@Galaco](https://github.com/Galaco), [@craftablescience](https://github.com/craftablescience) |
| vtfpp | [VTF](https://developer.valvesoftware.com/wiki/VTF_(Valve_Texture_Format)) v7.0-7.6 ||| [@craftablescience](https://github.com/craftablescience) |
| Library Name | Supports | Read | Write | Author(s) |
|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----:|:-----:|------------------------------------------------------------------------------------------------|
| dmxpp | [DMX](https://developer.valvesoftware.com/wiki/DMX) Binary v1-5 ||| [@craftablescience](https://github.com/craftablescience) |
| fgdpp | [FGD](https://developer.valvesoftware.com/wiki/FGD)<br>[TeamSpen's Unified FGD](https://github.com/TeamSpen210/HammerAddons/wiki/Unified-FGD) ||| [@Trico-Everfire](https://github.com/Trico-Everfire) |
| mdlpp | [MDL](https://developer.valvesoftware.com/wiki/MDL_(Source)) v44-49*<br>[VTX](https://developer.valvesoftware.com/wiki/VTX) v7<br>[VVD](https://developer.valvesoftware.com/wiki/VVD) v4 ||| [@craftablescience](https://github.com/craftablescience) |
| vmfpp | [VMF](https://developer.valvesoftware.com/wiki/VMF_(Valve_Map_Format)) ||| [@Galaco](https://github.com/Galaco), [@craftablescience](https://github.com/craftablescience) |
| vtfpp | [VTF](https://developer.valvesoftware.com/wiki/VTF_(Valve_Texture_Format)) v7.0-7.6 ||| [@craftablescience](https://github.com/craftablescience) |

\* *Note that the MDL parser is not complete. It is usable in its current state, but it does not currently parse more complex components like animations. This parser is still in development.*

0 comments on commit ff317fd

Please sign in to comment.