Difference between revisions of "PFS Vision"

From PFS Wiki
m
m
Line 49: Line 49:
 
[[File:PFS vision main hud mask green.png|left]]<br>A mask is covering the display<br><br><br>
 
[[File:PFS vision main hud mask green.png|left]]<br>A mask is covering the display<br><br><br>
 
[[File:PFS vision main hud sphere green.png|left]]<br>A sphere is limitating the view<br><br><br>
 
[[File:PFS vision main hud sphere green.png|left]]<br>A sphere is limitating the view<br><br><br>
[[File:PFS vision main hud eye green.png|left]]<br>The camera is focused to look at keyholder<br><br><br>
+
[[File:PFS vision main hud eye green.png|left]]<br>The camera is focused to look at the keyholder<br><br><br>
 
[[File:PFS vision main hud world green.png|left]]<br>All the world textures are overwritten<br>
 
[[File:PFS vision main hud world green.png|left]]<br>All the world textures are overwritten<br>
 +
<h2><p style="text-align:center; color: #fe5656;font-size: 40px"> 2.2 HUD radar mode</p></h2>
 +
[[File:PFS vision radar hud.png|center]]<br>
 +
The radar mode is available from the "blind" menu. It helps the user to find the keyholder when blinded. the [[File:PFS vision red cross hud.png]] represents the user position and [[File:PFS vision triangle hud.png]] represents the keyholder position with the red triangle giving the direction where the keyholder is looking at.

Revision as of 11:40, 15 September 2022

PFS vision system huds 1024.png

[PFS] Vision

The [PFS] Vision system is a tool to increase your immersion while enforcing some view effect on your side, you will be able to:
- Blind using the sphere view technology to limit your view distance
- Change the avatar into a simple silhouette past a distance
- Replace the world textures by an unique one
- Block your camera inside the sphere view
- Hide your location
- Block the start IM within a distance (RLVa only)
- Display your keyholder position and rotation on a radar
- Add an mask overlay (RLVa) or a mask HUD (RLV) with differents forms
- Adjust the transparency of the mask
- Adjust the main color of the mask (RLVa only)
- Lock your environnement with EEP settings
- Force the mouselook view
- lock your camera position
- limit your camera mouvement within a range
- focus your camera to look at a certain part of your keyholder


Warning64.png

WARNING: Some people can be more sensitive to some visual effect which can trigger motion sickness or other type of seizures. use it wisely and respects people safewording!


.1 Generalities

This object has been scripted in an unique way to make it flexible, versatile, accessible, modifiable and robust. In particular these themes has been defined as a new standard for today's and tomorrow PFS products and affiliate creators

1.1 RLV

As a viewer standard, RLV restrictions are filtered to the object UUID and if your object uses same restrictions for several functions, you may run into trouble and the result may look a way different than expected. Thay's why RLV, here, is managed to the script level. You can have several scripts triggering restrictions w/o any interactions between them. You can easily follows the object restrictions table from the RLV menu.
Both RLV and RLVa are supported here but for some special features like screen overlay an addition attachement is required for RLV users. Even if most of us uses RLVa viewers today we still need to make things compatible to previous standards.

1.2 Access

The menu access is build in an inovative way. As standard, everyone can access the menu, with different access levels. Access levels are:
- public
- locker
- keyholder
- selftouch
Depending on the lock state of the object, you may get different access levels (they are cumulable) which allows you to do things or not. The not allowed functions are strikethrough but the positive side is you can still read every parameter and setting, including the user.
The menu is still mono user but the keyholder has always the priority to access it.
You can access it using the command line over channel 7, just hit /7##vision to get access to the main menu of the object. Replace ## with the user 2 first letters of the user name.
The use of the API allows you to override the actual keyholder, this will help you to implement your own access list from wherever you want. You can implement "key grabbing" scripts as much you want they are asked one after the other. For more info look at the included public access script "plug.access.public".

1.3 Configurable

The object include a "config" notecard that allows you to modify it to your wishes. In our case here you can for example adds your own mask textures or your own world textures. There is no limitation except the script memory, consider you can have up to 20 masks textures and up to 20 world textures. For the world texture we prefer image file w/o alpha values.

1.4 API

Objects you cannot mod are no fun, that why you will find here an integrated API that will allows you to interact yourself with the object. Firstly created to manage the key grabbing for PFS, it is now documented and available to create for example: access plugins, interaction with other objects to enforce mask and world textures or your own HUD. More will come depending on the people and affiliate creators requests. To keep it easy and accessible to everyone the API works over JSON string shared on linked message channel 99.

1.5 Integrated help

To make is accessible and easy to use, the object menus have a "help" feature to stream in your chat window some general informations regarding the actual menu displayed to help you to understand what does every buttons.

1.6 Truekey

The only way to unlock the object is the use of the key held by the keyholder. In case you are stuck or the keyholder not showing back you can, if seted up previously, use the Truekey feature to get unlocked by everyone having the key password. You can access it, set it up and use it fromt he "Tools" menu.

2. Vision features

2.1 HUD


PFS vision main hud lock green.png


[PFS] Vision is locked


PFS vision main hud mask green.png


A mask is covering the display


PFS vision main hud sphere green.png


A sphere is limitating the view


PFS vision main hud eye green.png


The camera is focused to look at the keyholder


PFS vision main hud world green.png


All the world textures are overwritten

2.2 HUD radar mode

PFS vision radar hud.png


The radar mode is available from the "blind" menu. It helps the user to find the keyholder when blinded. the PFS vision red cross hud.png represents the user position and PFS vision triangle hud.png represents the keyholder position with the red triangle giving the direction where the keyholder is looking at.