[SP] Somewhere Underground 3
Quote from cerrita on February 15, 2012, 10:24 pmI checked again, and it's in the C:Program FilesSteamsteamappscommonportal 2portal2 folder, just like the readme says. Although, this isn't the first custom map that I've had sound trouble with.
I checked again, and it's in the C:Program FilesSteamsteamappscommonportal 2portal2 folder, just like the readme says. Although, this isn't the first custom map that I've had sound trouble with.
Quote from Lpfreaky90 on February 15, 2012, 10:47 pmcerrita wrote:I checked again, and it's in the C:Program FilesSteamsteamappscommonportal 2portal2 folder, just like the readme says. Although, this isn't the first custom map that I've had sound trouble with.When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
Quote from Djinndrache on February 16, 2012, 8:15 amNot bad, you clearly get better with each part you release of this campaign.
Here is my blindrun:
MlR5iifnubc
(Link: http://www.youtube.com/watch?v=MlR5iifnubc)
Not bad, you clearly get better with each part you release of this campaign.
Here is my blindrun:
MlR5iifnubc
(Link: http://www.youtube.com/watch?v=MlR5iifnubc)
Portal 2 Playlists: videos 1-200 | videos 201-400 | videos 401-600 | videos 601-800 | videos 801-1000 | videos 1001-1200
Quote from cerrita on February 16, 2012, 11:18 amlpfreaky90 wrote:cerrita wrote:I checked again, and it's in the C:Program FilesSteamsteamappscommonportal 2portal2 folder, just like the readme says. Although, this isn't the first custom map that I've had sound trouble with.When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
I tried that, and got the same messages. Is there anything I need to do with the file after I unzip it? Does it need conversion or something from it's .vpk format? Although, I just watched Djinndrache's blindrun, and it would seem that I'm not accuately missing any sound files. And if that's the case, why the error message? With the file names and the notes in the readme, I was expecting some kind of dialoge.
On a side note, the map ends for me in a frustrating way. [spoiler]I get in the working elevator and start ascending[/spoiler], but then the screen fades to black and just hangs there. I can't even get to the main menu- pressing tilde only brings up the developers console, and I have to stop the game through Task Manager.
When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
I tried that, and got the same messages. Is there anything I need to do with the file after I unzip it? Does it need conversion or something from it's .vpk format? Although, I just watched Djinndrache's blindrun, and it would seem that I'm not accuately missing any sound files. And if that's the case, why the error message? With the file names and the notes in the readme, I was expecting some kind of dialoge.
On a side note, the map ends for me in a frustrating way.
Quote from KennKong on February 18, 2012, 1:03 amFirst, the good news. The environment is fantastic, a welcome relief from lifeless clean maps. I like the many varied elements, even if some don't fit (e.g. modern observation rooms). The puzzle was fairly easy, but not completely connect-the-dots.
Constructive criticism (I played "fix 1" version):
- I see you took lpfreaky90's advice to put snd_rebuildaudiocache in a logic_auto. I think that's a bad idea for something that only needs to be done once, when the map is first installed. I have a LOT (350+) of maps, and it takes over two minutes to rebuild the cache. And you forced it to happen TWICE in masu06. Just tell folks to run it from the console after they install the map.
- All that cache rebuilding, and your custom sounds still won't work. I tried the following without success:
- I followed your directions (BTW, I think installing files in the root directory of the game is also a bad idea) and installed your files in my portal2 tree (even though I like to keep my original game directory pristine)
- I installed them the same way in my Custom SP mod. Despite what lpfreaky90 said, it played exactly the same there
- I recreated eladiozro_01.vpk with eladio_mike as a subdirectory of sound
- I extracted the eladio_mike folder to the portal2/sound directory
- Same as c., except I added the .bsps to the maps folder and installed it in the addons folder of my mod. This is how I would have packaged it (if I had a tenth of your ability to create a map).
It ran the same way, no matter what.
I'm not going to rate this map until you've had a chance to get the sound straightened out.
First, the good news. The environment is fantastic, a welcome relief from lifeless clean maps. I like the many varied elements, even if some don't fit (e.g. modern observation rooms). The puzzle was fairly easy, but not completely connect-the-dots.
Constructive criticism (I played "fix 1" version):
- I see you took lpfreaky90's advice to put snd_rebuildaudiocache in a logic_auto. I think that's a bad idea for something that only needs to be done once, when the map is first installed. I have a LOT (350+) of maps, and it takes over two minutes to rebuild the cache. And you forced it to happen TWICE in masu06. Just tell folks to run it from the console after they install the map.
- All that cache rebuilding, and your custom sounds still won't work. I tried the following without success:
- I followed your directions (BTW, I think installing files in the root directory of the game is also a bad idea) and installed your files in my portal2 tree (even though I like to keep my original game directory pristine)
- I installed them the same way in my Custom SP mod. Despite what lpfreaky90 said, it played exactly the same there
- I recreated eladiozro_01.vpk with eladio_mike as a subdirectory of sound
- I extracted the eladio_mike folder to the portal2/sound directory
- Same as c., except I added the .bsps to the maps folder and installed it in the addons folder of my mod. This is how I would have packaged it (if I had a tenth of your ability to create a map).
It ran the same way, no matter what.
I'm not going to rate this map until you've had a chance to get the sound straightened out.
[spoiler]My YouTube Channel: Please subscribe!
My Steam Workshop Check out my collections for some good maps
Basic Mod for playing .vpk files Needs to be updated for dlc2, but still works[/spoiler]
Quote from eladiozro on February 19, 2012, 6:39 pmcerrita wrote:lpfreaky90 wrote:cerrita wrote:I checked again, and it's in the C:Program FilesSteamsteamappscommonportal 2portal2 folder, just like the readme says. Although, this isn't the first custom map that I've had sound trouble with.When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
I tried that, and got the same messages. Is there anything I need to do with the file after I unzip it? Does it need conversion or something from it's .vpk format? Although, I just watched Djinndrache's blindrun, and it would seem that I'm not accuately missing any sound files. And if that's the case, why the error message? With the file names and the notes in the readme, I was expecting some kind of dialoge.
Yes, it does have voice lines, I didn't spect so much failures with it... of someone can help me i'll be very grateful, also noticed this map Weighted Wonderland does supports sounds and other files... i'm trying to figure out how they did it successfully.
When you start the map open up the console and type in "snd_rebuildaudiocache". This problems is caused because portal 2 hasn't cached the sound yet. With snd_rebuildaudiocache the music is put into the cache and it can be used:)
Tip for mappers: You can also use a point_client_command and a logic_auto to do this automatically on map spawn.
I tried that, and got the same messages. Is there anything I need to do with the file after I unzip it? Does it need conversion or something from it's .vpk format? Although, I just watched Djinndrache's blindrun, and it would seem that I'm not accuately missing any sound files. And if that's the case, why the error message? With the file names and the notes in the readme, I was expecting some kind of dialoge.
Yes, it does have voice lines, I didn't spect so much failures with it... of someone can help me i'll be very grateful, also noticed this map Weighted Wonderland does supports sounds and other files... i'm trying to figure out how they did it successfully.
- Somewhere Underground Complete
Workshop:
- http://steamcommunity.com/id/eladiozro/myworkshopfiles/
Quote from Bokkie on February 21, 2012, 1:29 pmSame thing with the sound here.
Didn't matter a lot for me though, this map is defenitly your best, keep the upclining map making !!Puzzles where a bit more challenging this time, although not so hard but I don't mind that. First thing when entering the big room was "what the hell am I supposed to do here" though.
Nice idea (once again) on the elevator !
Same thing with the sound here.
Didn't matter a lot for me though, this map is defenitly your best, keep the upclining map making !!
Puzzles where a bit more challenging this time, although not so hard but I don't mind that. First thing when entering the big room was "what the hell am I supposed to do here" though.
Nice idea (once again) on the elevator !
Quote from DirkManlee on February 21, 2012, 11:52 pmhaha i liked that one! for a second i thought it was going to be HalfLife or something.
haha i liked that one! for a second i thought it was going to be HalfLife or something.
Quote from adzicents on February 27, 2012, 1:47 ams3sMa_S6Rqo
My speedrun of this map. You might want to raise that plaform to the second area.
s3sMa_S6Rqo
My speedrun of this map. You might want to raise that plaform to the second area.
Quote from sicklebrick on March 1, 2012, 2:29 pmAwesome map - it had a decent puzzle and it's really pretty to boot!
2 bugs:
[spoiler]1: The panels above the funnel are portalable, so you can jump right over the fizzler with a single cube. (And jump around onin the paint pipe for luls).
2: I managed to climb up on the big the big blocks from the brekable wall the first time.[/spoiler]
Really looking forward to the fourth installment now, gj!
Awesome map - it had a decent puzzle and it's really pretty to boot!
2 bugs:
2: I managed to climb up on the big the big blocks from the brekable wall the first time.
Really looking forward to the fourth installment now, gj!

