You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked through the schema but couldn't see a way to customise the rooms listed in the 'voice' tab on the left when creating a homebrew script with a different theme.
Describe the solution you'd like
an option to override the list of current rooms with an array of strings for new room names e.g. for a 'pub theme'
"VoiceRooms": {
"type": "array",
"maxItems": 5,
"minItems": 0,
"default": [],
"title": "Custom Room Names",
"description": "To change the voice room names for custom ones the rooms will be overwritten in order by the number of strings provided here. ",
"items": {
"type": "string",
"maxLength": 20,
"examples": [
"Café",
"Pub",
"Bus Shelter",
"The Hedge"
]
}
},
In the above example with 4 strings provided for voice rooms. The first 4 would be overwritten by the custom rooms leaving only the final 5th room as it's default e.g. the campfire.
Alternatives you have considered
N/A but I checked through the schema and searched through the issues on here for a previous request for this feature. also checked reddit etc. to see if anyone else mentioned it.
Comments
-edit- added snippits so format isn't destroyed on sudocode.
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
I checked through the schema but couldn't see a way to customise the rooms listed in the 'voice' tab on the left when creating a homebrew script with a different theme.
Describe the solution you'd like
an option to override the list of current rooms with an array of strings for new room names e.g. for a 'pub theme'
example for the schema:
In the above example with 4 strings provided for voice rooms. The first 4 would be overwritten by the custom rooms leaving only the final 5th room as it's default e.g. the campfire.
Alternatives you have considered
N/A but I checked through the schema and searched through the issues on here for a previous request for this feature. also checked reddit etc. to see if anyone else mentioned it.
Comments
-edit- added
snippits so format isn't destroyed on sudocode.
The text was updated successfully, but these errors were encountered: