Poll

Should I add increased BLID gathering abilities to Support_Updater and make a public, searchable list of BLIDs and names?

Yes
34 (81%)
No
8 (19%)

Total Members Voted: 42

Author Topic: Support_Updater  (Read 54229 times)

Huh? I just mean like addon=Support_Updater

Only one request is sent per repository. There can be multiple mods in one repository.

Also, lost b/c of the new page:
The dedicated server interface is almost done! How's it look? (image attached)

There's a problem with that dedi-server version. Hosts like myself don't have access to my server's console (CBMHost here). Could there be a way that it can auto update?

There's a problem with that dedi-server version. Hosts like myself don't have access to my server's console (CBMHost here). Could there be a way that it can auto update?

It will check for updates automatically and you can then run the update(); command via eval if you know that there's an update available.

I don't want to do fully automatic updates until people are more used to the idea.

edit: Update (0.4) released.

Also, the repository has been accessed more than 10,000 times in 8 days.
« Last Edit: May 18, 2014, 10:13:25 AM by Greek2me »

The dedicated server interface is almost done! How's it look?
Don't just call it "update", "skip" and "ignore"

Don't just call it "update", "skip" and "ignore"

Why not? Yes, they're generic, but this is a generic mod. They're extremely easy for people to type, and nothing else uses them.

Decided to add in this to one of my mods as a test, having issues. huge dump:
Code: (Version.txt) [Select]
version 0.0.1
channel release
repository      http://pastebin.com/qFhEFeJb
http://pastebin.com/qFhEFeJb

Here's my repository:
Code: (Repository) [Select]
<repository:Blake1Blockland>
        <addon:Event_MinigameFix>
                <channel:release>
                        <version:1.0.1>
                        <restartRequired:1.0.1>
                        <file:http://download672.mediafire.com/v02pcei5sd4g/dtzybnj74cob6r1/Event_MinigameFix.zip>
                        <changelog:http://download1322.mediafire.com/tu2t3tpfepdg/xsuih2rbtcy2m32/changelog.txt>
                </channel>
        </addon>   
</repository>
Note both the changelog and files are downloads, should I change this? What exactly am I doing wrong here?
EDIT: Changed the changelog to http://www.mediafire.com/view/xsuih2rbtcy2m32/changelog.txt , testing now Failed.
Also according to console log it's only checking the GreekMods repository.
« Last Edit: May 22, 2014, 05:05:34 PM by Blake1 »

Don't include "http://" in any of your URLs.

edit: I also recommend formatting your pastebin URL like this:

http://pastebin.com/raw.php?i=qFhEFeJb (raw)
rather than
http://pastebin.com/qFhEFeJb (html)
« Last Edit: May 22, 2014, 05:24:13 PM by Greek2me »

Removed http and changed it to the Raw version. However it's (Support_Updater) not checking any repositories now.

Removed http and changed it to the Raw version. However it's (Support_Updater) not checking any repositories now.

Actually, I might have forgotten to include support for vars in the URLs. Sorry, try the non-raw version again for now.

Actually, I might have forgotten to include support for vars in the URLs. Sorry, try the non-raw version again for now.
Yeah, it's still not working. It's not even showing that it's checking the "GreekMods" repository in the console.

Actually, I might have forgotten to include support for vars in the URLs. Sorry, try the non-raw version again for now.
If it's using a TCPObject and GET, it should work...

Yeah, it's still not working. It's not even showing that it's checking the "GreekMods" repository in the console.

Did you get this figured out?

Preview of what I'm working on:



Dedicated server loading is paused to notify you about updates and let you install them. This helps keep servers up-to-date without requiring that Support_Updater be enabled. Of course, this is completely optional.

Optional as in the host can disable it?

Optional as in the host can disable it?

It'll ask if you want to install the feature.