mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-24 05:15:22 +00:00
added params for all CharacterAppearanceData codec regions; added a param for the three bits of CharacterData not previously supported; repaired CharacterData tests; over-all: padding calculations are not yet adequate
This commit is contained in:
parent
bf72d553e1
commit
59569f1a7d
12 changed files with 1305 additions and 810 deletions
|
|
@ -456,7 +456,6 @@ class PacketCodingActorITest extends ActorTest {
|
|||
val pos : PlacementData = PlacementData(Vector3.Zero, Vector3.Zero)
|
||||
val app : (Int)=>CharacterAppearanceData = CharacterAppearanceData(
|
||||
BasicCharacterData("IlllIIIlllIlIllIlllIllI", PlanetSideEmpire.VS, CharacterGender.Female, 41, CharacterVoice.Voice1),
|
||||
3,
|
||||
false,
|
||||
false,
|
||||
ExoSuitType.Standard,
|
||||
|
|
@ -468,7 +467,7 @@ class PacketCodingActorITest extends ActorTest {
|
|||
GrenadeState.None,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
None,
|
||||
RibbonBars()
|
||||
)
|
||||
var char : (Option[Int])=>DetailedCharacterData = DetailedCharacterData(
|
||||
|
|
@ -476,7 +475,6 @@ class PacketCodingActorITest extends ActorTest {
|
|||
0,
|
||||
100, 100,
|
||||
50,
|
||||
1, 7, 7,
|
||||
100, 100,
|
||||
List(CertificationType.StandardAssault, CertificationType.MediumAssault, CertificationType.ATV, CertificationType.Harasser, CertificationType.StandardExoSuit, CertificationType.AgileExoSuit, CertificationType.ReinforcedExoSuit),
|
||||
List(),
|
||||
|
|
@ -549,7 +547,6 @@ class PacketCodingActorKTest extends ActorTest {
|
|||
val pos : PlacementData = PlacementData(Vector3.Zero, Vector3.Zero)
|
||||
val app : (Int)=>CharacterAppearanceData = CharacterAppearanceData(
|
||||
BasicCharacterData("IlllIIIlllIlIllIlllIllI", PlanetSideEmpire.VS, CharacterGender.Female, 41, CharacterVoice.Voice1),
|
||||
3,
|
||||
false,
|
||||
false,
|
||||
ExoSuitType.Standard,
|
||||
|
|
@ -561,7 +558,7 @@ class PacketCodingActorKTest extends ActorTest {
|
|||
GrenadeState.None,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
None,
|
||||
RibbonBars()
|
||||
)
|
||||
var char : (Option[Int])=>DetailedCharacterData = DetailedCharacterData(
|
||||
|
|
@ -569,7 +566,6 @@ class PacketCodingActorKTest extends ActorTest {
|
|||
0,
|
||||
100, 100,
|
||||
50,
|
||||
1, 7, 7,
|
||||
100, 100,
|
||||
List(CertificationType.StandardAssault, CertificationType.MediumAssault, CertificationType.ATV, CertificationType.Harasser, CertificationType.StandardExoSuit, CertificationType.AgileExoSuit, CertificationType.ReinforcedExoSuit),
|
||||
List(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue