• 0
Dohfugwimee

Remove server mission complete message

Question

Have Exile, DMS and Occupation on my server.

Want to know if possible turn off server wide announcement when a DMS mission is complete?

Smoke is sufficient for the player who completed bit..knowledge to everyone else is not.

I did do some searching but am fresh spawn in running this mod.. anyone?

Thanks

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Seems to me in the  @ExileServer/addons/a3_dms/missions/static/Your missionFileHere.sqf

I pulled the code for salt flats for an example but I would change the default:

Spoiler

// Define Mission Start message
_msgStart = ['#FFFF00', "A heavily guarded base has been located on the salt flats! There are reports they have a large weapon cache..."];

// Define Mission Win message
_msgWIN = ['#0080ff',"Convicts have successfully assaulted the base on the salt flats and secured the cache!"];

// Define Mission Lose message
_msgLOSE = ['#FF0000',"Seems like the guards got bored and left the base, taking the cache with them..."];

// Define mission name (for map marker and logging)
_missionName = "Mercenary Base";

to this:

Spoiler

// Define Mission Start message
_msgStart = ['#FFFF00', "A heavily guarded base has been located on the salt flats! There are reports they have a large weapon cache..."];

// Define Mission Win message
_msgWIN = ['#0080ff',""];

// Define Mission Lose message
_msgLOSE = ['#FF0000',"Seems like the guards got bored and left the base, taking the cache with them..."];

// Define mission name (for map marker and logging)
_missionName = "Mercenary Base";

I think this would be the easiest way let me know how it goes. You can do the same with the "Bandit" missions.

Edited by manOwar_AFD
  • Like 1

Share this post


Link to post
Share on other sites
  • 0

Thanks, manOwar.. have made changes, will post results as I see them.

 

EDIT - Changed win text to "Mission Complete" rather than "null" - Name of mission however still shows on server-wide message when WIN occurs

Example

Mercenary Base

Mission Complete

So the question now becomes, possible to remove Mission Name from WIN message and not remove it also from incoming mission

message?

Edited by Dohfugwimee

Share this post


Link to post
Share on other sites
  • 0

This is next attempt

a3_dms\config.sqf - Line 91 (if using Notepad++)

DMS_MissionMarkerWinDot                = false;                        // Keep the mission marker dot with a "win" message after mission is over

Results posted later

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.