-
Notifications
You must be signed in to change notification settings - Fork 3
User Guide
- Chat and Sound alerts for:
- A new player enters a house
- A player leaves a house
- A player re-enters a house, including the amount of entries from that player
- Players are already in a house you enter
- Guests tab that shows current status of guests in the venue
- Download json or csv reports for the guest list
- View guest lists for saved venues you have visited
- A user created list of saved Venues
- Ability to copy the address for the venue you are in and ones that are saved
- Settings to customize most if not all of these features
The Guests tab provides a list of current and previous visitors in the current house you are in. This list will only clear when manually done with the Clear Guest List button.
List list has two viewing modes. Simple (default) and advanced. When in simple mode only Latest Entry and Name are displayed. While in Advanced mode Latest Entry, Name, Entries, First Seen, Last Seen and World are provided. All of these columns allow sorting.
Guests on the list will change in color based on the number of times they have entered in this session, starting at light yellow and changing to red. Users will be slightly grayed out on the list if they are no longer in the venue. Friends on the list will have blue names.
The guest list can be downloaded in Json and Csv formats if desired.
Value Details:
-
Latest Entry: Most recent time the guest has entered the house -
Name: Full username of the guest -
Entries: Total number of times the guest has entered the house -
First Seen: Timestamp of the first time the guest has been seen in the house -
Last Seen: Timestamp of the most recent time the guest has been seen in the house -
World: World that the guest is from

Outdoor events can also be tracked by clicking Track outdoor event? when not inside a house. Outdoor events don't save between crashes, resets, or changing zones. Also there is no way to guarantee all players on this list are actually at the event and not just inside the zone doing other things.

The visitor count reported on the Guests tab is only the total number of players visible to the current users client. This usually caps at around 100. But some houses can have more guests than this. So around this cap, we cannot guarantee an accurate guest total count inside the house based on one client alone.
The Guest Logs tab provides all the same functionality as the Guests tab, except for the fact that you can view logs for other venues you have been to that you have saved.


The Venue tab allows you to save the current venue (house) you are at to a list of saved venues. You can give the venue any name you would like and can use the table to sort the venues. On the left side of the table is a copy button that can be used to cope and share the address of any venue. On the right side is a delete button that can be used to remove a venue from the list.
If you are inside a venue, the button at the top of the tab will allow you to copy the current address to share.


The webserver tab is used to send the guest log in real time to a web service. This is mainly for developer/integration services. If you are a casual user, you can safely ignore.
