Search found 4 matches
- 18 Nov 2006, 19:49
- Forum: AI
- Topic: Getting unit / weapon direction
- Replies: 8
- Views: 956
- 18 Nov 2006, 16:32
- Forum: AI
- Topic: Getting unit / weapon direction
- Replies: 8
- Views: 956
ive looked more into it and found a way to do it :) i just add a small function to the spring code.. to get a specific unit to my AI... and then use its weapon wanted direction to give me an idea of where its pointing.. this is probably not the precise direction.. but it seems to work :) thanks for ...
- 12 Nov 2006, 21:01
- Forum: AI
- Topic: Getting unit / weapon direction
- Replies: 8
- Views: 956
- 12 Nov 2006, 15:45
- Forum: AI
- Topic: Getting unit / weapon direction
- Replies: 8
- Views: 956
Getting unit / weapon direction
hi.. im making a new small GroupAI projekt, where im trying to implement some unit behaviour... My problem is that i cant find the shooting direction of the unit.. ive tryed to use the unitdef's weapon list... but this maindir is never changed and always point towards (1,0,0)... isent this function ...