Jump to content

hamis

Member
  • Content Count

    1022
  • Joined

  • Last visited

  • Medals

Everything posted by hamis

  1. hamis

    HDR lighting

    In arma2 there should be graphics option for disabling hdr completely!It's very easy to implement,just take a look for GDTModHDR: Config.cpp: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class GDTModHDR { units[] = {}; weapons[] = {}; requiredVersion = 0.14; requiredAddons[] = {"Extended_EventHandlers"}; }; }; class Extended_Init_EventHandlers { class Man { GDTModHDR_Init_Man="_this execVM ""\GDTModHDR\GDTModHDR.sqf"";"; }; }; GDTModHDR.sqf: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">//sleep 1; if (not (isnil ("GDTModHDRValue"))) ExitWith {}; GDTModHDRValue = -1; Private["_keyspressed"]; setAperture GDTModHDRValue; GDTModHDRKeypressed = compile preprocessFile "\GDTModHDR\GDTModHDRKey.sqf"; (findDisplay 46) displaySetEventHandler ["KeyDown","_this call GDTModHDRKeypressed"]; GDTModHDRKey.sqf: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">if ((_this select 1) == 210) then { GDTModApertureValue = -1; setAperture GDTModApertureValue; hint "HDR ON"; }; if ((_this select 1) == 199) then { GDTModApertureValue = 50; setAperture GDTModApertureValue; hint "Day"; }; if ((_this select 1) == 207) then { GDTModApertureValue = 0.5; setAperture GDTModApertureValue; hint "Night"; }; if ((_this select 1) == 211) then { GDTModApertureValue = 4; setAperture GDTModApertureValue; hint "NVG"; }; if ((_this select 1) == 209) then { if (GDTModApertureValue <= 99.5) then { if (GDTModApertureValue < 0.5) then {GDTModApertureValue = 0;}; GDTModApertureValue = GDTModApertureValue + 0.5; setAperture GDTModApertureValue; }; }; if ((_this select 1) == 201) then { if (GDTModApertureValue > 0.5) then { GDTModApertureValue = GDTModApertureValue - 0.5; setAperture GDTModApertureValue; }; };
  2. Just google for "cpbo" and use it to extract the pbo.
  3. Just replace original sounds with sounds from the mods.Of course you have to rename them but there is no hassle with config.
  4. Me too!Who should we kill to get them back?:Oo:
  5. hamis

    Non-blinding sun mod

    Sakura,please could you update this mod for OA and CO?
  6. hamis

    Making a Replacement Pack

    Take a look at existing replacement configs,it's easiest way to learn.
  7. hamis

    cfgFaces

    If you want to disable them forever,use PBOVIEW to find faces you want to replace.Then just copy white faces you want to use to other folder and rename white faces with those you want to get rid of,copy them back(owerwrite) and repack the faces.pbo.
  8. Download some infantry addon and take a look at it's config.You should find out what's wrong with your config this way.
  9. hamis

    Light effects

    Do you remember name of this mod?
  10. hamis

    [CAMP] TM8 Part II - need testers

    After going past DC3 and shilka at antigua loading always causes ctd and trying to cheat to get to next one causes comp to freeze.So this is enough testing for me.
  11. hamis

    [CAMP] TM8 Part II - need testers

    Well,started playing few days ago.So far 2 bugs,"forbidden forest" i killed everyone at base including all vehicles.Objective still not completed:"kill two officers".Raid on antiqua:destroy fuel station already ticked as completed at start of the mission.
  12. @ Nodunit Have you considered insignia and random numbers for your M1a1?
  13. hamis

    Campaign Svoboda where?......

    I don't remember if it's good or not.I uploaded it for you:http://hotfile.com/dl/49339708/0bc9dbb/svoboda_Campaign_1_1.7z.html
  14. @ Reconteam Maybe it's using default 20mm ammo(harrier?) @_BARNS_ Download SLX desert islands addon.
  15. hamis

    Loading error

    That's definitely config error in some addon which includes soldiers.
  16. Yep,you have to find ammo class for hornet and add it to ammo.hpp in the tracer addon,like this example: class B_20mm_AP: BulletBase { tracerColor[] = {0, 0, 0, 0}; tracerColorR[] = {0, 0, 0, 0}; SIX_tracerEnable = 1; SIX_tracerColor = "R"; SIX_tracerPer = 1; SIX_tracerSize = "Big"; SIX_tracerLife = 1.345; };
  17. hamis

    tky_noswear

    Thanks for making this mod,i really appreciate your work!
  18. hamis

    SLX Mod 2.0

    That means the file is corrupted(broken).Try downloading again.
  19. http://forums.bistudio.com/showthread.php?t=87333&highlight=tracer http://forums.bistudio.com/showthread.php?t=89645&highlight=tracer
  20. Search these forums,there is couple of tracer addons.;)
  21. You can try these sites:http://www.armedassault.info http://www.armaholic.com/
  22. Looks good!But previous bloodsucker sound was much better.
×