Definitely. I need to change how the program itself checks for updates, and also start uploading the binaries to the SVN. I went ahead and posted an updated version, I'm going to change the startup to include a Wizard where you can specify your Demonbuddy directory from the first time you run it...
Now available for download. Please post any bugs you may encounter. Although this is working, there's still a long way to go.
If you'd like me to create a patch for you, or you're having issues with the modification generator - post modifications here. Thanks.
Demonbuddy Modification Assistant
Features:
Apply Custom Modifications to Demonbuddy/Plugins/Profiles via diff/patch files.
Make your own custom patches from changes you've made, zip them up, share them with others.
Download/Update Profile and Plugins with one click.
Download updated...
In your Demonbuddy folder, open the following file in Notepad:
\Plugins\Trinity\Helpers\GoldInactivity.cs
Press Ctrl-F to copy and paste the following code. It can be found on line #161:
if (notpickupgoldsec >= Trinity.Settings.Advanced.GoldInactivityTimer)
Change it to the...
In your Demonbuddy folder, open the following file in Notepad:
\Plugins\Trinity\Helpers\GoldInactivity.cs
Press Ctrl-F to copy and paste the following code. It can be found on line #161:
if (notpickupgoldsec >= Trinity.Settings.Advanced.GoldInactivityTimer)
Change it to the...