{"id":51594427,"url":"https://github.com/cfryerdev/rv-there-yet-save-editor","last_synced_at":"2026-07-11T17:02:38.679Z","repository":{"id":322371556,"uuid":"1089210166","full_name":"cfryerdev/RV-There-Yet-Save-Editor","owner":"cfryerdev","description":"Save Editor for RV There Yet v1.0","archived":false,"fork":false,"pushed_at":"2025-11-15T19:59:21.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-15T21:20:08.557Z","etag":null,"topics":["rv-there-yet","save-editor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfryerdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-04T03:14:58.000Z","updated_at":"2025-11-15T20:00:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cfryerdev/RV-There-Yet-Save-Editor","commit_stats":null,"previous_names":["cfryerdev/rv-there-yet-save-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cfryerdev/RV-There-Yet-Save-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfryerdev%2FRV-There-Yet-Save-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfryerdev%2FRV-There-Yet-Save-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfryerdev%2FRV-There-Yet-Save-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfryerdev%2FRV-There-Yet-Save-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfryerdev","download_url":"https://codeload.github.com/cfryerdev/RV-There-Yet-Save-Editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfryerdev%2FRV-There-Yet-Save-Editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35368768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["rv-there-yet","save-editor"],"created_at":"2026-07-11T17:02:37.448Z","updated_at":"2026-07-11T17:02:38.674Z","avatar_url":"https://github.com/cfryerdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RV There Yet Save Game Editor - Sample Project\n\nWelcome! This package contains everything you need to edit your Ride save files. Note: This is just a tech demo of having Claude attempt at looking at a save file for a game it does not know, do an analysis, and build a save editor. Its also rather amusing that it thinks EpicPens are currency/money or something lol\n\n## 📦 What's Included\n\n### 📄 Documentation\n- [QUICK_REFERENCE.txt](/docs/QUICK_REFERENCE.txt) - Fast lookup table\n- [MEMORY_MAP.txt](/docs/MEMORY_MAP.txt) - Visual file structure\n\n### 🛠️ Tools\n- **interactive_editor.py** - Edit with guided options\n\n## 🚀 Quick Start\n\nPut your save file into the /saves directory, then:\n\n```bash\npython3 interactive_editor.py\n```\nChoose from 6 modification options:\n1. Max HealthPacks\n2. Max Parts\n3. Repair Vehicle\n4. Reset Progress\n5. God Mode (all of the above)\n6. Set Progress Checkpoint (custom value 1-17)\n\n### Want full control? (Hex Editor)\nUse any hex editor (HxD, 010 Editor, etc.) and:\n1. Open your save file\n2. Check **QUICK_REFERENCE.txt** for offsets\n3. Edit the values you want\n4. Save\n\n\n## ⚠️ Before You Start\n\n1. **Backup your save file!** Cannot stress this enough.\n2. **Close the game** before editing\n3. **Test small changes first** to be safe\n\n## 💾 Save File Location\n\n**Windows:**\n```\n%LOCALAPPDATA%\\RideGamejam\\Saved\\SaveGames\\\n```\n\n**Linux (Steam/Proton):**\n```\n~/.steam/steam/steamapps/compatdata/[APPID]/pfx/drive_c/users/steamuser/AppData/Local/RideGamejam/Saved/SaveGames/\n```\n\n## ⚙️ Requirements\n\n**For Python scripts:**\n- Python 3.6 or higher\n- No external dependencies needed (uses built-in modules)\n\n**Package Version:** 1.0\n**Last Updated:** November 2024\n**Game:** Ride (RideGamejam)\n\nHappy editing! 🎮✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfryerdev%2Frv-there-yet-save-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfryerdev%2Frv-there-yet-save-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfryerdev%2Frv-there-yet-save-editor/lists"}