92 lines
2.4 KiB
HTML
92 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html
|
|
class=""
|
|
lang="en-us"
|
|
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"
|
|
>
|
|
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="theme-color" content="#fffff" media="(prefers-color-scheme: light)"/>
|
|
<meta name="theme-color" content="rgb(77, 77, 82)" media="(prefers-color-scheme: dark)"/>
|
|
|
|
|
|
<title>xiv.zone - FFXIV Physics Fix</title>
|
|
<meta name="description" content="FFXIV’s bone physics consist of wind and bounce physics. These apply to the character’s hair, clothes and other body parts. However, some aspects appear broken on high framerates, especially those above 60 FPS."/>
|
|
|
|
|
|
<link rel="canonical" href="http://localhost:1313/physics-fix/" />
|
|
<base href="http://localhost:1313/">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://localhost:1313/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css" integrity="sha256-HlNw4LwbIcO6xvL3o/9X03XZIlhljyNAGexmkGtkqv4=" />
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
|
</head>
|
|
|
|
|
|
<div id="center-wrapper">
|
|
|
|
<header>
|
|
<h1><a href="/">xiv.zone</a></h1>
|
|
|
|
<nav id="header-links">
|
|
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<div id="wrapper">
|
|
|
|
<main>
|
|
<h2>FFXIV Physics Fix</h2>
|
|
|
|
<p>FFXIV’s bone physics consist of wind and bounce physics. These apply to the character’s hair, clothes and other body parts. However, some aspects appear broken on high framerates, especially those above 60 FPS. Notably bouncing happens so quickly that it’s practically non-existent, and wind effects tend to appear jittery.</p>
|
|
<p>This plugin fixes this bug by locking updates to 60 FPS, and is based on <a href="https://github.com/Kirrana/xivlauncher_physics_plugin/">Kirrana’s plugin</a> to be more opinionated with less options.</p>
|
|
<h2 id="get-involved--support">Get Involved & Support</h2>
|
|
<p><div class="buttons">
|
|
|
|
|
|
|
|
|
|
|
|
<a href='https://git.sr.ht/~redstrate/ffxiv-physics-fix' class="blurb-button">
|
|
|
|
<h4>Download</h4>
|
|
<p>Get the source code</p>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href='https://redstrate.com/fund' class="blurb-button">
|
|
|
|
<h4>Donate Money</h4>
|
|
<p>Any monetary contribution helps so I can continue working on this in my free time.</p>
|
|
|
|
</a>
|
|
|
|
|
|
</div>
|
|
</p>
|
|
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
|
|
</html>
|