mirror of
https://github.com/demostf/povunlock.git
synced 2026-06-03 22:14:11 +02:00
working somewhat
This commit is contained in:
parent
5c04a7892d
commit
c8f89db913
15 changed files with 13382 additions and 13 deletions
34
www/index.html
Normal file
34
www/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue