UnrealMultiple.TileOTAPI.Upcoming.Mobile
3.2.6
dotnet add package UnrealMultiple.TileOTAPI.Upcoming.Mobile --version 3.2.6
NuGet\Install-Package UnrealMultiple.TileOTAPI.Upcoming.Mobile -Version 3.2.6
<PackageReference Include="UnrealMultiple.TileOTAPI.Upcoming.Mobile" Version="3.2.6" />
<PackageVersion Include="UnrealMultiple.TileOTAPI.Upcoming.Mobile" Version="3.2.6" />
<PackageReference Include="UnrealMultiple.TileOTAPI.Upcoming.Mobile" />
paket add UnrealMultiple.TileOTAPI.Upcoming.Mobile --version 3.2.6
#r "nuget: UnrealMultiple.TileOTAPI.Upcoming.Mobile, 3.2.6"
#:package UnrealMultiple.TileOTAPI.Upcoming.Mobile@3.2.6
#addin nuget:?package=UnrealMultiple.TileOTAPI.Upcoming.Mobile&version=3.2.6
#tool nuget:?package=UnrealMultiple.TileOTAPI.Upcoming.Mobile&version=3.2.6
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 .9 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)
- Steamworks.NET (>= 2024.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.2.6 | 39 | 6/12/2025 |
Preliminary Terraria 1.4.0.5 (Mobile)