|
|
#1 |
|
Guest
Posts: n/a
|
Magicka Savegame Editor
Magicka Savegame Editor - Newest version is v0.2
Screenshot Requires Microsoft .NET Framework 4.0. It can edit the campaign.sav-files. It doesn't support the additional players in a local coop game (doesn't delete them, just can't edit them). Should be self explanatory. You can click the "Magicks:" label to enable all magicks. New with v0.2 and Magicka 1.3.5.1: Due to changes in how Magicka handles savefiles it will no longer be possible to use DLC magicks without the DLC installed as the game will check with Steam. Added support for enabling Crash To Desktop but seeing as noone(?) has gotten the DLC (but only a path with the stuff included) it's not possible to use the magick yet. Please do post any bugs you may find. - Do not underestimate the power of the John. Last edited by Johnbot: 02-26-2011 at 06:51 AM. Reason: New version |
|
|
|
#2 |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
Now THAT I love. Plus, we can choose to play any levels we want, or recuperate any lost saves!
Do you think you can eventually add the ability to choose all of the player's weapons? Would be lovely. Great work, if it works properly anyway. I'll test it soon. EDIT: Doesn't work. I get an "unhandled exception" and I have Microsoft .NET Framework 4.0. Last edited by Jake250: 02-07-2011 at 01:06 PM. |
|
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
Look at the screenshot. -John |
|
|
|
|
#4 |
![]() Join Date: Mar 2010
Reputation: 0
Posts: 47
|
The addition of extra people is pretty easy if you want to add it. Basically the byte before the first player name is the number of players, then just loop through the players name/staff/weapon.
I just used a datagridview on mine, worked well enough. Also, a select all button is helpful for the magicks. |
|
|
|
|
|
#5 | |
|
Guest
Posts: n/a
|
Quote:
![]() And to mark all magicks you can just mark the first one, press space then arrow down and repeat ad nauseum. |
|
|
|
|
#6 |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
|
|
|
|
|
|
#7 |
|
Guest
Posts: n/a
|
Was there a stack trace?
Last edited by Johnbot: 02-07-2011 at 01:23 PM. |
|
|
|
#8 |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
Whats that? Do you mean this?
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Magicka_Savegame_Editor.MainWindow.SetupMainForm()
at Magicka_Savegame_Editor.MainWindow.FileSelected(Object sender, CancelEventArgs e)
at System.Windows.Forms.FileDialog.OnFileOk(CancelEventArgs e)
at System.Windows.Forms.FileDialog.DoFileOk(IntPtr lpOFN)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Magicka Savegame Editor
Assembly Version: 0.0.0.1
Win32 Version: 0.0.0.1
CodeBase: file:///F:/Desktop/Magicka%20Savegame%20Editor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
|
|
|
|
|
|
#9 |
|
Guest
Posts: n/a
|
Yes, did the dialog ask for Magicka.exe and if so did you select it? If it can't find the install path in the registry it asks you to locate Magicka.exe so it can find the item folder to build the item lists.
Or maybe you opened a save with no players o.O Can't say i tested that. Last edited by Johnbot: 02-07-2011 at 01:21 PM. Reason: typo |
|
|
|
#10 | |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
Quote:
The program asks me to select Magicka.exe, which I do. Then I try to open campaign.sav, and thats where it does just that, and I can't get pass that point unless I cancel. I should add: The window to select campaign.sav never closes, even if I click Continue when the error comes up. I also have 3 saves in progress already. Last edited by Jake250: 02-07-2011 at 01:25 PM. |
|
|
|
|
|
|
#11 | |
|
Guest
Posts: n/a
|
Quote:
Could you upload your savegame somewhere? |
|
|
|
|
#12 | |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
Quote:
Here's my save: http://www.mediafire.com/?77pf015pb337j8j |
|
|
|
|
|
|
#13 | |
|
Guest
Posts: n/a
|
Quote:
Can you play those? |
|
|
|
|
#14 |
![]() Join Date: Jan 2011
Reputation: 19
Posts: 309
|
I see. I thought I had progress in them but I didn't even get through Level 1. Which means no character is recorded yet, which makes your program crash.
I delete them and now your editor works. This could actually be annoying when you lose your save game, since you have to play through the whole first level to edit the file. |
|
|
|
|
|
#15 | |
|
Guest
Posts: n/a
|
Quote:
-bot |
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|