Suikoden 1 Save Data Mcr Download
Hello everyone!!I have started this project out of love for Suikoden 2. I would like to ask for help in getting it off the ground. Mostly my layout sucks. I started it in vb using Microsoft Visual Studio 2012 and put a few add-ons in already, but it is ugly and imperfect as I cannot always get a good write to the file.
I thought about swiping someone's source code for their editor, like Hyne.So Far my Suikoden 2 Editor has:MoneyTimeWhat I want to add is a tabbed or menu interface for the rest of it which will include:1. Name editors for the hero of Suikoden 1 and Suikoden 2 as well as the fake names when the hero and Nanami are at Greenhill2. Party, warehouse, and special item modifiers3. One page for each character with stats, items and runes4. Party composition5. Suikoden 1 game save activatorMy editor requires that the game save be converted to a single.psx using PSXGameEdit but I would like to stretch that out to include a better format.I have most of the off-sets already or they can be quickly converted from one format to another if we need to change this up. Somehow, I think using vb is a mistake and that I should be using C or some other language.
Any advice?Updates:I have most of the initial form done. I am still scratching my head over how to make the character editor section have a side menu with pages within a tabbed section. Also, I discovered a very interesting byte in the character set for the kindness rune Now I am working on filling in the item value ranges. I am thinking that all consumable items will be set to x9 quantity to make the coding much easier.

Ok, I think I found the problem.Can you post the full path from the configuration?I just tested out some things:My memory card path for Slot 1 is:C:Documents and SettingsBasicDesktopPSXepsxe170memcardsepsxe002.mcrI changed it to:C:Documents and SettingsBasicDesktopPSXplaystationmemcardsepsxe002.mcrI loaded up the Playstation BIOS and checked out the memory cards. It treated it like I had a card in Slot 1. So I copied some games from the card in Slot 2.

It worked correctly, and I hit Exit, and then went back and it was still there. But I closed ePSXe and reopened it, and checked Memory Card 1 again. It was empty.
I went to my PSX folder and looked for a folder called 'playstation' and it did not exist.I believe that if the folder does not exist, then the file is never properly made. I think your file name may be correct but your path maybe isn't. It's trying to create the memory card file in a folder path that isn't there.PS. I checked this because I noticed your ePSXe folder was renamed 'Playstation'. I have mine still set to the default that came with 1.7.0 that is 'epsxe170'. I think that when you renamed the folder the default configuration for the memory cards wasn't changed with it.
Suikoden Download For Pc
Click to expand.According to your screenshots, which show the folder tree, your card location should be:C:Documents and SettingsOwnerDesktopRoms Playstationmemcardscrashwarped1.mcrSince I can repeat your issue by having the wrong folders in the memcard config, I'm 90% certain this is the issue.If you still cannot get this to work, try something real simple like:C:crashwarped1.mcrThis will remove the folder issue all together and just put the memcard file on the root of your drive. It's not the best solution but it will show that the issue is not with ePSXe itself but with the path placed in the configuration of the memory card.
Comments are closed.