{"id":18437512,"url":"https://github.com/felixwolf/furcadia-mod-loader","last_synced_at":"2025-04-14T13:11:05.024Z","repository":{"id":256740372,"uuid":"852991385","full_name":"FelixWolf/furcadia-mod-loader","owner":"FelixWolf","description":"Furcadia mod loader","archived":false,"fork":false,"pushed_at":"2024-09-12T10:11:33.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T10:42:16.974Z","etag":null,"topics":["dll-hijacking","dll-hooking","furcadia","mod","modloader"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixWolf.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"softhyena"}},"created_at":"2024-09-05T19:32:47.000Z","updated_at":"2024-09-12T10:11:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"56c93af9-f391-4e27-8019-ac5156d54796","html_url":"https://github.com/FelixWolf/furcadia-mod-loader","commit_stats":null,"previous_names":["felixwolf/furcadia-mod-loader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWolf%2Ffurcadia-mod-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWolf%2Ffurcadia-mod-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWolf%2Ffurcadia-mod-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWolf%2Ffurcadia-mod-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixWolf","download_url":"https://codeload.github.com/FelixWolf/furcadia-mod-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886327,"owners_count":21177643,"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":["dll-hijacking","dll-hooking","furcadia","mod","modloader"],"created_at":"2024-11-06T06:15:04.091Z","updated_at":"2025-04-14T13:11:04.362Z","avatar_url":"https://github.com/FelixWolf.png","language":"C++","funding_links":["https://patreon.com/softhyena"],"categories":[],"sub_categories":[],"readme":"# Furcadia Mod Loader\nMod loader for Furcadia!\n\nSome of those may remember Furnarchy back in the day. This is similar to that,\n as in it will hook into Furcadia.\u003cbr/\u003e\nThe difference here is that instead of patching the executable, we use a method\n called DLL hijacking / forwarding. This works putting wsock32.dll in the\n Furcadia install directory, and then forwarding the wsock32 functions from the\n real module into our new module.\u003cbr/\u003e\nOur new module, while forwarding wsock32 functions, has additional features,\n that let us load additional plugins.\n\n## How it (will) works\nWhen the module is hooked into furcadia, it add the following commands:\n* \u003ccode\u003e`mod enable \\\u003cname\u003e\u003c/code\u003e - Load (if not already loaded) and enable a module\n* \u003ccode\u003e`mod disable \\\u003cname\u003e\u003c/code\u003e - Unload (if loaded) and disable a module\n* \u003ccode\u003e`mod load \\\u003cname\u003e\u003c/code\u003e - Load a module for the current session\n* \u003ccode\u003e`mod unload \\\u003cname\u003e\u003c/code\u003e - Unload a module for the current session\n* \u003ccode\u003e`mod reload \\\u003cname\u003e\u003c/code\u003e - Reload a module\n* \u003ccode\u003e`mod list\u003c/code\u003e - List modules (and show which ones are enabled)\n\nThis will load modules from `My Documents/Furcadia/plugins/`, which can also be\n changed by changing the `pluginlist.txt` file in this directory.\n\nModules can then do whatever they want to do by interacting with the endpoints\n created by the mod loader.\n\n## (To be) Included modules\nThe mod loader will come with a few modules, including:\n* `ctrl_a_fix.dll` - Switch around CTRL + A and CTRL + SHIFT + A, so that CTRL + A is select all, and CTRL + SHIFT + A is \"Go to allegria\".","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixwolf%2Ffurcadia-mod-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixwolf%2Ffurcadia-mod-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixwolf%2Ffurcadia-mod-loader/lists"}