- Notifications
You must be signed in to change notification settings - Fork3
ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and add-on support.
License
ReGuilded/ReGuilded
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.
NOTE: ReGuilded isn't fully stable and you may encounter some bugs or shortcomings. We are looking for more contributors working on ReGuilded.
You can use the Easy Installer located on ourwebsite.Alternatively, you can also download it fromgithub.
ReGuilded is not associated with Guilded in any capacity. We have sought permission, and Guilded has confirmed that it will take no action using ReGuilded. However, abusing the mod using plugins or any other means to violateGuilded TOU could result in your account being banned.
Be sure to also readour license.
Pull requests and Issues are welcome. You may want to coordinate with us on ourGuilded Server in advance.
You can get the project's dependencies by runningnpm i
in the repositories' root folder.
Steps for testing:
- Run
npm run inject
- This will runnpm run build
andnpm run injectbare
which will automatically put the asar into the right folder. - There are two ways to update this asar after injecting:
- Running
npm run inject
- This will build, then uninject and inject. - Copy the
reguilded.asar
in theout
directory to one of the following directories.- Linux:
/user/local/share/ReGuilded
- Mac:
/Applications/ReGuilded
- Windows:
%PROGRAMFILES%/ReGuilded
- Linux:
- Running
- After updating the asar file you can press CTRL/CMD + R while focused on Guilded and the changes you made will be loaded.
As mentioned at the top of this document, ReGuilded is currently under active development and is not fully stable yet. Please leave suggestions and ideas in the Community Tab or ourGuilded Server. Contributions are welcome.
Our Patcher code is influenced byPowercord's Patcher Code, all credit goes to them for this file.
ReGuilded is licensed under theMPL 2.0 license.
About
ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and add-on support.