mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
46 lines
3.0 KiB
HTML
46 lines
3.0 KiB
HTML
<!--OpenFK Help by Lako-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
|
<title>OpenFK</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="OpenFK is an open source replacement for the U.B. Funkeys executable.">
|
|
<meta property="og:title" content="OpenFK Help" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://gittymac.github.io/OpenFK/help.html" />
|
|
<meta property="og:image" content="https://gittymac.github.io/OpenFK/logo.png" />
|
|
<meta property="og:description" content="OpenFK is an open source replacement for the U.B. Funkeys executable." />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="sidenav">
|
|
<a href="index.html"><img src="logo.svg" width="32px" alt="OpenFK Logo" style='vertical-align: middle;' />
|
|
<b>OpenFK</b></a>
|
|
<a> | </a>
|
|
<a href="index.html">Home</a>
|
|
<a href="dl.html">Downloads</a>
|
|
<a><b>Help</b></a>
|
|
<a href="https://github.com/GittyMac/OpenFK">Github</a>
|
|
</div>
|
|
|
|
<div class="center">
|
|
<h1>OpenFK Help</h1>
|
|
<p>This page will contain several pieces of advice about using OpenFK.</p>
|
|
<h2>Incompatibilities</h2>
|
|
<p>OpenFK has been made to closely mimic the original UBFunkeys.exe, reaching near feature parity since v1.5. However, due to the way OpenFK was made, it can still have issues that only occur with OpenFK. These primarily occur in areas that have not been fully implemented and tested. These include the Paradox Green minigames and network connectivity. If you can find replicable errors with OpenFK, make sure to place an issue on GitHub.</p>
|
|
<h2>RDF Conversion</h2>
|
|
<p>OpenFK v1.3+ supports decoding of the game's RDFv2 files. However the decoding process is not perfect, as there are issues with special characters which return garbled text instead. This can make the in-game text hard to read in localized versions of the game. OpenFK also does not currently implement decoding of RDFv1 files. This means that you will have to manually provide XMLs if you are playing older versions of U.B. Funkeys.</p>
|
|
<h2>Network Connectivity</h2>
|
|
<p>OpenFK handles the 'netcommands' function that is required for the game to properly communicate to external servers. However, there are currently no active servers for U.B. Funkeys at the moment. There are projects such as UBFunkeysServer and A1Emu that aim to reimplement the servers, but they are out of the scope for the OpenFK project.</p>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<a href="https://gittymac.github.io/">A project by <img
|
|
src='https://github.com/GittyMac/GittyMac/raw/master/Assets/lakowordmark_l.svg' width="128"
|
|
style='vertical-align: middle;' /></a>
|
|
</footer>
|
|
</body>
|
|
</html>
|