Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
America's Army: 2.5 & 2.85
#3
(08-27-2013, 10:08 PM)eliot Wrote: Feel free to pm me the files.

Though support is not guaranteed. For the time being UE Explorer is not being worked on as usually because I'm either spending my programming to to other projects Wink But I'll put it aside for when and if the support doesn't require too much effort.

Thanks.

Also notice the padding that AA(I think regardless of version since 2.0+) has added in the properties.
That's why hide categories fails, it also is the reason for ArrayDimension [26125] added to all properties
Here is an example from my code to read delegates, but same goes for all properties, there is a DWORD padding right after NEXT.
Also notice that ArrayDimension and ElementSize are words(I think the documentation I have states DWORD, but AA has WORDS)

Code:
Call Form1.ReadIndexFromArray(f) : f = f + bl : tmpDelegate.aProperty = bt
        Call Form1.ReadIndexFromArray(f) : f = f + bl : tmpDelegate.aSuperField = bt
        Call Form1.ReadIndexFromArray(f) : f = f + bl : tmpDelegate.aNext = bt
        Call ReadDWORD(f) : f = f + 4 : tmpDelegate.aPadding = slaskdword
        Call ReadWORD(f) : f = f + 2 : tmpDelegate.aArrayDimension = slaskword
        Call ReadWORD(f) : f = f + 2 : tmpDelegate.aElementSize = slaskword


All above is what my research shows is true for America's Army.
Reply


Messages In This Thread
America's Army: 2.5 & 2.85 - by VendorX - 08-26-2013, 03:17 AM
RE: America's Army: 2.5 & 2.85 - by eliot - 08-27-2013, 10:08 PM
RE: America's Army: 2.5 & 2.85 - by ELiZ - 09-05-2013, 04:25 PM
RE: America's Army: 2.5 & 2.85 - by eliot - 09-21-2013, 03:26 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)