Music: Difference between revisions

1,396 bytes added ,  12 April 2023
began working on Music. got a good draft going for the Local Assets part, but the External Services part is to include various methods to use hosted online links for music (dropbox, personal websites, github)... AND ALSO INCLUDING THE FACT THAT this may not work depending on trustcheck, which varies based upon revival and launchers
No edit summary
(began working on Music. got a good draft going for the Local Assets part, but the External Services part is to include various methods to use hosted online links for music (dropbox, personal websites, github)... AND ALSO INCLUDING THE FACT THAT this may not work depending on trustcheck, which varies based upon revival and launchers)
Line 1: Line 1:
{{Outdated|reason=There should be an article about music, but these Roblox.com links won't work anymore. Maybe this article could be replaced with a new guide about how to make use of the Novetus shareddata folder for custom music (and other asset) files?}}
<!-- {{Outdated|reason=There should be an article about music, but these Roblox.com links won't work anymore. Maybe this article could be replaced with a new guide about how to make use of the Novetus shareddata folder for custom music (and other asset) files?}} -->
{{WIP}}
 
__TOC__
__TOC__
== Uploading your Music ==
== Uploading your Music ==
Line 8: Line 10:


== Local Assets ==  
== Local Assets ==  
After long hours of looking through old ROBLOX games in studio, it would not take long to discover a link which includes the term <code>rbxasset://</code>. This phrase, '''rbxasset''', is in reference to the '''content''' folder which is in every old ROBLOX client folder. An example of this link used in action is with the default face, which is called '''face.png''' in the '''textures''' folder. The link would be formatted as <code>rbxasset://textures/face.png</code>.
After long hours of looking through old ROBLOX games in studio, it would not take long to discover a link which includes the term <code>rbxasset://</code>. This phrase, '''rbxasset''', is in reference to the '''content''' folder which is in every old ROBLOX client folder. An example of this link used in action is with the default face, which is called '''face.png''', in the '''textures''' folder. The result would be <code>rbxasset://textures/face.png</code>.
 
You can add your own music in your own custom folder through the same method, but this method would only work locally on your own computer. If you publish a game with a local redirect, other players will not be able to hear nor see any custom assets you use in the game — you would have to give them the custom folder, and tell them to put it in the content folder for it to work.
 
If the custom folder which includes your music is not located in the client's content folder, you can use the term <code>..</code> as a way to go backwards. An example of this method is commonly used on [[Novetus]], as the launcher uses their own folder called '''shareddata''' to keep their selection of old ROBLOX games running throughout multiple clients. To find a file called '''music.mp3''' inside the shareddata folder, You would first escape the content folder to get into your specific client's folder. Then, you would escape into where the clients on Novetus are located, which is in the '''clients''' folder. Finally, you would then escape into the main Novetus folder, which is where the shareddata folder is located. The final result would be <code>rbxasset:/../../../shareddata/music.mp3</code>
 
Please keep in mind that these custom redirect links may change depending on your computer's folder structure, and to double-check the logic of your redirect whenever things go south.


== MIDI and RIDI ==
== MIDI and RIDI ==
Line 27: Line 35:
The [http://www.roblox.com/Komposers-Kit-12-29-2010-item?id=43135911 Komposers Kit] made by Ozzypig is another nice MIDI alternative for ROBLOX.
The [http://www.roblox.com/Komposers-Kit-12-29-2010-item?id=43135911 Komposers Kit] made by Ozzypig is another nice MIDI alternative for ROBLOX.


== ROBLOX uploaded songs ==
<!-- == ROBLOX uploaded songs ==
These songs were uploaded by ROBLOX.  The quality is generally better then the ones you would find that were made by a MIDI.  However, it doesn't have a graphical music composer, and it doesn't have a music collection.   
These songs were uploaded by ROBLOX.  The quality is generally better then the ones you would find that were made by a MIDI.  However, it doesn't have a graphical music composer, and it doesn't have a music collection.   


Line 93: Line 101:
}
}
}
}
</pre>
</pre> -->