-
Content Count
422 -
Joined
-
Last visited
-
Medals
Everything posted by d3lta
-
F2 Mission Development Framework (BAS f for ArmA 2)
d3lta replied to fer's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi masters, how I use SOM module with F2? My Old script fails after F2 upgrade here.... :( -
Yes!! The Effects are great!!! JTD is nice!!! Thanks for all.
-
Yes, the JTD_FireAndSmoke_config.hpp it's ok. Thanks a lot, guys!!!! Bye!!!
-
I use the SixUpdte to install JTD. I created a shortcut with JTD Mod, too... I think that's easy. then, when I create a map, the JTD is default mod for explosions?
-
Hi Masters, How I Use JTD im my maps? Is JTD a Module? I put a MISC JTD object, but I dont see difference from Arma2 Explosions Effects... Best Regards!!
-
ACE2 Wounding System and AI bug?
d3lta replied to d3lta's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Please, help-me masters... -
A.C.E. Advanced Combat Environment - Public Beta *2*!
d3lta replied to sickboy's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Hi masters, I put the ACE2's Wounding system module on the map (empty First), and after each respawn ("base method") , the AI stay freeze or dont see my human soldiers again. Ps. The problem happens with the Arma2 First Aid Modules, too... How I Fix this? Best Regards -
SOM screwed up my briefing
d3lta replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I want know too, how I disable the secops diary? :( -
Thx!! Now, the Xeno's script run`s well. I fix a bug.. (my)... here....
-
do you have a script example of ammobox save loadout? The Xeno`s script fails on client side., I dont know why!....... :(
-
The best approach!!! Thanks , great Xeno!!!:)
-
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
What is the exact problem (aka bug) ? textures? -
How remove all units from a UH-1Y Venom?
d3lta posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi Masters I want to remove all AI units from UH-1Y Venom, with the initialization script: tsold1 = (Crew this); doGetOut tsold1; unassignVehicle tsold1; deleteVehicle tsold1; But, all units only get out from unit, and backs agains for UH... What`s wrong here? A2 bug? :confused: Best Regards D3lta ---------- Post added at 05:44 PM ---------- Previous post was at 04:49 PM ---------- this script fail too.. :mad: { unassignvehicle _x; dogetout _x; _x sidechat "out"; sleep 2; deleteVehicle _x; } foreach units heli1 ; OMG.. Bohemia, Please, create a simple command as RemoveUnitsFromVehicle Crew.... :confused: -
How remove all units from a UH-1Y Venom?
d3lta replied to d3lta's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
ohhh, yes.. a empty vehicle is better!!! I'm noob yet... Thanks my friend!! Close the topic. Best regards. -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
I'm using a DVI connection, maybe this. you tried to disable that EDID? -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
Enable option "GPU Scaling" and choose "Use Centered Timming" then Apply....... :) -
Activate post (FORCE) processing during MP?
d3lta posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi Masters I want to know how I activate and force post processing during MP for all players? I want no advantages for anyone on disabling the effect... Best Regards!! ARMA2 Rulez... almost...:D -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
Arma running's fine on 4800 series... http://www.pcgameshardware.com/aid,685770/Armed-Assault-2-Graphics-card-benchmarks-and-visual-quality-compared-Top-article-of-June-2009/Practice/ -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
I don't have crashs with Arma2. -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
Yes, that's it.!!! Minor resolution, better performance, gpuscaling offer better iq. I play Arma2 with a Old E6400 and 4870-512MB, very well. -
graphics bugs with ATI 4800 series (4850/4870/4890)
d3lta replied to fjaekel's topic in ARMA 2 & OA - TROUBLESHOOTING
Tip do play with 4800 series: - Install CAT 9.12 - Change 2D display resolution below of monitor default resolution - Go to CCC, DeskTop Displays, Configure First Monitor - Enable GPU Scaling, Use Centered Timming, Apply - Go to 2D Default Resolution - Go to Arma2, change Resolution below of monitor default resolution (Ex. Default=1680, Change to 1440) - Change the Arma2 settings to Normal (or High in some options) - Overclock the CPU too. Enjoy... -
Simple Vehicle Respawn Script
d3lta replied to tophe's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I want to know too... I`m creating a tank war here :D -
I don't like OPF2. Arma2 is the best for me.
-
AI Freezing during gameplay
d3lta replied to d3lta's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
yesterday, I played three hours, without AI stuck. My map uses only Module Civilian, Animals and Construction Interface, no more. I think that resolved. I dont know why I put the First Aid module in the map, but now, I change-it with a corpsman with the team........ Arma2 is a very very very complex game, without good documentation and a lot of boring bugs and omissions in interface and scripts, but I love!!! :D -
Hi masters!!! I made a multiplayer map with some goals and scripts, but, after a few minutes in gaming, the AI stuck, they sit in their positions. How do I find out what is causing this problem? Best Regards!!! D3lta