working somewhat

This commit is contained in:
Robin Appelman 2021-07-23 23:20:01 +02:00
commit c8f89db913
15 changed files with 13382 additions and 13 deletions

34
www/index.html Normal file
View file

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
<style>
input[disabled] {
opacity: 0.5;
}
</style>
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<script src="./bootstrap.js"></script>
<h1>POV demo camera unlocker</h1>
Unlocks the camera in POV demos to allow the same controls as when viewing STV demos.
<p>Select a demo file below to begin processing, once processed the file will be presented as download</p>
<p>Processing demo files can take a while</p>
<form>
<input type="file" id="file">
</form>
<p>
Note:
</p>
<ul>
<li>The demo still being recorded as POV demo means that only data around the recording player is in the demo file, players not near the recorder will behave weirdly</li>
<li>When the player respawns the freecam camera will be moved</li>
<li>The resulting demo might not work or crash tf2 on playback in rare cases</li>
</ul>
</body>
</html>