Jump to content

killjoe_R3F

Member
  • Content Count

    165
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by killjoe_R3F

  1. killjoe_R3F

    R3F French Weapons Pack

    Here the new upDate of R3F French Weapons Pack R3F French Weapons Pack 3.6 >> http://forum.team-r3f.org/index.php?action=downloads;sa=view;down=84 << changeLog 3.6 (04/11/2018) - Added Missile Moyenne Portée MMP - Added Mortar 81 mm LLR - Added Glock 17 Gen 5 - Added grenade défensive - Added grenade flashbang - Modification of SITCOMDE
  2. Thanks a lots that's it . You need to redifine precisely the good bones depending on rotations X and Y you need for your model. It is done and works well now.
  3. I need some help from more expert modders with Oxygen2 Object Builder : I have this conflict with 2 named selections (otocvez, otochlaven) I have not find the solution to solve it. 17:29:31 Warning: myaddon.p3d, vertices of bone otochlaven are shared with parent bone otocvez Can I have any clue...
  4. And witch "outdated animation" was it ? because I have same problem...
  5. Edit : I posted it in a better topic sorry...
  6. killjoe_R3F

    R3F French Weapons Pack

    Right , we had to make choises. We will see for the next update.
  7. killjoe_R3F

    R3F_AiComTarget

    Yes we working on it. And joined with a script that could change the AI attitude when injured, It is frustrating to see an IA still fighting with efficiency with a 5.56 bullet in the leg or so... We still using Mapoule's script all the time with full satisfaction; I t is why no news came for a long time. But improvement is on the way...
  8. killjoe_R3F

    R3F French Weapons Pack

    Yes we working on it. And joined with a script that could change the AI attitude when injured, It is frustrating to see an IA still fighting with efficiency with a 5.56 bullet in the leg or so...
  9. killjoe_R3F

    R3F French Weapons Pack

    Yes it is coming soon. Errors are going to be fixed. And new weapons to come next month.
  10. We just want to recall that the original R3F Logistic is still very efficient : we use it everyday without any bug and in continual satisafaction, for example In our 24h Mission OPEX 2.0. It is to be used as a version script : https://forums.bistudio.com/topic/170033-r3f-logistics/ Doc english version is here : http://team-r3f.org/public/wiki/divers/EN_DOCUMENTATION.pdf It is just a bit surprising that S.Crowe never asked authorization for his use of the "Original R3F Logistic". Madbull (the R3F author) does not valid this version at that point because as many functions has been removed or modified , the risk to use this unoriginal version is not known.
  11. killjoe_R3F

    Some Spam RPT Log

    Yes THX Dwarden because it create quite big server.rpt (> 1go on 24h)
  12. killjoe_R3F

    Battleye Client Server Computed GUID Message

    Ok pb solved : I had this message on the serveur log : 23:58:25 BEServer.dll could not be copied from 'BattlEye\BEServer.dll' to 'C:\jeux\A3Master\R3F_server\BattlEye\BEServer.dll' 23:58:25 BattlEye Server: Initialized (v1.210) In C:\jeux\A3Master\R3F_server\BattlEyewe had a BEServer.dll dated 07/04/16 and a BEServer.dll.new created automaticaly sending each 10 sec : "Battleye Client Server Computed GUID #id be du player" I delete the old BEServer.dll du 07/04/16 allowing the creation of a new BEServer.dll dated 02/06/16 and YES ! no more BE message in game. I had the announcement then related to Be Remote Control :https://community.bistudio.com/wiki/BattlEye 23:59:00 BattlEye Server: Starting with Arma 3 1.58 all server admins will have to define a dedicated port in BEServer.cfg in order to be able to use BE RCon. Please see https://www.battleye.com/support/documentation/ for details I posted it here because it could be helpfull to some one...
  13. killjoe_R3F

    Battleye Client Server Computed GUID Message

    Ok Pb solved by last BE update !
  14. killjoe_R3F

    Battleye Client Server Computed GUID Message

    may be somthing here : I have nor check yet... https://community.bistudio.com/wiki/BattlEye#RCon
  15. killjoe_R3F

    Battleye Client Server Computed GUID Message

    Yes same problem. It is since patch 1.58. I had a quick look on server.cfg and .arma3profile. I find nothing. I 'll look more precisely later on and let you know if I find a soluce.
  16. I try to force a mortar on an horizontal position whatever slope it is On. For sure I tried [(vehicle player), 0, 0] call BIS_fnc_setPitchBank; or (vehicle player) setVectorUp [0,0,1] ; even with a (vehicle player) enableSimulation false; It works for half of a second then go back to Normal position to the slope. Any ideas how I could force the mortar on that horizontal position ?
  17. OK the solution I have choosen to set a mortar on horizontal position (levelling) is : 1. Make script with an attachTo to a created invisible H Pad. 2. Call that script by an addaction after the getInGunner 1. Make script with an attachTo to a created invisible H Pad. R3F_FNC_LEVELLING = { if ((isNull (vehicle player)) && !(alive player) ) exitWith {}; private ["_support"]; _support = createVehicle ["Land_HelipadEmpty_F", player modelToWorld [0, 1, 0], [], 0, "CAN_COLLIDE"]; _support setDir (getDir player); _support setVectorUp [0,0,1]; (vehicle player) attachTo [_support,[0, 0, -0.1]]; }; 2. Call that script by an addaction after the getInGunner MyMortar addAction ["Levelling", {[] spawn R3F_FNC_LEVELLING; (_this select 0) removeAction (_this select 2);},"",2,true,true,"","typeOf (vehicle player) == 'ClassMyMortar' && alive player"];
  18. killjoe_R3F

    Change class name?

    In 2D editor : In the "description" windows of the unit in the éditeur . You can do it directly in mission.sqm : description="YORNAME"; e.g. class Item12 { side="GUER"; class Vehicles { items=1; class Item0 { position[]={2106.7703,6.6999998,5633.1528}; azimut=12.337515; id=12; side="GUER"; vehicle="R3F_APSO_EOD_DA"; player="PLAY CDG"; leader=1; skill=0.2; description="YORNAME"; }; }; }; Is it what you asking for ? In 3D Editor : 4th menu, Object control, Description.
  19. Nobody else has an experience to soluce the problem? Excepted the "trick" unligned by Sarogahtyp, witch I will adopt for sure if nothing else exists. ;)
  20. I did and it is better but not satisfying. I mean Yes the mortar is horizontal but the anim of the player geting in is spoiled. Stll standing near the mortar , and able to fire. I keep seerching. Thanks for your answer.
  21. killjoe_R3F

    R3F French Weapons Pack

    Ok here the new version with good parameters for ArmA 3 last patches and few new items : R3F UNITS 3.5 R3F French Weapons Pack 3.4.2 >> http://forum.team-r3f.org/index.php?action=downloads;sa=view;down=85 <<
  22. killjoe_R3F

    R3F French Weapons Pack

    The HotFix is downloadable For R3F French Weapons Pack 3.4.2 >> http://forum.team-r3f.org/index.php?action=downloads;sa=view;down=84 <<
  23. killjoe_R3F

    Eden 3D work space freezes

    Ok pb solved : here the Hot fix : http://forum.team-r3f.org/index.php?action=downloads;sa=view;down=84 Waiting for 3.5...
×