{"id":15010834,"url":"https://github.com/solsticegamestudios/gmodcefcodecfix","last_synced_at":"2025-05-15T19:03:27.209Z","repository":{"id":40347046,"uuid":"192249688","full_name":"solsticegamestudios/GModCEFCodecFix","owner":"solsticegamestudios","description":"🛠 Automatic Patching/Updating of GMod CEF. Also fixes macOS/Linux launch issues. And missing main menu issues.","archived":false,"fork":false,"pushed_at":"2025-04-07T19:54:30.000Z","size":347746,"stargazers_count":513,"open_issues_count":18,"forks_count":23,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-08T01:35:18.266Z","etag":null,"topics":["cef","chromium","garry-s","gmod","mod"],"latest_commit_sha":null,"homepage":"","language":"Python","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/solsticegamestudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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":{"custom":["https://www.solsticegamestudios.com/donate/"]}},"created_at":"2019-06-17T00:26:16.000Z","updated_at":"2025-04-07T19:54:33.000Z","dependencies_parsed_at":"2023-09-25T22:25:46.714Z","dependency_job_id":"b14cdcff-c930-40c4-860d-f9752a679bae","html_url":"https://github.com/solsticegamestudios/GModCEFCodecFix","commit_stats":null,"previous_names":["solsticegamestudios/gmodpatchtool","solsticegamestudios/gmodcefcodecfix"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsticegamestudios%2FGModCEFCodecFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsticegamestudios%2FGModCEFCodecFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsticegamestudios%2FGModCEFCodecFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsticegamestudios%2FGModCEFCodecFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solsticegamestudios","download_url":"https://codeload.github.com/solsticegamestudios/GModCEFCodecFix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247761051,"owners_count":20991531,"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":["cef","chromium","garry-s","gmod","mod"],"created_at":"2024-09-24T19:36:27.990Z","updated_at":"2025-04-08T01:35:25.156Z","avatar_url":"https://github.com/solsticegamestudios.png","language":"Python","funding_links":["https://www.solsticegamestudios.com/donate/"],"categories":[],"sub_categories":[],"readme":"# GModPatchTool / GModCEFCodecFix\n\n![GModPatchTool](GModPatchToolLogo.png)\n\n***GModPatchTool** does what Facepunch [don't](https://github.com/Facepunch/gmod-html/pull/3)!*\n\nAutomatically patches [Garry's Mod](https://gmod.facepunch.com/)'s internal [Chromium Embedded Framework](https://en.wikipedia.org/wiki/Chromium_Embedded_Framework) to:\n- Bring CEF up to date\n- Fix GMod missing menu/launch issues on macOS and Linux\n- Enable [Proprietary Video/Audio codec](https://www.chromium.org/audio-video), like H.264 (MP4) and AAC, support\n- Enable [Widevine](https://www.widevine.com) support (but [no VMP](https://github.com/solsticegamestudios/GModPatchTool/issues/100), so Netflix et al. don't work currently...)\n- Enable Software WebGL\n- Enable partial GPU acceleration\n\n**Created by Solstice Game Studios (www.solsticegamestudios.com)**\n\n# ❓ Players: How to use\nDownload the **[Latest Release](https://github.com/solsticegamestudios/GModPatchTool/releases)** and run the application.\n\nNeed a more in-depth guide? Take a look at https://www.solsticegamestudios.com/fixmedia/\n\n# 👩‍💻 Developers: How to use\nDirect players to follow the Players' instructions above. This patch is CLIENTSIDE only!\n\n**To Detect Patched CEF:** Check out our [Lua detection example](detection_example.lua).\n\n\u003e [!WARNING]\n\u003e Our  CEF builds have Site Isolation enabled, which means **you must pay attention to where you're calling JavaScript-related DHTML functions!**\n\u003e\n\u003e If you call [DHTML.AddFunction](https://wiki.facepunch.com/gmod/DHTML:AddFunction), [DHTML.QueueJavascript](https://wiki.facepunch.com/gmod/DHTML:QueueJavascript), or [DHTML.RunJavascript](https://wiki.facepunch.com/gmod/Panel:RunJavascript) before the page begins loading, it WILL NOT WORK! Make sure you're calling them in [DHTML.OnBeginLoadingDocument](https://wiki.facepunch.com/gmod/Panel:OnBeginLoadingDocument) or later.\n\u003e\n\u003e Site Isolation destroys JavaScript state is on navigation like how real web browsers work.\n\u003e\n\u003e This tool includes a patch for mainmenu.lua that addresses GMod's own issues not using the correct approach, but **this is a breaking change** for any addon that doesn't handle HTML panel states properly for JS.\n\n**If you want to go more in-depth:** Check out [our fork of gmod-html](https://github.com/solsticegamestudios/gmod-html) and [our CEF build scripts](cef_build).\n\n# 📢 Need Help / Contact Us\n* Read the FAQ: https://www.solsticegamestudios.com/fixmedia/faq/\n* Discord: https://www.solsticegamestudios.com/discord/\n* Email: contact@solsticegamestudios.com\n\n# 💖 Help Support Us\nThis project is open source and provided free of charge for the Garry's Mod community.\n\n**If you like what we're doing here, consider [throwing a few dollars our way](https://www.solsticegamestudios.com/donate/)!** Our work is 100% funded by users of the tool!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolsticegamestudios%2Fgmodcefcodecfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolsticegamestudios%2Fgmodcefcodecfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolsticegamestudios%2Fgmodcefcodecfix/lists"}