-
Classin 8 bit games
Ok so everyone has to know about the 8-bit games like pac-man, dig dug, tetris right?
Well what i need is
(A).Tutorials on how to make the most popular of those games(espically the ones posted above)
(B) if someone can upload a "base design" so that i can get an example of how they work
-
Re: Classin 8 bit games
Hi, you are asking for a lot, but I've managed to dug up an article and some examples for you.
"Getting the Most of MMF" Article about AI (specifically Pacman AI):
http://www.clickteam.com/eng/resources/GTM/GTM10.htm
Here is an open Tetris Engine By Andrew Mather:
http://www.gwerdy.com/downloads/mmf/examples/tetris_engine.zip
Here is an older Pacman Engine courtesy of PacMania, that works but might need a bit of improvement:
http://www.clickteam.com/mbfiles2/274227-PacMan.cca
Hope this can get you started
-
Re: Classin 8 bit games
how do u use CCA files?
i dont really need you to answer this, but in your opinion, wat are the most popular classic games besides super mario bros. generation?
-
Re: Classin 8 bit games
CCA = MMF1 applications. MMF2 is capable of opening them, like MFAs.
-
Re: Classin 8 bit games
CCA = MMF1 applications. MMF2 is capable of opening them, like MFAs.
-
Re: Classin 8 bit games
-
Re: Classin 8 bit games
I tried it, works perfectly... you're doing something wrong.
-
Re: Classin 8 bit games
ok i click on the CCA.file
it says the computer does not know what program to use to open the file
then i choose mmf2
then it says "the file has been corrutped or the wrong program was used to open the file"
-
Re: Classin 8 bit games
It might be that the .cca file is indeed corrupted.
-
Re: Classin 8 bit games
Have you tried open MMF2 and then open the file from within MMF2?
-
Re: Classin 8 bit games
You should be able to rename the .cca to .mfa then just open it as normal also.
-
Re: Classin 8 bit games
omfg
forget it
it will not OPEN! not matter wat
cant you jsut update it or make it a non cca file
-
Re: Classin 8 bit games
You should be able to open these...
Now I have taken a look at the Tetris example
Suspecting that you don't have the old fastlopp object 1.5 installed. I've stripped it from the application and uploaded it:
http://www.burfelt.com/tetris_engine.zip
The stripping of fastloop means that the code that checks for and destroys block no longer work, but you get the idea, and it can easily be replaced by MMF's buildin loops
-
Re: Classin 8 bit games
-
Re: Classin 8 bit games
Have you tried dragging the .cca files and dropping them into MMF2?
If that works you can save them as .mfa.
-
Re: Classin 8 bit games
-
Re: Classin 8 bit games
Drag a .cca file onto the MMF2.exe or the shortcut.
-
2 Attachment(s)
Re: Classin 8 bit games
Here...
For some odd reason I still had the originals on a backup CD. Saved them as MMF2 MFAs files. Please notice that these examples are over 8 years old and also are bound by MMF1 limitations. Today there are better ways to archieve that, so think of it as a very simple start guide.
-
Re: Classin 8 bit games
ohh is that wat he was talking about the entire time?
i ahve had those for about a year
-
Re: Classin 8 bit games
I can not open either of these files.
I'm working on a game that has several code aspects in common with a classic Tetris (show next pieces, generate the user's piece, and referencing parts of a whole "object").
Any chance someone has a working MMF2 file of a Tetris game (or Tetris-like game)?
-
Re: Classin 8 bit games