The Mugen Fighters Guild

M.U.G.E.N Central => M.U.G.E.N Discussion => Topic started by: raytomely on November 11, 2021, 03:43:12 pm

Title: SFIBM source code found after 30 years !!
Post by: raytomely on November 11, 2021, 03:43:12 pm
recently I have found the source code of SFIBM from 1991 in an old korean archive website, and it was published by Jang Young Dug himself (the original creator of SFIBM), you can download it here:
https://raytomely.itch.io/sfpygame
the file' s name is "sf2src" and it is within SFPygame_source.

I was shocked, a 30 years old source code that I always searched.

if anyone is interested in reading the source code of the old SFIBM engine and rebuild it here is your chance it is entirely written in C language.

SFIBM was the main source of inspiration for the MUGEN creators and all fighting game engine from the 90's like like Truefenix's SFR and UFGE engines.

(https://www.scary-crayon.com/games/sf2pc/sfibm-1.png)
(https://www.scary-crayon.com/games/sf2pc/sfibm-2.png)
(https://www.scary-crayon.com/games/sf2pc/sf2s-1.png)
(https://www.scary-crayon.com/games/sf2pc/sf2s-4.png)

before I found the SFIBM source I have reverse engineered the old SFIBM engine and developed my own version in python and pygame and published a playable version along with it source code that you can download it and others SFIBM games here:
https://raytomely.itch.io/sfpygame
Title: Re: SFIBM source code found after 30 years !!
Post by: Meldo on November 11, 2021, 04:49:44 pm
is there a way of loading different source codes?
Title: Re: SFIBM source code found after 30 years !!
Post by: raytomely on November 12, 2021, 04:29:13 pm
is there a way of loading different source codes?

yes, if you want just to read the sources open it with any text editor (notepade ....etc).
if you want to play from python files (.py) you must install python & pygame.
python:
https://www.python.org/
pygame:
https://www.pygame.org/news