Skip to content

Crauzer/Obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian

Obsidian is a WAD file editor for League of Legends

Discord

If you want to talk to me, other developers or people in the community, join my discord server:

If you like this program, consider supporting me by donating: paypal

How to use

Open

Opens an explorer window from which you can open a WAD file of any version.


Save

Opens an explorer window from which you can select where to save your WAD file.


Import Hashtable

Opens an explorer window from which you can select multiple hashtable files to import. (see Hashtable)


Export Hashtable

Opens an explorer window from which you can select where to save all of the currently loaded strings as a hashtable. (see Hashtable)


Export All

Opens an explorer window from which you can select where to export all of the currently displayed entries (can be used in combination with the Filter).


Export Selected

Opens an explorer window from which you can select where to export all of the currently selected entries


Create Empty

Creates an empty WAD file


Create From Directory

Creates a WAD file from the selected directory. This should be used when packing a WAD file for a mod with multiple edited files. Obsidian will correctly import all unhashed names inside of the directory you're creating the WAD from. It will also ignore it's helper file "OBSIDIAN_PACKED_MAPPING" which includes data for packed BIN files.


Remove

Removes all of the currently selected entries.


Add File

Opens a window where you can select the file which you want to import and also write it's path in the WAD file (make sure to replace all \ slashes with /). You can also decide whether the file should be compressed;


Add File Redirection

Opens a window where you can write the path for this WAD entry and also which file it redirects to. When other files such as BIN refer to this WAD entry path League will load the File Redirection. This was used while transfering from the RADS system to the new WAD system. It's unsure whether this would still work.


Add Folder

Opens an explorer window from which you can select a folder to import. Obsidian will import files from all subdirectories.


Modify Data

Opens an explorer window from which you can select a file whose data will replace the currently selected entry's data.


Filter

Can be used to filter the displayed entries.


Hashtable

This is a file which you can use to import your custom hashtables into Obsidian, or also export them.


OBSIDIAN_PACKED_MAPPING

Pretty self explanatory, but this file contains file names for some unhashed BIN files in your extraction directory. This is because sometimes those files are so long that they go over the Windows file character limit which means they can't be saved. This file can be deleted because Obsidian doesn't need it, it's there just for the user. It is also ignored by the Create From Directory function.