Hogwarts Legacy Save Game Editor

Hogwarts Legacy Save Game Editor

by Dona

This Hogwarts Legacy Save Game Editor is a save game editor with GUI

Creator: HP0X1A4

Hogwarts Legacy Save Game Editor

Hogwarts Legacy Save Game Editor
Hogwarts Legacy Save Game Editor
nowmods information

This mod does not have any known dependencies other than the base game.

Mods requiring this file

Mod nameNotes
139 of 140 Conjurations Bug Fix
ALT-XPTo edit the experience of your current level if not a new game
Follow The Butterflies Bug Fix
Poidsear Coast Lock FixRequired to edit the save file.
Take The Biscuit Bug Fix (Reinstate Lock)

Credits and distribution rights

  • Assets of other users: All of the assets in this Hogwarts Legacy Save Game Editor file are either the author’s or free-to-use modder’s resources.
  • Upload authorization: Under no circumstances may you upload this material to other websites.
  • Permission to modify: You must obtain my permission before modifying my files in order to enhance them.
  • Permission to convert: Under no circumstances are you permitted to convert this Hogwarts Legacy Save Game Editor file for use in other games.
  • Permission to utilize an asset: You must obtain my permission before using any of the materials in this Hogwarts Legacy Save Game Editor file.
  • Asset use authorization in purchased mods/files: This file’s assets may not be used in any modifications or files that are sold for money on Steam Workshop or other platforms.
  • Permission to utilize assets in mods/files that earn donation points: You cannot earn Donation Points for your modifications if they use my materials.

Notes from the Author
This author has made no further remarks about file permissions.

File credits
This author has not credited anyone else in this file

  • Version 1.7.1-ALPHA Hogwarts Legacy Save Game Editor
    • Fixed Fast Travel Location Bug
    • Fixed Custom SQL DB Save Bug
  • Version 1.7.0-ALPHA Hogwarts Legacy Save Game Editor
    • Added Granular Control over different locks (Fast Travel, Spells, Gear, Traits, Transfiguration Items)
  • Version 1.6.0-ALPHA Hogwarts Legacy Save Game Editor
    • UX Updates
    • Modify Invetory Gear Offense & Defense Stats
  • Version 1.5.0-ALPHA Hogwarts Legacy Save Game Editor
    • Unlock All Gear
    • Unlock All Gear Traits
  • Version 1.4.0-ALPHA Hogwarts Legacy Save Game Editor
    • Unlock All Spells
    • Minor UX improvements
  • Version 1.3.0-ALPHA
    • Fixed bug with save file generation when using custom SQLite DBs
    • Unlock all fast travel points
    • Unlock transfiguration recipes
  • Version 1.2.0-ALPHA
    • Modify Player House
    • Modify Player Base Inventory Capacity
  • Version 1.1.0-ALPHA
    • UX Improvements
    • Change Player Name
    • Change Player Exp
    • Change Player Talent Points
    • Reset Talents
    • Modify Mission Items
    • Basic Value Type Validation
  • Version 1.0.0-ALPHA
    • Modify Resources
    • Extract SQLite Databases
    • Generate Save From Custom SQLite databases

DESCRIPRIONS

The first iteration of a simple graphical user interface for editing Hogwarts Legacy Save Game Editor. It also contains tools for extracting SQLite databases, which may subsequently be edited outside and repacked into a new save game.

Because this is an alpha version, there will almost certainly be bugs.

Features:

  • Modify Resources (You must have at least one).
  • Modify Combat Resources (You must have at least one).
  • Modify Talent Points
  • Delete Talents
  • Modify Mission Item Counts
  • Change Player Name
  • Change Player House
  • Change Base Inventory Size
  • Modify Exp
  • Granular control over lock states.
  • Unlock All Fast Travel Points
  • Unlock All Transfiguration Recipes
  • Unlock All Spells
  • Unlock All Gear
  • Unlock All Gear Traits
  • Modify Offense & Defense Stat of Gear in inventory.
  • Extract SQLite databases from file.
  • Create save file from SQLite files.

INSTALLATION

This Hogwarts Legacy Save Game Editor is a web application that runs inside your browser. Simply unzip the file, and open the hlse.html in your browser.

