Temple of The Roguelike Forums
Websites => Off-topic (Locked) => Topic started by: Pueo on December 21, 2011, 05:38:36 AM
-
Hi everyone, I'm not sure if this could be "General Discussion" or "The RogueLike World", so I just put it here.
I just wanted to know what the average file size of a pure ASCII Roguelike was.
Thanks
-
I might be able to collect some data on this but you need to be more specific. By file size do you mean source files or executable and if latter, for what platform. Then there needs to be adjustment for statically and dynamically linked libraries ... Do you count emulated ASCII too or just pure terminal goodness?
My gut feeling is a compressed archive varies from about half to three megabytes in size usually.
-
If you are interested in file size, I recommend looking at ".kkrieger" (a rather good looking first person shooter with file size less than 100 kB).
-
If it's file size as far as the size of the download then unzipped, I think most roguelikes range from under 1.mb to around 5 mb. Some though, like Lambda Rogue and TOME 4 can be 100 + MB,
-
I might be able to collect some data on this but you need to be more specific. By file size do you mean source files or executable and if latter, for what platform. Then there needs to be adjustment for statically and dynamically linked libraries ... Do you count emulated ASCII too or just pure terminal goodness?
I mean emulated ASCII, but it looks like pure terminal goodness :) Nothing fancy or exotic.
My basic thought of file size is everything needed to run the game: source code (necessary?), executable, multi-platform (several executables?), that kind of thing.
If it's file size as far as the size of the download then unzipped, I think most roguelikes range from under 1.mb to around 5 mb. Some though, like Lambda Rogue and TOME 4 can be 100 + MB,
But the ones like Lambda and TOME have graphics, that's why they're large files, right?
-
Music, and sound to a lesser extent, tends to take up more space than anything in any format beyond some kinda .MIDI of old. Graphics do take up a fair bit though. Temple of Vengeance had a large size with ASCII due primarily to the music and such.