-
Content count
315 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
33 GoodAbout Falcon911
-
Rank
Underboss
- Birthday 01/04/1972
Personal Information
- Homepage
Recent Profile Visitors
2478 profile views
-
Found a great new tool that helps with Metrics sort of like how ASM did back in the day before it became obsolete. Try this one out. https://infistar.de/eng/product/infistar-aio Yes it does cost a monthly fee, but your getting a great deal IMHO. It's being actively updated on just about a weekly basis with new features. Their not fully done with this yet..Alot more to come.
-
TBH.. We just dropped the mod.... I had about 40-50 players on last night and the Headless client threw up all over the mod after about 1 hour and 30 min into the start of the server. I readjusted the timings of the mission and same thing.. After about 1 hour the AI locked up and just stood there, you could kill them all you want, but the game did not register them as being killed. The past three days of having it on the testbox, no issues with 2 hour restarts in between and 6-8 restarts. But that was with <1-2 people on at a time. Since I'm utilizing so many mods right now . I think that's what is throwing errors. So in turn, I going to step away from the FUMS at the moment until it gets a little more TLC. I can't expect my player base to stick around if the damn thing can't handle 40-50 players WITH a headless client running. Combo DMS, Occupation and VEMF does not give me these issues with the Headless Client. (VEMF, DMS and Occupation were not running at the time, only FUMS) FYI.. The box is a dedicated Xeon proc, with Win 2016, 32 GB RAM and a HUGE 500 Mbps down/ 200 Mbps UP. With only the Headless client and the mission running it took and AVG pf 46% proc speed. So the machine is not at fault here. Thank you for all input to helping though.
-
yeah..However, I'm at a loss why I get the scroll wheel option for the admin menu, but when I click on it It only comes up with a what I can only describe as a circle and notification in the lower left that FUMS Admin menu loaded. If I click RMB and just goes away. Example: https://imgur.com/bMP3Tm0
-
Thinking...You know how DMS has a function to allow it in through Infistar to just spawn the mission though the tool..Think it's possible to do the same using FUM's fn_spawn_construction = { _stringcode = "[""construction""] call DMS_fnc_SpawnBanditMission;"; [_stringcode] call admin_d0_server; };
-
Not sure if it was on here or another mod. Something about RSCtitles need adjusting... God I'm going crosseyed on this one. NM that was radio chatter
-
OK.. I can open the fums menu but i don't see the menu in the left corner. I don't know is this a problem with infistar or not..
-
-
The second Spoiler in my post is what is stated in my config.cpp This is what is in my mission PBO https://imgur.com/udCpfrT Dumb question... Why in the examples folder on the mod itself, it states Menus.cpp file. But in the main folder that your supposed to copy over to the Mission.pbo states menus.hpp Main Folder :https://imgur.com/5WM3if8 Examples folder: https://imgur.com/drRc4om
-
Yes sir, and Looked in the Menu.hpp and verified that It's like ARMA does not recognize that that Cargo should have that condition against it. Yes I made sure that @EBM was included in my startup
-
No I'm getting the same thing and the options for Land_Cargo20_sand_F I can open and close, but the options for "lock" unlock", "Set PIN" Everything else seems to be functioning.
-
No I agree....It would take a full re-write. To be honest, I thought it was just a certain call I was missing. Thanks though. I guessing when BI changed the function of how Assigneditems worked in the array it sort of screwed with the Exile's Dev's idea for RAD zones. I'll leave my post in the Client issues for now, hope that maybe someday there is a client side fix.
-
ExileClient_system_radiation_thread_update.sqf That's where the damage come if !("KA_MCU" in (goggles player)) then { player setDamage ((damage player) + _damage); };
-
Trying to figure out how to utilize NVG's within the RAD zones on Exile. Exile_headgear_Gasmask is currently slotted in the NVG section of the assigneditems list. Is there a way to slot this to the goggles?
-
Trying to figure out how to utilize NVG's within the RAD zones on Exile. Exile_headgear_Gasmask is currently slotted in the NVG array of the assigneditems list. So there is no night time operations in the RAD zones. Is there a way to slot this to the goggles? Or even better allow us to utilize the KA_MCP (from the KA Weapons pack) with the Arma3 NVG's? I tried the CFGExileCustomcode.sqf ExileClient_object_player_stats_update = "Exile_Server_Overrides\ExileClient_object_player_stats_update.sqf"; ExileClient_system_radiation_thread_update = "Exile_Server_Overrides\ExileClient_system_radiation_thread_update.sqf"; and adjusted the section of utilizing the Exile_Headgear_Gasmask to if ("KA_MCU" in (assignedItems player)) then That does not work. even tried the if ("KA_MCU" in (goggles player)) then But that kills the whole script it seems. KA_MCU normally gets slotted to the goggles array, but it seems that the Assigneditems array only looks at map, compass, watch, radio, GPS, NVG, Binos Any other ideas? Ref: https://community.bistudio.com/wiki/assignedItems https://community.bistudio.com/wiki/goggles