Wasn't there a release of Pointless Fighting which actually included the SF2 intro and title screen or did I dream that up? Either way, I would love to see a complete version and possibly a cart physical release!
I worked several months on it, and got to this point:
Downloadable Rom:
https://www.dropbox.com/s/1mzs4ia5itikril/streetfighter.rom?dl=0
Here is the version with "Street Fighter" logo
Nobody has downloaded and tried that version?????
I tried but I can see the title only. Capcom's jingle sounds a bit different from the original.
I tried but I can see the title only. Capcom's jingle sounds a bit different from the original.
the original sf2 port by norakomi needs a little adjusting in the romloading and memory management code. Since all the sources are a little bit alike we can very quickly sort that out and then the game will start on every msx.
I tried but I can see the title only. Capcom's jingle sounds a bit different from the original.
the original sf2 port by norakomi needs a little adjusting in the romloading and memory management code. Since all the sources are a little bit alike we can very quickly sort that out and then the game will start on every msx.
So I noticed. it also doens't work on WebMSX. A "fixed" version would indeed be welcome
A "fixed" version would indeed be welcome
A fixed version already exists http://msxbanzai.tni.nl/compo/2014/entries.html
A "fixed" version would indeed be welcome
A fixed version already exists http://msxbanzai.tni.nl/compo/2014/entries.html
I am aware of that version. But I'd rather see it with the original title screen.
GhostwriterP wrote a super cool tool and a piece of asm code
Yeah, those were the days
Still think a beat'em up would be more fun than street fighter... we can have our own Paprium
Downloadable Rom:https://www.dropbox.com/s/1mzs4ia5itikril/streetfighter.rom?dl=0
This version works with the keys
. soft punch
/ hard punch
; soft kick
" hard kick
You need to press those keys to start the game.
The last character I was working on is Vega, which isn't finished.
This is the screen with characters:
https://www.dropbox.com/s/mi284nar89zt29c/Image1.jpg?dl=0
I was planning to add a unlock feature, where slowly as you progress, new characters unlock.
I wanted to add epic characters from other games as well, like Haggar from Final FIght (see screenshot)
could you tell us a bit more about the techniques you used to get this pulled off?
The concept is simple.
screen 5, page 0,1 and 2 are visible pages through which you swap every frame.
So a triple buffer system. Page 3 has only the background, which is used to restore the other pages.
Every frame you remove the characters from a page that is not displayed to clean that screen up using copy commands and at the same time you build up characters in the other page that is not displayed using out/otirs commands.
is it possible have a good quality audio (music, sfx and voices) using the SCC?
sure
To me the current version lacks a little bit of background scrolling too, to be perfect, but the limit to the MSX possibilities may be there?
background scrolling is not an option. Technically it's possible but the framerate would probably go down to 10 fps or worse.
I was wondering, is there a reason to explain the crooked energy bar ?