43 lines
No EOL
2.5 KiB
HTML
43 lines
No EOL
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>Entity Edit Filter Repository</h1>
|
|
<p>Here's a repository of all known Entity Edit Filters. Put these URLs in:</p>
|
|
<p>Domain Settings -> Show Advanced -> Entity Server Settings -> Filter Entity Edits</p>
|
|
|
|
|
|
|
|
<h2>Blank Filter: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/blank-filter.js">blank-filter.js</a></h2>
|
|
<p>A filter that does nothing yet is syntactically correct. Useful for testing that the entity-server boots in various cases.</p>
|
|
|
|
|
|
|
|
<h2>Blank Filter w/ Unix Line Endings: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/blank-filter-unix.js">blank-filter-unix.js</a></h2>
|
|
<p>Same content as blank-filter.js, but has Unix line endings. Useful for testing if line endings cause errors on the entity-server.</p>
|
|
|
|
|
|
|
|
<h2>Malformed Filter: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/malformed-filter.js">malformed-filter.js</a></h2>
|
|
<p>Syntactically-incorrect filter. Will cause entity-server to not start.</p>
|
|
|
|
|
|
|
|
<h2>Dev-Demo Filter: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/dev-demo-filter.js">dev-demo-filter.js</a></h2>
|
|
<p>Filter to be used in <a href="hifi://dev-demo">dev-demo</a>. Creates a box on dev-demo's stage that no entities can enter.
|
|
<p>Use <a href=https://s3-us-west-1.amazonaws.com/hifi-content/zfox/dev-demo-filter-noRandomness.js>this modified version of this filter</a>with <a href="https://github.com/highfidelity/hifi/pull/9560">PR9560</a>.
|
|
|
|
|
|
|
|
<h2>Sandbox Filter: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/sandbox-filter.js">sandbox-filter.js</a></h2>
|
|
<p>Filter to be used in your Sandbox. Creates a box to the right of your Sandbox's spawn point that no entities can enter.</p>
|
|
<p>Use <a href=https://s3-us-west-1.amazonaws.com/hifi-content/zfox/sandbox-filter-noRandomness.js>this modified version of this filter</a>with <a href="https://github.com/highfidelity/hifi/pull/9560">PR9560</a>.
|
|
|
|
|
|
|
|
<h2>Max Velocity Filter: <a href="https://s3-us-west-1.amazonaws.com/hifi-content/zfox/maxVelocity-filter.js">maxVelocity-filter.js</a></h2>
|
|
<p>Filter that prevents any component of an entity's velocity from exceeding maxVelocity (currently 5 m/s).</p>
|
|
<p>Use <a href=https://s3-us-west-1.amazonaws.com/hifi-content/zfox/maxVelocity-filter-noRandomness.js>this modified version of this filter</a>with <a href="https://github.com/highfidelity/hifi/pull/9560">PR9560</a>.
|
|
|
|
|
|
</body>
|
|
</html> |