{"id":21092711,"url":"https://github.com/xoascf/zeldasavetool","last_synced_at":"2025-07-26T18:04:16.567Z","repository":{"id":47194705,"uuid":"515929185","full_name":"xoascf/ZeldaSaveTool","owner":"xoascf","description":"A small tool that converts Ocarina of Time save files (console or emulator) into PC port compatible and vice versa.","archived":false,"fork":false,"pushed_at":"2025-02-25T10:43:32.000Z","size":90,"stargazers_count":14,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T02:11:11.727Z","etag":null,"topics":["converter","nintendo-64","ocarina-of-time","save","zelda"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xoascf.png","metadata":{"files":{"readme":"README-es.adoc","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":"2022-07-20T10:07:30.000Z","updated_at":"2025-03-15T17:54:06.000Z","dependencies_parsed_at":"2025-02-25T11:38:34.046Z","dependency_job_id":null,"html_url":"https://github.com/xoascf/ZeldaSaveTool","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/xoascf%2FZeldaSaveTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoascf%2FZeldaSaveTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoascf%2FZeldaSaveTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoascf%2FZeldaSaveTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoascf","download_url":"https://codeload.github.com/xoascf/ZeldaSaveTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254546792,"owners_count":22089206,"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":["converter","nintendo-64","ocarina-of-time","save","zelda"],"created_at":"2024-11-19T21:56:09.069Z","updated_at":"2025-05-16T14:31:27.175Z","avatar_url":"https://github.com/xoascf.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":":proj-name: Zelda Save Tool\n:proj-handle: ZeldaSaveTool\n:proj-desc: Conversor de guardados de OoT para PC Port\n:proj-logo: ./Logo.svg\n:proj-repo: xoascf/{proj-handle}\n:!showtitle:\n:icons: font\n:!toc-title:\n:uri-gh: https://github.com\n:uri-repo: {uri-gh}/{proj-repo}\n:uri-licence: {uri-repo}/blob/master/LICENSE\n:uri-ci: {uri-repo}/actions/workflows/build.yml\n:uri-shields: https://img.shields.io\n:img-licence-badge: {uri-shields}/github/license/{proj-repo}.svg?label=Licencia\n:img-ci-badge: {uri-shields}/github/actions/workflow/status/{proj-repo}/build.yml?label=Estado de compilación\n\n= {proj-name}\n\nifdef::env-github[]\n[subs=attributes+]\n++++\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"{uri-repo}\"\u003e \u003cimg src=\"{proj-logo}\" width=\"256\" height=\"256\"\u003e\u003c/a\u003e\n   \u003ch1\u003e{proj-name}\u003c/h1\u003e\n   \u003ch3\u003e{proj-desc}\u003c/h3\u003e\n   \u003cbr /\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"{uri-licence}\"\u003e\n    \u003cimg src=\"{img-licence-badge}\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"{url-ci}\"\u003e\n    \u003cimg src=\"{img-ci-badge}\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n++++\nendif::[]\n\nifndef::env-github[]\nimage::{proj-logo}[{proj-name}, align=center, link=\"{uri-repo}\"]\n\n[.text-center]\n[.lead]\n*{proj-name}*\n\n[.text-center]\n{proj-desc}\n\n[.text-center]\nimage:{img-licence-badge}[Licencia, align=center, link=\"{uri-licence}\"]\nimage:{img-ci-badge}[Estado de compilación (GitHub Actions), align=center, link=\"{url-ci}\"]\nendif::[]\n\nArrastre su guardado a la ventana del programa y especifique dónde guardar el archivo convertido.\n\n== Cómo funciona\n{proj-name} determina el orden de los bytes del archivo de guardado, corrige el nombre para que pueda ser exportado para NTSC o PAL y lo convierte al formato especificado para PC Port, emulador, etc.\n\n== Notas\nEste programa es todavía experimental, y puede que no conserve algunos objetos o el progreso de ciertas mazmorras al convertir los guardados, {uri-repo}/issues/new/choose[informe de cualquier problema relacionado^].\n\n.Formatos compatibles:\n* Archivos de guardado de emulador (*.sra) de cualquier versión del juego original NTSC y PAL.\n* Archivos de guardado de PC Port (*.sav) para {uri-gh}/blawar/ooot[Open Ocarina^] (oot.sav) y {uri-gh}/HarbourMasters/Shipwright[Ship of Harkinian^] (oot_save.sav).\n\n== Requisitos\n*.NET 8.0*: https://dotnet.microsoft.com/download/dotnet/8.0/runtime\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoascf%2Fzeldasavetool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoascf%2Fzeldasavetool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoascf%2Fzeldasavetool/lists"}