mirror of
https://github.com/demostf/cutter.git
synced 2026-06-03 11:54:08 +02:00
web update
This commit is contained in:
parent
e51d6f42e7
commit
e08617bcf0
1 changed files with 5 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>POV demo camera unlocker</title>
|
<title>Demo cutter</title>
|
||||||
<style>
|
<style>
|
||||||
input[disabled] {
|
input[disabled] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
@ -12,11 +12,11 @@
|
||||||
<body>
|
<body>
|
||||||
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|
||||||
<script src="./bootstrap.js"></script>
|
<script src="./bootstrap.js"></script>
|
||||||
<h1>POV demo camera unlocker</h1>
|
<h1>TF2 Demo cutter</h1>
|
||||||
|
|
||||||
Unlocks the camera in POV demos to allow the same controls as when viewing STV demos.
|
Cut down a demo file to a specific tick range.
|
||||||
|
|
||||||
<p>Select a demo file below to begin processing, once processed the file will be presented as download</p>
|
<p>Set the start and end tick and 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>
|
<p>Processing demo files can take a while</p>
|
||||||
<form>
|
<form>
|
||||||
<input type="number" id="start" value="30000">
|
<input type="number" id="start" value="30000">
|
||||||
|
|
@ -28,9 +28,7 @@ Unlocks the camera in POV demos to allow the same controls as when viewing STV d
|
||||||
Note:
|
Note:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<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>The resulting demo might not work or crash tf2 on playback, blame valve for making bad code</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>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue