{"id":28447677,"url":"https://github.com/shadelessfox/odradek","last_synced_at":"2026-04-02T12:29:48.564Z","repository":{"id":296309195,"uuid":"972305826","full_name":"ShadelessFox/odradek","owner":"ShadelessFox","description":"A Horizon Forbidden West asset viewer and extractor","archived":false,"fork":false,"pushed_at":"2026-03-26T00:07:12.000Z","size":4129,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-26T05:15:10.665Z","etag":null,"topics":["horizon-forbidden-west","modding-tools"],"latest_commit_sha":null,"homepage":"https://discord.gg/Gt4gkMwadB","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadelessFox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-24T21:29:13.000Z","updated_at":"2026-03-26T00:07:16.000Z","dependencies_parsed_at":"2025-05-30T01:32:02.270Z","dependency_job_id":"6039de7b-3027-4535-aa02-d37da77d9873","html_url":"https://github.com/ShadelessFox/odradek","commit_stats":null,"previous_names":["shadelessfox/odradek"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ShadelessFox/odradek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadelessFox%2Fodradek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadelessFox%2Fodradek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadelessFox%2Fodradek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadelessFox%2Fodradek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadelessFox","download_url":"https://codeload.github.com/ShadelessFox/odradek/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadelessFox%2Fodradek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31306039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["horizon-forbidden-west","modding-tools"],"created_at":"2025-06-06T12:06:24.504Z","updated_at":"2026-04-02T12:29:48.553Z","avatar_url":"https://github.com/ShadelessFox.png","language":"Java","funding_links":["https://ko-fi.com/shadelessfox"],"categories":[],"sub_categories":[],"readme":"[![Build](https://img.shields.io/github/actions/workflow/status/ShadelessFox/odradek/build.yml?logo=githubactions\u0026logoColor=white\u0026label=Build)](https://github.com/ShadelessFox/odradek/actions/workflows/build.yml)\n[![Discord](https://img.shields.io/discord/1012475585605414983?label=Chat\u0026logo=discord\u0026logoColor=white)](https://discord.gg/Gt4gkMwadB)\n[![Support](https://img.shields.io/badge/Support-Ko--fi-blue?logo=kofi\u0026logoColor=white)](https://ko-fi.com/shadelessfox)\n\n# Odradek\n\nThis is a reincarnation of [Decima Workshop](https://github.com/ShadelessFox/decima), a modding tool\nfor Horizon Zero Dawn and Death Stranding.\n\nOdradek targets **Horizon Forbidden West** and **Death Stranding 2** in an attempt to come up with something that could be useful for modders.\n\n\u003e [!IMPORTANT]\n\u003e \n\u003e A separate build targeting **Death Stranding 2** is now available [here](https://github.com/ShadelessFox/odradek/releases/tag/v1.0).\n\n### Features\n- Preview for static and skinned models; export to `.cast`\n- Preview for regular and animated textures; export to `.dds`, `.png`\n- Audio playback; export to `.wav`\n- Rich object inspector that utilizes type information\n- Command-line interface with the export functionality fully exposed\n\n### Building\n\n\u003e [!TIP]\n\u003e Prebuilt binaries can be downloaded from [Actions](https://github.com/ShadelessFox/odradek/actions/workflows/build.yml).\n\n#### Prerequisites\n\n- Make sure you have **JDK 25** installed; [Adoptium](https://adoptium.net/temurin/releases/?arch=x64\u0026version=17\u0026package=jdk) is recommended for use\n- Make sure you have **Git** installed\n\nOpen the terminal and execute the following commands:\n1. `git clone https://github.com/ShadelessFox/odradek --recursive`\n2. `cd odradek`\n3. `./mvnw clean package`\n\nReady-to-use distributions can be found under the `odradek-app/target/dist` directory.\n\n#### Troubleshooting\n\n\u003cdetails\u003e\n\u003csummary\u003eModule sh.adelessfox.atrac9j not found\u003c/summary\u003e\nMake sure you cloned the repository with the `--recursive` flag, or run the following command in the root directory of the project:\n\n```bash\ngit submodule update --init --recursive\n```\n\nThen refresh the Maven project in IntelliJ IDEA and make sure `sh.adelessfox:atrac9j` project is **not** marked as _ignored_.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003ePreview features are not enabled\u003c/summary\u003e\nYou will need to supply a compiler flag  in IntelliJ IDEA's settings to make this error go away.\n\nGo to _File | Settings | Build, Execution, Deployment | Compiler_\nand set **___Shared VM options___** to `--enable-preview`.\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCannot resolve symbol 'HorizonForbiddenWest'\u003c/summary\u003e\nIntelliJ IDEA refuses to provide code analysis for generated RTTI classes due to the enormous size of the generated\ncode, and all references will be highlighted in _red_. The project will still compile and launch just fine.\n\nTo fix this, go to **Help -\u003e Edit Custom Properties** and add the following lines:\n\n```properties\nidea.max.content.load.filesize=10000\nidea.max.intellisense.filesize=10000\n```\n\nThen restart the IDE.\n\u003c/details\u003e\n\n## License\nThis project is licensed under the GPL-3.0 license.\n\nThis project is not sponsored by or related to Guerrilla Games, Kojima Productions, Sony Interactive Entertainment, or others.\n\nSource code and all software made with Decima engine belong to their developers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadelessfox%2Fodradek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadelessfox%2Fodradek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadelessfox%2Fodradek/lists"}