mini update
Browse files
DEV/Misc/lua_async_commands.txt
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# enum AsyncCommandType, copyof_13758, width 4 bytes
|
| 2 |
+
kAsyncCmdInvalid: .set 0
|
| 3 |
+
kAsyncCmdTicketRequest: .set 1
|
| 4 |
+
kAsyncCmdUserLookup: .set 2
|
| 5 |
+
kAsyncCmdClansGetUserClans: .set 3
|
| 6 |
+
kAsyncCmdClansGetNumUserClans: .set 4
|
| 7 |
+
kAsyncCmdClansSearchByProfile: .set 5
|
| 8 |
+
kAsyncCmdClansSearchByName: .set 6
|
| 9 |
+
kAsyncCmdClansGetClanInfo: .set 7
|
| 10 |
+
kAsyncCmdClansGetMemberList: .set 8
|
| 11 |
+
kAsyncCmdClansGetMemberInfo: .set 9
|
| 12 |
+
kAsyncCmdClansGetAutoAcceptStatus: .set 0xA
|
| 13 |
+
kAsyncCmdClansGetBlacklist: .set 0xB
|
| 14 |
+
kAsyncCmdClansGetAnnouncements: .set 0xC
|
| 15 |
+
kAsyncCmdClansGetChallenges: .set 0xD
|
| 16 |
+
kAsyncCmdClansJoin: .set 0xE
|
| 17 |
+
kAsyncCmdClansLeave: .set 0xF
|
| 18 |
+
kAsyncCmdClansSendMembershipRequest: .set 0x10
|
| 19 |
+
kAsyncCmdTrophyGetUnlockStates: .set 0x11
|
| 20 |
+
kAsyncCmdScoreRecordScore: .set 0x12
|
| 21 |
+
kAsyncCmdScoreRecordGameData: .set 0x13
|
| 22 |
+
kAsyncCmdScoreGetRankingByRange: .set 0x14
|
| 23 |
+
kAsyncCmdScoreGetRankingByNpId: .set 0x15
|
| 24 |
+
kAsyncCmdScoreGetRankingByNpIdPcId: .set 0x16
|
| 25 |
+
kAsyncCmdScoreGetGameData: .set 0x17
|
| 26 |
+
kAsyncCmdScoreGetBoardInfo: .set 0x18
|
| 27 |
+
kAsyncCmdScoreGetClanMembersRankingByNpId: .set 0x19
|
| 28 |
+
kAsyncCmdScoreGetClanMembersRankingByNpIdPcId: .set 0x1A
|
| 29 |
+
kAsyncCmdScoreGetClanMembersRankingByRange: .set 0x1B
|
| 30 |
+
kAsyncCmdScoreGetClanMemberGameData: .set 0x1C
|
| 31 |
+
kAsyncCmdScoreGetClansRankingByClanId: .set 0x1D
|
| 32 |
+
kAsyncCmdScoreGetClansRankingByRange: .set 0x1E
|
| 33 |
+
kAsyncCmdTusAddAndGetVar: .set 0x1F
|
| 34 |
+
kAsyncCmdTusAddAndGetVarVUser: .set 0x20
|
| 35 |
+
kAsyncCmdTusTryAndSetVar: .set 0x21
|
| 36 |
+
kAsyncCmdTusTryAndSetVarVUser: .set 0x22
|
| 37 |
+
kAsyncCmdTusGetMultiSlotVar: .set 0x23
|
| 38 |
+
kAsyncCmdTusGetMultiSlotVarVUser: .set 0x24
|
| 39 |
+
kAsyncCmdTusSetMultiSlotVar: .set 0x25
|
| 40 |
+
kAsyncCmdTusSetMultiSlotVarVUser: .set 0x26
|
| 41 |
+
kAsyncCmdTusGetMultiUserVar: .set 0x27
|
| 42 |
+
kAsyncCmdTusGetMultiUserVarVUser: .set 0x28
|
| 43 |
+
kAsyncCmdTusDeleteMultiSlotVar: .set 0x29
|
| 44 |
+
kAsyncCmdTusDeleteMultiSlotVarVUser: .set 0x2A
|
| 45 |
+
kAsyncCmdTusGetData: .set 0x2B
|
| 46 |
+
kAsyncCmdTusGetDataVUser: .set 0x2C
|
| 47 |
+
kAsyncCmdTusSetData: .set 0x2D
|
| 48 |
+
kAsyncCmdTusSetDataVUser: .set 0x2E
|
| 49 |
+
kAsyncCmdTusGetMultiSlotDataStatus: .set 0x2F
|
| 50 |
+
kAsyncCmdTusGetMultiSlotDataStatusVUser: .set 0x30
|
| 51 |
+
kAsyncCmdTusGetMultiUserDataStatus: .set 0x31
|
| 52 |
+
kAsyncCmdTusGetMultiUserDataStatusVUser: .set 0x32
|
| 53 |
+
kAsyncCmdTusDeleteMultiSlotData: .set 0x33
|
| 54 |
+
kAsyncCmdTusDeleteMultiSlotDataVUser: .set 0x34
|
| 55 |
+
kAsyncCmdInvIsInInventory: .set 0x35
|
| 56 |
+
kAsyncCmdInvConsume: .set 0x36
|
| 57 |
+
kAsyncCmdInvGetConsumableCount: .set 0x37
|
| 58 |
+
kAsyncCmdInvGetPurchasedState: .set 0x38
|
| 59 |
+
kAsyncCmdEntitlementRequest: .set 0x39
|
| 60 |
+
kAsyncCmdCommercePointAuto: .set 0x3A
|
| 61 |
+
kAsyncCmdCommerceQuickPurchase: .set 0x3B
|
| 62 |
+
kAsyncCmdCommerceGetPrice: .set 0x3C
|
| 63 |
+
kAsyncCmdCommerceGetProductInfo: .set 0x3D
|
| 64 |
+
kAsyncCmdCommerceRedeemVoucher: .set 0x3E
|
| 65 |
+
kAsyncCmdObjectCatalogueSearch: .set 0x3F
|
| 66 |
+
kAsyncCmdObjectDefinitionDownload: .set 0x40
|
| 67 |
+
kAsyncCmdObjectDescription: .set 0x41
|
| 68 |
+
kAsyncCmdStrmCopy: .set 0x42
|
| 69 |
+
kAsyncCmdStrmCompressZLib: .set 0x43
|
| 70 |
+
kAsyncCmdStrmUncompressZLib: .set 0x44
|
| 71 |
+
kAsyncCmdSaveDataSave: .set 0x45
|
| 72 |
+
kAsyncCmdSaveDataLoad: .set 0x46
|
| 73 |
+
kAsyncCmdSaveDataSaveObject: .set 0x47
|
| 74 |
+
kAsyncCmdSceneInfo: .set 0x48
|
| 75 |
+
kAsyncCmdObjectGetClothingLpIds: .set 0x49
|
| 76 |
+
kAsyncCmdIdentity: .set 0x4A
|
| 77 |
+
kAsyncCmdMax: .set 0x4B
|
PKG-RETAIL/NPEA00013 Beta 00.74.pkg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:496bddf26a37f3fb72a88649d608c56b59a398ea4a06a256fe9ebce6eac614ed
|
| 3 |
+
size 208866720
|
PKG-RETAIL/NPEA00013 Beta 1.55.pkg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eeb5784b6e0ed1e2ee8715002bec2eb2c211d178e2d3ecbcb3a28277a7c0416
|
| 3 |
+
size 45466384
|
PKG-RETAIL/NPEA00013 Beta 1.75.pkg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eebdb6954290dd06fbed7126b9abc8269ef3f53c4da9f4ca4e37eacd5ce08fcf
|
| 3 |
+
size 44333600
|
README.md
CHANGED
|
@@ -168,15 +168,11 @@ Here are a few fully open-sourced tools from the Home Laboratory Project :
|
|
| 168 |
- Compiled : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/pebxcvi/PSHomeCacheExtractor/releases/tag/v3.5.6" style="color: #0645ad; text-decoration: underline; font-weight: bold;">PSHomeCacheExtractor</a>
|
| 169 |
- Source : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/pebxcvi/PSHomeCacheExtractor" style="color: #0645ad; text-decoration: underline; font-weight: bold;">PSHomeCacheExtractor</a>
|
| 170 |
|
| 171 |
-
|
| 172 |
- This is a stand-alone Windows GUI appliation for handling PlayStation®Home assets using Multiserver's backend.
|
| 173 |
- Compiled : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/DeViL303/MultiServer3-NuatilusFork/releases" style="color: #0645ad; text-decoration: underline; font-weight: bold;">Nautilus</a>
|
| 174 |
- Source : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/GitHubProUser67/NautilusXP2024" style="color: #0645ad; text-decoration: underline; font-weight: bold;">Nautilus</a>
|
| 175 |
|
| 176 |
-
4) <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;">HomeWebTools</span>
|
| 177 |
-
- This is a plugin for Multiserver's ApachNet web server for handling PlayStation®Home assets. It is a basic HTML webpage.
|
| 178 |
-
- Source : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/GitHubProUser67/MultiServer3/tree/Super-Branch/Plugins/HTTP/HomeWebTools" style="color: #0645ad; text-decoration: underline; font-weight: bold;">HomeWebTools</a>
|
| 179 |
-
|
| 180 |
|
| 181 |
### ✧ Icons ✧
|
| 182 |
|
|
@@ -211,7 +207,7 @@ Here are a few fully open-sourced tools from the Home Laboratory Project :
|
|
| 211 |
</td>
|
| 212 |
<td align="center" style="padding: 10px;">
|
| 213 |
<img src="https://huggingface.co/datasets/pebxcvi/PSHomeCacheDepot/resolve/main/DEV/Icons/ICON5.PNG" alt="ICON0"><br>
|
| 214 |
-
<span>v0.41 - v0.
|
| 215 |
</td>
|
| 216 |
</tr>
|
| 217 |
</table>
|
|
|
|
| 168 |
- Compiled : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/pebxcvi/PSHomeCacheExtractor/releases/tag/v3.5.6" style="color: #0645ad; text-decoration: underline; font-weight: bold;">PSHomeCacheExtractor</a>
|
| 169 |
- Source : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/pebxcvi/PSHomeCacheExtractor" style="color: #0645ad; text-decoration: underline; font-weight: bold;">PSHomeCacheExtractor</a>
|
| 170 |
|
| 171 |
+
2) <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;">Nautilus</span>
|
| 172 |
- This is a stand-alone Windows GUI appliation for handling PlayStation®Home assets using Multiserver's backend.
|
| 173 |
- Compiled : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/DeViL303/MultiServer3-NuatilusFork/releases" style="color: #0645ad; text-decoration: underline; font-weight: bold;">Nautilus</a>
|
| 174 |
- Source : <span style="background: #E5E4E2; color: #000; padding: 1px 5px; border-radius: 6px; font-weight: bold; font-size: 14px;"><a href="https://github.com/GitHubProUser67/NautilusXP2024" style="color: #0645ad; text-decoration: underline; font-weight: bold;">Nautilus</a>
|
| 175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
|
| 177 |
### ✧ Icons ✧
|
| 178 |
|
|
|
|
| 207 |
</td>
|
| 208 |
<td align="center" style="padding: 10px;">
|
| 209 |
<img src="https://huggingface.co/datasets/pebxcvi/PSHomeCacheDepot/resolve/main/DEV/Icons/ICON5.PNG" alt="ICON0"><br>
|
| 210 |
+
<span>v0.41 - v0.74<br>GDC 2007 Demo<br>Game Tab</span>
|
| 211 |
</td>
|
| 212 |
</tr>
|
| 213 |
</table>
|
SCENES-MAPPED/Mapped_Scenes_Query.xlsm
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159ceba934cbc82530ad76decc1e2003c2f51c5343fc4b4c63062dc58c97c71b
|
| 3 |
+
size 94086078
|