Skyrim Pc Save Editorl

0 views
Skip to first unread message
Message has been deleted

Ademaro Hicken

unread,
Jul 18, 2024, 3:51:20 AM7/18/24
to cechralylab

So, for those who aren't aware, there's a 'bug' where saves made in certain mod-added cells don't get sorted under the character name, and can only be seen by clicking 'Show All Saves' from the main menu. For the longest time I couldn't figure out why it affected some mods but not others, and xEdit never showed any errors in them. But the answer is painfully obvious: It is apparently caused by saving in a cell which has an underscore in its Editor ID.

Skyrim Pc Save Editorl


Download File https://tinurli.com/2yXrZg



where 'YsDC_DwemerCubeCell' is the editor ID of the cell in which the save was made. So it appears that having an underscore in the middle of the editor ID confuses the game when it tries to parse the filename to figure out how to sort it. It is worth noting that no vanilla cells use underscores in their editor IDs.

[size=25]So hey i was wondering if this will be a great save editor it will add the abilities to mod your weapons,carrying weight, spells, etc. I think this will be great oh and i almost forgot about level modder if you think this is a great idea please say so!
Game Title: [details=Open Me]Skyrim Elder Scrolls[/details]

I am only wanting to copy my xbox 360 save to PC. I tried modio, but it said my save files were zero bytes. I used Horizon and it was able to extract them. The PC version of Skyrim says the version of the save game is zero instead of nine. Anyway to fix this?

Here's another Null Byte on hacking our Skyrim game saves. Some of the rarer items in Skyrim are really fun to play with. However, seeing as they are rare, you will probably not see all of the best weapons in the game. Null Byte doesn't take too kindly to games that don't give us the rarest items when we please. Let's beat this game into submission by hacking our game save files via hex editing.

Habib are you on the 360 or cpu?
360 save would be 32 bit signed long and or simply put 1500 gold in an empty barrel, type in 1500. find the 40000F then your item would be next to the gold amount.
EXAMPLE
00100E40 Ring of Blacksmith mastery (original cpu hex)
00500E40 Ring of Blacksmith mastery (xbox 360 hex)
so you would insert this above in place of say an iron arrow (FF41397D)this would become (00500E40)... hope this helps

So the easiest way I have done it...... take 1225 gold put it in a barrel. Then take 2 iron arrows and put them in a barrel next to the gold. save to a usb already plugged into your xbox. pull it, put it in the cpu. extract data file using horizon, open hex. hit (cntrl F) and type in 32 bit signed long, little endian, all incedences found all matches. then type in 1225 a hex amount comes up should have 2 found.. then look for the 40000F C904000 0041397D 02 this is exactly what you should be looking for.
# ^GOLD ^ARROW ^amount to change to FF for 255 of the amount

.... Well... In this case, your best bet is to do the following:
Follow the guide above, when you drop, say a dagger in a barrel, the dat file will contain the dagger's item ID. Which means you then need to search for this ID.

Let's say you dropped a steel dagger in a barrel in your house. Open the dat file and go to skyrim wiki, find the skyrim steel dagger page and take the object ID from the page. Search for this ID inside your dat folder. Once you find it, replace that number with the masks Object ID.
This should effectively turn that dagger into the mask you want.

Remember to back up your file in case things go wrong..
And try it multiple times until it works. When searching for the Steel dagger's ID, see how many search results in the dat file you get. if just one, chances are it's the one you dumped into the barrel. If not then replace the ID's methodically, 1 after another until you see that the dagger in the barrel was replaced with your mask.

It should work just fine.

Install Horizon onto you PC, and insert the USB stick. Locate the save file for Skyrim in Horizon. Extract then save the file into you PC's Skyrim saves folder. When you've saved it, relocate the file and change the extension to .ess.

Load Skyrim and your save should work. Enter the console and type the money cheat; save when you have enough. Load the file in Horizon, resign and rehash it, and save the file back onto your USB stick. Put the USB stick back into the Xbox, copy the save file over, and you're done.

