Skip to content

Elin Modding Wiki

A compendium of community resources

Meanwhile on Ylva...

Sam's Notes on _idRenderData

SamInJapan

_idRenderData is essential for controlling the placement of items in game.

December 20, 2024
TextureColor

Sam's Color Test Blocks

SamInJapan

See what color(s) things would render as with alt-colors/material based colors to better design your own pieces.

December 17, 2024
TextureColor

Part 5 - Custom trait and Functionality

Drakeny

A Generalist guide on making mods - Part 5

December 15, 2024
GuideGeneral

Part 4 - Fixing the UI

Drakeny

A Generalist guide on making mods - Part 4

December 13, 2024
GuideGeneral

Part 3 - Transplanting enchantments

Drakeny

A Generalist guide on making mods - Part 3

December 10, 2024
GuideGeneral

Part 2 - Making new items

Drakeny

A Generalist guide on making mods - part 2

December 9, 2024
GuideGeneral

Modding Cheatsheet

Drakeny

Quick and easy recurring knowledge for modders.

December 8, 2024
Cheatsheet

Part 1 - Intro and Outlining

Drakeny

A Generalist guide on making mods - part 1

December 6, 2024
GuideGeneral

Example: Karma On Caught pt.2

DK

Transpiler example: how to add additional check on caught.

December 5, 2024
GuideTranspiler

Example: Karma On Caught pt.1

DK

Transpiler example: how to not lose karma on crime actions.

December 2, 2024
GuideTranspiler

Custom Configurations

Discoded

Creating Custom Configs

December 1, 2024
GuideScriptConfig

The Stats Source File

VHS

The stats sheet contains information for status conditions.

December 1, 2024
GuideVHSC#

Understanding Source Files

VHS

Things about source files, intro and common issues.

December 1, 2024
GuideVHSC#

Patching Edge Cases

DK

Some useful patching techniques.

November 27, 2024
GuidePatchC#

Example: Succubus EXP

DK

Transpiler example: how to modify succubus exp gained from fucking.

November 27, 2024
GuideTranspiler

Code Matcher and You

DK

Basic usage of CodeMatcher to make your transpiling life easier.

November 27, 2024
GuideTranspiler

Transpiler Walkthrough

DK

Let's talk about transpilers.

November 27, 2024
GuideTranspiler

Creating Custom Actions

VHS

Adding Custom Actions to Elin

November 27, 2024
GuideVHSC#

External Guides

Various Authors

Available guides and templates about setting up a mod project.

November 26, 2024
GuideExternal

Debug Your Plugin

DK

Some methods to debug your plugin at runtime.

November 26, 2024
GuideDebuggingC#

Setup Script Mod Project

DK

How to setup a basic C# script project with Elin.

November 26, 2024
GuideScript

Contributing Guidelines

DK

Thank you for being a part of the modding community!

November 26, 2024
Wiki

Basic Elin Mod Package

DK

How does mod work in Elin and how to make one.

November 6, 2024
GuideMod