AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Updater (https://forums.alliedmods.net/showthread.php?t=169095)

GoD-Tony 10-15-2011 05:05

Re: Updater
 
Quote:

Originally Posted by sinblaster (Post 1575741)
I am getting this error yet I have socket installed, so I didnt think I needed curl also (as mentioned in first post)

That is part of bug 5112 which is fixed in SourceMod 1.4. The error is harmless (other than the spam) and can be ignored.

sinblaster 10-15-2011 05:24

Re: Updater
 
Thanks tony, sorry to be such a pain today.

klausenbusk 10-15-2011 15:03

Re: Updater
 
A little note to devs, you can use pastebin (require user for this).
Set update_url "http://pastebin.com/raw.php?i=<paste id>"

GoD-Tony 10-15-2011 15:40

Re: Updater
 
Quote:

Originally Posted by klausenbusk (Post 1576230)
A little note to devs, you can use pastebin (require user for this).
Set update_url "http://pastebin.com/raw.php?i=<paste id>"

Pastebin lets you upload plugins?

klausenbusk 10-15-2011 19:32

Re: Updater
 
Quote:

Originally Posted by GoD-Tony (Post 1576250)
Pastebin lets you upload plugins?

Nope :)

TnTSCS 10-16-2011 12:32

Re: Updater
 
thanks for this plugin - updated :)

so far, only SMAC will stay updated LoL

so far, the updater.txt only shows the following:
Code:


"Updater"
{
        "Information"
        {
                "Version"
                {
                        "Latest"                "0.7.0.3"
                }
        }
       
        "Files"
        {
                "Plugin"                "Path_SM/plugins/smac_spinhack.smx"
                "Source"                "Path_SM/scripting/smac_spinhack.sp"
        }
}

Is that normal? only the one module is listed?

GoD-Tony 10-16-2011 14:22

Re: Updater
 
Quote:

Originally Posted by TnTSCS (Post 1576964)
Is that normal? only the one module is listed?

For SMAC, each module updates itself individually, and I don't add a changelog if nothing significant changed other than the version number. A better example might be the core update file.

GoD-Tony 10-17-2011 05:22

Re: Updater
 
Updater 1.0.2 released - Changelog

sinblaster 10-17-2011 06:35

Re: Updater
 
Thanks heaps

klausenbusk 10-24-2011 05:31

Re: Updater
 
GoD-Tony i have a idea to a plugin, who use this plugin:
Idea: I will make a plugin, who add auto-update feature to plugin there not have it.
So you will have a config file like:
Code:

"Plugins"
{
    "sm_hosties.smx" // plugin file name
    {
        "UPDATE_URL"    "http://example.com/updater1.txt" // url to update file
    }
   
    "respawn.smx"
    {
        "UPDATE_URL"    "http://example.com/updater.txt"
    }
}

So if the auther not will add auto-update functionality. Then the community can!
What do you think? (if you understand)


All times are GMT -4. The time now is 14:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.