Forum > Resources and Tools
[Win][WotLK]WoWMod Launcher 1.1
<< < (2/2)
Amaroth:
I've got to admit, I completely lack any kind of experience with GitHub system. So, here's a repo, hopefully in usable shape. https://github.com/Amaroth/WoWMod-Launcher
Barbz:
Bump for this project.
I sent you a message with some questions, I add one or two more here :
How to use the ftp thing with a custom port, using FTPS (with TLS SSL) or with SFTP (ssh ftp) ??
I guess it wasn't planned at all and I doubt it will be added.
However, you could upload a default changelog in the changelog.xml so we can modify it inside any text editor, what do you think ?
Amaroth:
Sorry, too busy for re-coding this tool :X. And I don't think I'll have time for it in next few months.
Connection settings are hardcoded. XML of changelog is very simple, just one root element with subelement where each has 3 attributes and inner text. Thats all.:
<?xml version="1.0" encoding="utf-8"?> <releases> <release heading="Name" date="DateTime in format defined in LauncherConfig.xml (Config\ChanglogEditor\DateFormat)" pictureURL="URL to picture">Description of release/change/news/whatever this record is about. Supports URLs to external pages.</release> <release heading="Example" date="29.5.2017 14:35" pictureURL="http://dotageeks.com/wp-content/uploads/2015/10/World-Of-Warcraft-Logo-5.png">This is an example message about new release of MyProject patches. Some changes are: - More fluffy clouds - Cool music - And more and more and more
You can view galery on our facebook page.: https://www.facebook.com/</release> </releases>
Navigation
[0] Message Index
[*] Previous page
|