

VictorFarbau
-
Content Count
557 -
Joined
-
Last visited
-
Medals
Posts posted by VictorFarbau
-
-
VF Ladder Addon
When run, this addon adds options to the player's action menu to spawn ladders. These ladders can be used to climb onto rooftops and to enter any otherwise inaccessible part of the Arma II houses (e.g. balcony) or just to annoy your buddies. It is kind of a silly addon but it opened new perspectives on urban combat for me. There is just too many locked buildings around. Check out the Youtube link to get an idea about this addon.
Ladders can be:
- Created (small and big type available)
- Moved around until dropped by the player
- Raised or lowered by 50cm at any time after being placed
- Removed within 60 seconds after placing them
- Flipped by 180 degrees to allow positioning as required
How to use
Drop VFladder.pbo into your addons folder. During gameplay, press ESC, then press the VFladder button and the required entries will be added to your action menu. Now go and fool around with those ladders.
Tested in MP and SP.
Youtube Link
Download Mirrors
Armaholic.com: VFladder addon download
Armed Assault Info: VFladder addon download
Build Revisions
- 08 - Added server keys (only required on clients but still)
- 08 - Player menu entries will be removed after 5 min idle period for VFladders (press ESC to start again)
- 08 - Slight code corrections
- 04 - Initial Release
Regards,
VictorFarbau
- Created (small and big type available)
-
I confirm the counterproductive HT behaviour. I recently did some tests with my new i7-860 and found that disabling HT in the BIOS often leads to better performance in application and games but specifically in Arma 2.
I got 47 and 19 fps in Arma Benchmarks 1 and 2 respectively with an awful stuttering during gameplay with HT set to ON.
After disabling HT I get 53/22 and no stuttering whatsoever. That makes all the difference for me; especially since I run the game in 1920x1080.
Core i7 860@3.6ghz, HD5850, 4GB RAM.
VictorFarbau
-
Updated VFAI to build 019. Addressed some points, others still need some work. See the change log for the updates in this build.
Regards,
VictorFarbau
-
The following items are on the list for the next build:
- Userconfig option whether or not to take handgun type weapons
- Smokeshell - refinement of situational awareness (see comment)
- Taking launchers only when related ammo is also available
Comment: tricky business specially in MP since the engine updates about dead/non-existing objects in irregular intervals. A unit could potentially wait 30-60 seconds just to check whether the shooter is still alive. We'll see what can be done there.
Regards,
VictorFarbau
- Userconfig option whether or not to take handgun type weapons
-
No mod conflict. If hit the victim is supposed to look at the object that fired the shot. Looking in the skies means the identified object by the "hit" eventhandler was NIL (non existent). I do intercept this in the code already but sometimes there seems to be a glitch still.
I'll try to provoke this at times to intercept that special situation as well.
Cheers,
VictorFarbau
-
I always like "special" addons like this one - thanks! :)
VictorFarbau
-
@AnimalMother92 - is this happening during MP or also in SP games?
@zGuba - 1st time I saw this EH I immediatly wanted to change SmokeShell.AI. But then I had to reconsider: units would be running out of smoke shells way too quickly. Had to find a rationale when AI really needs to cover their butt urgently. Only reliable reason coming to my mind was when hit - not just being shot at.
@Kroky - good idea but tricky to implement for various reasons. However, when it's coding time again I'll definitely do some concept work on this.
Cheers,
VictorFarbau
-
Updated 1st post with the new revision. Primary objective in this release was to restore functionality and ease of use. I have split the code into a simplified and a complex path. For now I am pursuing the simplified path to focus on speed and better compatibility to things such as ACE and other mods. Development to be continued.
Before updating please remove all old VFAI files from your addon folder. The Control Panel addon is obsoleted as of this revision - it never worked so well in Arma II anyway.
Cheers,
VictorFarbau
-
This control panel is really a pain in the butt. I am not happy with it either. I am currently working on an improved and optmized version of VFAI where I will use a userconfig file instead.
@dondaddah, hold on for the next release. If you then still observe the same behaviour please let me know in a PM; we'll get to the bottom of this.
Cheers,
VictorFarbau
-
@Kroky - I think I will either disable the "drop weapons" feature alltogether or at least make it less prominent. I wonder if it has any use after all; especially since it causes odd behaviour when used with non-standard classes such as specific addon weapons. Point for the next update (ETA 2 weeks from now).
@dondaddah - I have observed that behaviour myself. Based on what I saw here are my conclusions:
1. No threat: units behave all fine and take weapons.
2. Higher threat level (awareness shows units around): longer response time, frequent prone position sometimes leads to timeouts
3. High threat level (units being shot at): units will stay put even if you script them to go elsewhere. The threat level is being determined by the AI; setting the unit behaviour to "SAFE" or similar won't have any effect.
Hence, the override policy would be: Player command -> engine AI command -> script command.
Unfortunately situation 3 often coincides with the biggest need for weapons and ammo but then units are tied to the ground and won't react to move commands from scripts.
Cheers,
VictorFarbau
-
@nettrucker, let me first go back and so some homework on VFAI. With the next version rolled out I'd be happy to hear about further errors from you.
@Kroky, the old and obvious request. Biggest obstacle is that there is still no way to query any kind of external "weaponholder", be it vehicles, the ground or ammoboxes. Even the latest BIS_fnc library seems to be of no help here.
Robalo_AS had an idea how to use ammoboxes - not sure the concept would fit into the VFAI loop. Anyway it was an interesting idea and we'll see if it materializes into some "plug-in" of VFAI.
Cheers,
VictorFarbau
PS: After you have read this post, please make way for ACE beta thread again. Thank you ;)
-
True, it's time VFAI gets a review. Lack of time lately; business requires my attention hence I am lacking the hours to spend on scripting.
Anyway, I'll do my best to at least get rid of this error popping up (saw it myself).
VictorFarbau
-
I've heard that US forces officially don't use subsonic ammunition, - however it could be another case with the special forces thought - and that 5,56 mm subsonic ammo is in the game for gameplay and engine limitation purposes only (weapon supression not dependent on that weapon really has a suppressor, but on ammo type).Very interesing Banderas, is there any source to prove this point? Are you saying that all 5.56 caliber is considered surpressed whereas all >= 7.62 is regular no matter what the weapon model or sounds specify in the config?
I was never aware of that...
Thanks,
VictorFarbau
-
One way to shorten the time waiting for some hacked API would be to look here:
http://community.bistudio.com/wiki/Category:Scripting_Commands_ArmA2
Check out those "copyFromClipboard" and "copyToClipboard" commands. They do work fine and it's one way to exchange data between ARMA and windows programs.
Cheers,
VictorFarbau
Anyone know how to script arma 2 to make it link up with a SQL database? I know its possible the various life mods have it working. I need to know where to start reading (tried searching but no luck) is there any documentation on this somewhere? Googling and searchin the forums came up zip for arma 2 except the armalib for arma1 does that work with arma 2? -
Thanks for the explanation TRexian. I see you've done some interesting research already and I understand the limitations.
Good question what would work best to conceal the player most effectively against AI awareness.
Scripting has "reveal" and "knowsabout" commands but no "obliviousto" correspondence. This is food for thought indeed. In my view concealment tactics would add a lot more to the game in its current state compared to more weapons, sounds, explosions (even though those surely do increase the fun factor :) ).
VictorFarbau
-
I meant the DMHide principle, yes. But if you say
I haven't seen any evidence that a portion of a body is less detectable than a whole body.then the idea to use this as a magic suit might be futile. Nonetheless, I'll take the liberty to play with this a bit some time :)
VictorFarbau
-
DMarkwick, I believe here your old "DMViewblock" objects could come in handy. I could imagine a concept using a viewblocking object with the size of a soldier. Depending on enemy proximity, camouflage and terrain you could shift the VB object upwards along the soldier's body to cover a certain percentage. In theory this should complicate detection by the AI to a certain extent. Maybe worth experimenting with?
VictorFarbau
-
Awesome, thanks for the update! :)
VictorFarbau
-
Thanks for the tip and sorry. I uploaded the version again with the hpp file included this time!
Regards,
VictorFarbau
-
Early adopter here, too (even bought two copies in Germany)... SIGNED.
VictorFarbau
-
Updated to build 64, corrected some stupid bugs :rolleyes:
@mrcash2009 - I don't think I'll implement an autostart feature. It might be just too interfering in certain missions. VFFPSS is simple to start - the good thisng is it is a conscious process for the user. Hence no wondering why you don't see targets / objects early enough as maybe designed in a mission.
Regards,
VictorFarbau
-
Updated to build 60. All in 1st post as usual.
VictorFarbau
-
VFTCAS - can't find a way to reproduce the crashes when VFTCAS is active. All choppers crossing hills and treetops just fine. If anyone finds a way to crash them reliably then I can work on it. Maybe the new crashes are not height related...
VFAI - I will post a maintenance version soon (including ACE compatibility). I will check for the self-enabling bug there!
Regards,
VictorFarbau
-
Interesting - I will check after xmas and do some testing. If flight physics were changed in 1.05 it might well be VFTCAS needs adjustments as well. I too had the feeling that in the beta versions closer to 1.05 I started seeing choppers crashing in treetops again.
Regards,
VictorFarbau
VF Ladder Addon
in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Posted
Wonderful Assala Yusef and then Dominique Hourani are both performing "Al Khashooqa". Music of the world; today lebanese pop was on the menu.
VictorFarbau