1 Attachment(s)
Re: [Final] Dark Souls - Save editor V 2.5.0.0
If you want to prevent annoying bugs from happening, I suggest you only change items that you have in your inventory (EG:change a broken hilt to a scimitar) and DO NOT change empty slots/"Add all items feature"
-Awesome program, still has some major bugs that i believe are caused by NG+.
-(Key items are limited to a set amount, preventing the player from accumulating any more than that amount (keys, repairboxes, that stuff))
Associated with above red text:
-As well, any items added into "empty slots" have problems. Including(but not game breaking):
+Cannot change the order in your inventory
+Swapping between bottomless box and inventory causes the items to jump erratically.
-From a programmer's standpoint, if you plan on making future save editors, I suggest you change how you search for items. I assume that it is currently a brute force method.
Attachment: Alphabetized item list.... Cause finding anything takes forever.
Attachment 8582
Re: [Final] Dark Souls - Save editor V 2.5.0.0
Quote:
Originally Posted by
PhantomPossessed
If you want to prevent annoying bugs from happening, I suggest you only change items that you have in your inventory (EG:change a broken hilt to a scimitar) and DO NOT change empty slots/"Add all items feature"
-Awesome program, still has some major bugs that i believe are caused by NG+.
-(Key items are limited to a set amount, preventing the player from accumulating any more than that amount (keys, repairboxes, that stuff))
Associated with above red text:
-As well, any items added into "empty slots" have problems. Including(but not game breaking):
+Cannot change the order in your inventory
+Swapping between bottomless box and inventory causes the items to jump erratically.
-From a programmer's standpoint, if you plan on making future save editors, I suggest you change how you search for items. I assume that it is currently a brute force method.
Attachment: Alphabetized item list.... Cause finding anything takes forever.
Attachment 8582
thanks for reporting , i will recode the whole thing when i get some time .
Re: [Final] Dark Souls - Save editor V 2.5.0.0
I believe the issues from added items are due to the item's sort value and index not being set (which I wrote about here). The save editor I made ran into the same issues, until I added in those values. Then it appears everything works normally with the new items in-game.
Re: [Final] Dark Souls - Save editor V 2.5.0.0
Re: [Final] Dark Souls - Save editor V 2.5.0.0
I absolutely love this editor thus far, definitely superior to any of the other DkS editors I've used in the past. Though, I do have one problem; It seems that whenever I add items onto my saved game, they don't appear in my bottomless box for storage. I'm not exactly sure how this issue can be fixed, or even if it can -- either way, great editor.
EDIT:
Jappi, you may want to have a look at this man's post.
Quote:
Originally Posted by
absurdlyobfuscated
I believe the issues from added items are due to the item's sort value and index not being set (which I wrote about
here). The save editor I made ran into the same issues, until I added in those values. Then it appears everything works normally with the new items in-game.
He seems to know what he's talking about, I surely don't -- but whatever it takes to get that inventory editor issue fixed, eh? =P
Re: [NEW] Dark Souls - Save editor
Re: [NEW] Dark Souls - Save editor
Pretty good. only one problem.
I editted the save and followed the instructions. Yet as soon as I go to transfer it back to my Xbox and load it up. it says that it turned off and may have lost data, Go to load and it shows I am back to the original save, not the modded one.
The fuck?
Re: [Final] Dark Souls - Save editor V 2.5.0.0