An open source replacement for the U.B. Funkeys executable.
Go to file
2020-11-22 18:46:23 -05:00
OpenFK Fix customF crash 2020-11-22 18:46:23 -05:00
.gitattributes Add .gitignore and .gitattributes. 2020-09-07 14:13:53 -04:00
.gitignore Add .gitignore and .gitattributes. 2020-09-07 14:13:53 -04:00
LICENSE Initial Release 2020-10-18 12:31:29 -04:00
NOTICES Initial Release 2020-10-18 12:31:29 -04:00
OpenFK.sln OpenFK 1.2 2020-11-01 20:34:12 -05:00
README.md Update README.md 2020-11-03 18:22:21 -05:00

OpenFK

An open source replacement for the U.B. Funkeys executable.

OpenFK adds new features while doing the same functions as the executable.

What does OpenFK do currently?

Functional Broken
File loading via XMLs Checking updates
Saving files ActionScript 3 Elements
Fullscreen and Windowed mode USB connectivity
Basic online functionality
Mod support
Closing the game
Native RDF loading

Installing OpenFK

OpenFK requires some manual work to set it up fully.

First, convert the RDF files in data/system and your user profile in data/YOURUSERNAME to an XML, you can do this in many ways, like using the debug logs or using an RDF converter utility.

You will also need to find the Flash.ocx file, it is usually found in the C:\Windows\System32\Macromed\Flash\ directory. Put the Flash.ocx file with your OpenFK.exe file.

Be sure to run the 'Configure OpenFK.bat' file to choose from some choices!

Building OpenFK

You can build OpenFK with anything that can build dotNET 4.5 projects, like Visual Studio. You also need to have Flash installed to be able to use the 'Shockwave Flash Object' COM component.