Difference between revisions of "CREO04"
From SWGANH Wiki
(→BaseLine Struct) |
(→Variable Descriptions) |
||
| Line 152: | Line 152: | ||
*TurnRadius: | *TurnRadius: | ||
:This is the radius at which the character is allowed to turn at. | :This is the radius at which the character is allowed to turn at. | ||
| + | |||
| + | *Deceleration: | ||
| + | :This is a float that determines how fast you slow down. | ||
| + | :The smaller the Float the faster you slow down. NGE is set to 1.55 | ||
| + | :Pre-CU was something like .5 to .9 | ||
===Tags=== | ===Tags=== | ||
Revision as of 19:37, 6 April 2008
Baseline - CREO04
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine Struct
SHORT: ObjOpperandCount
FLOAT: ??(MovementRatio)
FLOAT: ??(MovementRatio)
INT: EncumberanceHAMListSize
INT: UpdateCounter
{
INT: EncumberanceHealthValue
INT: EncumberanceActionValue
INT: EncumberanceMindValue
}
INT: SkillModListSize
INT: UpdateCounter
{
BYTE: ??
ASTRING: SkillModString
INT: SkillModValue
INT: ??
}
FLOAT: ??(AccelerationRatio)
FLOAT: ??(AccelerationRatio)
LONG: ListenToID
FLOAT: Speed
FLOAT: ??
FLOAT: Terrain Negotiation
FLOAT: TurnRadius
FLOAT: Deceleration Speed (See Note)
FLOAT: ??
INT: ??ListSize
INT: UpdateCounter
{
LONG: ??
}
Deltas Struct
SHORT: UpdateCount
SHORT: UpdateType
{
00:
INT: ??(MovementRatio)
01:
INT: ??(MovementRatio)
02:
INT: EncumberanceHAMListSize
INT: UpdateCounter
{
BYTE: SubType
{
00:
SHORT: ??
01:
SHORT: EncumberanceHAMBars
INT: EncumberanceHAMValue
02:
SHORT: ??
INT: ??
03:
SHORT: ListSize
{
INT: EncumberanceHAMValue
}
}
}
03:
INT: SkillModListSize
INT: UpdateCounter
{
BYTE: SubType
{
00:
ASTRING: SkillModString
INT: ??
INT: ??
01:
ASTRING: SkillModString
INT: ??
INT: ??
}
}
04:
INT: ??(AccelerationRatio)
05:
INT: ??(AccelerationRatio)
06:
LONG: ListenToID
07:
INT: Accel/Deccel/Speed
08:
INT: ?? (connection with 09?)
09:
FLOAT: Terrain Negotiation (0.01) is send for all toons Goes up for scout
0A:
INT: TurnRadius
0B:
INT: Deceleration Speed
0C:
INT: ??
0D:
INT: ??ListSize
INT: UpdateCounter
{
BYTE: SubType
{
00:
LONG: ??
LONG: ??
01:
LONG: ??
LONG: ??
}
}
}
|
Variable DescriptionsObj_OperandCount = 14
Tags
|