» Sat Feb 06, 2010 6:00 am
Keeping stuff will not affect the size of the save file particularly much I think, especially not if you only keep more of something you already have.
I've seen it suggested, for example, that you shouldn't keep more ammo than you need. Well, the 'info' on ammo of a certain sort is most likely just kept in a variable, and having the number in that variable 2000 instead of 75 isn't making it bigger (i.e. it doesn't occupy more space on the hard drive). The idea of keeping less ammo I guess is based on some sort of crazy anology to real life. Yeah in real life more ammo would mean more space and more to carry around and to keep track of, but in the game the space in RAM and in the save file is exactly the same whether you have 5 bullets or 50000. Literally exactly the same, it's just a different number in a (same-sized) variable.
I don't know exactly how it's programmed of course or how they keep track of items you carry around (or store somewhere), but I don't see how it can take up much space. Even just 1 kB (which is 1/1000 of an MB) is enough space to keep track of a lot of items.