MODEFDP.OTAPI.Upcoming
3.3.11
dotnet add package MODEFDP.OTAPI.Upcoming --version 3.3.11
NuGet\Install-Package MODEFDP.OTAPI.Upcoming -Version 3.3.11
<PackageReference Include="MODEFDP.OTAPI.Upcoming" Version="3.3.11" />
<PackageVersion Include="MODEFDP.OTAPI.Upcoming" Version="3.3.11" />
<PackageReference Include="MODEFDP.OTAPI.Upcoming" />
paket add MODEFDP.OTAPI.Upcoming --version 3.3.11
#r "nuget: MODEFDP.OTAPI.Upcoming, 3.3.11"
#:package MODEFDP.OTAPI.Upcoming@3.3.11
#addin nuget:?package=MODEFDP.OTAPI.Upcoming&version=3.3.11
#tool nuget:?package=MODEFDP.OTAPI.Upcoming&version=3.3.11
Modified Version
---
The Open Terraria API, known as OTAPI, is a low-level API for Terraria that rewrites and hooks into the official or modded binaries for others to use.
OTAPI is primarily a server modification and is available as a cross platform package via NuGet.
Version 3.0 is now a .NET9 library thanks to ModFramework being able to retarget the .NET4 vanilla assembly up to .NET9.
This means that any mod you create can be written as a .NET9 module and later merged into the patched assembly thanks to MonoMod.
Here is what is now possible:
- Native Runtime hooks, just reference OTAPI.Runtime.dll and register to MonoMod events generated from the Terraria assembly.
- Full .NET9 ecosystem and its performance improvements. No need for two targets such as Windows & Mono anymore either.
- A new optional internal module system via ModFramework to load precompiled dll's, .cs files or even top level classes.
- A strong set of libraries with methods and extensions to help you build more mods.
- Create 1 file MonoMod patches to rewrite or inject new meta data to the assembly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- ModFramework (>= 1.1.15)
- MonoMod (>= 22.7.31.1)
- MonoMod.RuntimeDetour (>= 25.2.3)
- Newtonsoft.Json (>= 13.0.3)
- System.IO.Packaging (>= 9.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Terraria 1.4.4.9 - Address ClientUUID issue as per GHSA-hvm9-wc8j-mgrc with credits to original contributors and TShock team, see advisory for more details.