Users browsing this thread: 3 Guest(s)
Super Mario World: All-Star Edition: Team Fangame Project
#44
(07-22-2012, 08:57 AM)sspp03 Wrote: Two nights ago from this post, I was on IRC chat in the SMWASE forum suggesting to externalize the backgrounds used in SMWASE and to delete unneeded backgrounds in the game's dev source (a dev source is a privately-owned and distributed .gmk file).

May I point out that I'm a game developer, and that won't boost the FPS. Lower the filesize, yes, but not boost the FPS. Filesize is less of an issue, to be honest.

To boost the FPS, you need to optimise the code. Are you running hundreds of different checks when you only need one? Are your loops terminating properly? Are you calculating things multiple times when you could just store the value in memory? Things like that are what you need to consider. Optimisation isn't about deleting resources, it's about going through your code and making lots of fine adjustments to ensure that the code runs at its maximum potential. It seems to me that you haven't done a particularly good job. Such a variable frame rate may imply that you don't have very good garbage collections, which will reduce available memory for computation and storage, and possibly cause crashes if you leave the game on too long. I'd seriously consider looking through the code very critically. If it's running that slowly though, it might be worth starting from scratch and paying more attention to how the code is structured (which I've done before more than once).


Messages In This Thread
RE: Super Mario World: All-Star Edition: Team Fangame Project - by Hoeloe - 07-22-2012, 01:39 PM

Forum Jump: