Cobalt Modding: Difference between revisions

From OxeyeWiki
Jump to navigation Jump to search
Creep (talk | contribs)
Created page with "Cobalt currently has multiple modding APIs using the lua programming language. * official * alloy (unofficial mod loader) The official API is simpler and relatively limited in its scope, but allows sharing mods on the steam workshop."
 
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Cobalt]] currently has multiple modding APIs using the [[wikipedia:Lua_(programming_language)|lua]] programming language.
''[[Cobalt]]'' currently has multiple modding APIs using the [[wikipedia:Lua_(programming_language)|Lua]] programming language:
* [[Official_Cobalt_Modding_API|official]]  
* [[Official_Cobalt_Modding_API|The official modding API]]
* [[Alloy_Cobalt_Modding_API|alloy]] (unofficial mod loader)
* [[Alloy_Cobalt_Modding_API|Alloy]] (Unofficial mod loader)
The official API is simpler and relatively limited in its scope, but allows sharing mods on the steam workshop.
The official API is simpler and relatively limited in its scope, but allows sharing mods on the [https://steamcommunity.com/workshop/about/?appid=357340 Steam Workshop].
[[Category:Cobalt]]
__INDEX__

Latest revision as of 02:35, 21 April 2025

Cobalt currently has multiple modding APIs using the Lua programming language:

The official API is simpler and relatively limited in its scope, but allows sharing mods on the Steam Workshop.