ULX

Author Topic: Question about sound folder  (Read 5612 times)

0 Members and 1 Guest are viewing this topic.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Question about sound folder
« on: January 31, 2016, 03:29:25 AM »
Hello. I am making DarkRP server and I have a ploblem to find exact sound file.
Code: [Select]
v:ConCommand("play npc/overwatch/cityvoice/f_confirmcivilstatus_1_spkr.wav\n")Where is that sound file? I cant fing it=( (where is f_confirmcivilstatus_1_spkr.wav)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Question about sound folder
« Reply #1 on: January 31, 2016, 05:15:14 AM »
Is that the location the file is supposed to be in? If so, and it's not playing, the user may just not have it. If you really want to look for a file, you can use file.Find -- http://wiki.garrysmod.com/page/file/Find
Experiencing God's grace one day at a time.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #2 on: January 31, 2016, 06:14:12 AM »
That's strange, but I can't find this file neither in server folder nor in gmod folder. That's a lockdown sound file. In game it sounds alright but I wanna to change it. But I don't know what does location mean.. Where is that file? Also I looked in CSS both in serverside and clientside but no result!
« Last Edit: January 31, 2016, 08:22:06 AM by Andrew Unown »

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Question about sound folder
« Reply #3 on: January 31, 2016, 11:50:26 AM »
It's probably in one of the VCD files. Download a program like GCFScape and look through your .vcd files.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #4 on: January 31, 2016, 12:16:20 PM »
So.
1) Where may I find it. I mean server- or client- side
2) Can this sound be in CSS content?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Question about sound folder
« Reply #5 on: January 31, 2016, 12:17:25 PM »
Sounds are client side. Based on the path, I'm assuming it's in the HL2 base content.
Experiencing God's grace one day at a time.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #6 on: January 31, 2016, 12:20:11 PM »
No files were found with .vcd

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #7 on: January 31, 2016, 12:21:28 PM »
Sounds are client side. Based on the path, I'm assuming it's in the HL2 base content.
Where is that folder?=( That folder changer may kill me one time....

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #8 on: January 31, 2016, 12:22:44 PM »
Also all of the Sounds folders are empty and that is strange

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #9 on: January 31, 2016, 12:26:19 PM »
And one more.. I was finding that file path from the WIndows Explorer and with WinRar but that was unsuccessful=(

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Question about sound folder
« Reply #10 on: January 31, 2016, 01:33:26 PM »
The sound folders are empty because the sound files ARE in the .vpk files.
I'm sorry, I mean't vpk, not vcd.

Also, keep in mind, if it's a CSS sound, it'll be in the vpk file in your CSS root folder, not the gmod one. Same goes for HL2, EP2, etc, etc.
Some games have more than one vpk file so you might have to find the right one.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #11 on: January 31, 2016, 03:52:26 PM »
DarkRP game mode has a action called Lockdown. When it is affected, a sound starts playing. I don't know exactly where is it(in root or CSS). But tomorrow I'll try to overview all of that .vpk files. I'll let you know, if I get something.

Offline Andrew Unown

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Question about sound folder
« Reply #12 on: February 01, 2016, 07:20:40 AM »
GUYS, thank you a lot!! I forgot about .vpk files=) You are awesome=) Thank you a lot again)) How can I thank you? Just likes?=)
« Last Edit: February 02, 2016, 07:15:19 AM by Andrew Unown »