Jump to content

columdrum

Member
  • Content Count

    355
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by columdrum

  1. "ACE_Knicklicht_Object_R" "ACE_Knicklicht_Object_G" "ACE_Knicklicht_Object_B" "ACE_Knicklicht_Object_W" "ACE_Knicklicht_Object_Y" "ACE_Knicklicht_Object_IR" Are the classnames of the glowing objects, i have tried and it works , but i don't know if it can cause problems to spawn then with createvehicle. For example put in the palyer init: xxx=createVehicle ["ACE_Knicklicht_Object_R", [getpos player select 0,getpos player select 1,2], [], 0,"CAN_COLLIDE"] this will create a chemlight just above de player flying in the air :P.
  2. Hi , one question about the fastroping: Its posible to make the IA use the current fastrope system? or its just for human players? I tried to use the deploy_fastropes.sqf and the fnc_fastrope.sqf of the ace_sys_fastrope without success :P, so i think that is done only for players but maybe i'm wrong
  3. When using multiple vehicles with multiple players(not AI) on each one, some players randomly crashes. It's really dificult to reproduce because the people that crashes seems to be totally random and it don't generate any error on arma.RPT. The situation is: 1- 5-4 players gets on a vehicle like a lav-25 , a rib boat(it's strange but using hunves for example, doesn't crash so often) 2- Other 4-5 players gets on another vehicle near 3- Some of then are using 3D view and others 1st person( note that the ones who are using 3D have more % of crashing) 4- Wait/move arround 1 min 5- Some of the players would crash 90% of times( only 1 or 2 crases not all) I can't reproduce just when i want to debug it, but it's really anoying.¿ It's a known bug? ¿there is any solution? Thanks in advance, i will try to get some crash reports and post it on the oficial bug tracker
  4. Six updater also have an option to update them automatically, choose process userconfigs in action.
  5. Normal HE explosions make damage, but indirect( like GBU created by create vehhicle or artillery) makes no damage when using wounding module :(.
  6. columdrum

    Server Arma.rpt

    Hi i don't know if its the right place to answer it but here it go: I have a problem, i have 2 arma2 servers in the same machine( its powerfull enought :P). Well the problem is that i what to each server generate a diferent "file.rpt". ¿It's posible?
  7. "ACE_Knicklicht_Object_R" "ACE_Knicklicht_Object_G" "ACE_Knicklicht_Object_B" "ACE_Knicklicht_Object_W" "ACE_Knicklicht_Object_Y" "ACE_Knicklicht_Object_IR" There is your answer, the classnames of the glowing an activated chemlights. Yo can add it editing the mission.sqm or via createvehicle. They aren't made to be created this way so you may have some troubles, i haven't look at the code :rolleyes:
  8. Also note that there is a wrong "]": _attack1 = [_position], 0, "A10", WEST] call bis_fnc_spawnvehicle; it should be: _attack1 = [_position, 0, "A10", WEST] call bis_fnc_spawnvehicle; PS: always run Arma2 with -showScriptErrors parameter, it will save you a lot of time ^^.
  9. The new chute flight model is impressive and really smooth. There is any way to simulate a chute failure by script? , it would be awesome for the mision makers :)
  10. Hi i have a question regarding the six updater, there will be a separated mod on six updater with ACE 1.0 and the ACE "beta"( the weekly updates i mean) ? I ask this because i know some people that haven't updated since some days and maybe when they update with six updater they will get a higer version that the 1.0. So they will need to download ALL again to get the 1.0. But if there are 2 separated mods, 1.0 and the beta they would be able to choose to update to 1.0 or to lastest version. Sorry if i didn't explaint it well but... :P
  11. Nobody noticed that the damages of all weapons where drastically reduced since last friday update? . Before, you can easy kill for example with a single shot a target at 1km with tac-50, and now even a target at 5m with a headshot of a DMR simply puts the unit unconscious, and you need 2 shot of the tac-50 SD to kill a target at 600m. (NOTE: Ace wounds ON) It's that normal, a bug or temporal? ( i didn't report it as a bug yet because i don't know if that was done on purpose) And other question, the ruck system is still been developed? It's okey like it is now, but i think that would be a good idea a way to drop your rucksack to a friendly unit and that he can catch it. Right now its imposible because the ruck contents are stored on your soldier, so even if you throw your rucksack if you pick up any other rucksack you will get the same contents that you had in the previus one.
  12. Lol i haven't noticed it till now, but mine is empty too. Maybe they forgot it :p
  13. Thx i was looking for then. Anyone knows the classnames of the 0 rnd Mk.262 Stanag mag, Mk.211 RAUFOSS ammunition for M107 and the VS-17 marker plane , or where to look for them? And yes, i already searched in the ACE wiki :S.
  14. I love the RAVLIFTER and the Wirecutters . But there is some new bugs too , i think that they are obyus and i dont have time to report all: 1- Yo can activate the """thermal""" vision with almost any weapon when using iron sight ( T key default) 2- Laser marker /vector not displaying azimud , elevation or any hud data ( red dot, laser still working) 3- Wirecutter removes your ammo .
  15. For the C4, place it with the action, aim at it, select safety off, an then you will have a action in the action menu to detonate it. And for the fake IR i think it only work on tanks( i dont know if all, but i tried a bradley and it worked).
  16. Whooa it worked, thanks i didn't know that :D
  17. Hi i am having a problem when trying to edit a ACE mision With RTE, the problem is: There is a console button just in the same position of the RTE button :(. There is another way to start RTE ?
  18. signed Its stupid that having all languages on my DvD i can only choose the languages allowed by my key :(
  19. columdrum

    ArmA 3 and backwards compatibility

    i think that backward compatibility its always good, but for example use a normal scripting language( OMG, lua, for example, i really hate the actual array management) would be a good idea :), or focusing a little more on optimization will be better.
  20. columdrum

    Flying in ArmA 2

    I also played a lot BF2, and even it isn't a simulator i think that the air controls where good enought in bf2. I also use that config to fly in arma2, and i was wondering about the rudder control lost after 100km/h and the "auto-center" in the direction that you are moving( simply lean your chopper one way until you get enough speed an it will auto turn, if you dont avoid it), its really annoying when you are trying to aim with choppers and planes :S. Anyone who plays sims can confirm if that is reallistic please? thx
×