All Projects → DeathCradle → Open-Terraria-API

DeathCradle / Open-Terraria-API

Licence: GPL-3.0, GPL-3.0 licenses found Licenses found GPL-3.0 LICENSE.txt GPL-3.0 COPYING.txt
Open Terraria API - Mac, Linux & Windows

Programming Languages

C#
18002 projects
powershell
5483 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Open-Terraria-API

Tshock
☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
Stars: ✭ 1,739 (+2575.38%)
Mutual labels:  terraria, terraria-server, otapi
EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
Stars: ✭ 21 (-67.69%)
Mutual labels:  modding, mod, terraria
NeosModLoader
A mod loader for Neos VR
Stars: ✭ 58 (-10.77%)
Mutual labels:  modding, mod
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (-26.15%)
Mutual labels:  modding, mod
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-76.92%)
Mutual labels:  modding, mod
Openmod
OpenMod .NET Plugin Framework
Stars: ✭ 81 (+24.62%)
Mutual labels:  modding, nuget
Nyan
Modding API with a typesafe hierarchical key-value database with inheritance and dynamic patching 😺
Stars: ✭ 141 (+116.92%)
Mutual labels:  modding, mod
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-73.85%)
Mutual labels:  modding, mod
Tremor
Tremor mod, for tModLoader Terraria
Stars: ✭ 26 (-60%)
Mutual labels:  modding, mod
HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-72.31%)
Mutual labels:  modding, mod
paintjob-packer
Lightweight mod making tool for ETS 2 and ATS
Stars: ✭ 28 (-56.92%)
Mutual labels:  modding, mod
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-67.69%)
Mutual labels:  modding, mod
Qmodmanager
Config based patch management for Subnautica and Subnautica: Below Zero
Stars: ✭ 78 (+20%)
Mutual labels:  modding, mod
Linkermod
Enhancements for Black Ops' modtools
Stars: ✭ 63 (-3.08%)
Mutual labels:  modding, mod
Anno1800 Mod Loader
The one and only mod loader for Anno 1800, supports loading of unpacked RDA files, XML merging and Python mods.
Stars: ✭ 161 (+147.69%)
Mutual labels:  modding, mod
Modio Unity
Unity Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 53 (-18.46%)
Mutual labels:  modding, mod
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (-10.77%)
Mutual labels:  modding, mod
Oxide.Patcher
IL patcher for use with adding Oxide support to .NET games
Stars: ✭ 27 (-58.46%)
Mutual labels:  modding, il
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (-72.31%)
Mutual labels:  modding, nuget
ILject
Provides a way which you can load a .NET dll/exe from disk, modify/inject IL, and then run the assembly all in memory without modifying the file.
Stars: ✭ 25 (-61.54%)
Mutual labels:  il, cecil

Open Terraria API GitHub Workflow AppVeyor branch Nuget (with prereleases) License: GPL v3 Wiki

The Open Terraria API, known as OTAPI, is a low-level API for Terraria that rewrites and hooks into the official binaries for others to use.

It is primarily a server modification for the PC edition of Terraria, however v3 has seen additional support for the PC client assemblies, and the mobile windows server assembly too.

The upcoming branch is a ground up redesign and will take the place of the master branch when fully complete over in projects.

Significant changes this redesign brings are...

  • Modular script system, allowing single file patches using csharp, javascript and lua
  • A strong set of libraries with methods and extensions for use in extending or contributing back
  • .NET6 projects for all without Terraria's dependency to net4.

The stack consists upon:

  • OTAPI Scripts, a directory containing all the scripts used to patch the pc, mobile & client assemblies.
  • OTAPI Patcher, a program to process all OTAPI Scripts and produce the final OTAPI assemblies for all variants and also supports creating the NuGet packages.
  • ModFramework, a library that extends MonoMod and provides higher level patching methods and extensions, such as remapping fields to properties and arrays to collections
  • ModFramework Modules, additional plugins to add c#, javascript and lua scripts, for both patching and runtime.
  • FNA, for use on the client variants, for a consistent codebase on all platforms. Servers use the Xna shims instead.
  • MonoMod, for applying patches and generating runtime events/hooks.

Installation

For servers all you need to do is add a NuGet reference to OTAPI. See more in the wiki topic about server usage.

For client installations, you can download the launcher from the releases section, and follow the wiki topic.

Terraria support

Server assemblies used in the patching process are freely available at Terraria's website.

If you intend to patch a client version, you must own an existing copy of Terraria and have it installed in the default path of your machine. The OTAPI Project does not host or contain the original source file so it will extract files from and patch your existing installation.

All OTAPI builds support C#/lua/js scripts via plugins, however you may need to install the additional ModFramework module plugins if you use this in another project.

Variant Status Version
Windows Server for PC Cross platform NuGet package produced. OTAPI.Upcoming 1.4.2.3
Linux Server for PC not required or supported
MacOS Server for PC not required or supported
Windows Server for Mobile Cross platform NuGet package produced. OTAPI.Upcoming.Mobile 1.4.0.5
Linux Server for Mobile not required or supported
MacOS Server for Mobile not required or supported
Windows Client for PC Full support to install a patched OTAPI into an existing Windows install (steam confirmed), Xna is replaced with FNA and x64 enabled. 1.4.2.3
MacOS Client for PC Full support to install a patched OTAPI into an existing MacOS install (Steam/Gog confirmed) 1.4.2.3
Linux Client for PC not yet supported but planned. should be similar to MacOS
iOS Client not supported or planned
Android Client not supported or planned
tModLoader Server work has conducted in testing support for TML on Terraria 1.3, but no clear outcome until 1.4 support is released. 1.3.5.3

All packages

OTAPI.Upcoming OTAPI.Upcoming.Mobile
ModFramework
ModFramework ModFramework ModFramework


Bitcoin donations are welcomed via address 3PRfyMh1brjCqzkw9az2aT7yNjbfkwFZqo

QR

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].