Elin:Code Analysis: Difference between revisions

From Ylvapedia
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
== Debug Mode ==
== Debug Mode ==
This is a mode for verification provided in Elin. You can start the game in debug mode by starting the game with -DEV as an argument.
This is a mode for verification provided in Elin. You can start the game in debug mode by starting the game with -DEV as an argument.
=== F key ===
* F1: Command list
* F2: Drop the egg or cell of the NPC at the cursor.
* F3: Raise the level of the NPC and Hearthstone on that map. Obtain several fertilized eggs + 200 eggs
* F4: Generate monsters around the player
* F5: Save
* F6: Save and load
* F7: Reset the player and time to their initial state.
* F8: Bring up the DebugContainer
* F9: Skip time
* F10: Randomly change the weather
=== Other operations ===
* Alt+right-click to kill NPCs
* Tab key to display numerical information such as the number of turns


== Analysis ==
== Analysis ==
Line 20: Line 38:
order            = ascending
order            = ascending
shownamespace    = false
shownamespace    = false
</dynamicpagelist>[[Code Analysis/Housing]]
</dynamicpagelist>
[[Category:Elin Meta]]
[[Category:Elin Meta]]
[[Category:EN]]
[[Category:EN]]

Latest revision as of 08:26, 23 February 2025

This page does not contain information obtained through legitimate play, but rather through Elin's data analysis, debug mode, and internal file viewing.

It may contain serious spoilers or information that may detract from the enjoyment of playing the game.

Please view at your own risk and refrain from publicly discussing the contents of this page.


Also, when posting information from this page on other pages of the wiki, please summarize the content in a way that is easy to understand for people who cannot read the code, rather than posting the code as it is.

Debug Mode

This is a mode for verification provided in Elin. You can start the game in debug mode by starting the game with -DEV as an argument.

F key

  • F1: Command list
  • F2: Drop the egg or cell of the NPC at the cursor.
  • F3: Raise the level of the NPC and Hearthstone on that map. Obtain several fertilized eggs + 200 eggs
  • F4: Generate monsters around the player
  • F5: Save
  • F6: Save and load
  • F7: Reset the player and time to their initial state.
  • F8: Bring up the DebugContainer
  • F9: Skip time
  • F10: Randomly change the weather

Other operations

  • Alt+right-click to kill NPCs
  • Tab key to display numerical information such as the number of turns

Analysis

List of analysis information on Elin.

  1. Code Analysis/Basics
  2. Code Analysis/Combat
  3. Code Analysis/Console
  4. Code Analysis/Ether Diseases
  5. Code Analysis/Faith
  6. Code Analysis/Feats
  7. Code Analysis/Fishing
  8. Code Analysis/Food Effect
  9. Code Analysis/Housing
  10. Code Analysis/Mining
  11. Code Analysis/Unclassified