Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions OutRun2006Tweaks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,3 @@ HideOnlineSigninText = false
26_Night_Flight_prototype.ogg = Night Flight (Prototype)
27_Life_was_a_Bore_Instrumental.ogg = Life was a Bore (Instrumental)
28_Night_Flight_Instrumental.ogg = Night Flight (Instrumental)
Last_Wave.ogg = Last Wave
SEGA441.ogg = SEGA Intro
Beach_wave.ogg = Beach Waves
title_pattern1.ogg = C2C Title 1
title_01.ogg = C2C Opening Jingle
or2ed1.ogg = Ending 1
or2ed2.ogg = Ending 2
or2ed3a.ogg = Ending 3a
or2ed3b.ogg = Ending 3b
or2ed4.ogg = Ending 4
or2ed5.ogg = Ending 5
3 changes: 3 additions & 0 deletions src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,10 @@ void Plugin_Init()
spdlog::error("Settings::read - Launching game with default OR2006Tweaks INI settings!");

if (std::filesystem::exists(Module::UserIniPath))
{
Settings::CDTracks.clear();
Settings::read(Module::UserIniPath);
}

Settings::to_log();

Expand Down