{"id":17017027,"url":"https://github.com/steviegt6/gamemaker","last_synced_at":"2026-05-06T22:31:11.671Z","repository":{"id":180599415,"uuid":"657784916","full_name":"steviegt6/gamemaker","owner":"steviegt6","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-25T21:43:56.000Z","size":2709,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T10:31:41.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/steviegt6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPL","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},"funding":{"patreon":"steviegt6","ko_fi":"steviegt6"}},"created_at":"2023-06-23T21:07:47.000Z","updated_at":"2023-12-24T23:39:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8216e7d-5b70-4aa7-8120-487a0e4aea91","html_url":"https://github.com/steviegt6/gamemaker","commit_stats":null,"previous_names":["steviegt6/gamemaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steviegt6/gamemaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steviegt6%2Fgamemaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steviegt6%2Fgamemaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steviegt6%2Fgamemaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steviegt6%2Fgamemaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steviegt6","download_url":"https://codeload.github.com/steviegt6/gamemaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steviegt6%2Fgamemaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32714688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":[],"created_at":"2024-10-14T06:35:33.823Z","updated_at":"2026-05-06T22:31:11.653Z","avatar_url":"https://github.com/steviegt6.png","language":"C++","funding_links":["https://patreon.com/steviegt6","https://ko-fi.com/steviegt6"],"categories":[],"sub_categories":[],"readme":"# gamemaker\n\nThis is a monorepository for GameMaker reverse engineering.\n\n# Tomat.GameMaker\n\nVarious GameMaker-related projects and utilities. The main project is `Tomat.GameMaker.IFF`, which is a feature-complete GameMaker IFF/WAD serializer and deserializer.\n\nTechnically, it should be capable of arbitrary modifications; it lacks helper utilities for convenient editing, but oh well!\n\n# Tomat.GameBreaker\n\nYYC-compatible runtime modding API and mod loader.\n\n## Building\n\nI personally use MSVC for compiling `Tomat.GameBreaker.Host`, you'll have to write your own build scripts if you don't want to use MSBuild.\n\nOnce built, add it to the folder with the game you wish to mod and rename the dll to `dbgcore.dll` (for proxying). Also be sure to copy nethost.dll.\n\nYou'll need .NET 7 installed, too, of course.\n\nYou'll want to add a file named `gamebreaker.json` to the game you want to mod; since you're building yourself, you'll want to specify output directories (these are my personal settings):\n\n```json\n{\n    \"actAsUniprox\": true,\n    \"dotnet_runtimeconfig_path\": \"C:\\\\Users\\\\xxlen\\\\Documents\\\\Repositories\\\\steviegt6\\\\gamemaker\\\\src\\\\Tomat.GameBreaker.ManagedHost\\\\bin\\\\Debug\\\\net7.0\\\\Tomat.GameBreaker.ManagedHost.runtimeconfig.json\",\n    \"dotnet_assembly_path\": \"C:\\\\Users\\\\xxlen\\\\Documents\\\\Repositories\\\\steviegt6\\\\gamemaker\\\\src\\\\Tomat.GameBreaker.ManagedHost\\\\bin\\\\Debug\\\\net7.0\\\\Tomat.GameBreaker.ManagedHost.dll\"\n}\n```\n\nMake sure they point to the build output of `Tomat.GameBreaker.ManagedHost` (which you can build normally).\n\nOnce this is done, you should be able to run the game with GameBreaker injected.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteviegt6%2Fgamemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteviegt6%2Fgamemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteviegt6%2Fgamemaker/lists"}