Author Topic: FAQ  (Read 10456 times)

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
FAQ
« on: 2005-03-12, 08:11:20 AM »
It's usually best to see if your question has already been answered before posting a question.  So here are the places to look for answers to your questions:


If that's too much to search through, don't worry if your question might have been asked before.  We'll probably forgive you for asking again here :).  If you had trouble finding the answer you were looking for, others may have the same diffuculty as well, and may appreciate being able to find their answer more easily in this forum anyway.

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
2 New Items: Game Runs Slow; Overflow Error
« Reply #1 on: 2005-07-23, 05:59:05 AM »
Games run extremely slowly
The main cause of this is that you are running on a system whose video drivers are not optimized for DirectX.  One way to fix this is to visit the web site of your video card's manufacturer and locate the most current drivers for your specific video card.  One indication that the drivers are the problem and not the games/engine themselves is that some other 2D games will also run slowly (Game Maker games for instance).

Overflow error occurs after a period of time in the map
The most frequent cause of this error is a sprite on the map that fell off the bottom of the map and was not deleted.  One way to make sure this doesn't happen is to make sure all your sprites are set to delete when they are off the map.  Another way is to make sure all your sprites have a solidity definition set, which will make sure they can't fall off the map (because then it will see the edge of the map as solid).