Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Replace audio archives (.awc)

Since version 0.2 audio archives (.awc) can now be replaced using Lenny's Mod loader. The syntax is the same as for any file replacement, but you need to make sure you are using the audio:/ path.

 

Example for vehicles.awc

To replace your vehicles.awc (located in RESIDENT.RPF) with a modified version, you can use the code below. This assumes you have a modified vehicles.awc in a folder called audio (the name can be any). It is important to use the audio:/ mount name.

 

<FileReplacement>
    <GamePath>audio:/sfx/resident/vehicles.awc</GamePath>
    <FilePath>audio/vehicles.awc</FilePath>
</FileReplacement>

Full install.xml example

A full example ready to be copied can be found below.

 

Spoiler

<EasyInstall>
    <Name>My New Siren Audio</Name>
    <Author>You</Author>
    <Version>1.0</Version>
    <Link></Link>
    <Metadata>
    </Metadata>
    <Replacements>
      <Replacement name="Siren Pack Audio">
        <FileReplacement>
          <GamePath>audio:/sfx/resident/vehicles.awc</GamePath>
          <FilePath>audio/vehicles.awc</FilePath>
        </FileReplacement>
      </Replacement>
    </Replacements>
</EasyInstall>

 

 

User Feedback

Recommended Comments

There are no comments to display.

Guest
This is now closed for further comments

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.