Author |
Message |
Darkrune
Joined: Sun May 16, 2010 5:03 am Posts: 4
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
I have had a lot of fun with this mod and using a particular gun with the drones made it so i could zerg rush so bonus points for that. though using the mod normally was just as fun. 11/10
|
Thu Sep 09, 2010 6:03 am |
|
|
Squeegy Mackpy
Joined: Tue Mar 20, 2007 10:16 am Posts: 186 Location: Australia
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
goduranus wrote: Out of curiosity, which part of the code determines which team they'll be on? and how were friendly drones made unselectable by the player? Their team is determined by the 'Team =' in the code for the 'grenades' that they come packed in. Their autonomy and 'unselectablity' is all a result of a creepy and awesome anomalous bug in the game. I can't say why they hunts brains, or can't be selected, because I really have no idea how or why.
|
Thu Sep 09, 2010 7:03 am |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
That's caused by an actor not having a team set to either 0 or 1, where 0 is red and 1 is green. They aren't handled by hud code and are set to brain hunt mode as well as being hostile to both teams. Usually, Team = -1 is used, but I suppose Team = would work just as well.
|
Thu Sep 09, 2010 7:42 am |
|
|
goduranus
Joined: Tue Aug 03, 2010 4:51 pm Posts: 32
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
Geti, Team = -1 could be for rogue drones that attack both teams, but normal droned attack the enemy of their user, yet are unselectable.
|
Thu Sep 09, 2010 12:18 pm |
|
|
Eazy
Banned
Joined: Fri Sep 10, 2010 12:40 am Posts: 19
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
nName of mod Is: RETARDS?
|
Fri Sep 10, 2010 1:58 am |
|
|
Squeegy Mackpy
Joined: Tue Mar 20, 2007 10:16 am Posts: 186 Location: Australia
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
goduranus wrote: Geti, Team = -1 could be for rogue drones that attack both teams, but normal droned attack the enemy of their user, yet are unselectable. I've worked it out as being -1 for wildlife, 0 for red and 1 for green. They're all hostile to each other, so team -1 attacks 0 and 1, but not any other -1's. In the grenade gibs, under the copyof of the drone I added Team = 0 for the friendlies and Team = -1 for the infected drones. I tried numerous times trying to put team -1 in the activities.ini so that any 'infected' drone grenades would work alongside the enemy AI, as the AI are also the 'infected' drones, but that doesn't seem to work. I eventually ended up making the AI craft drop infected drone grenades, but then they attack the craft and everything dies as a result. I've since resorted to them just being left on team 1, so while it doesn't really make sense in doing so, using buyable infected drones against them is viable because they attack each other. Oh well Also, rocket drone given to me by Lambda will soon be included with the next version, I just have two problems that need solving. One being that all the craft I make open their doors upon spawning, and the other being that the anti-duck script doesn't seem to prevent ducking.
|
Fri Sep 10, 2010 12:56 pm |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
Have the craft be sort of invisible but with a MOSR pinned to it through Lua or something like that?
|
Fri Sep 10, 2010 1:07 pm |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
That or just disable their controller for a while so they don't shoot the craft.
|
Fri Sep 10, 2010 1:16 pm |
|
|
Hobbesy
Joined: Mon Feb 11, 2008 11:11 pm Posts: 711 Location: East of Applachia, West of the Mississippi
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
Squeegy Mackpy wrote: Also, rocket drone given to me by Lambda will soon be included with the next version, I just have two problems that need solving. One being that all the craft I make open their doors upon spawning, and the other being that the anti-duck script doesn't seem to prevent ducking. I believe it's not working since it has "and actor.AIMode == Actor.AIMODE_SENTRY" in it. I can send you a version that probably works if you'd like.
|
Fri Sep 10, 2010 9:51 pm |
|
|
Squeegy Mackpy
Joined: Tue Mar 20, 2007 10:16 am Posts: 186 Location: Australia
|
Re: Remote Elimination of Targets & Recon Drone Support 1.4 29/8
Lambda wrote: I believe it's not working since it has "and actor.AIMode == Actor.AIMODE_SENTRY" in it. I can send you a version that probably works if you'd like. Ofcourse I'd like
Last edited by Squeegy Mackpy on Mon Sep 20, 2010 10:26 am, edited 1 time in total.
|
Sat Sep 11, 2010 1:57 am |
|
|
Squeegy Mackpy
Joined: Tue Mar 20, 2007 10:16 am Posts: 186 Location: Australia
|
New version is up, issues I noted before still persist, but it's not worth pushing back a release untill they're fixed as they're minor issues. This one is also in the modding contest
|
Mon Sep 20, 2010 10:25 am |
|
|
Mad Alex
Joined: Sat Oct 17, 2009 2:07 pm Posts: 127
|
Re: R.E.T.A.R.D.S V1.5 20/9 (Modding Theme Entry: AI)
OMG TEAMWORK I just dropped four deployable rocket drones. They did it by theirselves. Maximal firerate and effectiveness, no team kills. You didn't improve AI. You just make basic AI work with maximal effectiveness, and it's great!
|
Mon Sep 20, 2010 2:32 pm |
|
|
Jomn
Joined: Sun Jun 13, 2010 12:40 am Posts: 327 Location: US of A
|
Re: R.E.T.A.R.D.S V1.5 20/9 (Modding Theme Entry: AI)
This is one of my favorite mods, 20/10.
|
Mon Sep 20, 2010 10:39 pm |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: R.E.T.A.R.D.S V1.5 20/9 (Modding Theme Entry: AI)
Is it allowed to submit a mod already in mod releases? Don't think it is.
|
Mon Sep 20, 2010 11:08 pm |
|
|
Zoroaster
Joined: Sun Dec 06, 2009 11:54 pm Posts: 85
|
Re: R.E.T.A.R.D.S V1.5 20/9 (Modding Theme Entry: AI)
I think this mod truly exemplifies the "replace/buy" nature that Cortex Command emphasizes. 10/10.
|
Tue Sep 21, 2010 1:57 am |
|
|
|