It works for W3 1.22 --------------------------------------------------- If you have script compilation problem then try to google, download and replace script file telemetryKeyword.ws by updated one It should go to ..the Witcher 3..\content\content0\scripts\engine\telemetryKeyword.ws If it doesn't work then disable scripting mods one by one and try again (...because some of mods still not updated)
For those who wants the original background, but with the Blood and Wine music, just follow the directory, content0\scripts\game\gui, and edit the commonMainMenuBase.ws file.
Find this line in the file: menutype = thegame.getchosenmainmenutype();
And change it to: menutype = 2;
Do the same for mainCreditsMenu.ws in, content0\scripts\game\gui\main_menu.
Now, go to the modOriginalMainMenu folder and delete the scripts folder.
Does this mod not work for the Game of the Year edition and update? I'm trying to get the original menu, but when I use that download it just gives me the HoS menu.
Can you do a request for me? I love the 'you're immortal' track from HoS and want to listen to it every time I start the game. Can you make a version where it plays the HoS video with that song?
Edit: saw you can edit commonMainMenuBase.ws, but I don't know how :p
Hi I don't seem to find the 'Mods" folder. It's just not there in the game directory. I tried to copy the content of the zip file straight to the "content" folder of the game directory but the game just won't start on GOG. Any ideas? How do I find this "Mod" folder? Thanks
Alienfriend wrote: Hi! I would like to know if it's possible to have the wild hunt menu and the BAW soundtrack together? (No wild hunt theme) Thanks!
Yes it's possible. ( Don't know what is wild hunt menu though...)
- Download and install modOriginalMainMenu - Locate and open script file commonMainMenuBase.ws located there: ..\.. Witcher 3\Mods\modOriginalMainMenu\content\scripts\game\gui - in any text editor ( I use Notepad ++) - Find the text below:
Spoiler:
Show
// Every time we end up in main menu, update hud values in case hud is still loaded but profile has changed updateHudConfigs();
56 comments
---------------------------------------------------
If you have script compilation problem then try to google, download and replace script file telemetryKeyword.ws by updated one
It should go to ..the Witcher 3..\content\content0\scripts\engine\telemetryKeyword.ws
If it doesn't work then disable scripting mods one by one and try again (...because some of mods still not updated)
Good luck!
Find this line in the file: menutype = thegame.getchosenmainmenutype();
And change it to: menutype = 2;
Do the same for mainCreditsMenu.ws in, content0\scripts\game\gui\main_menu.
Now, go to the modOriginalMainMenu folder and delete the scripts folder.
Enjoy!
Edit: saw you can edit commonMainMenuBase.ws, but I don't know how :p
I would like to know if it's possible to have the wild hunt menu and the BAW soundtrack together? (No wild hunt theme)
Thanks!
- Download and install modOriginalMainMenu
- Locate and open script file commonMainMenuBase.ws located there:
..\.. Witcher 3\Mods\modOriginalMainMenu\content\scripts\game\gui - in any text editor ( I use Notepad ++)
- Find the text below:
updateHudConfigs();
theSound.SoundEvent( "play_music_main_menu" );
if ( theGame.GetDLCManager().IsEP2Available() )
{
theSound.SoundEvent( "play_music_toussaint" );
theSound.SoundEvent( "mus_main_menu_ep2" );
}
else if ( theGame.GetDLCManager().IsEP1Available() )
{
theSound.SoundEvent( "mus_main_menu_theme_ep1" );
}
else
{
theSound.SoundEvent( "mus_main_menu_theme" );
}
}
updateHudConfigs();
theSound.SoundEvent( "play_music_main_menu" );
if ( theGame.GetDLCManager().IsEP2Available() )
{
theSound.SoundEvent( "play_music_toussaint" );
theSound.SoundEvent( "mus_main_menu_ep2" );
}
else if ( theGame.GetDLCManager().IsEP1Available() )
{
theSound.SoundEvent( "play_music_toussaint" );
theSound.SoundEvent( "mus_main_menu_ep2" );
}
else
{
theSound.SoundEvent( "play_music_toussaint" );
theSound.SoundEvent( "mus_main_menu_ep2" );
}
}
Done.
PS: In other hand how do it possible to have the original menu but with HOTS song please?
- Find the text below:
updateHudConfigs();
theSound.SoundEvent( "play_music_main_menu" );
if ( theGame.GetDLCManager().IsEP2Available() )
{
theSound.SoundEvent( "play_music_toussaint" );
theSound.SoundEvent( "mus_main_menu_ep2" );
}
else if ( theGame.GetDLCManager().IsEP1Available() )
{
theSound.SoundEvent( "mus_main_menu_theme_ep1" );
}
else
{
theSound.SoundEvent( "mus_main_menu_theme" );
}
}
updateHudConfigs();
theSound.SoundEvent( "play_music_main_menu" );
if ( theGame.GetDLCManager().IsEP2Available() )
{
theSound.SoundEvent( "mus_main_menu_theme_ep1" );
}
else if ( theGame.GetDLCManager().IsEP1Available() )
{
theSound.SoundEvent( "mus_main_menu_theme_ep1" );
}
else
{
theSound.SoundEvent( "mus_main_menu_theme_ep1" );
}
}
Endorsed!
Have a nice day.
Thanks for the help! Endorsed!