Jump to content

Horus

Member
  • Content Count

    639
  • Joined

  • Last visited

  • Medals

Everything posted by Horus

  1. Horus

    Ravage

    Very interesting mod Haleks Just to report this little script error 22:14:57 Error in expression < distance _pos > 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:14:57 Error position: <_x; } forEach [_eFire, _eSmoke, _light];> 22:14:57 Error Undefined variable in expression: _x 22:14:57 File ravage\functions\main\fn_createFireEffect.sqf, line 69 22:14:57 Error in expression < distance _pos > 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:14:57 Error position: <_x; } forEach [_eFire, _eSmoke, _light];> 22:14:57 Error Undefined variable in expression: _x 22:14:57 File ravage\functions\main\fn_createFireEffect.sqf, line 69 22:14:57 Error in expression <> 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:14:57 Error position: <_eFire, _eSmoke, _light];> 22:14:57 Error Undefined variable in expression: _efire 22:14:57 File ravage\functions\main\fn_createFireEffect.sqf, line 70 22:15:01 Error in expression < distance _pos > 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:15:01 Error position: <_x; } forEach [_eFire, _eSmoke, _light];> 22:15:01 Error Undefined variable in expression: _x 22:15:01 File ravage\functions\main\fn_createFireEffect.sqf, line 69 22:15:01 Error in expression < distance _pos > 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:15:01 Error position: <_x; } forEach [_eFire, _eSmoke, _light];> 22:15:01 Error Undefined variable in expression: _x 22:15:01 File ravage\functions\main\fn_createFireEffect.sqf, line 69 22:15:01 Error in expression <> 2000}; { deleteVehicle _x; } forEach [_eFire, _eSmoke, _light];> 22:15:01 Error position: <_eFire, _eSmoke, _light];> 22:15:01 Error Undefined variable in expression: _efire 22:15:01 File ravage\functions\main\fn_createFireEffect.sqf, line 70
  2. You don't install AllInArmaTerrainPack_2015_01_01_Hotfix_1.7z https://forums.bistudio.com/topic/171988-all-in-arma-terrain-pack-aia-tp-a1a2oa-terrains-from-bi-in-a3/page-51#entry2776268
  3. Horus

    Fatigue Feedback (dev branch)

    Why just don't say we want more $$$ from run-shoot-jump crowd.
  4. Horus

    African conflict a3

    Are you planning to add optional config to remove vehicles dependency?
  5. Hi, I want to ask did you fix bug from AiA_TP with red brick house on Cherno in Stary Sobor (grid-[6234.99,7723.95,0] ID-204362) because if you try to shoot thru window from or outside this building you will see effect like you shoot on the ground.
  6. I asked @calibre to test V5 with useplatformclock because some ppl report problems with FPS when they use ReShade Framework. I'd like to report that with Nvidia Driver 355.82 (released 31st of august) the 99% core load FPS drop issue is still occuring. This happens after a random amount of time in multiple games like Arma 3 and GTA V. Are you sure this is a driver issue? Shouldn't it be fixed by now? This could possibly be related to a shader I have activated in the Framework package (1.0) I did a little more testing and this drop does not happen with the 0.19.2 SweetFX Package hosted on the Home Page Downloads. Something either with 1.0 or the Framework Package (possibly shaders or the actual package) is causing this GPU Core Load issue. I'm about 99% sure this is happening from an individual shader. Probably Embossing or something else is custom FX It's not happening with 1.0 DL with SweetFX shaders and my currently selected Framework shaders. ____________________________________________________________________________________________________________ I did a little more testing on the 1.00 99% core load issue. This happens in GTA V with the framework pacakge with either 1.00 .dll or 0.19.2 Doesn't seem to happen with SweetFX 1.00 or 0.19.2 Something with the Framework package is causing the core load issue in this game.
  7. Can you again turn on useplatformclock and test game with Real Light v5 and see if you lose again FPS.
  8. Horus

    Arma runs in background

    Try with “Analyze Wait Chain†...open Task Manager > Details tab, then right click on ArmA 3 Launcher and Arma 3 and see if they waiting for some other process to start.
  9. Horus

    Arma runs in background

    Try to connect your video card directly with your monitor (don't use avermedia) and see if that help.
  10. Horus

    Arma runs in background

    Delete this 2 folders C:\Users\YOUR_USENAME\AppData\Local\Arma 3 Launcher and C:\Users\YOUR_USENAME\AppData\Local\Bohemia_Interactive then start Arma 3 Launcher in Safe Mode.
  11. Horus

    Arma runs in background

    Try this:
  12. @Solano & @McLupo Thank you both for your kind words. :) @Solano Maybe is good to add in your STARTUP CRASH FIX guide that people first check their BIOS and see if HPET is enabled. Some BIOS have option to choose 64bit or 32bit version for HPET ( 64 for 64bit OS and 32 for 32bit OS ). If HPET is not enabled first enable it and try to run A3 with ReShade and if after this game don't want to start use bcdedit command (HPET is still enabled in BIOS). ;)
  13. Use bcdedit /deletevalue useplatformclock ;) link
  14. This is not my fix but official M$ tool and if I helped someone :cheers:
  15. I start game from arma3battleye.exe with .cmd file and I don't have any problem.... just change to yours fullPath/ArmA 3 and fullPath/arma3battleye.exe
  16. This is the right approach. Can you please, just for testing, to disable HPET in BIOS and try to run game with ReShade?
  17. For the people who have the problem to start game with ReShade -> check if HPET is enabled in your BIOS.
  18. Hi Solano, I found how to fix this problem on my system because I don't know if this will work on others OS (vista,8 and 10) and CPU ( Intel or new AMD ->the successor of K10). My OS is Win7 Ultimate 64bit and CPU is Phenom II X4 955 and fix for my system is to force OS to use HPET (HPET is already enabled in BIOS ). How to -> open CMD with elevated privileges and type bcdedit /set useplatformclock true then restart. After this I always can run A3+ReShade without any white/black screen or game stop responding after message "Loading effect....Succeeded!". Salute
  19. Arma is problem not ReShade http://reshade.me/forum/troubleshooting/1018-arma-3-real-light-preset-game-launch-issues?start=6#8580
  20. Horus

    Any idea what this error is ?

    Do you have same error like OP?
  21. Horus

    Any idea what this error is ?

    Install MS hotfix and see if that help you https://support.microsoft.com/en-us/kb/2541119
  22. Why my nickname get changed from Horus to horus -> uppercase to lowercase letter :blink:
×