mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -04:00
Remove assets folder, use more std::filesystem (#1575)
* Remove assets folder, use more std::filesystem * windows fix * another one for windows * another one * better system for different folders * rm debugging stuff * let extractor override everything * dont revert jak1 change
This commit is contained in:
@@ -15,6 +15,7 @@ void build_dgo(const DgoDescription& description) {
|
||||
writer.add_cstr_len(description.dgo_name.c_str(), 60);
|
||||
|
||||
for (auto& obj : description.entries) {
|
||||
// todo: hardcoded out
|
||||
auto obj_data =
|
||||
file_util::read_binary_file(file_util::get_file_path({"out", "obj", obj.file_name}));
|
||||
// size
|
||||
|
||||
Reference in New Issue
Block a user