Jump to content
Discussions

User:MMK-001/Files

From Deltarune Wiki

Files are the main components of what makes up Deltarune. Without files the game can have errors and problems, and sometimes not even be able to run. There are many different types of files that have different functions and handle different parts of what makes the game run. [More Info Will Be Added Soon]

.exe

The .exe (executable) is the file that is used to start the program, this is not the file with the actual data, just the file that executes the data.

data.win

The data.win is the file that holds all the data of the game, (ex, sprites, objects, code). There is two types of data.win files that Deltarune uses, the central data.win which holds all the core components of the game, and Chapter data.win’s which holds all of the Chapter data. Swapping the central data.win with a Chapter data.win and vice versa will cause the game to not work as it cannot handle it.

.manifest

The .manifest file is a metadata file that holds key information and metadata of other files.

.txt

.Txt files are text documents used for text, code, and configuration.

ballooner.txt

This file is used to store text bubbles made in the unused room, room_ballooner_tester. It is created when the room is entered for the first time.

music_timing.txt

These files are used to store charts for Rock Video.

music_timing_drums.txt

These files are used to store drum charts for Rock Video.

music_timing_vocals.txt

These files are used to store vocal charts for Rock Video.

music_timing_autosave.txt

These files are used after charts in the unused Chart Editor are auto saved.

music_timing_autosave_drums.txt

These files are used after drum charts in the Chart Editor are auto saved.

music_timing_autosave_vocals.txt

These files are used after vocal charts in the Chart Editor are auto saved.

music_timing_export.txt

These files are used after charts in the unused Chart Editor are saved and are used when loading a saved chart in the Chart Editor.

music_timing_export_drums.txt

These files are used after drum charts in the Chart Editor are saved and are used when loading a saved drum chart in the Chart Editor.

music_timing_export_vocals.txt

These files are used after vocal charts in the Chart Editor are saved and are used when loading a saved vocal chart in the Chart Editor.

.png

.Png files are files used to store pictures.

vacation memories.png

This file is used to store the last picture taken by the Camera.

.ini

.ini files are files used to store code, configuration data, and recordings.

config_0.ini and config_1.ini

These files are used to store settings in the settings menu. These files are the exact same, other than config_1.ini is config_0.ini in reverse.

trueconfig.ini

This file stores the language that is set and if the game is in full screen.

options.ini

This file stores what platforms the player is playing on, and the SleepMargin.

dr.ini

This file stores all of the external data of the player’s save files, such as the name, room, time and version it was made. This file doesn’t have the internal data of the save files such as story flag.

susie.ini

This file is used to store recordings of Susie’s and Ralsei’s movements when playing as them in Debug Mode on The Legend of Tenna boards.

pianoplayback.ini

This file is used to store recordings of the piano in the unused room, room_debug_pianotest. Both the left hand recording and the right hand recording are saved to the file.

.vdf

.vdf files (Valve Data File) is a file used by Steam for metadata, installation scripts, and game configuration.

steam_autocloud.vdf

This file stores the player’s Steam account ID.

.json

.json files are used to structure and format data.

lang_en.json

This file stores all of the English text in the game. This file is only used in Chapter 1.

lang_ja.json

These files store all of the Japanese text in the game. There is a different one for each chapter.

.mp4

.mp4 files are used to store videos and audio in high quality.

tennaIntrof1JP_compressed_28.mp4

This is the file used for Tenna’s Intro in the Japanese version of Chapter 3. If the file is swapped out with another file with the same name it will play that file instead.

tennaIntroF1_compressed_28.mp4

This is the file used for Tenna’s Intro in Chapter 3. If the file is swapped out with another file with the same name it will play that file instead.

.dat

A .dat file is a data file that contains application specific information but lacks a universal format.

Audiogroup1.dat

This file contains the audio group of all the audio files in the game.

.ogg

.ogg files are used for high quality compressed audio. Deltarune uses .ogg files for all of its tracks, most tracks are in the mus folder (with the exception of Cyber Battle (Solo) as it is embedded in the data.win), and some have the prefix snd_ which indicates that they are sound effects, undyne_scary has the prefix mus_ due it being from Undertale where tracks in that game had that prefix.

file_X_X

These files are used to store the internal data of save files. These files have no extension.