Jump to content

snkman

Member
  • Content Count

    1880
  • Joined

  • Last visited

  • Medals

Everything posted by snkman

  1. @keIIy Hmm... To me A.I. movement of TCL is part of the main problem... A.I. movement of TCL is kind of very slow and very little almost statically. Guess it's user preference but i prefere A.I. that moves much more and a lot more dynamically. My goal is to find a good balanced A.I. that use tactical but still aggressive combat behaviour. Have to do some more tests with my last TCL release to clearly tell the different. @Georgians Sorry so far this is the only place where i release the mod.
  2. Thanks guy's! Much appreciated! 😊 @AirShark Yes i know TCL still is much more popular than GLX... 😁 Hmm that's strange... TCL use much more code and loops...? Anyway i now use the latest version of ARMA 3 too and so far it's running pretty smooth ( speaking of GLX ) but like you already know it can be very different from use to user. Lets just see how the next version will work out. 😉 Hopefully better... 😅
  3. Very sorry for not responding / checking the forum that long... Well i'm still working on GLX but progress has been slowed down a lot or almost stopped cuz of some RL stuff + some other game's i was playing / play due to the limited time i have / had. Whenever i start modding i need to have a lot of free time i can spend to it at least 8 - 10 hrs in a raw that's how it is for me when it comes to modding... If i only got couple hrs free time ( 1 - 3 ) i do not even touch it cuz i know i can't stop after starting with it. Kind of addicted hobby... 😋 All or nothing... 🙂 Back in my 20s - early 30s modding was much easyer cuz i did not care about many things so i could spend almost all my time to it but well time's change i guess... Hopefully i will be able to release another update in the near future! Also many thank's to all the ppl that answered any kind of question regarding GLX and TCL much appreciated! 👍❤️ P.s.: As long as there is ARMA there alway's will be an =\SNKMAN/= 😉
  4. Okay. So in this case A.I. will not be able to follow waypoints and / or move / doMove commands. Right?
  5. If he is hyped about something like this than it really means something! Really have to agree with him. Guess since ARMA 1 A.I. animation system is kind of clunky and robotic always been one of my main issues but somehow i get used to it. Just curious especially about the A.I. behind cover did you create your own animations or do you use any switchMove command or reduced animation tran­si­ti­on to cut them? Wish you all the best and keep up the good work!
  6. Yes it's really greate already knew Leopard20 is capable of doing some great things! Really love this very fast react and respond A.I. behaviour especially the one behind cover and in distance where A.I. is trying to dodge bullets. Very good A.I. fine tuning! To me ARMA A.I. really is greate to mod and to be creative but if i like to have some real fun just playing a game i pretty much prefere The Division 1 still one of my most favorite games ever and since years the only game i'm really able to enjoy playing for hours besides ARMA A.I. modding. A.I. which Leopard20 shows pretty much remindes me on those Division 1 A.I. behaviours fast react and respond but as already mentioned by Leopard20 this pretty much will be used by player A.I. only guess if you would run those behaviour calculations on each single A.I. unit of the game it may would be too expensive in terms of code usage and calculations. But it's defenetly a greate addition to A.I. in general! Can't wait to see what and how he did this!
  7. Thanks russian spy! Yes i really think it's the right way i'm moving with this mod so far. Good to hear you are test different settings!
  8. Sure you're welcome! // 11 ( House Search ) True, 50, // 13 ( Static Weapon ) True, 50, Yes both features use bool ( Enable / Disable ) and % chance only.
  9. Oh yws you are right... I mean the entries ( way of how the array is build ) of the array are exactly the same in UserConfig > TCL > TCL_Feature.sqf there are some missing setting as you already found out. Surrender: 34 + 35 It's a feature i've started working on but never finish it. Code is there but not active. Suppression: 27 - 29 Suppression from player to A.I. working. 27 = Enable / Disable 28 = Time during shots to activate suppression 29 = Amount of bullets which was fired within time set by 28 So by default you have to fire at least 5 bullets each within time limit of 0.90 seconds. Most of the time can be done with MGs and ARs set to ( burst ) or full auto only. ( Any high rate of fire weapon ) Pretty hard to trigger this within the time limit if e.g. ARs are set to single fire mode.
  10. True. If you use the variable array from within the Init.sqf all values have to be there and at the right position. If only 1 value is missing or you change a bool ( True / False ) to a number or vise versa it also returns in a error. At the time where the Init.sqf is executed by the game the database has not been created so you can't change a array ( variable ) that does not exist. The mod simply checks if any of the databases ( variables ) already was created in the Init.sqf if yes than it will skip the mods database which was found in the Init.sqf and use it instead of the mods default database. UserConfig > TCL and TCL_Database are exactly the same but to change a value of an array you have to use array set [index, value]; which may make things look different to you.
  11. @xxnocross55no Well if that's the case than you pretty much already answered your own question. Yes that's true. Kind of a logical mistake... Playable ( Switchable ) none player unit(s) should not be marked as players but that's what it does. Sure. Disabled variables will simply use the default T.C.L. database settings of given disabled variable. Thanks! Hmm... I already heared of a strange behaviour if R.H.S. vehicles are used... Sorry but can't really tell something about it. T.C.L. does not affect any 3D model or configs of the game. Maybe there is something else you are using which leads to this problem? Thanks! Are you the group leader or commander of a vehicle? To me this really sounds like the group leader is A.I. and not human? Thanks. See post above. Guess i will check those missions to see what's going on. To me it already looks like A.I. is using full automatic. I was looking for a way to make them shoot less. A.I. already run out of ammo very fast. Just place/spawn them and A.I. if within their radio range will be able to request them. Exactly! Make sure A.I. group leader is using static weapon as well and they will not leave it. Another way would be to disable the A.I. group from using T.C.L. mod.
  12. Thanks vafana! I will check and see what exactly trigger this error.
  13. Hmm... Intresting! Surrenders? Whitch other mods do you use? GLX does not have a surrender feature?
  14. Yes maybe! Well if there is a syntax / script error it defenetly means something did not work as it should. But as said befor guess ( if i'm right ) this is something happen very very rarely. So i will put this to my notes and wait if someone else get this error too. @rainbow47 Hi! 1.) Idk 2.) GCL? GLX? No A.I. from a group lead by player will never be affected by GLX player leaders should always have full freedom to do with their A.I. units what ever they like at least from my personal point of view. 3.) Not specific / individual A.I. units of an A.I. group but A.I. groups in general.
  15. Hmm... Okay thanks for the infos! I will check if there is something else i was not aware of. Your setting changes look fine! Edit: Did this error appeared more often to you or once only?
  16. @vafana Do you have any additional info about this error? Do you remember what happend when it appears? Did you by any chance change something in UserConfig > GLX > GLX_AI.sqf? Right now only thing i could think of would be a very rare situation which would need to happen within less than a second... If you kill all enemy A.I. and right at the moment where GLX is about to delete the logic of the reinforcement request cycle another A.I. group detects you get added to the reinforcement request cycle and directly after that GLX delets the logic. All this would need to happen within < 1 second so very hard to rebuild for me to see if thats the case... @ZeekPlayzYT Thanks! To your suggestions: 1.) Do you mean the vanilla A.I. convoy driving? 2.) I already changed this to make A.I. search for cover right after they get attacked however i think the way of how A.I. behave ( prone / crouche ) pretty much is what i expect them to do. In some situations you may need a few sec. to check the area see who and from where you are getting attacked in this case getting a lower profile would be the first thing to. 4.) Static MGs / Grenade Launchers will be available to be used by A.I. in the next version. 5.) This pretty much is how it works right now. A.I. will be able to only request other A.I. which is not involved in any combat situation ( without enemy ). However if you like to have A.I. request specific other A.I. groups only ( like in a completely different town ) you can do this by using the Location A.I. group type ( By synchronizing specific A.I. units of specific A.I. groups with each other ). 6.) This also already is available in GLX A.I. which was requested as reinforcement and without enemy contact will look for empty nearby vehicles to use and to get to their target position faster.
  17. Yeah already was thinking to do something like this for quite some time. So far i don't know too much of how to get this working but i will defenetly keep it in mind. Thanks! Hmm... So far i did not get this error but i will have a look if there is something i'm missing. Thanks for your feedback!
  18. Yes it is server side only! Hmm... Good question... Guess there will be no key requirement? Maybe if a client with @GLX installed join the server but -serverMod already should define it as server side only? Only reason why i create those keys is because every time i released a mod without key the first post was "where is the server key?".
  19. Nice! Thank you for reporting this issue!
  20. Since some days / week i'm not able to upload folders to GitHub by using the web-interface anymore... Idk why... .PBO still works somehow... There you go: Group Link - X ( W.I.P. ) v.1.0.10 Guess the server key from v.1.0.09 will not work with this version anymore... Yes maybe something like this would work with Location A.I. groups where specific fixed A.I. group(s) are able to support each other only.
  21. Yes i tested it myself right now and it is what i was guessing... Spawned A.I. do not get a waypoint. This will make them move to [0,0,0] which isEqualTo bottom left corner of the map. Already fixed it... Yes it is. All you need is a Init.sqf and copy past this code into it. Init.sqf: // Disable initialize of GLX in this mission. // // GLX_Initialize = False; // ///////////////////////////////////////////// // Stop all code executing below this. // // if (True) exitWith {}; // ///////////////////////////////////////////// GLX_AI = [ 1, // A.I. vs Enemy Knowledge 0.15, // A.I. vs Enemy Rating 3, // A.I. Reinforcement Request Amount 70 // A.I. Enemy Search Duration ]; GLX_IQ = [ 3 // A.I. Enemy Knowledge Duration ]; GLX_Radio = [ 30, // A.I. Reinforcement Request Time [1000, 3000, 5000, 7000] // A.I. Reinforcement Request Distance ]; GLX_Debug = [ True, // Initialize Debug True, // Map Marker Debug True, // 3D Icon Debug True // Cursor Debug ]; // Script based initialize of GLX if dePboed "GLX_System" folder is used. // // GLX_Path = "GLX_System\"; // // execVM (GLX_Path+"GLX_Initialize.sqf"); // ///////////////////////////////////////////////////////////////////////// // Some stuff i always use during developement. // // enableCamShake False; // // onMapSingleClick "player setPos _pos"; // /////////////////////////////////////////////// You mean some kind of rescue A.I. group which will look / search for the requesting and requested A.I. groups? If yes no there is no such kind of system / feature.
  22. Thanks! Well A.I. is just like humans! Teach them, train them and they will get better and better! Yeah pretty much the same! Good old O.F.P. / GL2 / Mapfact Respawn and Laser Delta Force times! Many thanks for your detailed feedback! Normally after their enemy(s) are killed they will randomly search the area for additional enemy(s) for a few minutes. If no additional threats were found they will return to their original waypoint ( position). Do you use spawned A.I. in the mission where this happens? Bottom left corner of the map sounds like they don't have a correct position where they should move to. I will test this! Thanks for the hint!
  23. Group Link - X ( W.I.P. ) v.1.0.09 This version will bring some major A.I. main system changes / improvements and bug / syntax / script fixes / improvements + 1 new ( not really new but from my point of view very important ) A.I. feature! A.I. Feature: ( New ) A.I. react to weapon fire. ( Playable / Switchable ) Download ( drive.google.com ) Enjoy!
×