{"id":19211334,"url":"https://github.com/truebrain/openttd-savegame-reader","last_synced_at":"2025-07-26T18:07:50.626Z","repository":{"id":147275788,"uuid":"373834408","full_name":"TrueBrain/OpenTTD-savegame-reader","owner":"TrueBrain","description":"Python/Rust/React-based savegame reader for OpenTTD","archived":false,"fork":false,"pushed_at":"2024-07-11T19:35:58.000Z","size":3060,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T02:53:33.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TrueBrain.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}},"created_at":"2021-06-04T12:27:19.000Z","updated_at":"2024-07-11T19:33:48.000Z","dependencies_parsed_at":"2024-11-09T13:42:15.263Z","dependency_job_id":null,"html_url":"https://github.com/TrueBrain/OpenTTD-savegame-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2FOpenTTD-savegame-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2FOpenTTD-savegame-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2FOpenTTD-savegame-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2FOpenTTD-savegame-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueBrain","download_url":"https://codeload.github.com/TrueBrain/OpenTTD-savegame-reader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249933546,"owners_count":21347698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T13:42:10.672Z","updated_at":"2025-04-20T17:32:42.740Z","avatar_url":"https://github.com/TrueBrain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTTD Savegame Reader\n\nThis is a very early version of an OpenTTD Savegame Reader.\n\nIt depends on a new savegame iteration which prefixes all chunks with a header.\nChunks that do not have a header, are reported as `unsupported`.\n\n## Python\n\n### Installation\n\n```bash\npython3 -m venv .env\n.env/bin/pip install -r requirements.txt\n```\n\n### Usage\n\n#### CLI-based interactive view\n\n```bash\n.env/bin/python -m savegame_reader \u003clocation-of-your-savegame\u003e\n```\n\n![image](docs/example.png)\n\n#### Export to JSON\n\n```bash\n.env/bin/python -m savegame_reader --export-json \u003clocation-of-your-savegame\u003e\n```\n\n## Rust / Web\n\n### Installation (Rust)\n\nHave latest rust installed, and install `wasm-pack` (with `cargo install wasm-pack`).\n\n```bash\ncd webapp/xz-rust\nwasm-pack build --release\n```\n\n### Installation (Web)\n\n(depends on Rust)\n\n```bash\ncd webapp/web\nnpm install\nNODE_OPTIONS=--openssl-legacy-provider npm run build\n```\n\nAlternatively for the last step, you can do `NODE_OPTIONS=--openssl-legacy-provider npm run start` for development.\n\n(the `NODE_OPTIONS=--openssl-legacy-provider` is needed as this project isn't upgraded to React 18 yet).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruebrain%2Fopenttd-savegame-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruebrain%2Fopenttd-savegame-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruebrain%2Fopenttd-savegame-reader/lists"}