I have this great vision:
You see a great game in development, an alpha release, you download it. A few days later you start it again and you discover the creator has finished the game in the mean time, because you see you've just started the final version! How did this all happen? An updater.
If you want me to create this updater vote yes (well, it would be weird if you had to vote no). If you don't want it... well I won't help you
EDIT: I should add, the goal is NO code changes
EDIT2: For people too lazy to read my second post: The updater is part of the game, not a seperate program (and thus will be entirely implemented in LÖVE).
EDIT3: I'll explain some more:
The goal is the updater is going to be a main.lua file and the developer has to add a conf file. The conf file states where to find updates (and in the future features may be added). The updater + config is distributed as a LÖVE file. On every run (this might be changed by a conf option, possibly) it checks if there is an update, if there is it downloads it and restarts. If there's no update (or if it just updated, which means there are no updates any more) it continues parsing the game.conf and running the game.
Game Distribution & Updating
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Game Distribution & Updating
Last edited by bartbes on Mon Feb 09, 2009 3:35 pm, edited 2 times in total.
Re: Game Distribution & Updating
A Steam-like platform for LOVE games? Interesting.
Make it download updates directly from github and I'm sold.
Make it download updates directly from github and I'm sold.
Re: Game Distribution & Updating
should it work on every plateform supported by Löve?
Re: Game Distribution & Updating
Of course it should.farvardin wrote:should it work on every plateform supported by Löve?
I'd use wxWidgets or Qt to make it.
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: Game Distribution & Updating
aah aah aah no no no more crappy looking package managers waaah!Skofo wrote:I'd use wxWidgets or Qt to make it.
I think the aim is that it happens hidden, automatic, without any action by the use (except starting the game again). - At least that's how I understand the original post
And it's impossible! Unless the initial release contains a finished client and following development happens server-side..
OR IS IT?! :
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: Game Distribution & Updating
Mmm, it's not impossible, but it'd require a background process to be running all the time and checking if there are any LOVE game updates and downloading the new versions and updating the files when there are. I wouldn't be comfortable at all using something like that, though.
Re: Game Distribution & Updating
What if the source is downloaded with LuaSocket then loadstring'd?
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: Game Distribution & Updating
Do I understand correctly that any new version would not include new code?bartbes wrote:EDIT: I should add, the goal is NO code changes
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Game Distribution & Updating
I'll clarify (I've enabled re-votes ):
The original distribution is the updater + a conf for it. The conf says where it can find it on the web, the updater downloads it (giving a nice animation) and runs it. After every following start of the game it will see if there's an update for the game, if there is, the downloading animation, and when done a restart. It then checks again (because the code is reset), finds no updates and continues by loading the game.
@Skofo: No GUI, it's all in LÖVE and thus requires no background process as the updater is part of the game distribution itself.
@Kaza: That is about the way to go, it is downloaded and saved in the save dir, next it is run from there (yes that IS possible).
@qubodup: So it IS possible.
Anyone still not understanding the goal please post.
And anyone now convinced re-vote!
@qubodup2 (while posting): I mean that if you add the updater the game itself doesn't have to be changed
The original distribution is the updater + a conf for it. The conf says where it can find it on the web, the updater downloads it (giving a nice animation) and runs it. After every following start of the game it will see if there's an update for the game, if there is, the downloading animation, and when done a restart. It then checks again (because the code is reset), finds no updates and continues by loading the game.
@Skofo: No GUI, it's all in LÖVE and thus requires no background process as the updater is part of the game distribution itself.
@Kaza: That is about the way to go, it is downloaded and saved in the save dir, next it is run from there (yes that IS possible).
@qubodup: So it IS possible.
Anyone still not understanding the goal please post.
And anyone now convinced re-vote!
@qubodup2 (while posting): I mean that if you add the updater the game itself doesn't have to be changed
Re: Game Distribution & Updating
There's a podcast-like RSS protocol called AppCasting that's used widely to update Mac OS apps thanks to the library Sparkle -- a Sparkle-like functionality built into Löve (which used info in the game.conf) would be top-notch.
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest