Game size (in Mb)
sebmacfly
Member Posts: 1,018
Yo!
I want to reduce my game size.
What's the best way?
For exemple, if i use an actor (100*100 pixels for 25kb) and i paste that actor 50X in the scene, the size will be 50x25Kb? or only 25Kb??
I'm asking that because i use 320x5000 for game area size! and if i have to make 50 levels in my game, imagine the game size lol....
Thanks in advance!
I want to reduce my game size.
What's the best way?
For exemple, if i use an actor (100*100 pixels for 25kb) and i paste that actor 50X in the scene, the size will be 50x25Kb? or only 25Kb??
I'm asking that because i use 320x5000 for game area size! and if i have to make 50 levels in my game, imagine the game size lol....
Thanks in advance!
Comments
If you are able to reuse graphics like you mention above, that is fantastic. That is what you should aim for.
One graphic duplicated 50x carries the same weight as using the same graphic once.
In your example above, it will only add 25Kb.
So making my land in photoshop it's a bad idea due to the big game size...
I have to make some actors and i will paste it using GS... right?