-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ddeefd
commit 552f517
Showing
10 changed files
with
23,330 additions
and
6,611 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
Run template on shader, run extractor script | ||
|
||
Run slimshader on the dir of the extracted shaders to convert them to src. | ||
Run the python list bindings and shader extractor to create the template. | ||
Run the cstruct converter on the template truncated without the prologue | ||
Run Material Enumeration | ||
cd /d E:\MHW Shader Research\MHW-Research\old_shdr | ||
"E:\MHW Shader Research\MHW-Research\slimshader\SlimShader.Studio.exe" * | ||
|
||
Run the python list bindings | ||
Run the material enumeration | ||
Fetch classes to create the template. | ||
|
||
Run the cstruct converter | ||
Run Material Enumeration (Maptype Generator) |
Oops, something went wrong.