The Daily Click ::. Forums ::. General Chat ::. Console Equivalent
 

Post Reply  Post Oekaki 
 

Posted By Message

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
22nd January, 2005 at 10:32:24 -

recently been commenting about how slow mode7 is in mmf compared to on a snes and got me to thinking about what the nearest equivalent is to mmf in terms of a console. i think even just 2d stuff isnt as quick as a playstation for example, but mmf can do lots of cool stuff (transparency, antialias, etc). i know it depends to some extent on the pc running mmf, and that different systems are better at different things, and i'm also aware that console graphics are never very high res as they are only displayed on tvs, but i just find it amazing what old consoles could do given their hardware limitations.
i'm not talking about "whats the best console?" as thats been done to death already (the answer is clearly the snes), but which is most similar in performance to mmf on the average pc.

 
n/a

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
22nd January, 2005 at 16:21:00 -

Probably the GBA, in my eyes.

 
n/a

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
22nd January, 2005 at 16:36:07 -

I'd say sega CD / 32x

You have to remember that consoles only have a really basic OS and programs have direct access to hardware, so there's no need for drivers or anything. If a PC worked the same it'd probably be twice as fast. MMF games are full of runtime crap and stuff that generally slows it down too

Image Edited by the Author.

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G

Dr. James MD

Addict

Registered
  08/12/2003
Points
  11941

First GOTW AwardSecond GOTW AwardThird GOTW AwardPicture Me This -Round 26- Winner!
22nd January, 2005 at 17:20:33 -

id say GBA, think its more than Snes because of mod abilities an junk. *thanks to Factor 5's MusyX system

 
Image
http://uk.youtube.com/watch?v=j--8iXVv2_U
On the sixth day God created Manchester
"You gotta get that sand out your vaj!" x13
www.bossbaddie.com

vortex2



Registered
  27/05/2002
Points
  1406
22nd January, 2005 at 17:28:15 -

MMF is slow because its a high level, interpreted language.

It has a limited fps that will hopefully be removed (events are read 50 times a second). The Get/Set pixel routines are very slow.

Combine that with windows platform already hogging most of the resources and 640X480 scrolling view with huge playfields all loaded into mem and you have a formula for a slow game.

The SNES is compiled, uses a very streamlined OS, direct hardware acess and no slow surface based routines. It uses limited colors, low resolutions.

If you made your game in pure c++, used good optimization, ect you could do better 2d stuff then the snes .

 
A bit of insanity with every bite!

Cheeky Girl



Registered
  14/01/2004
Points
  264
22nd January, 2005 at 18:03:28 -

What's binary?

 
Heyaz. I'm phizzys sista, i guess...hmm. Don't msg me!

Noyb



Registered
  31/05/2004
Points
  1117

VIP Member
22nd January, 2005 at 18:28:56 -

Hardcoding using 0's and 1's.

 
"Omg. Where did they get the idea to not use army guys? Are they taking drugs?" --Tim Schafer on originality in videogames

Ben Berntsen



Registered
  06/08/2003
Points
  103
22nd January, 2005 at 18:40:27 -

In all honesty I think MMF was intended to make NES-caliber games. However since hardware allows for more stuff - like more sprites, more colors, rotation, mode 7, parallax, ect. We've reached a point where we're pushing MMF way past what it was expected to do... which I think is cool! Personally I enjoy seeing how hard I can punish it before it drops the ball on me.

But to answer the question, there's not a really good comparison to consoles; anything in 2D, MMF can do... at least within my realm of experience, and I've tried a lot of stuff with it :^) I think it's best for *making* games akin to SNES or Neo Geo - back in the glory days of 2D graphics - but it's more powerful than either of those systems. Ideally our games should be what 2D games would have been if they had continued to develop instead of being choked by polygon graphics.

 
Last time I had lobster, it reminded me of biology class. Except in biology class the professor didn't make you eat the frog when you were finished.

ChrisB

Crazy?

Registered
  16/08/2002
Points
  5457
23rd January, 2005 at 11:49:42 -

MMF mostly uses software rendering methods. If it used hardware directly, it would have no problem doing most of the things we want it to do now (antialiasing, scaling & rotation to name a few).

The Mode 7 object was coded using slow set/get pixel routines. It can be optimised to run 2x faster easily with MMF1.5, and I have no doubts that it'll be even faster in MMF2 with new interfaces it will (hopefully) provide.

 
n/a

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
23rd January, 2005 at 20:18:11 -

Its a difficult to answer question. I won't argue about the best console especially when you seem to be a snes fanboy.

 
.

卍 chicken14528 卍



Registered
  19/12/2004
Points
  330
23rd January, 2005 at 21:05:39 -

oh no he di'int! spacecadet you gunna take that? he buuuuurned you, sister

 
n/a

Radix

hot for teacher

Registered
  01/10/2003
Points
  3139

Has Donated, Thank You!VIP MemberGOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!
23rd January, 2005 at 21:18:39 -

Bah. While the SNES was neat there's no such thing as the 'best' console. The best game ever made could be written for the worst hardware ever made.

 
n/a

醤油の兵士

Almost Human

Registered
  12/06/2002
Points
  173

VIP Member
23rd January, 2005 at 21:40:06 -

I'd say the biggest slowdown besides using software rendering is that windows has so many useless processes, like explorer...that takes up way to much memory when it's doing nothing...one time it was using up 40 MB of space...seen worse, though, notepad once had a memory leak of 1 GB

 
As a boy, I wanted to be a train. I didn’t realize this was unusual—that other kids played with trains, not as them.
   

Post Reply



 



Advertisement

Worth A Click