FTFMTA Posted March 21, 2012 Share Posted March 21, 2012 https://community.multitheftauto.com/index.php?p= ... ls&id=4063 Hey guys ! Now I want give you another script. Countdown-sound , that script add songs saying 1 - 2 - 3, I tested it in Race , anyway , you can modify the sound. How to install? Easy go to ur mta folder then, server/mods/deathmatch/resources/[gameplay] and paste it. I hope you like it, have fun! P.S Voice if from Team Fortress 2 Link to comment
-ffs-Sniper Posted March 21, 2012 Share Posted March 21, 2012 Sorry, but that is really nothing that special. In fact you've used the hard way to add 3-2-1-go sound files to the race resource. You can also use your own sound files with the default race resource just by editing 4 lines in the race_server.lua file. Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 Sorry, but that is really nothing that special. In fact you've used the hard way to add 3-2-1-go sound files to the race resource. You can also use your own sound files with the default race resource just by editing 4 lines in the race_server.lua file. this ones? g_RaceStartCountdown = Countdown.create(6, launchRace) g_RaceStartCountdown:useImages('img/countdown_%d.png', 474, 204) g_RaceStartCountdown:enableFade(true) g_RaceStartCountdown:addClientHook(3, 'playSoundFrontEnd', 44) g_RaceStartCountdown:addClientHook(2, 'playSoundFrontEnd', 44) g_RaceStartCountdown:addClientHook(1, 'playSoundFrontEnd', 44) g_RaceStartCountdown:addClientHook(0, 'playSoundFrontEnd', 45) ye, and btw where're located the default gta sounds? Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 You can download a tool to "extract" the sound files from GTASA. Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 the problem with this script is that it doesn't turn off or replace the dafault mta sounds which means either the default countdown and the custom one(this one) are played at the same time. this really hurts my eardrums. You can download a tool to "extract" the sound files from GTASA. if this tool also allows me to replace the default sounds then it will do. but first, i need to know the location of the default mta sounds. Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 Just get the sound files and add to your race mode. Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 Just get the sound files and add to your race mode. how do i do that? as i said before i'm not able to find the folder which contains the default mta sounds. Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 (edited) In the race mode, put your sounds add to meta.xml and change your race mode to play your sounds. Edited April 11, 2012 by Guest Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 In the race mode, there are sounds. Delete them, put yours, add to meta.xml and change your race mode to play your sounds. again, there're no audio files in the race mode folder. with the only 1 exeption. the "audio" folder has a file called "mission_accomplished.mp3", but this is not what im looking for. if you don't trust me, fine check it for yourself: https://community.multitheftauto.com/index.php?p= ... ails&id=35 this is the default race mode. Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 I know that lol You must change race mode and add your sounds. What do you think? LOL Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 fine. what's the name of the resource that "extract" the sound files from GTASA. ? Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 That's not a resource. That's a tool to extract the sound files from the game. Maybe this help you: http://www.thegtaplace.com/downloads/f560 Link to comment
meh Posted April 11, 2012 Share Posted April 11, 2012 Maybe this help you: http://www.thegtaplace.com/downloads/f560 i doubt it, but thanx 4 ur participation. i appreciate that. Link to comment
drk Posted April 11, 2012 Share Posted April 11, 2012 Maybe this help you: http://www.thegtaplace.com/downloads/f560 i doubt it, but thanx 4 ur participation. i appreciate that. Really, I tested now and it's not working. I will try to find a new one working. EDIT: I can just find radio extractors working Link to comment
meh Posted April 14, 2012 Share Posted April 14, 2012 solved. for more info: viewtopic.php?f=91&t=36744&p=398130&hilit=countdown#p398130 a big thanx goes to solidsnake. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now