Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xMcacutt committed Jun 25, 2024
1 parent 1b96914 commit 1a57a6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Most Recent

#### 4.1.0
- Fixed everything Chaos Mode
- Cogs now moved to the correct positions
- Bilbies are now rotated
- All bilbies are now moved
- Chaos mode menu added
- Shuffle on start option added
- Fixed seed option added
- Cheat command alias changed to c from ch
- Chaos mode command alias changed to ch from cm
- Chaos seed is now displayed when changed

#### 4.0.0
- Added chaos mode, a randomizer for the cogs and bilbies.
- Expanded game mode system and menu in lobby.
Expand Down
2 changes: 1 addition & 1 deletion Mul-Ty-Player Client/ClientSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"AutoJoinVoice": false,
"ProximityRange": 2250,
"Theme": "Dark",
"Version": "4.0.2",
"Version": "4.1.0",
"UseTyKoalaTextures": true,
"ShowKoalaBeacons": true,
"DefaultSaveSlot": 1
Expand Down
2 changes: 1 addition & 1 deletion Mul-Ty-Player Server/ServerSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"DoSyncCrate": true,
"DoSyncScale": true,
"DoSyncFrame": true,
"Version": "4.0.2"
"Version": "4.1.0"
}
2 changes: 1 addition & 1 deletion Mul-Ty-Player Updater/Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ServerDir": "",
"GameDir": "",
"FixedMagnets": true,
"Version": "4.0.2"
"Version": "4.1.0"
}

0 comments on commit 1a57a6d

Please sign in to comment.