jak-project/goalc/make
Hat Kid 62ef9fe49d
[wip] build actor tool (#3266)
This does a couple of things:

- The `custom_levels` folder was renamed to `custom_assets` and contains
`levels`, `models` and `texture_replacements` folders for Jak 1, 2 and 3
in order to keep everything regarding custom stuff in one place.
- With this, texture replacements now use separate folders for all games
- A build actor tool was added that generates art groups for custom
actors
- Custom levels can now specify what custom models from the `models`
folder they want to import, this will add them to the level's FR3.
- A `test-zone-obs.gc` file was added, containing a `test-actor` process
that uses a custom model as an example.

The build actor tool is still very WIP, the joints and the default
animation are hardcoded, but it allows for importing any GLB file as a
merc model.
2024-05-18 18:18:25 +02:00
..
CompilerReport.h goalc: add a performance report feature (#3519) 2024-05-15 22:52:16 -04:00
MakeSystem.cpp [wip] build actor tool (#3266) 2024-05-18 18:18:25 +02:00
MakeSystem.h goalc: add a performance report feature (#3519) 2024-05-15 22:52:16 -04:00
Tool.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
Tool.h [jak2] support for multiple out/ directories (#1585) 2022-06-30 21:11:58 -04:00
Tools.cpp [wip] build actor tool (#3266) 2024-05-18 18:18:25 +02:00
Tools.h [wip] build actor tool (#3266) 2024-05-18 18:18:25 +02:00