Skip to content
galactic2005 edited this page Jan 17, 2024 · 2 revisions

mod

Usage

mod is a module used to manipulate mods or read data from other mods.

Dependencies

Variables

  • dkJsonFilePath = 'mods/dkjson' - the file where dkjson is located.

Functions

loadSongFromAnotherMod(weekJsonPath: string, songTitle: string, difficultyName: string)

Loads a song from a different mod folder.

weekJsonPath starts from mods/; to get the current mod directory use the following:

currentModDirectory .. 'weeks/weekFile'

Pages

No Folder

Data Serialization

Engine-Specific Utilities

File Manipulation

Clone this wiki locally