A custom Hermes RMC service for clan services. This service is likely not used by ACB. The methods present in the game's binary were compare-reversed with Ghost Recon Future Soldier and are listed here for reference.
Note that there were changes in this service between the two games and payloads an/or method names may differ for the same IDs.
Method ID | Method Name |
---|---|
1 | CreateClan |
2 | UpdateClan |
3 | GetClanList |
4 | DeleteClan |
5 | InviteToClan |
6 | InviteToClanWithName |
7 | RemoveClanInvite |
8 | JoinClan |
9 | LeaveClan |
10 | GetClanInvites |
11 | ChangeClanRole |
12 | ChangeClanRolePriv |
13 | GetCurUserClan |
14 | GetClanMembers |
15 | SetClanRoom |
16 | DownloadClanRoomInfo |
17 | JoinClanRoom |
18 | SetClanRoomState |
19 | GetClanLeaderboard |
20 | ? |
21 | SetClanProperty |
22 | RemoveClanEvent |
23 | SetClanEvent |
24 | GetClanEvents |
25 | ChangeEventType |
26 | SendClanMessage?? |
Type | Name |
---|---|
String | unkString1 |
String | unkString2 |
String | unkString3 |
Type | Name |
---|---|
Uint32 | unkUint1 |
Uint32 | unkUint2 |
This is the payload present in ACB - GRFS has Uint8 unkByte
instead of unkString3
.
Type | Name |
---|---|
String | unkString1 |
String | unkString2 |
String | unkString3 |
Type | Name |
---|---|
Uint32 | unkUint |
Type | Name |
---|---|
List<Uint32> | clanIds |
Type | Name |
---|---|
List<Clan> | clans |
Clan (Structure)
This is ACB version of Clan structure.
Type | Name |
---|---|
Uint32 | unkUint |
String | unkString1 |
String | unkString2 |
String | unkString3 |
Uint8 | unkByte |
List<Uint8> | unkUshorts |
List<Uint32> | ukUints |