Jump to content

marcon

Member
  • Content Count

    24
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About marcon

  • Rank
    Private First Class
  1. Well first I didn't have crossfire and the game still ran very bad. The weird thing is, on my other lower spec rig with a ati 4850 the game runs smooth eventhough my single 5770 should perform better then the 4850. Bohemia needs to build a better engine in their next sequel of the game which is capable of working with high end hardware and is prepared for future hardware. A core i7 wont solve the problems, cause I do have one and the game runs very bad. I have ArmA 2 with the latest beta patch and the fps went a little up but still unacceptable in citys (15-22 fps). Normally the game suffered from screen flickering (white) because of the post processing or something, this screen flicker changed in another but less irritating way of screen flicker. Conclusion: there needs to be a lot more of improvements.
  2. Well if you look at the first rig in my post, my main rig, it says: i7 920 OC @ 3.54 (quad-core), 2x Ati 5770 1GB (Crossfire!) The last rig is my test-rig and i agree its outdated hardware BUT this rig peforms better than my main rig ;-) which is odd. I agree, even OPF, i know what i'm typin', i took a mega computer to run that game smooth.
  3. Ah oke, well I still think there something terribly wrong with this game cause still with my specs and 22fps in citys isn't acceptable.
  4. Well guys, now my story. This is my rig: i7 920 OC @ 3.54GHz 6GB OCZ Gold @ 7-7-7-16 1066MHz Crossfire (2x) 5770 1GB Windows 7 64bit running on a 64GB WD SSD (170write/250read) ArmA 2 1.07 on RAID0 2x 320GB Samsung 16MB cache 7200rpm. (250read/180-220write) I'm also using the -winxp parameter on the shortcut to enable dual gpu. Im playing @ native 1920x1080 and the game runs like ****. Now the following, my bro's rig: i7 920 @ stock 2.67GHz 6GB OCZ Gold @ 7-7-7-20 1066MHz Ati 4890 1GB Windows 7 64bit and ArmA 2 installed on same 500GB WD sata disk (16mb cache 7200rpm). He is playing on 1680x1440 and the game is running super smooth with all settings on normal. Test rig: Intel E6750 @ stock 2.67GHz 4GB (2x2) OCZ Blade 800MHz 4-4-4-15 MSI Ati 4850 OC 1GB 500GB WD sata 16mb cache, 7200rpm Windows 7 64bit + ArmA2 on same HDD. Runs super smooth @ 1920x1080 with most settings on High. (avg 30-40fps) How come my powerfull rig cant give me the same peformance? Im now gonna try beta patch 72588 to see if there is any difference. :UPDATE: I have got the game to work 'smooth' now. Well at the least the stutter is almost gone, but still only get 22fps in some parts of chernogorst or near many buildings. But in the middle of nowhere i reacht 60fps avg. First i installed the before mentioned beta patch. The i changed my localvram to what it should be in the arma.cfg in my \my documents\arma 2\arma2.cfg. In the options i have set the video memory to default so it will use the value stated in arma2.cfg and shadows on very high. Further explenation: http://forums.overclockers.co.uk/showthread.php?t=18024779 Still best performance is on my bro's and test rigg. very strange.
  5. But I need AI not grouped to player, but i found this thread: http://forums.bistudio.com/showthread.php?t=77669 The linked page provides enough information to spawn AI units. I didn't know AI respawn isn't normally possible so I didn't search for AI respawn:o Thanks all of you for your input!
  6. Any way to do let them respawn?
  7. Hi, I'm having a little trouble with the respawning of units. I've created the following description.ext: respawn = 3; respawnDelay = 3; respawnDialog = 0; Which should respawn units at their "BASE". In my map there are 3 solders(1 playable) which side is WEST. I have created a marker called respawn_west and also a marker respawn_p1 When i launch the mission in MP the respawn works for the unit called p1, and when playing with this unit and die, I will respawn at respawn_p1. But when the other two AI soldiers die they don't respawn at respawn_west. I have also tried giving the AI soldiers an own name and respawn point but still they wont respawn. Does anybody know the problem? Thanks in advance! (p.s. the search didn't give me any answer)
  8. Thanks for the example, I do figured out how the eventHandlers work and they are really of a good use!
  9. Thanks, I'm not common with eventhandlers but I will do my research :) Thanks TRexian!
  10. This is probably a repost but the search function hasen's given me any answers so here's my question: Is there any function or variable that stores the cause of death of a given unit, and more important for me, the killer/shooter of a unit? I've been looking through the COMREF and couldn't find anythink, I hope i haven't missed it. Thanks in advance!
  11. I think I need to think different. thanks for the advice shk
  12. But is it possible that a script will be executed or only affect the player that has triggerd the trigger? Because the code found on page one won't filer the player because on all the clients it gives a true on ?(player == pX)
  13. No my suggestion doesn't work. Ill try that one heatseeker! ---------- Post added at 12:45 PM ---------- Previous post was at 12:43 PM ---------- player in [p1,p2,p3,p4,p5] && vehicle player in thislist doesn't work ---------- Post added at 12:46 PM ---------- Previous post was at 12:45 PM ---------- Off topic: I agree with your signature Heatseeker, never understood why people said OFP haha ---------- Post added at 01:25 PM ---------- Previous post was at 12:46 PM ---------- It still isnt a real answer to my question because shk solution is working but still i have got more triggers in my mp mission which activates scripts and which arent ment to be run when someone else activates them in MP. Is there maybe a way to see who activate the script? i tried triggerActivation but that one doesn't display the player or his name. Any help is welcome!
  14. One more question, this doesn't work when the player is in a vehicle, how to change it so it does? changing player into (vehicle player) isnt the key. should it be like this?: condition: player in [vehicle p1,vehicle p2,vehicle p3,vehicle p4,vehicle p5] && player in thislist
  15. Wow it works! Thanks for your input shk, now I'll figure out how your line of code works haha Thank you very much shk!
×