Jump to content

Search the Community

Showing results for tags 'notification'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 7 results

  1. If you're designing Arma 3 missions, you might have noticed many new or updated interfaces, like loading screens and debriefings. We're documenting them as they're being added in Mission Presentation page on Community Wiki. Please read the articles, link them when someone asks about their contents (e.g., how to configure loading screens) and expand them in case you find some useful info.
  2. this is my map. (More images if you scroll down) https://imgur.com/a/J0juir3 there is a lot of objectives to capture, and the notification bar is going hot.. is there a way to disable the notification when me or an AI capture an objective?
  3. Hey y'all, I am working on a mission in which I would like to have a notification (BIS_fnc_showNotification) displayed to the opposite team. As in: - Blufor player enters the trigger area - All Opfor players (and only opfor players) see the predefined notification on screen I cannot wrap my head around how to execute this command for side. Is that even possible? Anybody willing to help? Thanks in advance! Dj
  4. !!! THIS PROJECT HAS NOW BEEN ABANDONED !!! !!! SUPPORT WILL BE LIMITED AND NO NEW VERSIONS WILL BE RELEASED FOR THE FORESEEABLE FUTURE !!! https://github.com/HazJ/notificationSystem.VR Notification System for ArmA III Installation 1) Copy notificationSystem folder to your mission root 2) Copy contents from init.sqf to your mission 3) Copy contents from description.ext to your mission (if you already have class RscTitles then please only copy the #include part inside your existing RscTitles) 4) Configure config options in notificationSystem\config\config_master 5) Execute function where ever needed Usage examples ["New notification", "This is a notification!", [0, 0, 0, 1], [1, 1, 0, 1]] spawn Haz_fnc_createNotification; ["<img size='1' color='#ffffff' image='\A3\Ui_f\data\GUI\Cfg\Ranks\private_gs.paa'/> New notification", "This is a notification!"] spawn Haz_fnc_createNotification; ["<img size='1' align='right' color='#ffffff' image='\A3\Ui_f\data\GUI\Cfg\Ranks\private_gs.paa'/> New notification", "This is a notification!"] spawn Haz_fnc_createNotification; ["<img size='1' align='right' color='#ffffff' image='\A3\Ui_f\data\GUI\Cfg\Ranks\private_gs.paa'/> Rank Promotion", "Good work!", [1, 1, 1, 1], [0.12, 0.63, 0.94, 1]] spawn Haz_fnc_createNotification; Config options 0 = FALSE 1 = TRUE debugMode = 0; // If set to 1 then debug mode will be enabled (used for DEV purposes only) defaultTitleTextColour[] = {1, 1, 1, 1}; // Default title text colour (used if you don't pass custom argument to function) defaultTitleBgColour[] = {"(profileNamespace getVariable ['GUI_BCG_RGB_R', 0.13])", "(profileNamespace getVariable ['GUI_BCG_RGB_G', 0.54])", "(profileNamespace getVariable ['GUI_BCG_RGB_B', 0.21])", 1}; // Default title text colour (used if you don't pass custom argument to function) maxNotificationsOnScreen = 4; // Maximum number of notifications to show on screen at once (4 is the currently the max - if you try to set higher then it will revert to 3) positionOnScreen = "RIGHT"; // Where to position notifications on the screen - "LEFT" or "RIGHT" expandShrinkToggle = 1; // Enable player to expand/shrink notifications expandShrinkKey = "help"; // The key which is used to expand/shrink notifications - https://community.bistudio.com/wiki/DIK_KeyCodes (you can also use action key names: https://community.bistudio.com/wiki/Category:Key_Actions) showNotificationsQueue = 1; // Show notification queue count in bottom left corner of screen Changelog 0.3.1 * Fixed expand/shrink positioning when using RIGHT config option (thanks to Tankbuster for reporting) * Added config option for expand/shrink key * Minor code tweaks 0.3 * Added load save fix (thanks AZCoder) * Added functionality for the inactive customisable config options that were added last version (for example: positionOnScreen) * Fixed the bug with the key press toggle (expand/shrink control elements) * Fixed queue counter 0.2 * Added customisable config options * Added key press toggle which expands/shrinks the control elements out to show more/less information (inspired by BIS_fnc_advHint) * Added RscStructuredText styling support for title * Added option to pass arguments directly to the function * Added text which shows total number of notifications in the queue 0.1 * Initital release Known issues None known Credits Haz Contributors Thank you to everyone who provided suggestions, bug-reports and overall feedback! Sa-Matra AZCoder - Load save fix Notes If you change values in config_master then you may need to reload the mission (not just restart). Please do not remove my name from file(s) - Give credit where due! Useful information https://community.bistudio.com/wiki/DIK_KeyCodes https://community.bistudio.com/wiki/Category:Key_Actions
  5. I made a class CfgNotifications in my description.ext for a mission. I i want to put some notification during the mission. When the Notification pop, an icon is display with this lane : iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa"; I searching for a official name icon list, like this : "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa" Someone can help me ? :)
  6. I'm working on a mission that doesn't have re-spawns and designed for quick firefights. My intention is to design a mission for a dedicated server with the following: If all Blufor (players) are killed, failure If time runs out, failure If all Opfor units are killed, victory Notify all players (even dead) when there is one player remaining Notify all players (even dead) when there is one enemy remaining have the same number of units and type of unit on the enemy side, i.e. 1 autorifleman blufor and 1 autorifleman opfor (shown in the initServer.sqf is already working) My experience with multiplayer scripting is limited and I'm struggling to understand why it works in local hosted multiplayer (as the host alone) but not on dedicated servers, issues include: After starting the operation using the action (see flowgraph) the LastMan.sqf will start running immediately, even with 2 blufor players Server, after starting the operation using the action, will stop updating unit positions and AI will not react. All players except yourself are running in place, coupled with sudden spikes in framerate loss when initially activated and unable to kill enemies. Enemies don't react to being shot or standing directly in front of them even. this problem isn't present on the locally hosted Possibly an issue of the server ending the mission locally but not for clients (just a guess)? Mission must still be working enough to continue the countdown timer, mission fails properly when timer reaches zero Maybe I should be getting rid of triggers entirely? But it always seemed like they synced across multiplayer better Using the trigger and (count Thislist < 2) is that when all remaining players enter one vehicle, it counts as one unit and starts the trigger Tried using setting the triggers to server only and using Bis_fnc_MP but led to the mission immediately ending upon starting the operation action Code Flowgraph Mission Source https://drive.google.com/file/d/0B85GbOCq33caWlhHNW1KcENzV00/view?usp=sharing Thanks for the help on this issue
  7. hello I just wanted to know how to edit the game rules and the team speak address in the map
×