Tes4Mod:Cobl/Modding
The UESPWiki – Your source for The Elder Scrolls since 1995
Contents |
[edit] Overview
This page provides an overview of the various packages in Cobl with a brief description of how to use them. For more complicated packages, links to subpages are provided.
- New to Cobl modding? Visit Cobl/Modding/Getting Started.
- For a discussion of standards and techniques used in Cobl see Cobl/Modding/Techniques.
- For a review of what does and does not go into Cobl, see Cobl/Policy.
- For past and current proposals, see Cobl/Projects.
[edit] Resources
| Package | Credits | Prefix | Details |
|---|---|---|---|
| Alchemical Catalogs | Wrye | cobCatAlchem | Lists all ingredients from all mods along with their effects. Nice touch to include in alchemical lab. (Note however, that these are expensive and hence somewhat equivalent to leaving a lot of money lying around.) |
| Alchemical Sorter | Daleth, Haama | cobAls | Single Container: Place one of the existing alchemy sorters (cobAlsChestUC or cobAlsShelfXX) in your home/alchemy lab. Or you can provide your own container mesh -- just set its script to cobAlsTriggerOS.
Multiple Containers: While we would strongly suggest that you use the single container approach, we've also worked to support the multiple container approach. For more info, see: Alchemical Sorter. |
| Foods and Beverages | Tarnsman | cobBev,
cobSal |
Beer (cobBev): The Cobl version of Tarnsman's Beer! mod. Place beer and other beverages as desired and/or use the leveled lists or vendor barrels.
Salmo the Baker (cobSal): The Cobl version of foods from Salmo the baker. Provides ingredients, potions, leveled lists and vendor containers. Note that package also contains a number of furnishings, misc objects, etc. that can be used in bakeries and kitchens. |
| Home Plate | Wrye | cobEat | This is a placed version of the Dinner Plate interface used by Cobl-aware hunger mods. It can be configured to draw foods from the player's inventory or from a local food larder. |
| Gem Dust | Turgothh, Wrye | cobGeo | Gem dust can be placed/used directly. Or grinders can be placed to allow crushing of gems into dust form. |
| Grinder | Wrye, Turgothh | cobGrinder | Grinders convert various miscellaneous items into alchemical materials: bones into bone dust, gems into gem dust, iron ingots into iron filings, etc. Usage:
Note that it is possible to augment the grinder to make it grind additional materials. To do this, define a quest script to operate in tandem with the cobGrinderQ quest script (cobGrinderOS calls uses cobGrinderQ to do the grinding). |
| Lore Books | MrDarkSim, Xui'al, Gez | cobLor, cobLof | Place lore books themselves or use one of the leveled lists or vender chests.
|
| Luggage | Wrye | cobLug | To make the luggage available in a given location, place the appropriate cobLugXXX remote activator. For more info, see Luggage. |
| Mages Altars | Wrye | cobAltar | These are combined Spell Making and Enchanting altars. To avoid uberness, the altars are conditional: they will be hidden (disabled) until either the cobAltarShowLight or cobAltarShowDark global is set to 1. There three types of altars: Light (triggered by ShowLight), Dark (enabled by ShowDark) and Both (enabled by both ShowLight or ShowDark). Each of the three types comes in two versions: middle class (wooden lectern) and upper class (ornate lectern).
Cobl currently will activate ShowLight if the PC has gained access to the Arcane University. Cobl also places Light altars in each of the Mage Guild Halls. Cobl does not currently activate ShowDark. |
| Static Alchemy Equipment | haama | cobStaticApp(aratti) | Two parts to the set: one will store/take the player's best alchemy equipment and start the Alchemy menu when the player activates it, the other will return the player's equipment. This is just a pair of scripts - no models at the moment. For more info, see Static Alchemy Equipment. |
| Tamrielic Ingredients | Tarnsman, Razorwing, Bethsoft | cobTi | Place lore ingredients or use leveled lists or vendor containers as desired. You may also want to place grinders to allow easy conversion of misc. item forms to alchemical forms. |
| Water Sources | Wrye | cobWater | House/Village modders:
Survival Modders
|
[edit] Facilities
| Package | Credits | Prefix | Details |
|---|---|---|---|
| Death Handling | Wrye, Scanner | cobMort | Standard player death interception/handling. |
| Dinner Plate | Wrye | cobEat | Standard eating interface. Home plates can be placed in homes for a bit more immersion. |
| General Functions | haama | cobGen | Miscellaneous functions that you can use from any script (i.e., cobGenMimicPotions will copy all of the fields of one potion onto another, making the second a "clone" of the first). |
| Inventory Tracking | haama | cobInvTracker | Tracks changes in the player's inventory so you can know when the player picks up or drops an item and which item(s). |
| Morphing | Breeze582000, Wrye | cobMorph | Support for changing the player's identity and appearance. (In progress.) |
| Options Menu | Wrye | cobOpt | Standard options interface. |
| Recipe Updater Engine | haama | cobRUE | A system that automatically updates recipe products. For example, an Alchemy recipe will return stronger and stronger potions as the player's skills increase. At the moment, RUE's functionality is limited to creating Alchemy recipes, but you can see what's in the works here. |
| Signals | Wrye, Scanner | cobSig, cobFact | Standard signals. |
| Strings | Wrye | cobStr | These are option strings that are meant to be used with OBSE's formatted printing commands (e.g. MessageBoxEx). Currently, they are all factions where different faction ranks represent different logical values (e.g. On/Off, Enabled/Disabled). These can be used with the %c syntax (e.g. messageboxex "Switch is %c." rCobOn bOn). |

![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/Somerights.png)