Search the Community
Showing results for tags 'aiskill'.
Found 4 results
-
GF Set AISkill Script by GEORGE FLOROS [GR] Description: GF Set AISkill Script , Set your desired AI Skills settings. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Set AISkill Script , please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf and in the Description.ext , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: Copy in the descripion.ext : #include "Mission_Parameters.hpp" and add the Mission_Parameters.hpp in your mission files. Or copy , in your descripion.ext : class Params { class GF_Set_AISkill { title = "GF_Set_AISkill"; values[] = {0,1,2,3,4,5}; default = 1; texts[] = {"Novice","Rookie","Recruit","Veteran","Expert","Random"}; }; }; Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40229 Armaholic download GF Set AISkill Script
-
Help with AI Skill for each side please.
migueldarius posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello everyone, someone can help me to fix my script please. I am a beginer in this, somebody can tell my why my script doesn't work? I want that OPFOR have 0% skills and BLUFOR complete 100%. if NOT(isServer) exitWith {}; [] spawn { while {true} do { sleep 10; { if ((side _x) == East) then { _x setSkill ["aimingspeed", 0.1]; _x setSkill ["aimingaccuracy", 0.1]; _x setSkill ["aimingshake", 0.1]; _x setSkill ["spottime", 0.1]; _x setSkill ["spotdistance", 0.1]; _x setSkill ["courage", 0.1]; _x setSkill ["reloadSpeed", 0.1]; _x setSkill ["commanding", 0.1]; }; sleep 2; if ((side _x) == West) then { _x setSkill ["aimingspeed", 1]; _x setSkill ["aimingaccuracy", 1]; _x setSkill ["aimingshake", 1]; _x setSkill ["spottime", 1]; _x setSkill ["spotdistance", 1]; _x setSkill ["courage", 1]; _x setSkill ["reloadSpeed", 1]; _x setSkill ["commanding", 1]; }; } forEach allUnits; } }; -
As I come from Operation Flashpoint/Arma series, I was surprise not to find a scripting language in Take On Mars (as SQS/SQF), even with very few commands. a (small) scripting language could eventualy relieve to the missing of functionnalities and/or permits to easily insert random in user's missions. Did you plane to add a scripting language (I saw a sub-forum on Steam "Scripting & Configs") ? Or may I suggest you to add one ?
- 10 replies
-
- aiskill
- configuration
-
(and 2 more)
Tagged with:
-
As a (yet another) follow-up of Difficulty/AI Skill settings proposal (also, REF:AI Configuration Analysis & this) I've decided to start a new thread dedicated not to what the AI can and can't do, but to how you, as a player, mission designer or modder can directly affect the AI's behavior. The initial goal is to: DEFINE Together with slightly improved documentation of AI Sub-skills, setSkill command and under-improvement CfgAISkill & page about precision(skill)Friendly(Enemy) (currently incomplete info here, more info here) we'd like to consolidate the configuration of AI on all levels. For that purpose, we've divided the issue into 2 main branches. Global and Per-unit configuration. Please, take a look at the documentation and let us know what you think about the current status, about current options how to configure the AI and also feel free to ask about anything you'd like to know and you feel is missing in the documentation! PROVIDE We'll hopefully get a chance to improve both "branches" soon or later, but our first focus is on the global settings; i.e. player more meaningful control over the difficulty of the AI in Game Options/Difficulty, defined in your .Arma3Profile. One option is to get rid of it completely and leave the decision about how dangerous the AI is going to be purely on the mission designer. #noFlameIntended The other option is to provide limited amount of, let's say 3, hard-set global AI skill presets - carefully tuned by us (with an assistance of your feedback) - that would give a consistent experience and would also let you know what you can expect from a MP session that uses one of such presets. (showing this parameter in server info is intended) For your convenience there still could be one more (advanced) option - a custom preset where you could set, for example, the Skill & Precision of AI to any value. We wouldn't take responsibility for that ;). That would allow you to adjust the AI if you didn't like the presets defined by us, it would allow you to test the effects of those two multipliers on the run or drastically change the mission experience without touching the individual AI units' skills inside it. (More about how they work to be found here) That would also come with separating the AI skill settings completely from the other "difficulty" settings, that serve mainly the purpose of "helpers" (HUD elements...). ENABLE In future, we'll take a look at how we can give mission makers more options for setting units in, for example, the mission editor; for now, we're focus now purely on those global settings: how would you like to adjust the AI globally? I know it's interconnected with per-unit skill settings, but let's say we can - just for a moment - forget about that ;)
- 230 replies
-
- aiskill
- configuration
-
(and 2 more)
Tagged with: