Jump to content

et_beach_patch.pk3 - Enemy Territory Mapscript


DoubleDragon

Recommended Posts

et_beach_patch.pk3

View File

This file can be placed inside the mod folder to repair a recursive error that continues to play from entities until the side entrance or main entrance is blown not sure which one

 

missing folder & sound files

 

sound/multiplayer/mortar_exp03.wav

sound/multiplayer/mortar_exp04.wav

 

fix was to add a sound/maps/et_beach.sps origin was random guess

speakerScript
{
    speakerDef {
        noise "sound/multiplayer/mortar_exp03.wav"
        origin 95.00 4492.00 2014.00
        looped "on"
        broadcast "no"
        volume 40
        range 1250
    }

    speakerDef {
        noise "sound/multiplayer/mortar_exp04.wav"
        origin 0.00 4098.00 2036.00
        looped "on"
        broadcast "no"
        volume 40
        range 1250
    }
}

 

 +

 

sound/scripts/et_beach.sounds the sound wav file is default sound pak0 pk3\sound\weapons\grenade\gren_expl.wav but the path was not matched had to import to pk3 and rename + add script to .sounds

mortar_exp03
{
    sound sound/multiplayer/mortar_exp03.wav
    voice
    streaming
}

mortar_exp04
{
    sound sound/multiplayer/mortar_exp04.wav
    voice
    streaming
}

 

This doesn't fix model warning but is null should not affect the server

 

Warning R_LoadMD3: model models/multiplayer/flagpole/flagpole_reinforce.md3 surf num [0] is using

 

tested with W:ET and W:ETL same results same fix

 

edit: the screen shot was taken after testing before bots finished the map


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.