Jump to content
  • 0

Other Pirates Map Issue


Scarface

Question

  • Leader

Hello, 

 

Here is a map issue : 

 

After blowing the door, the flag stay already possible to capture 😕

 

Server name: Jaymod #1

Time: now 

Map: Pirates

 

Demo :  demo0420.dm_84  demo0421.dm_84

 

We end up with a unusual situation where the axis are at the beginning of the map and the allies have their last spawn

Edited by Scarface06
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
15 minutes ago, Bunnny said:

Tbh that match was much more fun than normal 😛

Hmmmm 🤔 I've never been a fan of that map because it's way too small and choke pointy.  You're either at your own spawn, the other teams spawn, or the objective.   Make this bug permanent! 

Link to comment
Share on other sites

  • 0

On pirates.script the wait timer needs to be removed from command or move the sounds to the bottom of the script its stalling the 500 wait timer in Game Manager 

 

trigger maindoor1_destroyed
    {
        wm_objective_status 2 1 1
        wm_objective_status 2 0 2

        wm_objective_status 1 1 1
        wm_objective_status 1 0 2

        wm_set_main_objective        3    0
        wm_set_main_objective        3    1

        
        
        
        setstate dummygate default

        
        wm_announce    "Allies have breached the Main Entrance and secured the Old City!"

        wait 1000

        // *----------------------------------- vo ------------------------------------------*
        wm_teamvoiceannounce 0 "pirates_axis_entrance1_destroyed"
        wm_teamvoiceannounce 1 "pirates_allies_entrance1_destroyed"
        // *---------------------------------------------------------------------------------*

        globalaccum 2 trigger_if_equal 1 game_manager vo_entrance

        trigger tdoor_main boom_door_is_gone
        alertentity team_side_explo
        
        globalaccum 2 abort_if_greater_than 1
        trigger flag kill
        
        trigger beach_wobj off // no more beach spawn 
         
        
    }

  • Like 1
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.
Answer this question...

×   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.