SUPPORT BOARD OVERVIEW & TIPS:

About Receiving Help from the Support Board: While all members may answer questions posted in the Support board, you should only rely on responses posted or confirmed by support moderators and website administrators. Any solutions provided by members of the community that are not verified by a staff member (as indicated by a light-green background) are provided as-is, and we cannot take responsibility for any of the results of said actions.

About Responding to Support Threads: If you feel you know the answer to a question, you are welcome to respond to the thread and politely offer assistance. Please be courteous and try to provide detailed and helpful solutions to users who may not be as advanced as you. We ask that you refrain from posting one-sentence solutions.

Please search for existing topics before creating one! It's quite likely someone else has already encountered a similar issue which was resolved. You can search for existing support threads by clicking here .

About Topic Tags:

* Topics denoted with the [OPEN] tag are awaiting a response from the end user. You are welcome to post in these threads if you are experiencing a similar issue so we may provide further support.

* Topics denoted with the [RESOLVED] title have been successfully answered and confirmed by a support moderator and the end user, and should be used as a reference. These topics are locked.

* Topics denoted with the [CLOSED] tag were either inactive for more than 30 days or the end user did not respond to a suggestion and confirm if the issue was resolved. These topics are locked.

question-circle How to make custom sound in PlatinumQuest (im not good english)

  • Roblol
  • Roblol's Avatar Topic Author
  • Away
  • New Marbler
  • New Marbler
  • Posts: 7
  • Thank you received: 0
04 May 2025 07:21 #1
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?
 
  • Posts: 61
  • Thank you received: 37
04 May 2025 16:19 #2
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 Topic Author
  • Away
  • New Marbler
  • New Marbler
  • Posts: 7
  • Thank you received: 0
05 May 2025 09:45 #3
can i put "puSuperJumpVoice" name in apk?
  • Posts: 61
  • Thank you received: 37
05 May 2025 21:27 #4
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 Topic Author
  • Away
  • New Marbler
  • New Marbler
  • Posts: 7
  • Thank you received: 0
06 May 2025 14:31 #5
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"
  • Posts: 61
  • Thank you received: 37
07 May 2025 02:44 #6
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 Topic Author
  • Away
  • New Marbler
  • New Marbler
  • Posts: 7
  • Thank you received: 0
07 May 2025 12:21 #7
Thank you it work :)
  • Posts: 61
  • Thank you received: 37
08 May 2025 01:20 #8
Awesome, enjoy!
Moderators: Doomblah
Time to create page: 0.783 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.