{"id":16086065,"url":"https://github.com/jayfoxrox/swe1r-patcher","last_synced_at":"2025-03-18T06:30:38.528Z","repository":{"id":77255855,"uuid":"133427962","full_name":"JayFoxRox/swe1r-patcher","owner":"JayFoxRox","description":"swe1r-patcher enhances your \"Star Wars Episode 1: Racer\" (SWE1R) experience","archived":false,"fork":false,"pushed_at":"2019-02-25T22:39:19.000Z","size":634,"stargazers_count":24,"open_issues_count":12,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T17:41:59.164Z","etag":null,"topics":["dinput","episode","gog","hook","loader","lucasarts","mod","multiplayer","openswe1r","patcher","racer","star","steam","swe1r","wars"],"latest_commit_sha":null,"homepage":"","language":"C","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/JayFoxRox.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}},"created_at":"2018-05-14T22:21:58.000Z","updated_at":"2025-03-14T00:51:56.000Z","dependencies_parsed_at":"2023-02-23T17:15:34.634Z","dependency_job_id":null,"html_url":"https://github.com/JayFoxRox/swe1r-patcher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fswe1r-patcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fswe1r-patcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fswe1r-patcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fswe1r-patcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayFoxRox","download_url":"https://codeload.github.com/JayFoxRox/swe1r-patcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244169252,"owners_count":20409687,"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":["dinput","episode","gog","hook","loader","lucasarts","mod","multiplayer","openswe1r","patcher","racer","star","steam","swe1r","wars"],"created_at":"2024-10-09T13:10:22.360Z","updated_at":"2025-03-18T06:30:38.523Z","avatar_url":"https://github.com/JayFoxRox.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swe1r-patcher\n\n\nswe1r-patcher enhances your \"Star Wars Episode 1: Racer\" (SWE1R) experience:\n\n- Higher resolution fonts\n- Allow upgraded podracers in multiplayer\n- Disable player collisions in multiplayer\n- Enable new debug features\n- ...\n\n\n**If you like my software, you can make a donation to me; more information:**\n\nhttp://jannikvogel.de/\n\n\n## Compatible game versions\n\nThis software has been tested with all variants of the 1.1 US release.\n\nThis includes the GOG.com and Steam re-releases.\n\n\n## Installation instructions for Windows users\n\nThere are different methods to use swe1r-patcher, each has it's own benefits and drawbacks.\n\n### DLL method (recommended)\n\nThis method sits between DirectX and the game to wait until the game is about to begin.\nThis makes it compatible with the Steam release, as it happens after DRM checks.\nHowever, it might be incompatible with other software that uses the same trick.\n\n- Copy \"dinput.dll\" and \"textures\" folder into your game directory.\n- Run `swep1rcr.exe` to start the game.\n\n### Loader method\n\nThis manually modifies the game in memory.\nDue to security restrictions, this does not work for everyone.\nAlso, because the modifications happen very early, it's incompatible with the Steam release.\n\n- Copy \"swe1r-loader.exe\" and \"textures\" folder into your game directory (must contain \"swep1rcr.exe\").\n- Run `swe1r-loader.exe` to start the game.\n\n### Patcher method\n\nThis changes your \"swep1rcr.exe\" file permanently.\nBecause this method does not run the game directly, the patcher also works on macOS and Linux.\nHowever, it is compatible with other hacks, but incompatible with the Steam release because of DRM checks.\n\n- Make a backup copy of your \"swep1rcr.exe\".\n- Run `swe1r-patcher.exe \u003cpath-to-your-swep1rcr.exe\u003e`.\n- Run `swep1rcr.exe` to start the game.\n\n\n## Build instructions for software developers\n\n**The source code can be found on GitHub:**\n\nhttps://github.com/JayFoxRox/swe1r-patcher\n\n\n### Windows (MSYS2)\n\nRun the following in a MinGW32 Shell:\n\n```\npacman -S git mingw32/mingw-w64-i686-cmake mingw32/mingw-w64-i686-gcc\ngit clone https://github.com/JayFoxRox/swe1r-patcher.git\ncd swe1r-patcher\nmkdir build\ncd build\ncmake .. -G \"MSYS Makefiles\"\nmake\n```\n\n### macOS / Linux\n\nIt is assumed you have git, cmake and a compatible compiler installed.\n\n```\ngit clone https://github.com/JayFoxRox/swe1r-patcher.git\ncd swe1r-patcher\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n\n## License\n\n### Code and documentation\n\n**(c)2019 Jannik Vogel**\n\n\nNo commercial use allowed; all rights reserved.\n\nYou are only allowed to download, compile and run this software.\n\nFurther **distribution is not allowed**.\n\nThe code which is patched into the **output file is licensed under the same conditions**.\n\n**Therefore, you have no right to restribute the softwares output**.\n\n\n### Font artwork\n\n**(c)2018 Jordan Blackburn**\n\n\nAll font artwork is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/).\n\nIn particular, the font artwork is found in the files with filenames matching the pattern `font*.png` and `font*.data`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfoxrox%2Fswe1r-patcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayfoxrox%2Fswe1r-patcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfoxrox%2Fswe1r-patcher/lists"}