Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Modding: Difference between revisions

From Cobalt Wiki
m Hyperlink steam workshop
Mention community patches
 
(4 intermediate revisions by 3 users 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 [https://steamcommunity.com/workshop/about/?appid=357340 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].
 
 
Apart from modding APIs (which allow users to create their own mods), the community has also made unofficial patches, the largest collections of which are
 
* [https://github.com/Promethibot/CobaltModificationsPublic CobaltModificationsPublic (by Promethibot)]
 
* [https://git.o7.si/Alloy/DaisyPatches DaisyPatches (by Creep)].
 
[[Category:Cobalt]]
[[Category:Cobalt]]
__INDEX__
__INDEX__

Latest revision as of 12:56, 22 November 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.


Apart from modding APIs (which allow users to create their own mods), the community has also made unofficial patches, the largest collections of which are