i would be very greatful
Floating weapon icons , Make ai use weapons [Solved]
Moderator: Moderators
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Floating weapon icons , Make ai use weapons [Solved]
im haveing alot of trouble removeing 2 floating weapon icons. the tut PR-0927 had doesnt help
.. anyone got an easer one or somthing?
i would be very greatful
i would be very greatful
Last edited by cloneknight on Wed Apr 09, 2008 2:45 pm, edited 1 time in total.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: floating icon
thanks
t have another question, i dont want to make another post so ill just say it here, how can i get my units with orbital barrage use it? they never use it...
t have another question, i dont want to make another post so ill just say it here, how can i get my units with orbital barrage use it? they never use it...
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: #1 solved, #2 ai weapon
I think you can't....maybe something in .lua but not in ODF's afaik.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: #1 solved, #2 ai weapon
Code: Select all
AITargetPerson = "1"
AITargetAnimal = "1"
AITargetDroid = "1"
AITargetVehicle = "1"
AITargetBuilding = "1"-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: #1 solved, #2 ai weapon
yes! that is what im looking for what odf. file is that in?
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: #1 solved, #2 ai weapon
in everyone you want
the same commands work ,without the ai in them, for the player
the same commands work ,without the ai in them, for the player
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: #1 solved, #2 ai weapon
Are you sure this works? I tried once to get those commands working for force choke and it didn't.Maveritchell wrote:Code: Select all
AITargetPerson = "1" AITargetAnimal = "1" AITargetDroid = "1" AITargetVehicle = "1" AITargetBuilding = "1"
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: #1 solved, #2 ai weapon
AI tend to ignore that weapontype, whether they're told to or not.Aman/Pinguin wrote:Are you sure this works? I tried once to get those commands working for force choke and it didn't.Maveritchell wrote:Code: Select all
AITargetPerson = "1" AITargetAnimal = "1" AITargetDroid = "1" AITargetVehicle = "1" AITargetBuilding = "1"
It goes in the base weapon .odf.cloneknight wrote:yes! that is what im looking for what odf. file is that in?
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: #1 solved, #2 ai weapon
That code is great, I always use it to get map AI to fire rockets at people on maps with no vehicles.Maveritchell wrote:Code: Select all
AITargetPerson = "1" AITargetAnimal = "1" AITargetDroid = "1" AITargetVehicle = "1" AITargetBuilding = "1"
Otherwise they make lame opponents, trying to kill you with a pistol.
AI have INCREDIBLE long range rocket targeting, one nailed me from half way across a test map.
