almost forgot
This commit is contained in:
parent
de763baba6
commit
16cdabb63a
40
config/yes_steve_model-common.toml
Normal file
40
config/yes_steve_model-common.toml
Normal file
@ -0,0 +1,40 @@
|
||||
|
||||
[general]
|
||||
#Whether to display disclaimer GUI
|
||||
DisclaimerShow = false
|
||||
#Whether to print animation roulette play message
|
||||
PrintAnimationRouletteMsg = false
|
||||
#Prevents rendering of self player's model
|
||||
DisableSelfModel = false
|
||||
#Prevents rendering of other player's model
|
||||
DisableOtherModel = false
|
||||
#Prevents rendering of self player's hand
|
||||
DisableSelfHands = false
|
||||
#Prevents rendering of arrows model
|
||||
DisableArrowsModel = false
|
||||
#The default model ID when a player first enters the game
|
||||
DefaultModelId = "steve"
|
||||
#The default model texture when a player first enters the game
|
||||
DefaultModelTexture = "default"
|
||||
#If rendering errors occur, try turning on this.
|
||||
UseCompatibilityRenderer = false
|
||||
#The amount of volume when the animation is played.
|
||||
#Range: 0.0 ~ 100.0
|
||||
SoundVolume = 100.0
|
||||
|
||||
[extra_player_render]
|
||||
#Whether to display player
|
||||
DisablePlayerRender = false
|
||||
#Player position x in screen
|
||||
#Range: > 0
|
||||
PlayerPosX = 10
|
||||
#Player position y in screen
|
||||
#Range: > 0
|
||||
PlayerPosY = 10
|
||||
#Player scale in screen
|
||||
#Range: 8.0 ~ 360.0
|
||||
PlayerScale = 40.0
|
||||
#Player yaw offset in screen
|
||||
#Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||
PlayerYawOffset = 5.0
|
||||
|
||||
@ -68,6 +68,10 @@ hash = "49079e6264ca7a44880a2d372522877b3888a80d8fe83208ea38880fca494285"
|
||||
file = "config/sedparties/active-preset.json"
|
||||
hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22"
|
||||
|
||||
[[files]]
|
||||
file = "config/yes_steve_model-common.toml"
|
||||
hash = "18fc60b6cec05b2d4fe0a91612e9ff0bb59084c78a1b3409a2626de0896f008a"
|
||||
|
||||
[[files]]
|
||||
file = "defaultconfigs/solcarrot-server.toml"
|
||||
hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user