Skip to content

Commit

Permalink
chore: improve file format table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed May 29, 2024
1 parent 965d1eb commit a78fdeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Looking for more parsers in this vein? Try my other project which relies on this

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

0 comments on commit a78fdeb

Please sign in to comment.