Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
5.0.0-alpha.2 release meta
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Jun 19, 2023
1 parent 09a96ed commit 6f8cefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx1G

mod_version=5.0.0-alpha.1
mod_version=5.0.0-alpha.2
maven_group=dev.andante.companion

minecraft_version=1.20.1
Expand All @@ -17,9 +17,9 @@ auth_me_version=7.0.1+1.20
mod_id=companion
mod_name=MCCI: Companion
major_version=1.20
supported_versions=1.20,1.20.1
supported_versions=1.19.4,1.20,1.20.1
github_repository=andantet/companion
github_branch=1.20
github_branch=dev/1.20/rewrite
curseforge_id=849200
modrinth_id=yF4Uptui
release_type=alpha
29 changes: 1 addition & 28 deletions gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
### **A lot of features are not present yet in 5.x!**
### **It is recommended to use this version alongside version 4.x, disabling the music configuration in the previous version.**

---

Differences to 4.x:

+ **Added Parkour Warrior music**
+ **Added custom _One Minute to MCC_ music to the _To The Dome_ map in _To Get to the Other Side_** (configurable)
+ **Added music speed up for the _Double Time_ modifier in _To Get to the Other Side_** (configurable)
+ **Added settings for disabling specific game music**
* **Game music will now loop**
* **Individual game tracks have been modified to better match the MCC event experience**
* This means that a lot of tracks have been changed to skip the intro
* Battle Box in particular has been modified so that the music starts playing as the countdown starts, just like event


+ **Added game instances**
+ Game instances actively track data about the game that is currently being played
+ At the end of a game, a game instance will dump a file of all the information gathered
+ These files can be found at `/companion/game_instances/`
+ Currently, game instance information is only properly set up for _Parkour Warrior: Dojo_ and *To Get to the Other Side*
+ The intention of these files is to provide a quick way for tournament managers to gather information from their participants. These files can be paired with screenshot proof to easier manage tournaments. Programs can be made to process these files en masse to provide statistics and other useful information on a tournament.


* Renamed configuration to settings, and moved files to `/companion/settings/`
* Rewritten the mod in Kotlin
* Changed mod id from `mccic` -> `mcci-companion`
* Slightly modify code so that the mod can run on 1.19.4

0 comments on commit 6f8cefd

Please sign in to comment.