![]() |
VOOZH | about |
dotnet add package OTAPI.Upcoming.Mobile --version 3.2.6
NuGet\Install-Package OTAPI.Upcoming.Mobile -Version 3.2.6
<PackageReference Include="OTAPI.Upcoming.Mobile" Version="3.2.6" />
<PackageVersion Include="OTAPI.Upcoming.Mobile" Version="3.2.6" />Directory.Packages.props
<PackageReference Include="OTAPI.Upcoming.Mobile" />Project file
paket add OTAPI.Upcoming.Mobile --version 3.2.6
#r "nuget: OTAPI.Upcoming.Mobile, 3.2.6"
#:package OTAPI.Upcoming.Mobile@3.2.6
#addin nuget:?package=OTAPI.Upcoming.Mobile&version=3.2.6Install as a Cake Addin
#tool nuget:?package=OTAPI.Upcoming.Mobile&version=3.2.6Install as a Cake Tool
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 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.6 | 147 | 6/9/2025 |
| 3.2.5 | 264 | 3/1/2025 |
| 3.2.4 | 140 | 1/5/2025 |
| 3.2.3 | 167 | 1/4/2025 |
| 3.2.2 | 168 | 1/2/2025 |
| 3.2.1 | 133 | 1/2/2025 |
| 3.2.0 | 135 | 1/2/2025 |
| 3.1.20 | 13,428 | 11/17/2022 |
| 3.1.19 | 12,102 | 11/10/2022 |
| 3.1.18 | 13,584 | 11/9/2022 |
| 3.1.17 | 13,145 | 11/6/2022 |
| 3.1.16 | 12,913 | 10/24/2022 |
| 3.1.15 | 12,623 | 10/21/2022 |
| 3.1.14 | 12,201 | 10/16/2022 |
| 3.1.13 | 11,028 | 10/16/2022 |
| 3.1.12-alpha | 442 | 10/10/2022 |
| 3.1.11-alpha | 486 | 10/9/2022 |
| 3.1.10-alpha | 481 | 10/8/2022 |
| 3.1.9-alpha | 493 | 10/7/2022 |
| 3.1.8-alpha | 426 | 10/6/2022 |
Preliminary Terraria 1.4.0.5 (Mobile)