Jump to content

OBD:BINA/OBJC/MELE: Difference between revisions

Line 273: Line 273:
| BGCOLOR="#8C8CCC" | 00 00 00 00
| BGCOLOR="#8C8CCC" | 00 00 00 00
| 0
| 0
| ALIGN=LEFT | 1 = "interruptible" (see below), 2 = ???
| ALIGN=LEFT | Technique flags; see below
|-
|-
|0x44
|0x44
| BGCOLOR="#FF00C8" | 50 00 00 00
| BGCOLOR="#FF00C8" | 50 00 00 00
| 80
| 80
| ALIGN=LEFT | unknown
| ALIGN=LEFT | Technique weight; techniques with higher weight are prefered by engine, if more techniques, that can be used at one moment, have same weight, engine calls them in order as they are listed in MELE
|-
|-
|0x48
|0x48
Line 288: Line 288:
| BGCOLOR="#00C864" | 58 02 00 00
| BGCOLOR="#00C864" | 58 02 00 00
| 600
| 600
| ALIGN=LEFT | unknown (technique repeat delay?)
| ALIGN=LEFT | Technique repeat delay; after technique is used, it is ignored by engine for this time interval (???number of frames???)
|-
|-
|0x50
|0x50
Line 301: Line 301:
|}
|}
|}
|}
;Guesses
'''Technique flags:'''
:The unknown parameters can be :
*00 - unknown;
:*the technique's "weight"
*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).
:*the technique's "repeat delay" (probably the one at 0x4C)
*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 ^_-.
:*things (flags?) called "Interruptible", "Generous Dir" and "Fearless"
--[[User:Loser|Loser]] 08:39, 22 July 2007 (CEST)
;0x40 set to 1
 
:interruptible : technique will be stopped when opponent is outside specified range
 
::;Loser
:A range specified ''where''? Some moves have ranges as parameters, but a technique has a ''set'' of moves.
:Do you mean that one of the ''technique'' parameters (either 0x44 or 0x48) is a range? Please confirm.
::[[User:Geyser|geyser]] 00:00, 20 November 2006 (CET)
:For everybody's convenience, I've grouped the techniques with the 0x40 field set to 1 [[OBD:BINA/OBJC/MELE/Technique0x40#Bit 0x01|HERE]].
:For everybody's convenience, I've grouped the techniques with the 0x40 field set to 1 [[OBD:BINA/OBJC/MELE/Technique0x40#Bit 0x01|HERE]].
::[[User:Geyser|geyser]] 00:00, 20 November 2006 (CET)
::[[User:Geyser|geyser]] 00:00, 20 November 2006 (CET)
271

edits