-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The assets should not be in this repo #3
Comments
You could use svn instead.
|
Meh, it will take me longer to move everything over to svn then it would be for me to literally write code to download and untar a tarball on startup when the assets folder is empty. I know the git features better, and I'm assuming everyone else wants it on github =D |
With a game like this, couldn't we just do asset downloading upon entering each map? Like how most Gmod servers function, if you don't have the assets, it just downloads them quick before you enter the server/map/room. |
Tbh until project grows larger consider using dropbox for assets Get Outlook for Androidhttps://aka.ms/ghei36 On Wed, Aug 10, 2016 at 1:22 AM -0500, "Alec Pierce" <[email protected]mailto:[email protected]> wrote: With a game like this, couldn't we just do asset downloading upon entering each map? Like how most Gmod servers function, if you don't have the assets, it just downloads them quick before you enter the server/map/room. You are receiving this because you are subscribed to this thread. |
Yeah we could do something like dropbox ^^ For now I say we just keep the assets in the repo until we have like a stable 'real' game. By then we will ready for something like dropbox or possibly hosting from a public folder or something like that. |
git lfs is an option too. Just would add a dependency for development. |
And then once you hit a release milestone: https://help.github.com/articles/distributing-large-binaries/ |
I've heard that git lfs is still not the best for games but that could just be coming from jaded game devs. As somebody who isn't working on this, I think it'd be great to try it out ah3h Get Outlook for Androidhttps://aka.ms/ghei36 On Tue, Aug 16, 2016 at 8:20 AM -0500, "Sean Wilson" <[email protected]mailto:[email protected]> wrote: git lfs is an option too. Just would add a dependency for development. You are receiving this because you commented. |
The assets should be downloaded on launch, probably from a public folder for now. Adding more assets will bloat the repo a ton.
The text was updated successfully, but these errors were encountered: