-
Charlie Murder Basic SE v1.0.1 (w/ Source)
Hi guys, made a basic editor for Charlie Murder.. Enjoy!
Do not post this on any other website without my permission please - Cleric
____________________________________
>>> (Download): Charlie Murder Basic SE v1.0.1
Source Code: Download
____________________________________
EDITOR
Note:
Although this is a "basic" editor it was not a quick one to make as I had previously thought it would be..
so please, thank this post if you use it.. It took more time than I should've let it :091:
Likes will be mandatory for download.
How to Use:
1) Extract game.sav from your full Charlie Murder save and open it with the editor
2) Mods Money, Skill Points and Followers (ONCE YOU MOD IT, YOU CAN'T UN-MAX IT, SO IT'S THERE FOR GOOD)
3) Save (will auto-backup your save)
4) Replace game.sav in full Charlie Murder save with newly modded one
5) Rehash/Resign with whatever program you want
6) Play!
Updates:
There will be an update to handle full saves then later, another update to allow use of other player's saves.
V1.0.1:
Code:
- If values were maxed, the toggle state of the buttons didn't change in some cases - now do
If the editor isn't working for you please let me know and post your save or error for the next update/patch
Thanks to feudalnate for PackageIO
Thanks to 8Ball for his input on parsing
Thanks to Idlehands88 for his research HERE
Do not post this on any other website without my permission please - Cleric
-
Re: Charlie Murder Basic SE
Not bad will try it later
-
Re: Charlie Murder Basic SE
-
Re: Charlie Murder Basic SE
Quote:
Originally Posted by
matthewjohn
nice one mate :)
thanks brotha :)
Quote:
Originally Posted by
boogieman
Not bad will try it later
Let me know how it goes! I wouldn't be totally surprised if there's still an exception for some saves when parsing the string block :/ But hopefully all goes as planned haha
Caught a bug with the buttons not toggling when editor would read a maxed value in some cases. Update v1.0.1 is up.
-
Re: Charlie Murder Basic SE v1.0.1
-
Re: Charlie Murder Basic SE v1.0.1
Quote:
Originally Posted by
thumbs32
nice work m8
Cheers thumbs32 ^-^
-
Re: Charlie Murder Basic SE v1.0.1
good work on this Cleric :)
-
Quote:
Originally Posted by
CloudStrife7x
good work on this Cleric :)
Thanks Cloud :107:
Source is up! Tried to make it easy to follow for new coders.. sorry if it's not :/ It includes source using the Telerik DevCraft tool suite for controls.
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
ihatepikeys
Cheers looks good thanks
No problem, enjoy! :)
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
thanks alot for your hard work its much appreciated
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
xxxAcid
thanks alot for your hard work its much appreciated
And thank you for following my releases ^-^
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
thx for this editor and your time for create it...but i can't use it, i click over the editor icon and this never open...
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
Bloody Moon
thx for this editor and your time for create it...but i can't use it, i click over the editor icon and this never open...
Thanks for the report! Does anything happen (errors, waiting mouse, start menu icon) or does it just not do anything at all?
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
thanks for the tool but it does not open at all i double click on it waited for like 7 mins and nothing happen btw im using windows 8.1
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
CMPUNK78
thanks for the tool but it does not open at all i double click on it waited for like 7 mins and nothing happen btw im using windows 8.1
Exactly thats my problem doesn't open
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
thanks for sharing, nice work :D
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
josesilva
thanks for sharing, nice work :D
Thank you! :)
Quote:
Originally Posted by
Bloody Moon
Exactly thats my problem doesn't open
Quote:
Originally Posted by
CMPUNK78
thanks for the tool but it does not open at all i double click on it waited for like 7 mins and nothing happen btw im using windows 8.1
Are you both using windows 8?
And btw, the computer with all my editor development crashed and I have retired it (finally). I have a new computer coming in about a week and I am also moving in 6 days, but when it arrives I'll transfer my work to it and patch this for you. Just know I'm really busy for the next week or so and won't be able to do very much for now :(
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
Cleric
Thank you! :)
Are you both using windows 8?
No, I'm using Win 7
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
Bloody Moon
No, I'm using Win 7
Alright, I'll sort y'all out when my computer arrives.
_____________________________________________
Quote:
Originally Posted by
Bloody Moon
Exactly thats my problem doesn't open
Quote:
Originally Posted by
CMPUNK78
thanks for the tool but it does not open at all i double click on it waited for like 7 mins and nothing happen btw im using windows 8.1
Is anyone else having this problem?
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
nice work on this new tool Cleric
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
Serious_M
nice work on this new tool Cleric
Appreciated as always Serious :)
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Happens to me as well, because of the telerik libraries I can't debug it so I don't know what causes it.
Sourcecode is also incomplete, you've uploaded the forms code file but theres the rest of it as well, the entire solution ideally.
If you've merged the telerik libraries like I suspect, that would be the culprit. Compression, pruning and merging libraries related to the GUI I've observed makes them highly unstable. This would also explain the lack of any JIT debug messages typical of .Net errors.
Experiment with the settings, embedding should still be ok.
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Quote:
Originally Posted by
8Ball
Happens to me as well, because of the telerik libraries I can't debug it so I don't know what causes it.
Sourcecode is also incomplete, you've uploaded the forms code file but theres the rest of it as well, the entire solution ideally.
If you've merged the telerik libraries like I suspect, that would be the culprit. Compression, pruning and merging libraries related to the GUI I've observed makes them highly unstable. This would also explain the lack of any JIT debug messages typical of .Net errors.
Experiment with the settings, embedding should still be ok.
Thank you 8ball! Ya you can see I merged them and that certainly wouldn't have been my first guess! And oh my yes, encrypting or compressing has always proven to break my apps with the Telerik libs.. super annoying I agree. Thanks for saving me the trouble brotha, you are fantastic :)
and yes l'll upload the whole project (and patch this issue) soon as the comp comes in (5-ish days).
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
nice i want try that game
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)
Been waiting awhile for a Charlie Murder save editor. But I got a problem. It crashes on startup. I get a "Charlie Murder Basic SE has stopped working" message. Im using vista 32bit btw.
-
Re: Charlie Murder Basic SE v1.0.1 (w/ Source)