Game Development Community

The memory problem

by Lucheng · in Torque Game Builder · 09/01/2008 (8:46 pm) · 2 replies

Hi guys!
Now we are making a game about education with TGB1.74.When I start the development platform the memory costs about 600MB...
All of the images are only 30MB.I found that if I add images to platform with "create a new imagemap" the memory will cost a lot and it reached 1GB when I didn't use datablock to create images.God!!!
I am a freshman so please told me how to solve it.It's hurry because there are so many tasks for the project.

Thanks!

About the author

Recent Threads

  • The memory problem

  • #1
    09/06/2008 (11:59 am)
    I'm going to hazard a guess here that you did not put the images together into a sprite sheet.

    Having separate image files in a game is expensive.
    #2
    09/07/2008 (7:24 pm)
    Thank you very much!
    I will try to solve it.