133
If you could only have 1GB of entertainment data, what would it be?
(sh.itjust.works)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Let's see, a portable or ripped version of games:
That's ~820mb thus far. Let's grab Snes9x (~1mb), Secret of Mana 2 (~3mb), Super Bomberman 3 (~800kb), Super Mario All Stars + Super Mario World (~1.3mb). Also get a GBA emulator, Harvest Moon Friends of Mineral Town, Pokemon Fire red + some romhacks. Let's assume all this emulation came to a grand total of 50MB. 870MB used, some 130 left.
For that final stretch, books on programming, the full offline documentation and a respective compiler for said language. Going with TinyCC would leave plenty of room for the books, but i'd also have to write most graphic related stuff from scratch... FreePascal has amazing documentation, but the compiler is 50mb or more. Nim is small and fast, but documentation is all over the place and anything graphical needs an external library. Guess I'll have to contend with some form of javascript. I'd still bring at least one great book on C coding + TinyCC just in case
Wasn't the full Daggerfall install was actually closer to 400MB. I remember I bought a second HDD just to house Daggerfall since not loading anything from CD made it crash less.
Edit: Just forgot to mention that I love how detailed this list is and you are basically describing my late 90s PC, except it was Turbo Pascal and slightly older versions of Worms and RTS games.
I suspect there's a ripped version of Daggerfall that removes some or all of the FMV and that would give a significant reduction of space (much like AoE2 at only 170mb). The GOG installer comes at 176mb, so I've probably alloted too little space for it either way. Good thing there's enough wiggle room in further reducing the size of either Worms or Doom mods
Also, the fun thing about going with FreePascal is that I could, in theory, make new GBA games to run on the emulator!
That's interesting about using FreePascal for that, I didn't know there was any toolchain to compile to that SoC. I actually wrote a small set of libraries that ran on top of an existing, but very bare) SDK back in the day for writing GBA games in C. I forgot to grab it and rehost it when Google Code went away and it is now lost to time.