Jump to content

ThePainkiller

Member
  • Content Count

    39
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About ThePainkiller

  • Rank
    Private First Class
  1. ThePainkiller

    Please help with my config.cpp

    haha man, you solved my problem, i was so into this that i didnt see the simpliest solution! :) I found the face file and the code is: class CfgPatches { class IC_Faces { units[] = {}; weapons[] = {}; requiredVersion = 0.1; }; }; class IC_Face2 { name = "IC_Face2"; texture = "\IC_Camofacepack\face2.paa"; head = "defaultHead"; identityTypes[] = {}; material = "\ca\characters\heads\male\defaulthead\data\hhl_white.rvmat"; }; Thats all! :) Thanks alot!
  2. ThePainkiller

    Arma 2 Addon request thread

    Already started to try to port a facemod pbo into ArmA2, but failed. I´m sure its a small problem for you pro modders out there, please check out this thread: http://forums.bistudio.com/showthread.php?t=74080
  3. ThePainkiller

    Nothing but problems

    I agree, but professional companies use project management tools to avoid those bugs or have a big QA department which tests and report them.
  4. Hey guys, i try to put several custom faces into one pbo and need helop with my config file, because ArmA2 is complaining about it. Heres the example code: // config.bin - 19:57:50 03/05/07, generated in 0.01 seconds // Generated by unRap v1.05 by Kegetys // Separate rootclasses: Disabled, Automatic comments: Enabled class CfgPatches { class IC_Faces { units[] = {}; weapons[] = {}; requiredVersion = 0.1; }; }; class CfgFaces { class Man { class IC_Face2 { name = "IC_Face2"; texture = "\IC_Camofacepack\face2.paa"; east = 0; west = 0; civillian = 0; }; class IC_Face3 { name = "IC_Face3"; texture = "\IC_Camofacepack\face3.paa"; east = 0; west = 0; civillian = 0; }; class IC_Face4 { name = "IC_Face4"; texture = "\IC_Camofacepack\face4.paa"; east = 0; west = 0; civillian = 0; }; class IC_Face5 { name = "IC_Face5"; texture = "\IC_Camofacepack\face5.paa"; east = 0; west = 0; civillian = 0; }; }; }; And heres the error: http://img268.imageshack.us/my.php?image=arma22009060811105522.jpg The faces show up in Profiles ingame, but i cant really get ingame, loading a map in editor stops with the same error message. What kind of data is he missing? Thx for the help!
  5. Hello Kegety, thx for your mod, is it possible to have a "nobloom" mod only, i actually like the motion blue, well atleast when on foot.
  6. ThePainkiller

    G36 reflex sight fix/replacement

    Only works on G36 not G36K and only works for Burst/Automatic fire.
  7. ThePainkiller

    ArmaHolic ArmA 2 Optimization

    scenecomplexity is NOT fillrate...
  8. ThePainkiller

    ArmaHolic ArmA 2 Optimization

    wouldnt that mean i get fillrate 100%?
  9. ThePainkiller

    ArmaHolic ArmA 2 Optimization

    language="German"; adapter=-1; 3D_Performance=100000; Resolution_Bpp=32; Resolution_W=1680; Resolution_H=1050; refresh=60; Render_W=3162; Render_H=1976; FSAA=0; postFX=0; HDRPrecision=8; lastDeviceId=""; localVRAM=1067663360; nonlocalVRAM=1878523904; my render seems a bit high hm? i set fillrate to 200%, thats why? What if i change this value to something lower like W2800 H1600?
  10. ThePainkiller

    ArmA 2 Soundtrack

    Oh yea, I could hear it all day! I even wait for the song to finish before I start playing. (EDIT: nonono i meant cold wind, its an amazing song!)
  11. ThePainkiller

    Vehicle FOV

    Wouldnt that mean, that everything is zoomed out, not just in vehicles? do you use the Z axis on your trackIR? i cant get it work properly. whats your settings pls? They are not that expensive if you live in Europe or US....
  12. Its perfect as it is, like it was in OFP and ArmA, i agree with others who say, that low framerate cause sluggish movement, so lets hope BIS improves the performance.
  13. ThePainkiller

    German 1.01 Patch is final.

    got my 4890 today and i have absolutely no problems with it, the game is photorealistic at some points!
  14. ThePainkiller

    Patch 1.02 before UK release?

    Can we get a sneak preview what will be fixed in patch 1.02 and will you release it before the UK version? Thx for the answer!
  15. ThePainkiller

    Vehicle FOV

    Thanks for helping me, i searched for keywords like "vehicle" "camera" "zoom" but couldnt find the proper line...considering that its not easy to find it in a file with 386191 lines of code! :eek:
×