Elin:Modding: Difference between revisions

From Ylvapedia
m (Notes on mods, how to disable mods from the in-game configuration)
(→‎Modding: Added a new guide link.)
Line 22: Line 22:
Elin is designed to have support for user-made mods. Some documentation on how to implement mods can be found on the official website and on the following pages:
Elin is designed to have support for user-made mods. Some documentation on how to implement mods can be found on the official website and on the following pages:
* [http://ylvania.style.coocan.jp/index_e.html '''Official Website'''].
* [http://ylvania.style.coocan.jp/index_e.html '''Official Website'''].
* [https://docs.google.com/document/d/e/2PACX-1vQQ35ofQBT5yILPeZ4c5uMkmGOPMrT12f1vTvfi2dFgrt1T70lr8yMOpRAwZ_3cMvUNRsVR0Cf3qabh/pub "Simple Guide to Elin Mods and the Steam Workshop (Japanese)"]
* [https://elin-modding-resources.github.io/Elin.Docs/articles/2_getting%20started/script_mod "Getting started with script mods (English)"]
* [https://docs.google.com/document/d/e/2PACX-1vSTUbE4WqcTODq-lFCX_hMK1Mqb5cTlrdY2E94PlqGQvtDcxwMEtfYteRhkZrpZreGAFV-JgOB-qs6b/pub "Simple Mod Creation Guide using Unity. (Japanese)"]
*[https://docs.google.com/document/d/e/2PACX-1vQQ35ofQBT5yILPeZ4c5uMkmGOPMrT12f1vTvfi2dFgrt1T70lr8yMOpRAwZ_3cMvUNRsVR0Cf3qabh/pub "Simple Guide to Elin Mods and the Steam Workshop (Japanese)"]
* [https://docs.google.com/document/d/e/2PACX-1vSu2UfqCJl5095uOlem2Y3al20JotndDJcB3wjh82O2nQJ4yx8fC__IfUF6M_QRoWbb0Di9mdDnM3_Q/pub "Trying Out a Simple Script Mod.(Japanese)"]
*[https://docs.google.com/document/d/e/2PACX-1vSTUbE4WqcTODq-lFCX_hMK1Mqb5cTlrdY2E94PlqGQvtDcxwMEtfYteRhkZrpZreGAFV-JgOB-qs6b/pub "Simple Mod Creation Guide using Unity. (Japanese)"]
* [https://docs.google.com/document/d/e/2PACX-1vR3GPx71Xnjfme6PtdqNnS5GnxlOFr2A8KdzH8bYTEwEOCgeVYROi3YaMQ2_h4qsySU_BORHKXPUi9i/pub "Adding Characters or Items by Importing Excel Data.(Japanese)"]
*[https://docs.google.com/document/d/e/2PACX-1vSu2UfqCJl5095uOlem2Y3al20JotndDJcB3wjh82O2nQJ4yx8fC__IfUF6M_QRoWbb0Di9mdDnM3_Q/pub "Trying Out a Simple Script Mod.(Japanese)"]
* [https://docs.google.com/document/d/e/2PACX-1vQarTe5F0AfMXSlEPkpDpncci-pDI5U6p2VYGhOoR0ZZfalic6FBBwCrd3KbIY_l7Nlt7Rv01XE4yk7/pub "Various Experiments with Mods(Japanese)"]
*[https://docs.google.com/document/d/e/2PACX-1vR3GPx71Xnjfme6PtdqNnS5GnxlOFr2A8KdzH8bYTEwEOCgeVYROi3YaMQ2_h4qsySU_BORHKXPUi9i/pub "Adding Characters or Items by Importing Excel Data.(Japanese)"]
*[https://docs.google.com/document/d/e/2PACX-1vQarTe5F0AfMXSlEPkpDpncci-pDI5U6p2VYGhOoR0ZZfalic6FBBwCrd3KbIY_l7Nlt7Rv01XE4yk7/pub "Various Experiments with Mods(Japanese)"]


== Localization ==  
==Localization==  
If the user wants to create a localization for Elin, the following guide will point the user in the correct direction.
If the user wants to create a localization for Elin, the following guide will point the user in the correct direction.
* [https://docs.google.com/document/d/e/2PACX-1vSj8lHcRFhFU_332eYCAlft9u1hkTlb5efUqVPsLQTtOPA79Tgh3FvNfJz9edvy0jI616BdiLidyxdz/pub "Elin Localization Guide (English)"]
*[https://docs.google.com/document/d/e/2PACX-1vSj8lHcRFhFU_332eYCAlft9u1hkTlb5efUqVPsLQTtOPA79Tgh3FvNfJz9edvy0jI616BdiLidyxdz/pub "Elin Localization Guide (English)"]


[[Category:Elin Meta]][[Category:EN]]
[[Category:Elin Meta]]
[[Category:EN]]

Revision as of 20:27, 1 December 2024

Elin has a variety of user-created mods available for download. However, please remember that it is your own responsibility to install mods.

Notes on Mods

  • Use of mods is at your own risk. Please refrain from reporting bugs to the Elin creator while a mod is installed.
    • A warning popup will appear if you try to send feedback to the creator while a mod is installed.
  • Races and classes added by mods will be assigned to existing races and classes if the mod is deleted.

Mod Disable Option

If you see a problem when playing with mods, the cause may be the mods.

You can play without any mods by restarting the game with the “Config” → “Other” → “Disable mods” option checked,

or by launching the game via Steam with Elin > Properties > General > Startup Options and enter “-NOMOD”.

Catalogue

Elin can publish and install mods through the Steam Workshop.

For a list of mods, please see the Steam Workshop.

Modding

Elin is designed to have support for user-made mods. Some documentation on how to implement mods can be found on the official website and on the following pages:

Localization

If the user wants to create a localization for Elin, the following guide will point the user in the correct direction.