Reply: How to make custom sound in PlatinumQuest (im not good english)

NOTE: You are posting the message as a 'Guest', you can not edit the message or delete it
Please Log in or Register to skip this step.
X

Topic History of: How to make custom sound in PlatinumQuest (im not good english)

Max. showing the last 20 posts - (Last post first)

  • thearst3rd
  • thearst3rd's Avatar
08 May 2025 01:20

Awesome, enjoy!

  • Roblol
  • Roblol's Avatar
07 May 2025 12:21

Thank you it work :)

  • thearst3rd
  • thearst3rd's Avatar
07 May 2025 02:44

Yes, you should be able to copy stuff from ap_mbp and rename it to ap_mbr, then adjust the values inside the .apk. You will also need to rename the apk to mbr.apk. Go ahead and try it out! If it doesn't work, let us know what you tried, and we can help try to fix it

  • Roblol
  • Roblol's Avatar
06 May 2025 14:31

can i copy the flies "ap" folder? for example i copy the ap_MBP and i rename is "ap_mbr"
is working? because i was nervous about author name is "Platinum Team" and i rename is "Roblol"

  • thearst3rd
  • thearst3rd's Avatar
05 May 2025 21:27

Yep, you can put any sound effect name you want in the .apk. Here is an example where it uses "puSuperJumpVoice", taken from the MBG audio pack:

github.com/The-New-Platinum-Team/Platinu...d/ap_mbg/mbg.apk#L40

  • Roblol
  • Roblol's Avatar
05 May 2025 09:45

can i put "puSuperJumpVoice" name in apk?

  • thearst3rd
  • thearst3rd's Avatar
04 May 2025 16:19

Hi Roblol -

You're on the right track! Custom sound packs are stored in the `platinum/data/sound` folder, and they will always have the name "ap_NAME" where you can make NAME whatever you want. So for example, you can create a new folder called "ap_roblol" for your own sound pack. Inside that folder, you can put whatever sounds you would like, and make sure they have the same filenames as the files outside of the folder.

The last step is to create the ".apk" file, which is NOT an android package! It is actually a text file, which uses the JSON format. You should copy an .apk file from one of the existing audio packs (for example, copy mbg.apk from the Marble Blast Gold audio pack in ap_mbg) and put it into your own audio pack folder, and name it "roblol.apk". Now, open up the .apk file in a text editor such as Notepad. Up at the top you can see some values which you will need to edit. They should mostly be self explanatory, it might look something like this: (you can probably ignore defaultSpawnKey)

Code:
{     "identifier": "roblol",     "name": "Roblol's Audio Pack",     "author": "Roblol",     "description": "My Custom Sounds",     "defaultSpawnKey": "G",

Now the next part, there will be a big block called "sounds". Inside this block, put the name of all the sounds you are replacing (do not include the file extensions) inside quotes, then ": true" after it. You will also need to put a comma after all of them except for the last one. If you copied the apk from the MBG pack, that should give a good idea of how it works. For example, lets say you're put new sound effects files in the folder for jumping, rolling, and using a super jump. The sounds block should look like this:
Code:
    "sounds": {         "Jump": true,         "Rolling_Hard": true,         "doSuperJump": true     } }

Once you have all of your sound effects and .apk file inside your ap_roblol folder, you should be able to launch the game and select your audio pack. Let me know if you run into any issues :)

If the question you're asking is about how to actually create custom sound effects, I'm not very experienced with that, but there are many tools available that can help you make new sound files. I'd look online for help on how to do that

  • Roblol
  • Roblol's Avatar
04 May 2025 07:21

Hey Umm i have a problem,is how to make the custom sound in platinumquest because i want create my sound but i dont know how to create the sound, for example is there was a apk flies and i dont know create name sound, like "PlatinumQuest" to "Marble Blast Gold" so how i do the create name sound?
 

Time to create page: 0.974 seconds
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.