{"id":45765527,"url":"https://github.com/CMR2Decomp/CMR2Decomp","last_synced_at":"2026-03-11T08:01:24.718Z","repository":{"id":311366993,"uuid":"1043497076","full_name":"CMR2Decomp/CMR2Decomp","owner":"CMR2Decomp","description":" A decompilation of Colin McRae Rally 2.0 (PC) (2000) ","archived":false,"fork":false,"pushed_at":"2026-01-22T22:51:11.000Z","size":709,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T15:57:36.429Z","etag":null,"topics":["cmr","cmr2","cmr2decomp","codemasters","colinmcraerally","colinmcraerally2","decomp","decompilation","recomp","recompilation"],"latest_commit_sha":null,"homepage":"https://cmr2decomp.github.io/CMR2Decomp/","language":"HTML","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/CMR2Decomp.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-08-24T01:33:39.000Z","updated_at":"2026-01-23T01:31:51.000Z","dependencies_parsed_at":"2025-08-24T11:23:22.838Z","dependency_job_id":"cf003075-f314-4d07-ba83-ac00b9f38aec","html_url":"https://github.com/CMR2Decomp/CMR2Decomp","commit_stats":null,"previous_names":["cmr2decomp/cmr2decomp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CMR2Decomp/CMR2Decomp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMR2Decomp%2FCMR2Decomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMR2Decomp%2FCMR2Decomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMR2Decomp%2FCMR2Decomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMR2Decomp%2FCMR2Decomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CMR2Decomp","download_url":"https://codeload.github.com/CMR2Decomp/CMR2Decomp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMR2Decomp%2FCMR2Decomp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30375461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":["cmr","cmr2","cmr2decomp","codemasters","colinmcraerally","colinmcraerally2","decomp","decompilation","recomp","recompilation"],"created_at":"2026-02-26T01:00:21.983Z","updated_at":"2026-03-11T08:01:24.713Z","avatar_url":"https://github.com/CMR2Decomp.png","language":"HTML","funding_links":[],"categories":["Nintendo Wii"],"sub_categories":[],"readme":"# CMR2Decomp Project\n\nThis is a very feable attempt at Colin Mcrae Rally 2.0 (PC) decompilation with the help of [reccmp](https://github.com/isledecomp/reccmp) from the Lego Island [isledecomp](https://github.com/isledecomp) folks.\n\nThis is being used to verify accuracy of functions/globals so far. A lot more is known in Ghidra, it's just not been put into this actual source project yet.\n\n## Local Development\n\nThe solution file provided is for use with Visual Studio 2022 and the latest x86 targeting that it comes with. When writing code, keep in mind it needs to be compilable with MSVC6.0 so be careful with what `#include`s you use etc.\n\nIf you really want to compile with MSVC locally then as mentioned below you can use the portable version of [MSVC6.0](https://github.com/itsmattkc/MSVC600).\n\nWhen running this from the root directory of this repository via `cmd.exe`, the compiler flags we are using are as follows:\n\n```\ncall \"\u003cmsvc600_dir\u003e/VC98/bin/cl.exe\" CMR2Decomp/*.cpp /Fe\"build/CMR2.exe\" /O2 /DNDEBUG /Zi /Gz /MD /link user32.lib gdi32.lib advapi32.lib ole32.lib third_party/dx7sdk-7001/lib/dxguid.lib third_party/dx7sdk-7001/lib/dinput.lib third_party/dx7sdk-7001/lib/ddraw.lib /DEBUG /PDB:\"build\\CMR2.pdb\" /SUBSYSTEM:WINDOWS\n```\n\n## GitHub Workflows\n\nHowever, when pushing to this repository it is being compiled with the help of a portable version of [MSVC6.0](https://github.com/itsmattkc/MSVC600). Which we understand is probably the closest compiler we'll get to what was originally used. As you can see from the [reccmp output](https://cmr2decomp.github.io/CMR2Decomp/) the accuracy is much better than when it was compiled with modern day compilers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCMR2Decomp%2FCMR2Decomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCMR2Decomp%2FCMR2Decomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCMR2Decomp%2FCMR2Decomp/lists"}