Site Tools


tutorial:basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:basics [2026/05/12 23:37] – added note about ER IconIDs jenovavirustutorial:basics [2026/05/25 23:19] (current) – added more notes about AI jenovavirus
Line 69: Line 69:
 ===== Game parts ===== ===== Game parts =====
 ==== AI ==== ==== AI ====
-All enemies and NPCs have an AI. The .luabnd files are in the "script" folder.+All enemies and NPCs have an AI that determines when an enemy takes which action\\  
 +DS1: The .lua bnd files are in the "script" folder. \\  
 +DS3+: The .hks files are in the "action/script" folder. The player script is already decompiled on the tools page. The general enemy AI file is "c9997.hks" and all others are directly related to the enemy IDs. \\  
 +ER: "c8000.hks" file is for torrent. \\  
 + 
 +The .hks files can be manually decompiled with a tool as well. After that you can just use the decompiled version for the game as it will work just fine. \\ 
  
 ==== Characters ==== ==== Characters ====
tutorial/basics.txt · Last modified: by jenovavirus