├── README.md ├── mod.hjson └── music ├── editor.ogg ├── game1.ogg ├── game2.ogg ├── game3.ogg ├── game4.ogg ├── game5.ogg ├── game6.ogg ├── game7.ogg ├── game8.ogg ├── launch.ogg └── menu.ogg /README.md: -------------------------------------------------------------------------------- 1 | # Mindustry Classic Music Pack 2 | Self explanatory, it plays Mindustry Classic music. Versions used from old Mindustry version and downloadable version of Mindustry Classic. Make sure to extract the `.zip` file, otherwise it would crash the game (especially on mobile version). 3 | Credits to Anuke (Mindustry dev) and the music creator, I didn't make any of those (except the mod duh). 4 | 5 | ## Mods 101 6 | ### Singleplayer 7 | 1. Extract the archive to your `mods` location (`%appdata%\Mindustry\mods` or your Mindustry Steam installation file for Desktop version). 8 | 2. The mod will be automatically enabled. If disabled, enable the mod and let the game restart itself. 9 | 10 | ### Multiplayer 11 | 1. Same step as above. 12 | 2. Same step as above. 13 | 3. Join any server you want. 14 | 15 | ~~_**(Due to the new mod reloading system you can't use this in multiplayer for client-side v6.0 unless everyone in your server have the mod)**_~~ Thanks bvcbvc for the fix! 16 | 17 | ## Music List 18 | 19 | 1. menu: `1.ogg` from v3.3r27.) 20 | 2. editor: `game4.ogg` from v5 build 104.5.) 21 | 3. launch: `2.mp3` from v3.5r40.) 22 | 4. game1: `3.ogg` from v3.3r27.) 23 | 5. game2: `2.ogg` from v3.3r27.) 24 | 6. game3: `1.ogg` from v3.3r27.) 25 | 7. game4: `4.ogg` from v3.3r27.) 26 | 8. game5: `1.mp3` from v3.5r40.) 27 | 9. game6: `3.mp3` from v3.5r40.) 28 | 10. game7: `4.mp3` from v3.5r40.) 29 | 11. game8: `5.mp3` from v3.5r40.) 30 | 12. game9: `6.mp3` from v3.5r40.) 31 | 32 | ## Other Mindustry Mods! 33 | 34 | [Mods for v6](https://github.com/topics/mindustry-mod-v6) | [Mods for v5](https://github.com/topics/mindustry-mod) 35 | -------------------------------------------------------------------------------- /mod.hjson: -------------------------------------------------------------------------------- 1 | name: "classic-music" 2 | displayName: " Classic Music" 3 | author: "DaGamerFiles" 4 | description: "This mod will play tracks from classic Mindustry music (v3.3r27, v3.5r40, and v5)" 5 | version: "2.2" 6 | minGameVersion: "136" 7 | hidden: true 8 | -------------------------------------------------------------------------------- /music/editor.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/editor.ogg -------------------------------------------------------------------------------- /music/game1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game1.ogg -------------------------------------------------------------------------------- /music/game2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game2.ogg -------------------------------------------------------------------------------- /music/game3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game3.ogg -------------------------------------------------------------------------------- /music/game4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game4.ogg -------------------------------------------------------------------------------- /music/game5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game5.ogg -------------------------------------------------------------------------------- /music/game6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game6.ogg -------------------------------------------------------------------------------- /music/game7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game7.ogg -------------------------------------------------------------------------------- /music/game8.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/game8.ogg -------------------------------------------------------------------------------- /music/launch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/launch.ogg -------------------------------------------------------------------------------- /music/menu.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaGamerFiles/classic-music/072bdcd8c098522113713e11cc38f596ed39af8d/music/menu.ogg --------------------------------------------------------------------------------