Usage:

  • Open the hlse.html file with a browser (Double clicking it will usually work).
  • Select the Save File input box on the left side of the screen, and choose the save file you wish to modify.
  • If it is a valid save file the screen on the left will change.
  • Use the tabs on the left to modify player data, resources and etc for the save game. 
  • Once you have finished making the changes select the Save File tab on the left of the screen.
  • Select the download button in the first tab. This will create the modified save game, which you can replace with the original save game. 
nowmods download

?Download Hogwarts Legacy Save Game Editor

IMPORTANT:
The other options “Database” and “Custom DB upload” are for advanced save game editing, you don’t need to use these. Just click the first Download button on the Save File tab, and you will get a save game file with the modifications you made in the other parts of the GUI.

NOTE TO ADVANCED USERS: There was a bug in the Hogwarts Legacy Save Game Editor previous version that wouldn’t correctly build the save file with the new SQLite DB is you added to many new records to one of the tables. This would exhibit as the save game refusing to load. Anyway this bug has been fixed, so feel free to play around with more advanced changes to the DB.

Hogwarts Legacy Save Game Editor
Hogwarts Legacy Save Game Editor

Warnings:

  • I’m not sure how the game will react to changing your house long term, but otherwise it works as expected. 
  • I’m not sure if modifying missions items works as expected. The count definitely goes up, but not sure if the quests respect it. 
  • I’ve only tested this with the newest version of Chrome, using other browsers might not work.
  • The game has hard coded limits for things like number of health potions, be careful if you go over the amount.
  • Backup all saves!
Hogwarts Legacy Save Game Editor
Hogwarts Legacy Save Game Editor

For all those struggling to make the editor work… I’ll do my best to explain how to in my own words. It’s not all that difficult truly and if confused at any point make sure to likewise revisit the mod description where most of this has already been outlined

Step 1

Download the Hogwarts Legacy Save Game Editor mod file (Zip contains a html which once selected opens the HL Save Game Editor in your browser.)

Step 2

Once you have the Editor open in browser, you are asked to select your save game. C:\Users\YOUR-USERNAME\AppData\Local\Hogwarts Legacy\Saved\SaveGames – Make sure you select one of your manual saves and not an autosave (More than likely the sav. file you’re looking for will have the following name: HL-00-00.sav)

Step 3

Once you select the correct savefile you should have for starters the option to change resource amounts under {Resources} which is the tab just below {Player Data}

Step 4

Next select {Save File} which is the tab just below {Combat Resources} – You should now be able to see the following menu…

Save Game
Download a save game with the current DB modifications in it.
Databases
Download the databases in this save file for external modification.
DOWNLOAD DATABASE 1 – DOWNLOAD DATABASE 2
Custom DB Upload
Create a save file using uploaded databases (only changes in the uploaded DBs will be applied).
Database 1
Database 2

Step 5

If we want to modify additional values we will need to download the database in the save file – Click on DOWNLOAD DATABASE 1 – You are now downloading the database used for external modification {sqldb1.sqlite} – In order to modify the sqldb1 file you will need to download {DB Browser for SQlite} Just google it or follow the link provided in an earlier comment – DB Browser for SQLite

Step 6

Once you have the DB Browser installed and open select {Open Database} top left and select the {sqldb1.sqlite} file which you downloaded using the HL Save Game Editor

Step 7

Watch the following youtube video! – It will help you understand how to use DB Browser to modify the database values

Step 8

Back to HL Save Game Editor because we want to place our modified sqldb1.sqlite file back in our HL-00-00.sav file. Look for…

Custom DB Upload
Create a save file using uploaded databases (only changes in the uploaded DBs will be applied)….

Click on the paperclip icon next to Database 1 and select your modified sqldb1.sqlite file and after click on GENERATE SAVE FILE [We are basically using the modified sqldb1.sqlite file here to create a new HL-00-00.sav file so after clicking on generate save file just select the original HL-00-00.sav file to override. Once that is done you will have your modified save file ready to use.] 

So just make sure you have your modified HL-00-00.sav located here {C:\Users\YOUR-USERNAME\AppData\Local\Hogwarts Legacy\Saved\SaveGames} boot up your game and in the Hogwarts legacy main menu select load savegame and select your manual save file to load.

Enjoy! Hope this helps at least 1 of you.

Browse for more Hogwarts Legacy mods

nowmods.com

Related Posts

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x