Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
2021.3.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Apr 3, 2021
1 parent 30b991d commit 0738e25
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 855 deletions.
27 changes: 27 additions & 0 deletions 2021.3.31.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "./mappings.schema.json",
"types": [
{
"original": "^",
"mapped": "InnerNet.GameCode",
"methods": [
{
"original": 0,
"mapped": "IntToGameName"
},
{
"original": 1,
"mapped": "GameNameToInt"
},
{
"original": 2,
"mapped": "CreateGameId"
},
{
"original": 3,
"mapped": "IntToGameNameV2"
}
]
}
]
}
41 changes: 14 additions & 27 deletions 2021.3.5i.json → 2021.3.31.3s.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"$schema": "./mappings.schema.json",
"dependsOn": [
"2021.3.5"
"2021.3.31.3"
],
"types": [
{
"original": "MeetingHud",
"methods": [
{
"notes": "MeetingHud#CastVote",
"original": "LMKMMBNCGON",
"original": "CDLGIAMFHBH",
"mapped": "CheckForEndVoting"
},
{
"notes": "MeetingHud#HandleRpc",
"original": "NKCJLIIMPMA",
"original": "MJIJGEBBMAO",
"mapped": "VotingComplete"
},
{
"notes": "MeetingHud#VotingComplete",
"original": "MLDBINIIODM",
"original": "OMFOBKIENPI",
"mapped": "PopulateResults"
},
{
"notes": "MeetingHud#VotingComplete",
"original": "ONMGGHEBCDA",
"original": "LCLCABKFPAJ",
"mapped": "SetupProceedButton"
}
]
Expand All @@ -34,16 +34,16 @@
"methods": [
{
"notes": "ShipStatus#FixedUpdate",
"original": "GPGIEMOMBAD",
"original": "NBEBPPBCGLJ",
"mapped": "CheckEndCriteria"
},
{
"notes": "CheckEndCriteria",
"original": "JKKCNFHCNPK",
"original": "PBKIGLMJEDH",
"mapped": "RpcEndGame"
},
{
"original": "DBELLANPNCB",
"original": "GDFEKKKEPKI",
"mapped": "SelectInfected"
}
]
Expand All @@ -52,16 +52,16 @@
"original": "PlayerControl",
"methods": [
{
"original": "BODPLFHGMOK",
"original": "NJMEFIKPJDG",
"mapped": "FindClosestTarget"
},
{
"notes": "first call in CmdReportDeadBody",
"original": "IBNLJFKNNNA",
"original": "AGANIGJHGNB",
"mapped": "ReportDeadBody"
},
{
"original": "CKPPBLNHHPD",
"original": "POIAKGCEDBB",
"mapped": "SetInfected"
}
]
Expand All @@ -71,34 +71,21 @@
"methods": [
{
"notes": "first call in EndGameManager#Start",
"original": "MOHJHJNCKGM",
"original": "BIGANIAENKO",
"mapped": "SetEverythingUp"
}
]
},
{
"original": "IntroCutscene",
"methods": [
{
"original": "PFKNLCKBHOH",
"mapped": "BeginImpostor"
},
{
"original": "FDHFEEOKPFN",
"mapped": "BeginCrewmate"
}
]
},
{
"original": "^",
"mapped": "SaveManager",
"methods": [
{
"original": "IIAMLMNLAMI",
"original": "IOHNKHIHFFF",
"mapped": "LoadPlayerPrefs"
},
{
"original": "GOPAHKENJMF",
"original": "JAFGNGDBGPE",
"mapped": "SavePlayerPrefs"
}
]
Expand Down
Loading

0 comments on commit 0738e25

Please sign in to comment.