Page MenuHomeFeedback Tracker

New scripting commands: getPlayerCustomization, disablePlayerCustomization
New, NormalPublic

Description

Used to get the settings set here:

Executed locally to get settings:

getPlayerCustomization "NAME" // "freddo"
getPlayerCustomization "FACE" // "WhiteHead_19"
getPlayerCustomization "GOGGLES" // "G_Squares"
getPlayerCustomization "SPEAKER" // "Male08_F"
getPlayerCustomization "PITCH" // 0.964371

Executed on server to disable globally:

disablePlayerCustomization "FACE"
disablePlayerCustomization "GOGGLES"
disablePlayerCustomization "SPEAKER"
disablePlayerCustomization "PITCH"

and/or add launch parameter to disable.


An alternative to this would be to store it either in the newly introduced localNamespace or profileNamespace.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

Freddo3000 updated the task description. (Show Details)
Freddo3000 updated the task description. (Show Details)Aug 25 2020, 9:48 PM
DrSova added a subscriber: DrSova.Sep 4 2020, 3:05 PM