Hello everyone!
Here is the patch notes for Patch 1.0.1.1
Patch 1.0.1.1
Issues addressed in this patch
Added a way to change your keybindings
This can be changed in your user settings file
That can be found in your %AppData%\ParadoxInteractive\Magicka2
You can get there by pressing Windows button + R and type in %AppData%\ParadoxInteractive\Magicka2
Changing key bindings
Keybinding guide can be found in this thread: http://steamcommunity.com/app/238370/discussions/0/615085406659895580/
Any text editor will work, but we recommend something like Notepad++.
To change bindings simply:
Find the key you want to change for example
arcane = {
key = "s"
state = "pressed"
}
here you can simply change it to p
arcane = {
key = "p"
state = "pressed"
}
Save the changes.
Start the game and the key should now be bound to the new key.
The settings file changes is our first solution until we have created a ingame interface for it.
Good to know.
- There is nothing that prevents binding the same key to multiple inputs.
- No sanity checks (you can bind non-existing keys).
- The padps4 section is not used at all.
- Activate Toggle Magick is not used at all.
- Activate is not used at all.
- Changes in the keybinding won't reflect in the tutorial or ingame HUD.
- Keybindings do not affect the menu, for example you can't rebind pause it will still use the esc key for pausing the game.
- You can always revert to the default setting by removing the keybindings block from the configuration or deleting your whole settings file.
Unable to communicate with Paradox server
Fixed some issues that stopped some user from connecting to the paradox servers.
Wrong number of orchestra soundtracks
There was a mistake made in the document, there was only 21 tracks recorded for the orchestral versions. We have updated the pdf to reflect this.
Offline play should now work as intended.
Some people had crashes/freezes when pressing space bar. We have made changes to how bad connection and offline mode on steam is being handled.