-
Notifications
You must be signed in to change notification settings - Fork 142
Home
larswijn edited this page Jul 20, 2025
·
15 revisions
The place serves as an assembly of documentation and guides for Steamodded, also known as smods. It explains how to install mods, has documentation on internal game objects, and has multiple guides on how to create mods.
Click the link that applies to you.
If you'd like to install and play with mods on Windows, please follow the windows tutorial here.
If you'd like to install and play with mods on Linux, please follow the linux tutorial here.
If you'd like to install and play with mods on Mac, please follow the mac tutorial here.
If you're planning to create your own mods using steamodded, please follow the tutorial here.
Game Objects
- API Documentation
- SMODS.Achievement
- SMODS.Atlas
- SMODS.Blind
- SMODS.Center
- SMODS.Challenge
- SMODS.DeckSkin
- SMODS.DrawStep
- SMODS.Gradient
- SMODS.https
- SMODS.Keybind
- SMODS.Language
- SMODS.ObjectType
- SMODS.PokerHand
- SMODS.Rank and SMODS.Suit
- SMODS.Rarity
- SMODS.Seal
- SMODS.Sound
- SMODS.Stake
- SMODS.Sticker
- SMODS.Tag
Guides
- Your First Mod
- Mod Metadata
- Calculate Functions
- Perma-bonuses
- Logging
- Event Manager
- Localization
- Text Styling
- Mod functions
- UI Structure
- Utility Functions
Found an issue, or want to add something? Submit a PR to the Wiki repo.