Skip to main content

Client Config

The SWEM Clientserver Configconfig adds an installation-specific configurable settings for QOL settings. These are client-side, so you can adjust them to your liking and they will only affect you. These settings will be openedthe withsame across all your worlds on that instance, including any textservers documentyou editorjoin. 

MultiMC: Instance > Config Folder (likeRight Notepad),Sidebar) and> canswem-client.toml
CurseForge: beProfile found> in... the(next followingto places:

play)
    >
  • ForOpen Forge:Folder
      >
    • Onconfig Windows:> swem-client.toml
      Forge (Windows): [user]/AppData/Roaming/.minecraft/config/swem-client.toml

    • Forge
    • On(Mac): Mac: ~/Library/Application Support/minecraft/config/swem-client.toml

  • Configs
  • ForExplained
  • MultiMC:

    General
    Config: ClickShort onfor configuration, which means to change something to your instancepreference. >
    Default: "Config Folder" onMeans the rightone sidebarthat >is swem-client.tomlpreset.

  • ForIf CurseForge:at Clickany ontime youryou modpack > three dots nextneed to reset, the playdefault button > "Open Folder" > "config" folder > swem-client.toml

    Hereconfig is thealways fullokay DEFAULTto Config:return to.
  • Lines:
Configs
are Fullread Default Config

["Wings transparency"]
    #Set how visibleby the horsecomputer wingsin should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2

If you notice changes you don'tlines, like butprogramming don'tcode. knowThe howlines to undostaying the changesway youthey madeare tois thevery Config,important.
#: shutMeans downeverything thein serverthat andline replace the config with this default one andof the config will not be reset.
read by the computer. Changes made here will effect nothing.


Remember that the primary rule for configs: Do not change ANY text that is not clearly written as a change like true/false, numbers, and lists. These changeable things will be clearly defined and look like test questions.

---


Wings Transparency

["Wingsclient.wings_tansparency]
transparency"]# #Set|| Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
#Range: 0 ~ 2
WingsTransparencywingsTransparency = 2

This says: How visible the Amethyst Horse Armor wings should be by default. 
It must be 0, 1, or 2 (0 = off, 1 = 50%, 2 = 100%). Default is 2.
You can always press . (period key) to toggle this in-game to your preference.


Gait HUD

# || Should the gait HUD be enabled?
gaitHudEnabled = true

This says: Turn on or off the visibility of the Gait HUD. Must be True or False. Default is True.
If enabled (true) you will see text near your inventory hotbar that displays the current gait of any horse you are riding.

# || How much would you like to offset the current X position? (A negative value moves the text up and a positive value down.)
#Range: > -2147483648
gaitHudX = 0

This says: The left-right position of the Gait HUD. Must be a value greater than -2147483648. Default is 0.
If adjusted, the positioning of your Gait HUD will be altered on the X (left to right) axis.

# || How much would you like to offset the current X position? (A negative value moves the text up and a positive value down.)
#Range: > -2147483648
gaitHudX = 0

This says: The up-down position of the Gait HUD. Must be a value greater than -2147483648. Default is 0.
If adjusted, the positioning of your Gait HUD will be altered on the Y (up-down) axis.

# || What color should the gait HUD be?
#Range: > -2147483648
gaitHudColor = 16777215

This says: The color of the Gait HUD in decimal colors. Must be a value greater than -2147483648. Default is 16777215 (white).
If adjusted, the color of the HUD will reflect that value's color in decimal code.


Full (Default) Config

Full Default Config 1.18.2

[client]

# || =========== [Wings Transparency] =========== ||
[client.wings_tansparency]
# || Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
#Range: 0 ~ 2
wingsTransparency = 2

# || =========== [Gait HUD] =========== ||
[client.hud]
# || Should the gait HUD be enabled?
gaitHudEnabled = true
# || How much would you like to offset the current X position? (A negative value moves the text up and a positive value down.)
#Range: > -2147483648
gaitHudX = 0
# || How much would you like to offset the current Y position? (A negative value moves the text up and a positive value down.)
#Range: > -2147483648
gaitHudY = 0
# || What color should the gait HUD be?
#Range: > -2147483648
gaitHudColor = 16777215

If you notice changes you don't like but don't know how to undo the changes you made to the Config, shut down the game and replace the config with this default one and the config will be reset.


Changelog

PRE 1.18.2

This is not a complete list of version changes / fixes. It is a changelog of relevant wiki-related version information.

MC VersionReleaseNotes
1.18.2
1.18.2-5.3.22.2
Added client configurable for gait HUD, position and color.
Reorganised config template to be more logical in sections and added helpful explanations for various configurable values.
Full Default Config 1.16.5

["Wings transparency"]
    #Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2