Portal: Revolution

Portal: Revolution

评价数不足
> 8 Audio Devices
由 twitch.tv/Apryed 制作
Portal Revolution comes with only eight slots for audio devices. This guide will help you pump those numbers so your device will show up, in case it is not showing.
   
奖励
收藏
已收藏
取消收藏
Full thing
  • Go to Portal Revolution instalation folder ( On Steam Library, right click it, hover over Manage and click on Browse Local Files ).
  • From there, go to this route:
    <WhereEverYouAre>\revolution\panorama\layout\pages\main-menu
  • Open "settings-audio.xml" file with the text editor of your liking and find this line:
    <Label text="XXXXXX 8" id="audiodeviceconfig8"/>
  • Copy that line and paste it under that one and edit it so text and id change its number. Ej:
    <Label text="XXXXXX 8" id="audiodeviceconfig8"/> <Label text="XXXXXX 9" id="audiodeviceconfig9"/> <Label text="XXXXXX 10" id="audiodeviceconfig10"/> <Label text="XXXXXX 11" id="audiodeviceconfig11"/> <Label text="XXXXXX 12" id="audiodeviceconfig12"/>

    Code should end up looking something like this:
    <ChaosSettingsEnumDropDown id="DeviceConfigurationEnum" class="settings__page-group-item" text="#Settings_Audio_DeviceConfig" convar="sound_device_override" oninputsubmit="BaseAudioDeviceConfigurationChanged()" onmoveup="$('#Settings_Audio_MuteInBackground').SetFocus()" selectionpos="auto" tabindex="auto"> <!--placeholder labels that will be modified in csgo_audiosettingsscreen.cpp--> <Label text="XXXXXX 1" id="audiodeviceconfig1"/> <Label text="XXXXXX 2" id="audiodeviceconfig2"/> <Label text="XXXXXX 3" id="audiodeviceconfig3"/> <Label text="XXXXXX 4" id="audiodeviceconfig4"/> <Label text="XXXXXX 5" id="audiodeviceconfig5"/> <Label text="XXXXXX 6" id="audiodeviceconfig6"/> <Label text="XXXXXX 7" id="audiodeviceconfig7"/> <Label text="XXXXXX 8" id="audiodeviceconfig8"/> <Label text="XXXXXX 9" id="audiodeviceconfig9"/> <Label text="XXXXXX 10" id="audiodeviceconfig10"/> <Label text="XXXXXX 11" id="audiodeviceconfig11"/> <Label text="XXXXXX 12" id="audiodeviceconfig12"/> </ChaosSettingsEnumDropDown>
  • Re Open Portal Revolution and enjoy!! ^^