Pages: [1]
|
|
|
Author
|
Topic: Packaging (Read 3572 times)
|
J
Frungy champion
Offline
Posts: 90
Submit or die.
|
|
Packaging
« on: December 16, 2002, 08:07:17 am » |
|
I know UQM is early on in development, but when can we expect some kind of file packaging system.
Even if its just TAR, it would be good to have one file named "blackurq.art" or something rather than ~150 files for each ship.
Im not a C developer, but it cant be that hard to implement simple tar reading can it ? or even gzip/bz2 if you want to get into that..
The reason I bring it up is A) many small files make filesystem angry B) if files were arranged in packages this way, it would be easy to update them, either by replacing entire packages, or patching packages to new versions, whereas right now the file layout seems rather up in the air, and so would be hard to patch.
This isnt pestering, btw, I understand there are other things to get done before this.. Was just an idea tho, one that, no doubt, the dev team have already thought about.
|
|
|
Logged
|
|
|
|
J
Frungy champion
Offline
Posts: 90
Submit or die.
|
Oh come on, 23 views and no replys ?
|
|
|
Logged
|
|
|
|
PsiPhi
Frungy champion
Offline
Gender:
Posts: 73
To be idle is to be ideal
|
Ok, [size=12]HI![/size]
Just kidding. You have a point. The game did take long to install. And I know it would take almost as long to delete. But this is low priority right now. I'm just happy they released an alpha, as is every one here.
-PsiPhi
|
|
|
Logged
|
|
|
|
Mika
Core Team
*Many bubbles*
Offline
Gender:
Posts: 121
|
Packaging might be implemented to 0.2, but no guarantees.. depends on Meep-Eep mostly It is medium priority thing. We have already done some research on it and have atleast two candidate libraries of which one will be used to do that.
|
|
« Last Edit: December 16, 2002, 05:03:30 pm by admin »
|
Logged
|
|
|
|
PsiPhi
Frungy champion
Offline
Gender:
Posts: 73
To be idle is to be ideal
|
I stand corrected. "medium priority"
|
|
|
Logged
|
|
|
|
|
PsiPhi
Frungy champion
Offline
Gender:
Posts: 73
To be idle is to be ideal
|
100 views and this is the best you're getting.
mmmm, gravy.
|
|
|
Logged
|
|
|
|
Dave Morse
Guest
|
The reason I bring it up is A) many small files make filesystem angry
Hmmmm, how's that? I realize that the fs will tend to round files up to the nearest block, so a 3 byte file becomes 1k under my filesystem. And writing the files from the first time might be a bit slower, but you only do that once per game install. You read them once per game play. And its tough to imagine a tar/gzip/bzip reader being faster than a plain old call to fgets. I'd think you'd want game playing to be fast, and game installing to be slow.
|
|
|
Logged
|
|
|
|
Pages: [1]
|
|
|
|
|