voided / CollisionHook

10 stars 4 forks source link

Any shot for updatefile.txt for the Updater that most plugins are using? #14

Open eyal282 opened 1 month ago

eyal282 commented 1 month ago

I have a huge open source RPG project and would hate to be forced to update it every time something breaks.

Edit: https://forums.alliedmods.net/showthread.php?p=2805398

voided commented 1 month ago

I'm not terribly familiar with how Updater works - is there any documentation on how to integrate it?

eyal282 commented 1 month ago

https://forums.alliedmods.net/showpost.php?p=1570807&postcount=2

voided commented 1 month ago

Interesting, so this requires a plugin to update gamedata for an extension? I'd hope also that the updatefile.txt could live on GH in some way. I don't have any web infrastructure to devote to this.

To be transparent: I don't want to get too many hopes up, simply cause I don't have too much of my own time to work on this. I'd gladly take any PRs that would implement this.

eyal282 commented 1 month ago

The updatefile.txt must live on Github.

Example:

https://github.com/eyal282/l4d2-gun-xp-rpg/blob/master/addons/sourcemod/updatefile.txt

When you're saying you don't have time to work on this, you mean the updater support or fixing the crash? Because updater support is seconds to implement, and I can PR it.