Super Final Fight Gold Plus

Complete SUPER Final Fight GOLD PLUS 3.0

No permission to download
Project is completed.
You guys blew my mind,I dont know what to say, just thanks to everyone involved, I was giggling like a little girl when I saw all these chars and when I leveled up the 1st time. Its awesome, thank you guys.

The juggle is insane though, on some bosses one mistake means death.
 
Kurisu said:
And here we go! Let's see how much this improved since last time.
If you got the wall jump revision, not much. If you got ALBINO AKUMA revision, pretty much nothing. The latest videos show the changes.

You reminded me that I didn't list the enemies' changes... wait... Fixed.
 
The previous version was the last working one on Wii OpenBor, even if you had to go in and reduce the wav samples to a lesser bitrate to get them to sound right.  :-\

My current log for Revision 3 on Wii:
Code:
OpenBoR v3.0 Build , Compile Date: Dec 29 2016
..............................................
......................

RAM Status:
Total Ram: 75497471 Bytes
 Free Ram: 18446744073463635999 Bytes
 Used Ram: 321413088 Bytes

Level Loading:   'data/levels/ST01_2.txt'
Total Ram: 75497471 Bytes
 Free Ram: 18446744073463635999 Bytes
 Used Ram: 321413088 Bytes

********** An Error Occurred **********
*            Shutting Down            *

Out of memory!
Allocation of size 446072 failed in function 'allocbitmap' at source/gamelib/bitmap.c:32.

I think this is due to Wii memory being so scarce after you beat the first level, but if this is actually the case and its beyond repair, could somebody please make the links for the previous version available? It was the last one that worked and I accidentally deleted it.

Thanks in advance!
 
When you increase the script usage, you increase the memory usage too (OpenBor has a memory leak when using scripts, afaik).

Maybe the coders can use Plombo's optimization method.
 
O Ilusionista said:
When you increase the script usage, you increase the memory usage too (OpenBor has a memory leak when using scripts, afaik).

Maybe the coders can use Plombo's optimization method.

Zvitor's enemy data storage method seems like a good idea too.
 
@O Ilusionista @Miru
While we are on the subject matter here, could you fellas provide me with links on both of the mentioned methods?

I would like to tinker with this myself to see if I can get this pak running again on my end for Wii.
It is one of my definite favorite mods so far.
Also I greatly appreciate the help.
 
MaxBeta said:
@O Ilusionista @Miru
While we are on the subject matter here, could you fellas provide me with links on both of the mentioned methods?

I would like to tinker with this myself to see if I can get this pak running again on my end for Wii.
It is one of my definite favorite mods so far.
Also I greatly appreciate the help.

Zvitor's method is to stuff all enemies into categorical folders and alphabetize their names in their sprites. For example, a folder labeled "capangas" contains street thug enemies alphabetized by an order of difficulty, and bosses have brief abbreviations of their names, such as "ba" for Barracuda. In this example, Bred, Dug, Jake, and Simmons can all share a folder, alphabetized.

And here is the plombo method: http://www.chronocrash.com/forum/index.php?topic=3073.0

You create a small script that refers to a used script (which is renamed to add "_actual", as the small script will use the original script name) with the command #import, and refer to it somewhere in the game.
 
O Ilusionista said:
...(OpenBor has a memory leak when using scripts, afaik).

There's no memory leak, you'll find memory use is quite stable if the script is written correctly.

That said, comparatively speaking openbor script is very memory hungry out of the box. It still uses far less resources than "script free" hack arounds.

In any case, there are many ways to ameliorate memory consumption, though it doesn't really matter anyway unless you are shooting for console compatability.
 
here is my playthrough of the new version of the game with M. Bison guys and boy did I wrecked people lol!!!

http://www.youtube.com/watch?v=JP0MHmAV8Ao

It's isn't too hard and love the new moves and I was so close to getting to Akuma lol!!!  Thanks for the game guys, can't wait to see what else you guys come up with next lol!!! ;D
 
Zvitor's enemy data storage method seems like a good idea too.
I don't think that is his method, because its just an alphabetic order and other creator already did it, like me.
For example, I don't just throw are the characters under the CHARS folder, but instead I use folders for BOSSES, ENEMIES, NPC, ROBOTS, and so on.

Its just a matter of to have good habits and organize things :)

There's no memory leak, you'll find memory use is quite stable if the script is written correctly.
Maybe I've choosen not good words, but OP script uses more memory it should, as Plombo already explained here
Plombo said:
Scripts in OpenBOR use a ton of memory, far more than they should. This is one of the engine's major shortcomings.

The way OP compile the script - one time for EACH entity which uses it - its not optimized at all. I remember other coders saying such thing.
No hard feelings.
 
O Ilusionista said:

No hard feelings at all man. ☺

It's just a technical difference. A memory leak means there is a design flaw in code that slowly but surely wastes memory while the application is running. That's different from just using a lot of memory.

OpenBOR script is memory hungry, but AFAIK it is stable.
 
any tips for getting that high score to get akuma?  can't seem to manage it...
really like the jugglability in this mod. what's your highest combo count?
 
toomuch said:
any tips for getting that high score to get akuma?  can't seem to manage it...
really like the jugglability in this mod. what's your highest combo count?

i have akuma on first playthrough to finish, he is in bottom right (invisible portrait), i have 50+ rush @bonus stage, just spam attack without stop :)

btw thanks @mr pierwolf , etc for your creation, this games is excellent, every moves is wonderful, as for my curiosity @final level , where is belger ? bison is kick ass though, with his super move..
 
Bison replaces belger in this mod. I know this because I extracted the pack, and the only way to put Belger in the game is to tamper with the mod.
 
Kurisu said:
Bison replaces belger in this mod. I know this because I extracted the pack, and the only way to put Belger in the game is to tamper with the mod.

i see, i dont have skill edit etc, im just an user whom enjoying some little spare time when have breaks to play :)
 
Back
Top Bottom