Before continuing, we highly recommend that you back up your saved game files. This utility controls a lot of the game's properties, so you need to be careful and back things up. Most commonly, the save game location for Skyrim is as follows (assuming Windows 7):

By default, xEdit will notify users of unsaved work during a session. During long sessions, it's recommended to periodically save so work is not lost. This can be done via the File menu or by using Ctrl+S. This saves the work of the current session as a backup using the backup naming scheme (described below in Save Menu). The plugin isn't fully saved until xEdit is closed and it launches the Save Menu.

When the "Backup plugins" box is ticked, the original plugin will be saved under the Backup folder within the game's Data folder. Plugin backup names are modified from PluginName.esp to PluginName.esp.backup.YYYY_MM_DD_HH_NN_SS. The appendage after 'backup' is the timestamp.


Other columns are "plugins columns", they represent the record as it is saved in a plugin. There is as much plugin columns as there is mod in the load order session overriding the selected record. (minus mod which have seen their record hidden by the user. see "Hidden" Functionality section). The title of a mod column is the same as the plugin's line in the Tree Panel : [XX] ModName.esp

This article describes the use of the ESO Build Editor feature of the UESP wiki which permits logged in users to create, edit, save and copy theoretical characters from the Elder Scrolls Online (ESO) MMO. See the talk page for discussion about the builder and any issues or bugs you may have found using it. For the combat simulation feature of the editor see Eso Build Editor:Combat Simulation.

Once you select an item your computed statistics will be updated in a few seconds once the item data is retrieved from the server. You can similarly search for an select enchantments by clicking on the "*" button next to each item slot. Note that the disabled status is not saved. The active weapon bar can be switched by clicking on the desired weapon row outside of the item slots.

So I figured it's about time to begin keeping track of what does and doesn't bake itself into your saved game. Enough things do so that it's getting hard to keep track of in my head, and what good does it to anyone else up there... where my fingers are too short to get it out....

So far, we have:

I don't know where you're getting the message that we can clean saves. We can't. Those stop scripts cannot resolve the issue. They only serve to shut down the running update loops those mods have. They cannot reverse the actual changes made.

Actually from what I've gathered it's not so cut and dry with Morrowind either. From my own personal experience I managed to corrupt a save fairly easily by removing some town mods I decided I didn't like. Granted, the tools for MW make it possible to actually clean the save as though it were a plugin, but still.

In the first moment a new scripted mod runs, the engine starts to collect data to add to your save file. If it was the scripts only, this wouldn't matter too much, as it would only increase the size of your saves. The problematic data are not the scripts themselves, but the state each instance of a script is in when the game is saved (the so-called uncompleted tasks):

When a game is saved, all running scripts are instantly stopped, and to make sure that they are properly resumed when the save is reloaded, all the related information is written in the save file. If there are several instances of a script running when the game is saved, there will be separate blocks of information written in the save file for each single instance and it is obvious that this may bloat the saves considerably (imagine, for example, that a mod attaches a script to a common clothing item and lets it carry out a specific task while the item is worn: a separate instance of the same script will then run on each equipped copy of the item, and because those instances all run independently, they have to be treated like separate scripts, so to say, when the save game is written).

Upon reloading, the engine will reconfigure the scripts from the information it finds in the save file and then tries to complete all scripts tasks that have been interrupted when the game was saved. When the respective mod has been removed in the meantime, all those tasks will fail to execute. Unfortunately though, the tasks are not discarded when the they fail, but queued instead and called again in regular intervals until they can be completed - which is never the case when the mod has gone. Moreover, there is evidence that all uncompleted tasks are carried over in subsequent saves, and therefore, will remain in the save forever.

You probably think that this sucks, but you have to keep in mind that this procedure adds a lot to the general gaming experience: this is what makes the game actually saveable at all times. Moreover, though, every task will be resumed upon reload and this is almost (well, there are a few minor glitches; for example, when you collect ingredients, then die and reload, the plants will still appear as harvested) perfectly repeatable. In other words, there was a good reason to handle it that way. This doesn't mean that I like it; to be honest, it has driven me almost crazy more than once, but I do also see the advantages.

aa06259810
Reply all
Reply to author
Forward
0 new messages