WIP - Beta Released Musicube

I was able to make a minecraft jukebox mesh/texture for the thing
Couldn't figure out how to make the music continue. The Burnside police doesn't continue the siren after you let go of the horn, but AFAIK anything that uses default_police does continue. I looked in the soundsources file for both the Burnside and default sounds, and the police sounds seem to be structured the exact same way, only difference being the Burnside has comments. So it seems that some default stuff in the game gets special treatment, just like how the included materials can be used and modified with some text in the truckfile (managedmaterials section)
Burnside:
Code:
Burnsiren
{
    trigger_source    horn
//    start_sound    unpitched default_horn_start.wav
    sound        unpitched Burnsiren.wav
//    stop_sound    unpitched default_horn_stop.wav
}
Default:
Code:
tracks/default_police
{
    trigger_source horn
    sound unpitched default_police.wav
}
Also keep in mind one of the sides looks really funky, for some reason no matter how much manipulating of the UVs I did, it couldn't be fixed
 

Attachments

ok but how can I do it, I don't know the dimensions of the cube ?
make the resolution of your image the same as the one in my zip, and make the placement of each square in your texture the same as the ones in my texture. you don't need to know the dimensions of the cube (btw it's 1x1x1 meter)
 
I want do a version with the main menu theme of the game but I don't know if it's possible.
 
that's like asking if you can use the default sound effects in the game, of course you can use the main menu music
Careful, the main menu music doesn't specify any license which means it's under the GPL like the rest of RoR.
If you link it like with the default sounds then it's probably fine but if you put it inside of your mod then you have to release your mod under the GPL.
 
You're right, I'm not going to do it, it's not a big deal and I don't want to bother with licenses.
 
As the update takes a little time to be approved (which is normal, the moderators have a life outside), I am publishing it provisionally here, just until the update comes out.
It differs slightly from the upcoming version, the only difference being the presence of a GUID. This will be added in future updates.

I also recommend that you no longer download the mod from the repository, but from here.
When the update is available, you can start downloading it again via the repository.

This message will be deleted when the update is released.
Well, in the end, I didn't delete it. hehe !
 

Attachments

Last edited:
Well, the mod will be temporarily unavailable because I deleted it from the repository. Why, you might ask?
Simply because I wanted to redo some things to make it look more like what it really is.
I apologize for the inconvenience.
 
Back
Top