From b12ee27fdf696c7441ea06f4d7d1c662200713b9 Mon Sep 17 00:00:00 2001 From: Lako Date: Sat, 2 Jan 2021 15:09:27 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3dc334..65f6ca3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,14 @@ OpenFK adds new features while doing the same functions as the executable. | Functional | Broken | | ------------ | ------------ | | File loading via XMLs | Checking updates | -| Saving files | ActionScript 3 Elements | -| Fullscreen and Windowed mode | +| Saving files | | +| Fullscreen and Windowed mode | | | Basic online functionality | | | Mod support | | | Closing the game | | | Native RDF loading | | | USB connectivity | | +| ActionScript 3 Elements | | ### Installing OpenFK OpenFK requires some manual work to set it up fully. @@ -25,4 +26,4 @@ You will also need to find the Flash.ocx file, it is usually found in the `C:\Wi 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 the ActiveX version of Adobe Flash Player installed to be able to use the 'Shockwave Flash Object' COM component. \ No newline at end of file +You can build OpenFK with anything that can build dotNET 4.5 projects, like Visual Studio. You also need to have the ActiveX version of Adobe Flash Player installed to be able to use the 'Shockwave Flash Object' COM component. From 9d63580215920d963b9f3b23994ecb83fe9520bd Mon Sep 17 00:00:00 2001 From: Lako Date: Wed, 6 Jan 2021 07:13:14 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 65f6ca3..33da132 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,16 @@ 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, it is usually found in the `C:\Windows\System32\Macromed\Flash\` directory. Put the Flash.ocx file with your OpenFK.exe file. +You should find a Flash.ocx file from 2019 and earlier, as the newer versions will be locked out on January 12. +You can grab an older version of Flash.ocx from an install.wim file from a Windows 10 version that is from 2019 or earlier. 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. +Set MegaByte.exe (Located by RadicaGame in the MegaByte folder) to Vista SP2 compatibility. +Now you can use USB with OpenFK! (customF and USB can work together!) + ### Building OpenFK You can build OpenFK with anything that can build dotNET 4.5 projects, like Visual Studio. You also need to have the ActiveX version of Adobe Flash Player installed to be able to use the 'Shockwave Flash Object' COM component. From 295aa70e7463ab54170f28def0959e219fef26fc Mon Sep 17 00:00:00 2001 From: Lako Date: Wed, 6 Jan 2021 07:14:17 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 33da132..af13fe2 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,20 @@ 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, it is usually found in the `C:\Windows\System32\Macromed\Flash\` directory. Put the Flash.ocx file with your OpenFK.exe file. + You should find a Flash.ocx file from 2019 and earlier, as the newer versions will be locked out on January 12. + You can grab an older version of Flash.ocx from an install.wim file from a Windows 10 version that is from 2019 or earlier. 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. + Set MegaByte.exe (Located by RadicaGame in the MegaByte folder) to Vista SP2 compatibility. + Now you can use USB with OpenFK! (customF and USB can work together!) ### Building OpenFK