Describe the bug
The setup and the settings provide an incomplete/incorrect command which launches the game vanilla.
To Reproduce
Steps to reproduce the behavior:
- Select a new game to mod for steam.
- The "Getting start" screen provides a command similar to this one
WINEDLLOVERRIDES="winhttp,version=n,b" "/home/pe1uca/.config/r2modmanPlus-local/HadesII/linux_wrapper.sh" %command%
- Continue and reach the "Help" screen.
- The section "Launching the game from outside the mod manager" provides a command similar to this one
"/home/pe1uca/.config/r2modmanPlus-local/HadesII/linux_wrapper.sh" %command% "--rom_modding_root_folder" "/home/pe1uca/.config/r2modmanPlus-local/HadesII/profiles/Default"
- Both of these commands will not work as we can see in the logs "[R2MODMAN LINUX WRAPPER] Launching vanilla!"
Expected behavior
The commands should work properly.
Screenshots
Additional context
Checking the file linux_wrapper.sh we can see it expects the argument "--r2profile" which should contain the name of the profile
Describe the bug
The setup and the settings provide an incomplete/incorrect command which launches the game vanilla.
To Reproduce
Steps to reproduce the behavior:
WINEDLLOVERRIDES="winhttp,version=n,b" "/home/pe1uca/.config/r2modmanPlus-local/HadesII/linux_wrapper.sh" %command%"/home/pe1uca/.config/r2modmanPlus-local/HadesII/linux_wrapper.sh" %command% "--rom_modding_root_folder" "/home/pe1uca/.config/r2modmanPlus-local/HadesII/profiles/Default"Expected behavior
The commands should work properly.
Screenshots
Additional context
Checking the file linux_wrapper.sh we can see it expects the argument "--r2profile" which should contain the name of the profile