Jump to content

d3nn16

Member
  • Content Count

    319
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

3 Neutral

2 Followers

About d3nn16

  • Rank
    Staff Sergeant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ========================================= Unit Name: MACE (Multiplayer ArmA Combat Engine) Timezone/Location: Europe Gamemode preference: PvP (Hard/Competitive) Contact email/method: https://discord.com/channels/977911925205774386/ Website Address: https://www.macegame.eu/ Short Description: ArmA PvP community since 2014, Teamwork - Action - Challenge - Fun Language: English =========================================
  2. I started playing this game last week and had fun until I came across some bugs. I am not sure I will continue if I find there are bugs that prevent finishing the campaign. So after spending a lot of time trying to find Feedback Tracker "tasks" related to Old Man bugs and learning how to create a dashboard, I share with you the public "Old Man Dashboard" in order to: allow players to quickly find existing bugs and avoid creating duplicates allow players to track progress made by Bohemia devs in solving the 'game breaking' bugs (I propose all game breaking bugs should have the highest priority which is 'Immediate', not 'Urgent') allow Bohemia devs to prioritize their work on the 'game breaking' bugs as indicated by the players Please let me know what you think about the dashboard and I will update it if needed. URL: https://feedback.bistudio.com/dashboard/view/123/ Query details for "New": Keyword: "Old Man" Tags: Arma 3 Statuses: New, Feedback Updated After: 2020-04-13 Description: these bugs should be prioritized as soon as possible priority 'Immediate": 'game breaking' issues that make it impossible to finish the campaign priority 'Urgent': 'quest breaking' issues that allow finishing the campaign even though some quests cannot be completed Query details for "In Progress" Keyword: "Old Man" Tags: Arma 3 Statuses: Acknowledged, Assigned, Reviewed, Confirmed Updated After: 2020-04-13 Description: BIS devs should use Confirmed if they managed to reproduce the issue Query details for "Waiting" Keyword: "Old Man" Tags: Arma 3 Statuses: Need more info Updated After: 2020-04-13 Description: BIS devs should set this state if they need more steps for reproducing the issue Query details for "Closed" Keyword: "Old Man" Tags: Arma 3 Statuses: Duplicate, Resolved Updated After: 2020-04-13 Description: for 'Resolved' issues, BIS devs should indicate a possible fix release date EDIT I created 2 new public dashboards in Feedback Tracker to make life easier for bug reporters who don't want waste their time learning how dashboards work Tasks Created By Me https://feedback.bistudio.com/dashboard/view/124/ dynamically displays tasks created by the user who loads the dashboard login required otherwise errors are displayed Subscribed Tasks https://feedback.bistudio.com/dashboard/view/125/ dynamically displays tasks subscribed by the user who loads the dashboard login required otherwise errors are displayed
  3. Hello, I tried play around with server side scripts inside the configuration file and I succeeded in crashing my ArmA Linux server. This is the part of the config that crashes the server: onDifferentData = "systemChat format [""EVENT=|ON_DIFFERENT_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]; kick (_this select 0)"; onUnsignedData = "systemChat format [""EVENT=|ON_UNSIGNED_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]; kick (_this select 0)"; onHackedData = "systemChat format [""EVENT=|ON_HACKED_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]; kick (_this select 0)"; This is the error output by the server when started with the above configuration: systemd[1]: Started MACE Server. mace[463]: 18:37:27 SteamAPI initialization failed. Steam features won't be accessible! mace[463]: 18:37:27 Cannot register unknown string STR_3DEN_CAMERA_NAME mace[463]: 18:37:27 Cannot register unknown string STR_DIFF_SCENE_ONLY mace[463]: 18:37:27 Cannot register unknown string STR_DIFF_SCENE_AND_MAP mace[463]: 18:37:27 Error context _this select 0);'; mace[463]: 18:37:27 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! mace[463]: File /home/steam/mace/main.cfg, line 23: '.kick': '(' encountered instead of '=' mace[463]: 18:37:27 Extensions: systemd[1]: mace.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: mace.service: Unit entered failed state. systemd[1]: mace.service: Failed with result 'exit-code'. It looks like chaining commands with semicolon separator is not accepted, eg systemChat ...; kick ... By the way, the commands alone work, ie this works (no crash and does what it should do) : onDifferentData = "systemChat format [""EVENT=|ON_DIFFERENT_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]"; onUnsignedData = "systemChat format [""EVENT=|ON_UNSIGNED_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]"; onHackedData = "systemChat format [""EVENT=|ON_HACKED_DATA| - USER_ID=|%1| FILE_NAME=|%2|"", _this select 0, _this select 1]"; this works also : onDifferentData = "kick (_this select 0)"; onUnsignedData = "kick (_this select 0)"; onHackedData = "kick (_this select 0)"; So any possibility to call multiple commands for an event ? How ? Thanks for any help, Regards
  4. d3nn16

    Arma 3 Units - Feedback thread

    I'm hosting an ArmA game server and website for a community called MACE. On the website I have a page that tracks top player scores for specific missions (http://www.macegame.eu/tag/scoreboard/). I want to display the squad logo of each player in the list when available but I encountered a problem. The game server will dump info returned by the script commands getPlayerScores and squadParams in the server logs (player name, player score, squad name, squad website and squad picture) which is later used by the website scripts to generate the scoreboard page dynamically. The problem is the output of the squadParams command : [ [ "MACE", "Multiplayer ArmA Combat Engine", "armamacegame@gmail.com", "http://www.macegame.eu/", "c:\users\neutrino\appdata\local\arma 3\squads\mace\dr3uvhu2db.paa", "MACE" ], [ "xxxxxxxxxxxxxxxxxx", "eRazer", "", "", "", "" ] ] The picture info returned by the script is "c:\users\<windows user name>\appdata\local\arma 3\squads\mace\dr3uvhu2db.paa" but I would like it to be the URL of the logo on ArmA 3 Units page for MACE which is https://units.arma3.com/groups/img/1143/DR3UVHU2db.png Please let me know if this new feature will be considered for a future implementation. Thanks & Regards
  5. d3nn16

    functions override

    I found a solution but it only works because I created the addon that contains the functions I want to override :-) My Addon - function ZDB_FNC_COUNTDOWN if (not ("notfound" isEqualType (uiNamespace getVariable ["CUS_FNC_COUNTDOWN", missionNamespace getVariable ["CUS_FNC_COUNTDOWN", "notfound"]]))) exitWith {_this call (uiNamespace getVariable ["CUS_FNC_COUNTDOWN", missionNamespace getVariable "CUS_FNC_COUNTDOWN"])}; Explanation : the addon function must do the work of checking whether the overriding function exist (with similar name but different tag : CUS_FNC_COUNTDOWN instead of ZDB_FNC_COUNTDOWN). Mission that uses addon can override function ZDB_FNC_COUNTDOWN by declaring the function CUS_FNC_COUNTDOWN
  6. Hello I installed the dev build version of the Linux server using steamcmd and 'app_update 233780 -beta development validate'. And installed dev build version of the Windows client using steamcmd and 'app_update 107410 -beta development validate. When I start the dev build client on my Windows machine I see correct version 'Development Build version 1.81.144316'. But when I go to the server list I see my server with a red cross and its info card shows 'version: 1.80'. I disabled addon check in server config file (verifySignatures=0, onDifferentData = "", onUnsignedData = "", onHackedData = "", BattlEye = 0). In the server logs I see incorrect version 'Arma 3 Console version 1.80.143869 x86'. Does this mean it is not always possible to test the latest dev build on a Linux server? Do I need to wait until the Linux Server Dev Build 1.81.144136 is released? Thanks for any help
  7. Here are some tutorials to get you going with MACE CTI squad management
  8. Hi I'm organizing a 100 players event for Friday September 1st. Subscribe here: https://beta.doodle.com/poll/793g32usn8us4s9k More info here: https://steamcommunity.com/groups/armaprmace#events/2324275121374445158 Cheers
  9. Hi I'm organizing a 100 players event for Friday September 1st. Subscribe here: https://beta.doodle.com/poll/793g32usn8us4s9k More info here: https://steamcommunity.com/groups/armaprmace#events/2324275121374445158
  10. I am confident in the human ability to see others' errors better than one's own errors :D
  11. IMO the best method for this huge translation task is crowd based translation. Here is one website (I didn't have time to test it for my own addon but looks promising) that does this: https://crowdin.com/ To put it short: you can make your translation project public and any crowdin user can put their own translations or vote for existing translation. And there is a button for downloading the translations that have most votes (that's what I was told, I haven't checked). Let me know if this sounds good for you.
  12. Hello Are you trying to make a PvP (or other) mission from scratch and you lose your time searching for script examples and debugging ? STOP! After you get Zengin addon you will stop scripting and start designing the gameplay of your dreams ;-) Subscribe to Zengin on Steam workshop and get free sample mission based on Tanoa island with new Apex factions, units, vehicles and weapons: http://steamcommunity.com/sharedfiles/filedetails/?id=698138607 Cheers eRazer Note: documentation is not available yet but I'm ready to help in case you want to use it for your missions
  13. Hello, I am creating an addon (that includes a bunch of scripts used for making missions) and I am trying to make everything as overridable as possible by the mission maker that will use my addon. Examples : - stringtable.xml is overridable - CfgXXXX or custom configs are overridable (based on tests I've made) - sqf variables are overridable I couldn't find a way to override functions defined in CfgFunctions (i know functions not defined in CfgFunctions are overridable just like variables but I don't want to use that method). Also, I would like to be able to override the function by using the exact same name (eg BIS_FNC_ABC => BIS_FNC_ABC, etc) so the change has no impact on the scripts calling the function. Does anyone know if it is possible and how? In the test I made I did the following: - created a test addon in which I added a CfgFunctions block with 1 function - created a test mission in which I added THE SAME CfgFunctions block with 1 function as in the addon (I only changed the "file" attribute to make it point to the functions folder inside the mission folder) - Started game with test addon enabled - I called the function during the mission with debug console and the radio message displayed was the one from the addon not the one I put in the mission function file
  14. I'm planning to convert a mission framework (a bunch of scripts and functions) into an addon (this way it's easier to update multiple missions that are sharing scripts). The reasons I want to encrypt: - prevent others from just copying the scripts, add their logo and whatnot then say it's their addon - the framework is completely extensible as it is now (you can add whatever script you want and turn off/on existing scripts) so there is no need to modify anything inside the "engine scripts" only in the parameter files - if however there is something to be corrected/improved about the "engine scripts" then I want to know it and improve my addon for everyone not let someone else do it only for himself - encryption is first step for players to win some money with player made DLCs if they wish to do so, this can even incite companies to start developing complete games using the ArmA engine (makes me think of DayZ)
  15. They should create an online service that will encrypt the addon I upload with their encryption software. Maybe Steam provides something like this for game addons.
×