Jump to content

Graphix7

Member
  • Content Count

    25
  • Joined

  • Last visited

  • Medals

Community Reputation

9 Neutral

About Graphix7

  • Rank
    Private First Class

Recent Profile Visitors

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

  1. Graphix7

    Apex Framework

    Suggestion: Can we get documentation on how to edit existing vehicle spawns and add vehicle spawns?
  2. Graphix7

    Apex Framework

    Hello QS, Just experienced this issue, definitely worth noting. Player got unexpectedly kicked when an admin saw Robocop suspect them of hacking the server. However, when I went through the logs, I found this. 9:41:36 "***** ANTI-HACK ***** Time: 5294.77 * Server Time: 5347.55 * Name: SonOfOri * Profile Name: SonOfOri * Steam Name: [REDACTED] * UID: [REDACTED] * Detection Level: 1 * Detection: Blacklisted text in hint display: god * you were wounded by a(n): uh-80 ghost hawk. its crew consists of:god_emperor (pilot). [n/a] (left turret). [n/a] (right turret). * Object: B Altis II: Revengence:13 (SonOfOri) REMOTE *****" It would seem that somehow this God_Emperor guy caused some damage to SonOfOri and when SonOfOri was presented with the option to report the friendly fire, the Anti-Cheat detected the text as Blacklisted and immediately alerted my admins. However, I saw the same report on both of my admins. However, this time, it seems that Anti-Hack picked them up because they received the report of SonOfOri and detected black listed text in THAT report that they both received. Obviously, because they are both admins, they were not kicked. Do you have any idea what's going on here? Is there a blacklist for "God" in all Hint Displays? This can be a big issue. Please let me know if you have any solutions.
  3. Graphix7

    Apex Framework

    Hey Quiksilver, I'm gonna send you some reports and logs from my server including a hacker that we dealt with. Hopefully we can find how the person got passed the Anti-Cheat system. However, I do not have a way to find the code variable "enableEngineArtillery" from a folder search. If you have a means of searching through files by the actual contents inside of each individual file, I would love to have that tool! In the mean time, can you please at least provide which file has this script command?
  4. Graphix7

    Apex Framework

    Hey Quiksilver, My server has gone from 186th to 67th most popular out of over 1,500 servers according to GameTracker.com . To accommodate the growing player base, we upgraded to 80 slots and paid for High CPU priority with our server provider. Since the upgrade, we've experienced significant lag on 3 occasions that are only resolvable by server restart. To help find the problem, I was hoping you could answer a few questions. 1. Does the mod increase the amount of enemies compared to the player base? Resulting in more AI enemies during high population? 2. Do you know of any difficulty between the x64 Arma version or your mod regarding CPU priority? (Highly doubt it) Let me know if you have any idea what's happening, thanks in advance!
  5. I acqured the mod through the steam workshop. Then I copy and pasted my "@MCC Sandbox 4 - Mission Making the Easy Way" into my dedicated server and added "@MCC Sandbox 4 - Mission Making the Easy Way" to the -mod value in the command line. But I see people claiming to use "@mcc_sandbox" or "@mcc_sandbox_a3" Which is the correct title? Do I have to download MCC from Armaholic and use that version? Will the workshop mod that's in my game files not work for client side? Please help!
  6. Graphix7

    Apex Framework

    Hey Quiksilver, is there a way for us to enable the Artillery Computer for the Mortar Gunman and also, to add more than one pilot?
  7. Graphix7

    Apex Framework

    Inexplicably, my server hasn't crashed in 3 days. No changes have been made, I suppose it was an anomaly. However, I set the server restart variable to _restart_hours = [0,6,16]; this should translate to Midnight, 6AM and 4PM. Strangely, the server will sometimes restart and random hours. Just yesterday my server properly restarted at 4PM but restarted again at 6PM for no reason. Is this an issue with the real_date_x64.dll?
  8. Graphix7

    Apex Framework

    Yes sir
  9. Graphix7

    Apex Framework

    Experiencing irregular/random server crashes that return the following error code. Exception code: C0000005 ACCESS_VIOLATION at 97E891C0 cpu: Intel(R) Xeon(R) CPU E3-1270 v5 @ 3.60GHz graphics: No resolution: 160x120x32 Addons: A3_Structures_F_Argo_Signs_City in a3\structures_f_argo - /*/A large list of addons for many lines of code/*/ - A3_Weapons_F_Gamma_Rifles_MX in a3\weapons_f_gamma\rifles\mx\ Mods: @Apex;A3;curator;kart;heli;mark;expansion;jets;argo;orange;tacops;tank;dlcbundle;dlcbundle2 ServerMods: @Apex Version 1.82.144647 Fault time: 2018/05/09 13:48:45 Fault address: 97E891C0 00:97E891C0 Unknown module file: Apex_framework_108 (__cur_mp) world: Altis Prev. code bytes: C4 30 5B C3 CC CC CC CC CC CC CC CC CC CC CC CC Fault code bytes: 48 8B 41 40 48 8B 40 08 C3 CC CC CC CC CC CC CC note: Minidump has been generated into the file A3DS\arma3server_x64_2018-05-09_06-01-16.mdmp Variables that are inconsistent between crash reports are underlined! Anybody else experiencing this or have any ideas how to fix this?
  10. Graphix7

    Apex Framework

    When I worked with HostHavoc regarding this issue, they told me the following: Me: In order to get my server running properly it needs to be 64 bit. I used the CPanel to select the x64 executable but the log files (.rpt files) are showing that it's still running x86. Also, when connecting I receive a black screen with "Initializing..." in the center as well as "Server must be 64-bit" in the top right. Please verify that the server is properly running 64-bit or adjust appropriately. Thank you in advance! Support: Please set it to 64bit and open and resave your configs as well as your commandline. That should set it to 64bit. Something about switching to x64 seems to require you to basically refresh your command line. I essentially removed the command line, re-created it and saved. This solved my problem.
  11. Graphix7

    Apex Framework

    You called it Quiksilver, this fixed the issue right up! Turns out, during one of the hotfixes, I failed to update the servercommandpassword in the parameters.sqf . It's becoming clear to me that I have to diligently keep notes that document any changes I've made to your mod. Doing so would allow me to easily make those changes whenever a new version is released!
  12. Graphix7

    Apex Framework

    Hey Timothy, I literally dealt with this issue just earlier today, maybe I can help. This issue seems to occur when there's an improper syntax in the @Apex_cfg folder. My instance was that a " ]; " had been removed from the whitelist.sqf, causing the whitelist to fail to return. Check that your serverCommandPassword is set properly and you didn't mess up the syntax for your preferences. ALSO IMPORTANT! You'll see that there can sometimes be several values within one division of the scripting. As such: 'Value 1', 'Value 2', 'Value 3' . Take careful note that the LAST variable in these instances does not have a ',' (comma). This syntax error caused my chat messages to fail. Therefore, when you see multiple variables within brackets ( [ and { ) the last value should NOT have a comma.
  13. Graphix7

    Apex Framework

    I'm experiencing an issue where the server is trying to restart, displays warning message and plays audible que, but then fails to restart. Also, Anticheat is turned on and mods are detected and Robocop claims to kick the player but then I check the player menu and they are still connected. I have to manually boot them. Any thoughts?
  14. Graphix7

    Apex Framework

    Finally got a chance to do some work on this one, first up here's just some more info. Server is not running any additional mods Anticheat is enabled and working properly for the most part The hack/mod in question is being reported as "3D Teleport" and the user claims it's from the workshop but I'm unable to find it. So, I spent only an hour on this, therefore I must do a little more work. However, EPM doesn't seem to be working. My suspicion is in the way my BE Rcon settings are defined. Important note on the RCon, my server is running x64 as instructed. The issue with traditional commands in game is that, whenever I begin to type #login or a few other commands, the text box suddenly disappears. It seems that this happens as soon as a command such as #login has been typed, as if scripted to avoid exploit. Note on that, I had connected with a few mods client side. Again, Framework recognizes me as an admin through the whitelist.txt .
  15. Graphix7

    Apex Framework

    You're doing awesome, thank you for the response. I'm having a serious problem now. We just experienced our first hacker. He was able to teleport around the map and grief. Traditional griefers are honestly not a problem thanks to all the systems you have in-place in the mod. I'm finding out that although my ID is set correctly as an admin and I can use the Staff Command List, I'm utterly unable to kick/ban/change missions etc. Perhaps I'm doing something wrong but I won't be able to support a server if this mod keeps me from being able to ban people. Please advise!
×