Jump to content

j4ck3ss

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

Everything posted by j4ck3ss

  1. Hi i search the name of object (trees, shrubs, flowers) for creat city customs i have juste building object and corals
  2. j4ck3ss

    TeeTimes Warfare

    city locked neutral (100/100) no AI spawn the latest, too
  3. j4ck3ss

    TeeTimes Warfare

    on DEV
  4. j4ck3ss

    Warfare BE

    i wait you on Arma 3 :-)
  5. j4ck3ss

    TeeTimes Warfare

    mission is broken
  6. yeah http://www.antihelios.de/EK/Arma/ all building object... is in config.cfg
  7. yes or using id of flowers... could work?
  8. hi, on the map i have the init (server) west setFriend [resistance, 0]; west setFriend [civilian, 0]; east setFriend [resistance, 0]; east setFriend [civilian, 0]; resistance setFriend [WEST, 0]; resistance setFriend [EAST, 0]; civilian setFriend [WEST, 0]; civilian setFriend [EAST, 0]; in blue : i use EMPTY - AMMO - blue special weapon and i dont have the option (action) inventory i want just change the blue special weapon of faction friend
  9. Cannot open object a3\roads_f\runway\runway end 26 f.p3d the add ons is deleted cause update on two maps i have this problem you respawn in bird i want change object in map, for play...
  10. j4ck3ss

    TeeTimes Warfare

    on server rpima french tee times modified hq destroy you win and 1 new city with building customs, none addons require.
  11. j4ck3ss

    TeeTimes Warfare

    tht normal the HQ wheels destroy, option for drive or build or mobilize are disable?
  12. j4ck3ss

    TeeTimes Warfare

    i search for change getpos_object (town) and (veh_store) spawn AI and Vehicul it spawn on object, i want change for spawn on your marker(veh_spawn_marker)it do not used and in town for AI
  13. j4ck3ss

    TeeTimes Warfare

    All bulding on maps and object i have(arma3) i do not want bulding of arma2 i change the Harrier (sandbag walls) to building just i search the option for change the position of building around of HQ. TeeTime That normal in vehicul you roll and kill a player, you is dead?
  14. j4ck3ss

    TeeTimes Warfare

    Hi i want using building for change the H-harrier and HQ(HQ vehicul after deploy bulding) I change AI shop... in building after vehicul deploy in building too and change the position of respawn building Ifrit HMG and hunter HMG used for the bug Ifrit wheel broken hq none option for drive...(add damage false removed) after i search for using deploy hq and you select the position of AF... in zone around of HQ
  15. Hello, Since Arma3 output On version [DEV] server all times updated [DEV] The server freez for all player occasionally 2 secondes or 10sec...(times of freez) Everyone does not freez at the same time. (all maps) Many test Arma3Alpha.cfg or none Arma3Alpha.cfg, the same things. target -server "C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe" -server -config=server.cfg -cfg=Arma3Alpha.cfg -nosound -nosplash -cpuCount=4 -maxMem=13312 -exThreads=4 Server : 100 Mbps OS : Windows server standard edition 2012 Processor : Intel® Xeon® CPU E3-1225 V2 @ 3.20GHz, Cores / Threads : 4 / 4 Motherboard : Intel Corporation DH61AG AAG23736-505 16 GB of total memory type DDR3 662.53 MHz Barrette Kingston 2X8 GB Maximum frequency: 667 MHz Bandwidth: PC3-10700 plz i need help
  16. Riouken I use your RSLO juste i want block using load for player change of team for team blue 1 save_blue for team red 1 save_red two files for 2 army Because blue is save weapon, clothing and arming that we can not use the weapon... in other team (red)
  17. j4ck3ss

    TeeTimes Warfare

    look at the vehicule and wait 3secondes for option lock/unlock on dev
  18. j4ck3ss

    TeeTimes Warfare

    on last version 30 players all vehicule none option for drive... ,just hq mobilised drive. all players map hosted on dedicated server moment after playing 6 player on server 1 new player respawn base and use my cars price and me and other none drive, i disconnect and connect same bug. your map on my server i have unlock... and i drive server config server 2012 Standart edition RAM : 16 Go DDR3 CPU : Intel Core i5-2400 3.4 ghz Cores / Threads : 4 / 4 connection 100 mbps
  19. i search on "google" "google maps"... and Stratis real name Lemnos or Límnos by ARMA3 and Lemnos or Límnos on "Google maps", And to sid(south), Agios Efstrátios, the Island Agios Efstrátios is part of Lemnos or Límnos :j::rolleyes:
  20. j4ck3ss

    Stratis is not Stratis!

    i'm lost in the world that normal
  21. j4ck3ss

    Revive Script

    Example : i'm dead http://www.picdo.net/fichiers/2010/10/12/a10993fb-2642-4264-b179-c0b2a804cd4f_Sans-titre.JPG i respawn... message you have respawn at ... and i have its http://www.picdo.net/fichiers/2010/10/12/0b4bfd73-518d-4d9b-96e2-cf9e1b533b06_Sans-titre2.JPG /* ARMA2 REVIVE SCRIPT - single player © JANUARY 2010 - norrin (norrin@iinet.net.au) Version: 0.1 SP ArmA2 ******************************************************************************************************* See release notes for details on contributors and instructions for incorporating revive scripts into your own missions ************************************************************************************ Start revive_init.sqf */ // ===================================================================================================================== // DO NOT MODIFY THIS CODE // ===================================================================================================================== // sickboy's code modified by _xeno T_INIT = true; T_Server = true; T_Client = true; T_JIP = false; T_MP = (if (playersNumber east + playersNumber west + playersNumber resistance + playersNumber civilian > 0) then {true} else {false}); if (isServer) then { T_Server = true; if (!isNull player) then {T_Client = true}; T_INIT = true; } else { T_Client = true; if (isNull player) then { T_JIP = true; [] spawn {waitUntil {!isNull player};T_INIT = true}; } else { T_INIT = true; }; }; waitUntil {T_INIT}; // ===================================================================================================================== // THE FOLLOWING CODE CAN BE MODIFIED // ===================================================================================================================== // GENERAL REVIVE OPTIONS (Off = 0, On = 1) _mission_end_function = 0; //array no.0 - mission ends when all players are unconscious _call_out_function = 1; //array no.6 - whether a unit calls out while unconscious _water_dialog = 1; //array no.45 - whether a dialog appears when a unit dies in water so that it can auto wash ashore _unconscious_drag = 1; //array no.39 - whether a unit can drag the bodies of unconscious players _load_wounded = 1; //array no.61 - allows you to load unconscious units on vehicles _altUnc_animation = 0; //array no.54 - use alternate revive animation _JIP_spawn_dialog = 0; //array no.2 - whether a dialog appears when a player JIP so that he can be transported to a spawn point near the action //Not needed for single player _time_b4_JIP_spawn_dialog = 10000; //array no.17 - time before the respawn dialog appears for JIP players //Not needed for single player _perpetual_server = 0; //array no.62 - NOT IMPLEMENTED _ACE_mod = 0; //array no.102 - NOT IMPLEMENTED - Currently a place holder for possible future functionality // ================================================================== // LIST OF PLAYABLE UNITS NORRN_player_units = ["s1","s2","s3","s4"]; // ================================================================== // WELCOME SCREEN //titleText ["Hello,Ahoj,Salut\n\n(Bienvenue, Welcome)", "BLACK FADED", 0.6]; // This next line can be commented out or removed if it interferes with intro movies // ================================================================== // REVIVE OPTIONS //_max_respawns = (paramsArray select 1); //array no.38 - Number of lives per unit _max_respawns = 40; _JIP_respawns = [2,30]; //array no.63 - 0 - off or the number of lives players receive when they join in progress , JIP time after the mission starts _revive_timer = 1; //array no.7 - Whether you want to limit the amount of timer a player has while unconscious _revive_time_limit = 300; //array no.27 - Amount of time a player remains unconscious before respawning or dying _revive_damage = 0; //array no.37 - Unit's level of damage following revive _unconscious_markers = 1; //array no. 4 - Whether a marker appears on the game map at the location of the unconscious unit _caseVAC = [1, ["MASH","HMMWV_Base"]]; //array no.64 - Allows units to be taken to a hospital etc to be revived _mediVAC = []; //array no.65 - NOT IMPLEMENTED _chance_ofDeath = [0,0]; //array no.66 - Two parameters in the array the first switches off/on (0/1) chance of death when shot, increases dues to hit location and number of times revived and the second parameter switches on/off the decreasing respawn timer based on how many times you have been revived, if using set respawn-time to at least 300 seconds. _dualTimer = 0; //array no.67 - NOT IMPLEMENTED - normal units can only revive for eg 30 seconds whereas medics can heal players up to 120 secs - array - [0/1 - off/on, revive timer for normal unit, timer for medic] _deadSpectator_cam = 1; //array no.92 - leave as 0 - whether a unit can spectate other friendly units when it has run out of lives // ================================================================== // RESPAWN OPTIONS _no_respawn_points = 4; //array no.12 - no of respawn points (Max number 4) _Base_1 = "Mobile"; //array no.13 - spawn position names _Base_2 = "Insertion"; //array no.14 _Base_3 = "base russ"; //array no.15 _Base_4 = "base américain"; //array no.16 _Base_free_respawn = [1,1,0,0]; //array no.36 - select whether to allow respawning at spawn points even if enemy troops are present (options OFF = 0, ON = 1) _respawn_at_base_addWeapons = 0; //array no.11 - unit respawns with weapons it commenced the mission with _respawn_at_base_magazines = []; //array no.34 - If using the respawn_at_base_addWeapons option then place the magazine and weapon _respawn_at_base_weapons = []; //array no.35 types in the following arrays, if left blank respawns with weapons from mission start _respawn_position = 2; //array no.28 - 0 - respawn at base_1; 1 - the closest enemy free respawn point; 2 - players choice; and 3 - dies _respawnAtBaseWait = [0,0]; //array no.68 - Two parameters: 1st if = 1 makes players that respawn at base wait for (parameter 2) seconds before being able to see surroundings _objectiveBasedRP = []; //array no.69 - NOT IMPLEMENTED // Mobile Spawn Settings _mobile_spawn = 1; //array no.51 - set to 1 if you want to use mobile spawn //_mobile_base_start = "Insertion"; //array no.52 - NO LONGER NEEDED, REDUNDANT VARIABLE _mobile_base2_start = ""; //array no.70 - NOT IMPLEMENTED _mobile_type = 1; //array no.60 - set as 0 - for vehicle and 1 for man _mobile_man = s1; //array no.53 - place name of unit here or if not used make sure set as objNull _mobile_man2 = objNull; //array no.71 - NOT IMPLEMENTED // ================================================================== // UNITS THAT CAN REVIVE/UNITS THAT CAN BE REVIVED _can_revive = "soldierWB"; //array no.18 _can_revive_2 = ""; //array no.19 _can_revive_3 = ""; //array no.72 - NOT IMPLEMENTED _can_revive_4 = ""; //array no.73 - NOT IMPLEMENTED _can_be_revived = "soldierWB"; //array no.20 _can_be_revived_2 = ""; //array no.21 _can_be_revived_3 = ""; //array no.74 - NOT IMPLEMENTED _can_be_revived_4 = ""; //array no.75 - NOT IMPLEMENTED _medic_1 = "USMC_Soldier_Medic"; //array no.76 - Used in conjunction with medpacks and bleeding _medic_2 = ""; //array no.77 - Used in conjunction with medpacks and bleeding _medic_3 = ""; //array no.78 - NOT IMPLEMENTED _medic_4 = ""; //array no.79 - NOT IMPLEMENTED //======================================================== // MEDPACK AND BLEEDING OPTIONS _medpacks = 0; //array no.80 - Whether you want to give the units a limited number of revive kits 0/1 - no/yes _stabilisation = 0; //array no.81 - NOT IMPLEMENTED _bleeding = 4; //array no.82 - Make units bleed and require bandages _medic_medpacks = 5; //array no.83 - No of medpacks for units specified in the _medic variables - they are required for reviving units _unit_medpacks = 3; //array no.84 - No of medpacks for units specified in the _can_revive variables - they are required for reviving units _medic_bandages = 5; //array no.85 - Bandages stop bleeding _unit_bandages = 3; //array no.86 - _medic_stable = 0; //array no.100 - NOT IMPLEMENTED _unit_stable = 0; //array no.101 - NOT IMPLEMENTED _stabTime_tillDeath = 0; //array no.87 - NOT IMPLEMENTED //Time until death following revive without stabilisation // ================================================================== // ENEMY SIDE TO PLAYABLE UNITS _no_enemy_sides = 1; //array no.22 - No of Enemy sides (0, 1 or 2). _enemy_side_1 = "EAST"; //array no.23 - Enemy sides can be "EAST", "WEST", "GUER" etc _enemy_side_2 = ""; //array no.24 _enemy_side_3 = ""; //array no.88 - NOT IMPLEMENTED _enemy_side_4 = ""; //array no.89 - NOT IMPLEMENTED // ================================================================== // FRIENDLY SIDE TO PLAYABLE UNITS _allied_side_1 = "WEST"; //array no.42 - Friendly sides can be "EAST", "WEST","RESISTANCE" etc. _allied_side_2 = "WEST"; //array no.43 - If all players are from the same side make sure you set the same side for both variables eg "WEST", "WEST" _allied_side_3 = ""; //array no.90 - NOT IMPLEMENTED _allied_side_4 = ""; //array no.91 - NOT IMPLEMENTED // ================================================================== // UNCONSCIOUS CAMERA OPTIONS _follow_cam = 1; //array no.5 - option to allow viewing of friendly units while unconscious _follow_cam_distance = 250; //array no.32 - the range that unconscious players can spectate friendly units _follow_cam_team = 0; //array no.44 - set to 1 if you wish unconscious players only to spectate players within NORRN_player_units array _top_view_height = 70; //array no.55 - allows you to set the top down camera height _visible_timer = 1; //array no.41 - view a cound-down timer while unconscious _unconscious_music = 1; //array no.46 - music must appear as unc_theme in music.hpp // ================================================================== // RESPAWN DIALOG OPTIONS _nearest_teammate_dialog = 0; //array no.3 - whether a respawn dialog appears when there are no players within this distance _all_dead_dialog = 0; //array no.1 - whether a respawn dialog appears when all players are unconscious (_all_dead_player = 1) _respawn_button_timer = 0; //array no.25 - Time until respawn button appears (0 = approx. 12 seconds), NB: Set to a high number like 100000 seconds if you do not want _distance_to_friend = 250; //array no.26 - If the closest friendly unit is further than this distance away trigger respawn dialog _all_dead_player = 0; //array no.56 _all_dead_distance = 10000; //array no.57 - whether a respawn dialog appears when all players within a specified distance are unconscious (_all_dead_player = 1) // ================================================================== // Bonus life for aiding team mates function _reward_function = 1; //array no.96 - specify whether a unit receives bonus lives for reviving other players _revives_required = 1; //array no.97 - Number of revives required before recieving a bonus life // ================================================================== // Team kill function // Not required for single player _team_kill_function = 1; //array no.98 - specify whether a unit loses a life for killing team mates _no_team_kills = 1; //array no.99 - Number of teamkills before punishment // ================================================================== // CONFIGURABLE OPTIONS FOR HEAL YOURSELF FUNCTION _heal_yourself = 1; //array no.8 - whether a unit can heal damage to itself _no_of_heals = 1; //array no.29 - Number of heals that each player gets during a mission _lower_bound_heal = 0.1; //array no.30 - The damage level range between which the heal action becomes available _upper_bound_heal = 0.8; //array no.31 // ================================================================== // AI REVIVE BEHAVIOUR OPTIONS _goto_revive = 0; //array no. 9 - closest AI automatically moves to revive a downed team mate _AI_smoke = 0; //array no. 40 - if available reviving AI throws smoke on downed AI position _AI_aware = 1; //array no. 49 - AI will clear an enemy units it is aware of before auto reviving _AI_cover = 1; //array no. 50 - second AI unit moves with AI reviver to give cover _AI_dismount = 0; //array no. 58 - toggles ability of reviving AI units to dismount vehicles (1 = dismount) _call_for_AI_help = 1; //array no. 59 - allows AI units to call for help _goto_revive_distance = 500; //array no. 33 - distance AI units will move to revive a downed team mate // ================================================================== // OPTIONS FOR PLAYER'S DEAD BODIES AND EQUIPMENT - Additional revive functions with many thanks to alef (0 - off, 1 - on except for _bury_timeout) _drop_weapons = 1; //array no.93 - should the respawned player drop his weapons where he died? _cadaver = 1; //array no.94 - should the respawned player's body remain there? _bury_timeout = 12; //array no.95 - if drop weapons OR player body, how long before the body is buried? // 0=maximum (1200s) , n=seconds up to 1200s (hard coded) // ================================================================== // USER CODE - eg. NORRNCustonexec1="execvm ""myscript.sqf"";hint ""myoutput"";" NORRNCustomExec1 =""; // Exec1 occurs following being revived NORRNCustomExec2 =""; // Exec2 occurs when you team kill NORRNCustomExec3 =""; // Exec3 occurs when you spawn at base NORRNCustomExec4 =""; // Exec4 occurs when you try and spawn at base but it is still occupied NORRNCustomExec5 =""; // Must use variables: MAP_r_rejoin (false - first time, // true - rejoining the server, and // MAP_r_no_lives - number of lives if you rejoin server) // ===================================================================================================================== // DO NOT MODIFY THE FOLLOWING CODE // ===================================================================================================================== NORRN_revive_array = []; NORRN_revive_array = [_mission_end_function,_all_dead_dialog,_JIP_spawn_dialog,_nearest_teammate_dialog,_unconscious_markers,_follow_cam,_call_out_function,_revive_timer, _heal_yourself,_goto_revive,_unconscious_invincibility,_respawn_at_base_addWeapons,_no_respawn_points,_Base_1,_Base_2,_Base_3,_Base_4,_time_b4_JIP_spawn_dialog, _can_revive,_can_revive_2,_can_be_revived,_can_be_revived_2,_no_enemy_sides,_enemy_side_1,_enemy_side_2,_respawn_button_timer,_distance_to_friend, _revive_time_limit,_respawn_position,_no_of_heals,_lower_bound_heal,_upper_bound_heal,_follow_cam_distance,_goto_revive_distance,_respawn_at_base_magazines, _respawn_at_base_weapons, _Base_free_respawn, _revive_damage, _max_respawns, _unconscious_drag,_AI_smoke,_visible_timer,_allied_side_1,_allied_side_2,_follow_cam_team, _water_dialog, _unconscious_music, _enemy_units_1, _enemy_units_2, _AI_aware,_AI_cover,_mobile_spawn,_mobile_base_start,_mobile_man,_altUnc_animation,_top_view_height, _all_dead_player,_all_dead_distance,_AI_dismount,_call_for_AI_help,_mobile_type,_load_wounded,_perpetual_server,_JIP_respawns,_caseVAC,_mediVAC,_chance_ofDeath,_dualTimer, _respawnAtBaseWait,_objectiveBasedRP,_mobile_base2_start,_mobile_man2,_can_revive_3,_can_revive_4,_can_be_revived_3,_can_be_revived_4,_medic_1,_medic_2,_medic_3,_medic_4, _medpacks,_stabilisation,_bleeding,_medic_medpacks,_unit_medpacks,_medic_bandages,_unit_bandages,_stabTime_tillDeath,_enemy_side_3,_enemy_side_4, _allied_side_3,_allied_side_4,_deadSpectator_cam,_drop_weapons,_cadaver,_bury_timeout,_reward_function,_revives_required,_team_kill_function,_no_team_kills,_medic_stable, _unit_stable, _ACE_mod]; // start related revive functions [] execVM "revive_sqf\init_related_scripts.sqf"; if (true) exitWith {}; //Last edited 17/08/09 //if (_name == player) then {[_name] execVM 'revive_sqf\rPrn.sqf'}
  22. j4ck3ss

    Revive Script

    i have a probleme in MP. 1 player(me) ok none probleme. 2 players bug. On your map of test too. I'm dead, i click on respawn the player respawn and dead and i press the key "ESC" respawn i becomes a raven and the mission is finisch
  23. j4ck3ss

    Revive Script

    I have 9 players and group none and I want the script works on everyone the revive i passed ~ 5 hours for change test In grouping this is ok, i use not of group in my version
×