Jump to content

Crierd

Member
  • Content Count

    138
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

24 Excellent

About Crierd

  • Rank
    Sergeant

Profile Information

  • Gender
    Male
  • Location
    Cydonia

Recent Profile Visitors

1292 profile views
  1. Is there an ETA on updating the client so the new Prairie Fire DLC is selectable? Currently not able to run a server without this.
  2. That worked, thanks. I just modified my rehab.sqf to have just the player addRating so that it uses the ACE action to call the script.
  3. So, I'm trying to figure out how to add a self-interaction item on the ACE self interact menu. The interaction will make it so I increase my player rating, this way, if I shoot civilians or accidentally teamkill, my team members can get in the car with me. I figure there are better ways to accomplish this, but I also wanted to figure out how to add a self-interaction to the list in case I decide to use it again for other things. I read the ACE 3 Wiki but seem to have no success. http://ace3mod.com/wiki/framework/interactionMenu-framework.html# This is what I have in a file called rehab.sqf; _action = ["Rehabilitate","Rehab Yourself","",{player addRating 2000;},{true}] call ace_interact_menu_fnc_createAction; [(player), 1, ["ACE_SelfActions"], _action] call ace_interact_menu_fnc_addActionToClass; In my init.sqf I have; execVM "rehab.sqf"; I'm very new to scripting and would appreciate any help. I initially forgot to add a ; at the end of the first line and saw in my RPT file that not having the ; was an error, so, I know that my init.sqf calling the script is working, and as far as I can tell I am using the ACE functions properly. I just can't seem to somehow link it to myself in game so it will appear in the self-interaction menu. I'm very new to scripting and would appreciate any help.
  4. It seems as though everything has a gamma pass on it. I lower my gamma to like 0.8 when I play on this map to get normal looking saturation. It's a great map so far otherwise :)
  5. Crierd

    RHS Escalation (AFRF and USAF)

    Could anyone tell me how I could go about reloading the static weapons? More specifically the Russian ATGMs. I have a weapons platoon that will carry them, but there seems to be no ammo to resupply them. I even tried creating a new tube and attaching it to the tripod and it still said 0 for ammo. I assume I'll just need to have say 6 people carry 3x tubes and 3x tripods and I'll have 9 rounds?
  6. Recently I've had an issue unfortunately with MCC. When I enable it, I cannot interact using ACE 3. The interaction menu freezes and stays on my screen and displays bizarre behavior. I have looked into my RPT and figured this might be helpful. 3:16:42 Error in expression < _specKeys = _keySetup select 1; { if (_specKeys select _foreachindex) then {_n> 3:16:42 Error position: <_specKeys select _foreachindex) then {_n> 3:16:42 Error Undefined variable in expression: _speckeys 3:16:42 File mcc_sandbox_mod\mcc\fnc\ui\fn_getKeyFromCBA.sqf, line 16 3:16:42 Error in expression < _specKeys = _keySetup select 1; { if (_specKeys select _foreachindex) then {_n> 3:16:42 Error position: <_specKeys select _foreachindex) then {_n> 3:16:42 Error Undefined variable in expression: _speckeys 3:16:42 File mcc_sandbox_mod\mcc\fnc\ui\fn_getKeyFromCBA.sqf, line 16 3:16:42 Error in expression < _specKeys = _keySetup select 1; { if (_specKeys select _foreachindex) then {_n> 3:16:42 Error position: <_specKeys select _foreachindex) then {_n> 3:16:42 Error Undefined variable in expression: _speckeys 3:16:42 File mcc_sandbox_mod\mcc\fnc\ui\fn_getKeyFromCBA.sqf, line 16 3:16:42 Error in expression <fnc_getKeybind) select 5) ; _specKeys = _keySetup select 1; { if (_specKeys sel> 3:16:42 Error position: <_keySetup select 1; { if (_specKeys sel> 3:16:42 Error Undefined variable in expression: _keysetup 3:16:42 File mcc_sandbox_mod\mcc\fnc\ui\fn_getKeyFromCBA.sqf, line 13 This was at the end of my RPT. So, I believe it coincides when I pressed my ACE key and it bugged out, then I closed my game. I can take a video if that would be helpful as well.
  7. Thank you. That was the isuse.
  8. A friend of mine is unable to join my server because an error is appearing, stating he "Cannot play due to missing downloadable content: A3_Structures_F_Exp_Infrastructure_Airports" What's odd about this is, this seems to be an ArmA 3 thing, considering it has no prefix for a mod and the server he is trying to join is utilizing mods on ArmA3Sync. I've double checked and he is running the same exact mods I am, and I can connect fine. He's tried reinstalling ArmA 3 and verifying his cache. Has anyone else experienced this before? Any help would be appreciated. I have googled around and found nothing specific to this missing content.
  9. Crierd

    US 75th Rangers

    You do realize tons of guys buy their own stuff right? In real life you can find Rangers with LBT, Tactical Tailor and Mayflower kit as their primary setup all in the same platoon or squad.
  10. Crierd

    [WIP] Rhodesia Bush War

    Hah, these are cool. Where did you get the models or did you make them?
  11. Does this mod still work and is it actively supported? I can't seem to find any videos or anything regarding this...
  12. What's the difference between profiling and performance? So far I've read to change the name of performance to the arma3.exe and replace, but what do I do with the profiling .exe?
  13. Crierd

    ACRE2 Stable Release

    For some reason, I find that at random or not at random times I will just stop transmitting. This usually occurs when I hold caps lock to talk then use left alt to look around or something of that nature. Has anyone else experienced this? Also, occasionally I hear a constant "click" noise when someone tries to speak on the radio. Finally, I have some people I play with whose FPS drops to an unplayable state when someone transmits on the radio. Any advice?
  14. Does anyone else experience lag and or know how to fix it as previously stated? When in the follow mode it lags yet when I press escape to exit, before I click okay to exit GCAM it is not laggy. Pretty odd...
×