diff --git a/dl.html b/dl.html new file mode 100644 index 0000000..a2a6f9c --- /dev/null +++ b/dl.html @@ -0,0 +1,42 @@ + + + + + + OpenFK + + + + +
+ Home + Downloads + Help + Github +
+ + + Update system coming soon with OpenFK 1.7! + OpenFK Logo with Download Arrow +

Download OpenFK

+

Download OpenFK here!
You will need to U.B. Funkeys installed.

+

Download Links

+ Download (x64) +

+ Download (x86) +

How to Install

+

+ OpenFK requires some manual work to set it up fully.
Put the contents of the OpenFK release into your RadicaGame folder. +
You will also need to find the Flash.ocx file, OpenFK will prompt you to download a compatible version if you don't have one. +
If it doesn't prompt you, you can download and use the FetchOCX.bat utility. +
Be sure to run the 'Configure OpenFK.bat' file to choose from some choices! +

+

How to use USB Support

+

+ To use USB support, you will need to have the MegaByte drivers installed. +
Enable USB Support in the OpenFK configuration. +
Now you can use USB with OpenFK! (customF and USB can work together!) +
Please note USB support currently uses a workaround which can sometimes not work correctly. +

+ + \ No newline at end of file diff --git a/favicondl.ico b/favicondl.ico new file mode 100644 index 0000000..241bc09 Binary files /dev/null and b/favicondl.ico differ diff --git a/faviconw.ico b/faviconw.ico new file mode 100644 index 0000000..c5ec05f Binary files /dev/null and b/faviconw.ico differ diff --git a/help.html b/help.html new file mode 100644 index 0000000..8c7d1a6 --- /dev/null +++ b/help.html @@ -0,0 +1,35 @@ + + + + + + OpenFK + + + + +
+ Home + Downloads + Help + Github +
+ + + Update system coming soon with OpenFK 1.7! + OpenFK Logo with Wrench +

OpenFK Help

+

Common issues and solutions

+ +

It says I have no OCX!

+

There will be a popup that will ask you if you want to install Flash.OCX

+

My USB isn't working!

+

Make sure the MegaByte drivers are properly installed and that USB support is enabled in OpenFK.0

+

A game from Paradox Green isn't working properly!

+

Actionscript 3 support is currently fairly experimental, so expect some bugs.

+

I can't go online!

+

There are currently no active servers, so you will have to play offline.

+

The game doesn't look properly scaled!

+

This one is a strange one. The way the game scales is not that good, and will result in some glitches which depends on the resolution.
Try using the 'Stretch 4:3' option which will use the original 800x600 resolution.

+ + \ No newline at end of file diff --git a/logo.png b/logo.png index 68304a9..3d2ffbe 100644 Binary files a/logo.png and b/logo.png differ diff --git a/logodl.png b/logodl.png new file mode 100644 index 0000000..aedcef8 Binary files /dev/null and b/logodl.png differ diff --git a/logow.png b/logow.png new file mode 100644 index 0000000..595ac36 Binary files /dev/null and b/logow.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..a39313a --- /dev/null +++ b/style.css @@ -0,0 +1,59 @@ +body +{ + font-family: 'Comic Sans MS'; + text-align: center; +} + +marquee +{ +font-weight: bold; +font-size: 24px; +} + +h1 +{ +font-size: 78px; +margin-top: 0px; +margin-bottom: 0px; +} + +h2 +{ +font-size: 48px; +margin-top: 0px; +margin-bottom: 0px; +} + +h3 +{ +font-size: 24px; +margin-top: 0px; +margin-bottom: 0px; +} + +.dl +{ + font-weight: bold; + font-style: italic; + font-size: 72px; + color: seagreen; +} + +.sidenav +{ + margin: auto; + width: 50%; + height: auto; + position: relative; + overflow: auto; + z-index: 1; + top: 0; + left: 0; + background-color: #111; + color: white; + font-size: 24px; + text-align: center; + padding-top: 20px; + padding-bottom: 20px; + border-radius: 20px; +} \ No newline at end of file