Modding: Difference between revisions
From Cobalt Wiki
More actions
m . -> : |
Koza1brada (talk | contribs) Mention community patches |
||
| (3 intermediate revisions by 2 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_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 | 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 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.
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