Miscellaneous Forums > Scripting and Reverse Engineering

[FF7]Snowboard minigame and Emscripten

<< < (2/3) > >>

ergonomy_joe:
Allright, I made a small adjustement can you spot it:


That's it, a little selector at the top of the HTML page, which allows you to chose the game mode and the character to play with.

The URL is the same:
https://ergonomy-joe.github.io/ff7snobo.github.io/test.html

I also rebuild the code with the latest version of Emscripten, but that didn't make any visible difference.

edit: Fullscreen seems fixed too

mav:
Nice, it works for me! There were some minor graphical glitches (mostly in the tree section of "Event") but it's awesome that you've got it working!

ergonomy_joe:
@mav thank you for the feedback. BTW, could you tell me which browser you were using for testing ?

I just uploaded a new version. It fixes the white-fading at the beginning and adds a very simple joystick support. (when a joypad is connected to the system, the input from the keyboard will be ignored; that is a bad design, I'll try to fix that later). Only the DPAD and buttons 1~12 are used.

ergonomy_joe:
I uploaded a new version.
I added SFX support; it is still buggy and not complete, but at least there is an auditive cue when you catch a balloon.
The caveat is that you now have to load 3 files before playing.
Since the loading is asynchronous and the "sound.dat" file is very big, the Go button is disabled until all loading operations are completed.
Anyway, I hope you enjoy it, and feel free to leave some feedback here.

There is still no music, sorry.

... until the next upload ...

ergonomy_joe:
A new version today too, and the URL hasn't change:
https://ergonomy-joe.github.io/ff7snobo.github.io/test.html

Just a little fix, but this one was annoying: now the trees won't display garbage anymore.

It seems that the original program didn't do clipping (or culling, I don't know, I am out of my league here) for the textured primitives; I just added a little code that removes all 3d models if one of the vertices has a negative Z. Well I'm not sure of what I am doing but it seems to work so ... enjoy !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version