Cheatsheet
This article will be ever evolving, so its formatting may be a bit wonky.
Where is...?
Need to know where a specific data from the game is? Here are your answers:
Game Log
%localappdata%low/Lafrontier/Elin/Player.log
Graphical assets
PCC related
(SteamPath)/Elin/Package/_Elona/Actor
The player's sprite, also known as the PCC.
Object/Character/Blocks/etc Sprites
(SteamPath)/Elin/Package/_Elona/Textures
Access all spritesheets in-game with these steps: Esc > Tools > Texture Viewer.
You can also check their tile number in there
The tile numbers of characters in the base game of Elin correspond to the tile column in the SourceChara source sheet.
Portraits
(SteamPath)/Elin/Package/_Elona/Portraits
Game Data
Source Game
Contains the sheets for:
Elements, Formulas(Calc), Stats, Checks, Factions, Religions, Zones, Zone Affixes, Quests, Areas, Home Resources, Research and Persons.
Source Chara
Contains the sheets for:
Characters(Chara), Barks (CharaTalk), Tactics, Races, Jobs and Hobbies.
Source Card
Contains the sheets for:
Things, Foods, Recipes, SpawnLists, Categories, Collectables and KeyItems.
How do I...?
Add/Replace a portrait
To add a new portrait:
Create a subfolder called Portrait in your mod folder and add your new portrait image.
To replace a portrait:
Create a subfolder called Portrait in your mod folder and add the image you want to replace with the name of the portrait you want to replace
Eg.: portrait/UN_adv_gaki.png will replace the portrait of the adventurer Gaki.
Replace a Sprite
To replace a sprite:
Use in game tool Esc > Tools > Texture Viewer .
Middle-click to zoom in, left-click and drag
You can also replace a sprite by this:
Create a subfolder called Texture Replace in your mod folder and add the sprite image you want to replace using the name of the spritesheet and tile of the sprite you want to replace.
Eg.: Texture Replace/objC_2115.png will replace the sprite of the adventurer Gaki.
You can find the spritesheet names and tile numbers in Texture Viewer
For the complete content, please head over to the Texture Mods section in the main menu.