Jump to content

giovafr

Member
  • Content Count

    36
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About giovafr

  • Rank
    Private First Class

core_pfieldgroups_3

  • Interests
    Swiming - coding

Contact Methods

  • Steam url id
    giova_fr
  1. hi, thanks to few infos here and there, here the only way i found to make crews staying in the tank after joining an other group : vehiChgSquad = compile " _tank = _this select 0; _group = _this select 1; _leader = leader _group; {deleteVehicle _x;} forEach crew _tank; [_tank,_group] call BIS_fnc_spawnCrew; _group selectLeader _leader; {_x commandFollow _leader;}forEach crew _tank; "; [TheTank,TargetSquad] call vehiChgSquad; this means crews will be recreated :( this is the only way i found after a lot of tries by so many manners.
  2. giovafr

    [SP/MP] BegCTI

    Thanks for your feedback It is not supposed to be like this, it should happens only if driver is far from his assigned Waypoint + his vehicle is not moving for a "long" time. I'll keep an eye on that. This feature is mostly for solo as AI doesn't use hook. I'll do some change around it to keep game balanced and finishable. Regarding performance, this is probably the last thing i'll work on because BIS release updates very often.
  3. giovafr

    [SP/MP] BegCTI

    you're welcome, feel free to send me feedback :)
  4. giovafr

    [SP/MP] BegCTI

    BegCTI is a branch of BeCTI made by Benny. If you are looking for BeCTI or didn't test it, i invite you to go on BeCTI topic. Why BegCTI I was playing with BeCTI alone on Arma3. This is really a great mission, pretty well done but as i was playing alone, few things went wrong: I passed more time to manage my lost AI than playing, more over Altis is a huge map, so it was impossible to finish this mission as many AI fininished to travel the whole map by feet. No BeCTI update have been made from so many months, so i started to do some modifications, fix some bugs, and finnaly decided to share my work: here is BegCTI, a modification of the original BeCTI. It is more oriented Solo / Coop (but you still can use it for Team vs Team). Main differences between BeCTI and BegCTI Be able to play alone, or in coop is my first objectif, here few points regarding this : If there is only one player (human) he can do some commander actions. He becomes a kind of 2nd commander : a co-commander co-commander max group size pass from 12 units max to 24 units max co-commander can call artillery co-commander can use sattelite Each FOB (advanced outpost) can be upgraded to a Fob-Factory (3000$ per fob) Fob-factory extend the "control center" range (control center range = 7500m ; + 2500m around each fob-factory) Units, vehicle , tanks can be produced by Fob-Factory Fob-factory works in v0.98a but will be modified to make game more balanced. Other changes Player can reorganise his team , see "reorder feature" bellow There is now flags on each town, (green/blue/red depending of the town side),flag moves up/down like in battlefield. Some change have been made regarding default equipment to be more close of Arma3. Added an "antistick system" that prevent AI vehicle to stay blocked agains a rock/tree/house. (see description bellow) Artillery have been reshaped to be more close of Arma3. (artillery can be disabled anyway) For other changes, refere to the full release note: AntiStick System With Arma3 it is a catastroph : AI driven vehicle pass their time to be sticked to a rock/tree/house. They NEVER arrive at destination. AntiStick System fix this problem and garanty that the vehicle will do its job. In care of not overusing CPU, it may take up to 5 minutes (usually 1 minute) to unstick the vehicle. Be also advised that as last solution, if the vehicle still sticked after many try, it will be teleported to the closest road. Yes i know, not realist, but better than an useless freezed vehicle ;) TO use it : nothing to do, it is automatic for ALL AI driven vehicle. Reorder Team Feature As soon as you loose your first units, it become a hell to manage it (eg: the driver of your tank become unit n°3 while his gunner become unit n°11). So you pass your time to press F11-F12. Reorder feature make possible to change that by reordering each unit position in your group. How to use : 1) select an unit by pressing F1 ~ F12 2) press Ctrl + LeftArrow or Ctrl + Right Arrow to move this unit to the previous or next group position. Credits 99% of the code is BeCTI made by Benny. So Benny is the autor of that mission. I'm simply the humble technician who arrived to give a last screwdriver tour. To resume, credits can be considered like that : BeCTI (Benny CTI) Autor : Benny BegCTI (Benny Giova CTI) A modification made by Giova Release Plan Rather than doing big releases that are never published, i decided to do often releases : one release every 2 weeks (1 month max). This is because things are never over, and without that, i would never release anything. I cannot tell you what will be done far in the futur. I Just can tell you what will be done in the next 2 weeks. next planning : Download Link : Upload Hero : http://uploadhero.co/dl/o0F4CoaN Armaholic : BegCTI CTI-x
  5. currentzeroing is a getter command, it return the current weapon zeroing "optic range". Nice :) but is there a setter command? a way to change current zeroing? Activate autozeroing?
  6. giovafr

    gQ Minigun

    hello. May you please port this weapon to ARMA3 ? :)
  7. exactly, that is why i wrote : currentCommand boy => "MOVE" (ok) to explain that i know this command that is fine. Finally Tajin gived the answer (thanks !). This is perfect for CommandMove. In other hand it doesn't help a lot with CommandFollow, but thanks to formationleader and formationPosition commands, we can get the info.
  8. hi all. First of all, let me appology, i'm a dummy forever (honnestly) regarding search (i find everything except what i'm looking for, i swear !). Is there a way to get more infos around currentcommand? something like that : boy CommandMove [100,100,0] currentCommand boy => "MOVE" (ok) CurrentCommandArg boy => (how to get '[100,100,0]' ??? ) boy CommandFollow boss currentCommand boy => "MOVE" (ok) CurrentCommandArg boy => (how to get 'boss' ??? ) If not possible is there any ticket about that??? because this is (its just an example) impossible to know where an unit is going when it is a singular order (not a waypoint (group order) )
  9. giovafr

    crCTI Kastenbier Edition

    Thanks for the release, this is my favorite CTI on arma3 ! Is it possible to customise availables weapons and vehicles? PS : i didn't found any howto docs
  10. giovafr

    Artillery Guided Shells Fix

    Thanks for the job. I subscribed and pressed 'this is me.' BTW : beautifull website. But my release is not a version 14.6.1, i use dates for my versions YYYYMMDD, its easier for me and remove the pressure (like : when will you release the v2.1 plz plz plz ;) ) so actual version is 20140601
  11. giovafr

    Artillery Guided Shells Fix

    As you i create some missions, and as you i try to not make them 'mod dependant' ;) OFFtopic : regarding vehicles, i had to find a solution, i made a function, so i can place moded vehicles without forcing the player to have their mods. Here it is
  12. Hi all. Next to an other discussion, i share my solution to use tiers vehicles in your missions without depending on their mods. Description : when you create a mission and place a vehicle that is not included with Arma3, the player will got an error if he doesn't have the mod. Solution : With my function, you give a list of desired vehicles. If one of them is available, then the vehicle will be replaced by it (the first vehicle in the list is prioritary on the others) Exemple : First of all DO NOT place modded vehicles, use only BIS vehicles, so the mission is not MOD dependant. Ok lets say you placed a A10 plane (the "B_Plane_CAS_01_F" vehicle) available for all as it is an Arma3 vehicle You would like to replace it by a FA18 In mission Editor, double click on the plane, then write this in its init field : if(isnil"TryReplace")then{call compile preprocessFileLineNumbers "TryReplace.sqf";};[this,"JS_JC_FA18F"] call TryReplace; if you named it "myplane", you'll have to use this syntax (or myplane will become objnull) if(isnil"TryReplace")then{call compile preprocessFileLineNumbers "TryReplace.sqf";};myplane = [this,"JS_JC_FA18F"] call TryReplace; Now if the player have the FA18 mod, the plane will be a FA18, if he doesn't have it, it'll be a classic A10, no error raised. Other example : if(isnil"TryReplace")then{call compile preprocessFileLineNumbers "TryReplace.sqf";};myplane=[this,["MV22","kyo_MH47E_HC"]] call TryReplace; if "MV22" vehicle exists the plane will be replaced by it. If not, it'll try to remplace it by "kyo_MH47E_HC" plane. If none of both exists it will stay the default plane, no error raised. This function works if the plane got crew or not, also if there is a waypoint attached to the vehicle. WARNING : allways make a test : disable all mods, restart the game then test. If there is a problem, edit mission.sqm with a text editor, and make sure that addOns[] and addOnsAuto[] sections only contains A3xxxxxxxxxx mods. Here my function, create a TryReplace.sqf file,and copy this code inside it :
  13. giovafr

    Artillery Guided Shells Fix

    ok i understand, i'll post a script template also then, i'll do it this week when i'll have some time.
  14. giovafr

    Artillery Guided Shells Fix

    Thanks for your prompt reaction ! Yes i'm registered as 'giova', i sent a pm to big to get ftp access, i send a PM to you right now. Thanks, no script is needed at all (needed scripts are allready triggered when necessary to simulate what the shell should do) what's your need?
×