Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you have .NET installed, you can build and run this:

# for a single file
dotnet run -c Release -- "path/to/foo.ytyp" --out "path/to/out_dir" --overwrite --lua

# for an entire folder (recursively)
dotnet run -c Release -- "path/to/folder" --out "path/to/out_dir" --overwrite --lua

If you have Visual Studio 2022 installed, I included a .sln for it too so you can just double-click it and select Build, Build Solution. This will produce a binary folder in bin\Release\net8.0\.

In order to make this a little bit more accessible, I've included some CodeWalker.Core.dll and SharpDX.Mathematics.dll for which all rights are held by the CodeWalker development team. The build supplied have assemblies from the r48 build of CodeWalker.

About

Initial commit of a project to help people make/update YTYPs via LUA code that can later be better protected

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages