Skip to content

Commit

Permalink
Patch for Alpha 19.4 (b7) update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Mar 10, 2021
1 parent 7f28fc9 commit ab1fd52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 61 deletions.
63 changes: 5 additions & 58 deletions resources/SevenDaysToDie.opj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "7 Days to Die",
"TargetDirectory": "D:\\Servers\\7DaysToDie\\7DaysToDieServer_Data\\Managed",
"TargetDirectory": "E:\\Servers\\7DaysToDie\\7DaysToDieServer_Data\\Managed",
"Manifests": [
{
"AssemblyName": "Assembly-CSharp.dll",
Expand Down Expand Up @@ -32,7 +32,7 @@
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 130,
"InjectionIndex": 145,
"ReturnBehavior": 0,
"ArgumentBehavior": 2,
"ArgumentString": null,
Expand All @@ -50,7 +50,7 @@
"Entity"
]
},
"MSILHash": "fB2BJYe8HR68oN7pTlkDPFcMzbAfKtnu/2mPDhPji90=",
"MSILHash": "0R+F33Nt4R5wDorAT10AwNDILMbPkpSUVd1S5n02qPE=",
"BaseHookName": null,
"HookCategory": "Entity"
}
Expand Down Expand Up @@ -557,7 +557,7 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "S+qaCD6vQWdA/FyWsu3jGdkMdLIJbM4X8b17F4l/rtM=",
"MSILHash": "ai3eWmnKq7X2NlmXf88gmJg9K7HffYlzjmLAE/0BYog=",
"BaseHookName": null,
"HookCategory": "Server"
}
Expand All @@ -581,7 +581,7 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "S+qaCD6vQWdA/FyWsu3jGdkMdLIJbM4X8b17F4l/rtM=",
"MSILHash": "ai3eWmnKq7X2NlmXf88gmJg9K7HffYlzjmLAE/0BYog=",
"BaseHookName": "InitOxide",
"HookCategory": "Server"
}
Expand Down Expand Up @@ -984,59 +984,6 @@
"Flagged": false
}
]
},
{
"AssemblyName": "LogLibrary.dll",
"Hooks": [],
"Modifiers": [
{
"Name": "Logger::UnityLogCallback",
"AssemblyName": "LogLibrary.dll",
"TypeName": "Logger",
"Type": 1,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "UnityLogCallback",
"FullTypeName": "System.Void",
"Parameters": [
"System.String",
"System.String",
"UnityEngine.LogType"
]
},
"MSILHash": "n55HmeVZ6lN0jMbrSqeqlSS04/KD6mFxTWIZgvjPHsU="
},
{
"Name": "Logger::SendToLogListeners",
"AssemblyName": "LogLibrary.dll",
"TypeName": "Logger",
"Type": 1,
"TargetExposure": [
2
],
"Flagged": false,
"Signature": {
"Exposure": [
0
],
"Name": "SendToLogListeners",
"FullTypeName": "System.Void",
"Parameters": [
"System.String",
"System.String",
"UnityEngine.LogType"
]
},
"MSILHash": "gL/FvmqtYitqDEwJD/oNESxO4KUifAc6GeeNz6QBNko="
}
],
"Fields": []
}
]
}
3 changes: 1 addition & 2 deletions src/Oxide.SevenDaysToDie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<PackageReference Include="Oxide.Unity" Version="2.0.*" />
<Reference Include="Assembly-CSharp" />
<Reference Include="Assembly-CSharp-firstpass" />
<Reference Include="LogLibrary" />
<Reference Include="mscorlib" />
<Reference Include="UnityEngine" />
<Reference Include="UnityEngine.CoreModule" />
Expand All @@ -40,7 +39,7 @@
<None Remove="Bundle\**; dependencies\**; *.config; *.opj" />
</ItemGroup>
<ItemGroup>
<PatchedFiles Include="$(TargetDir)\Assembly-CSharp.dll; $(TargetDir)\LogLibrary.dll" />
<PatchedFiles Include="$(TargetDir)\Assembly-CSharp.dll" />
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<Import Project="..\Game.targets" />
Expand Down
1 change: 0 additions & 1 deletion src/SevenDaysToDieCommandSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using static SdtdConsole;

namespace Oxide.Game.SevenDays
{
Expand Down

0 comments on commit ab1fd52

Please sign in to comment.