Jump to content

OBD:BINA/OBJC/MELE: Difference between revisions

→‎Technique part: One mystery is solved, another one appears
mNo edit summary
(→‎Technique part: One mystery is solved, another one appears)
Line 76: Line 76:


;Technique flags:
;Technique flags:
*00 - unknown;  
*00 - nothing;  
*01 - Interruptible; execution of moves in this technique is interrupted (technique is taken by engine as finished) when enemy is outside range, which specified by [[OBD:BINA/OBJC/MELE/MoveList/Position|position]] move (which has to be first in the series of moves; it is the third parameter of the position moves ) or by [[OBD:BINA/OBJC/MELE/MoveList/Maneuver|maneuver]] move (again the third parameter).
*01 - Interruptible; execution of moves in this technique is interrupted (technique is taken by engine as finished) when enemy is outside range, which specified by [[OBD:BINA/OBJC/MELE/MoveList/Position|position]] move (which has to be first in the series of moves; it is the third parameter of the position moves ) or by [[OBD:BINA/OBJC/MELE/MoveList/Maneuver|maneuver]] move (again the third parameter).
*02 - unknown; maybe "Generous dir", it seems that AI2 can turn around while attacking with technique that has this flag (or correct distance if it is a maneuver). So basically, it maybe turns on homing ^_-.
*02 - GenerousDir; here comes neccessary background for explaining its behavior:
--[[User:Loser|Loser]] 08:39, 22 July 2007 (CEST)
:Melee attack or maneuver techniques are enlisted for potential use only if their position move allows it, that means for example an attack technique with CloseLeft position move will not be listed for potential use if the enemy is in front of the A.I. character. However, techniques with GenerousDir flag are listed for potential use not only when position move criteria is met, but also when the enemy is in one of the two neighbouring positions. So melee technique with CloseLeft position move and Generous Dir flag will be enlisted for potential use if the enemy is on the left side of the A.I., and also if the enemy is in the back of the A.I. or in front of the A.I. character. When the melee technique is picked for use, A.I. character positions itself to meet position move criteria (it turns its left side towards enemy in order to use a techique with CloseLeft position move).
::Meaning of this flag explains Tanker's behavior. His sidestep run kicks have this flag set, that's why Tanker can turn his left/right side towards the enemy and perform sidestep run kick attack.
*??? 03 - Fearless ???; never used in melee profiles. Question is whether this bit really exists or if the name is just a development relic from Blue Box Beta dev files.




Line 111: Line 113:
:"Somebody better investigate soon." ^^
:"Somebody better investigate soon." ^^
::[[User:Geyser|geyser]] 00:00, 20 November 2006 (CET)
::[[User:Geyser|geyser]] 00:00, 20 November 2006 (CET)


===Move part===
===Move part===
271

edits