Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create music #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

missingtherapy38
Copy link

i want my music in it

@hor535-2012
Copy link

could you add music or at least let me access music

@TBTS-2011
Copy link

i want my music in it

Greetings @missingtherapy38,

The below is a reference of what you could do to add music into your GXmod, if this code snippet seems to be useful, then just add this to your code and merge the pull requests. If you are still not satisfied with the snippet for some reason and is not willing to do it yourself, then please contact us and provide access to your music/s and your code at [email protected] so that we will do the work for you.
NOTE: Don't worry about your code getting stolen, we will never steal anyone's code.


"tight_package"; {


			"music/track_2.mp3",
			"music/track_3.mp3",
			"music/track_4.mp3",
 
                  }

Copy link

@TBTS-2011 TBTS-2011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just need to make sure to use the correct code listed below so that the desired music tracks could work in the GXmod.


"tight_package"; {

			"file:///C:/Users/Cassius/Downloads/357.%20Icecream%20Truck%20V2.mp3
",

            "_comment": "The below listed tracks are just for reference,  you can add whatever music track you like and substitute the below given dummy tracks."

			"music/track_2.mp3",
			"music/track_3.mp3",
 
}

@@ -0,0 +1 @@
file:///C:/Users/Cassius/Downloads/357.%20Icecream%20Truck%20V2.mp3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to use the correct code listed below so that your desired music tracks could work in your GXmod.


"tight_package"; {

			"file:///C:/Users/Cassius/Downloads/357.%20Icecream%20Truck%20V2.mp3
",

            "_comment": "The below listed tracks are just for reference,  you can add whatever music track you like and substitute the below given dummy tracks."

			"music/track_2.mp3",
			"music/track_3.mp3",
 
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants