Tools/AshDumpTool: Difference between revisions
Appearance
< Tools
Added Tools/AshDumpTool |
No edit summary |
||
Line 1: | Line 1: | ||
'''AshDumpTool''' is a pack of tools used to convert from a non-human readable format to a more human readable format such as [[wikipedia:XML|XML]]. | '''AshDumpTool''' is a pack of tools used to convert from a non-human readable format to a more human readable format such as [[wikipedia:XML|XML]]. | ||
''Requires [https://dotnet.microsoft.com/en-us/download/dotnet/7.0 .NET 7.0 Runtime]'' | |||
[https://github.com/Ashrindy/AshDumpLib/releases Can be found here!] | |||
== Supported formats == | |||
* [[Resources/Particle Location|Particle Location (.effdb)]] | |||
* [[Resources/Model Pointcloud|Model Pointcloud (.pcmodel)]] | |||
* [[Resources/Collision Pointcloud|Collision Pointcloud (.pccol)]] | |||
* [[Resources/Light Pointcloud|Light Pointcloud (.pcrt)]] | |||
* [[Resources/Density Point Cloud|Density Point Cloud (.densitypointcloud)]] | |||
* [[Resources/ObjectWorld / GEdit|ObjectWorld (.gedit)]] |
Revision as of 18:02, 6 January 2025
AshDumpTool is a pack of tools used to convert from a non-human readable format to a more human readable format such as XML.
Requires .NET 7.0 Runtime