All Projects → rohvani → PD2SE

rohvani / PD2SE

Licence: other
Save editor for PAYDAY 2. All data types, encryption, hashing, and encoding aspects of save format have been reversed and re-implemented.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PD2SE

PAYDAY-2-BeardLib
PD2 Library for easier script file manipulation and mod creation
Stars: ✭ 67 (+415.38%)
Mutual labels:  payday2, payday-2
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (+46.15%)
Mutual labels:  save-editor
OctopathTraveler
Switch OctopathTraveler SaveDate Editor
Stars: ✭ 32 (+146.15%)
Mutual labels:  save-editor
AutoSave.nvim
🧶 Automatically save your changes in NeoVim
Stars: ✭ 349 (+2584.62%)
Mutual labels:  save-editor
NieRAutomata-SteamID64-Editor
Allows users to edit the SteamID64 stored in the save files of NieR:Automata.
Stars: ✭ 16 (+23.08%)
Mutual labels:  save-editor
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (+38.46%)
Mutual labels:  save-editor
Battle-Cats-Save-File-Editor
Battle Cats Save File Editor made in C# that requires root/rooted emulator and a PC
Stars: ✭ 26 (+100%)
Mutual labels:  save-editor
blackchocobo
Save Editor For Final Fantasy VII
Stars: ✭ 43 (+230.77%)
Mutual labels:  save-editor
Ultimate-Smasher
A Super Smash Bros. Ultimate save editor written in Python
Stars: ✭ 77 (+492.31%)
Mutual labels:  save-editor
Enhanced-Fast.Net
Payday 2 Server Browser
Stars: ✭ 15 (+15.38%)
Mutual labels:  payday2
D3Edit
A script to encrypt/decrypt and modify Diablo III saves
Stars: ✭ 35 (+169.23%)
Mutual labels:  save-editor
save-workspace-atom-plugin
If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
Stars: ✭ 24 (+84.62%)
Mutual labels:  save-editor
NieRAutomata Inventory Editor
Work in progress inventory editor for NieR:Automata.
Stars: ✭ 23 (+76.92%)
Mutual labels:  save-editor
apollo-ps4
Apollo Save Tool (PS4)
Stars: ✭ 116 (+792.31%)
Mutual labels:  save-editor
borderlands3-save-editor
got tired trying to beat the katagawa ball^W^Wempowered scholar, and no accessible in-game console, so here we are
Stars: ✭ 36 (+176.92%)
Mutual labels:  save-editor
Gibbed.Borderlands
Tools & code for use with Borderlands.
Stars: ✭ 44 (+238.46%)
Mutual labels:  save-editor
HoloUI
A clean and highly customizable UI for payday 2
Stars: ✭ 18 (+38.46%)
Mutual labels:  payday2
oni-save-parser
Parses save files for the game "Oxygen Not Included".
Stars: ✭ 33 (+153.85%)
Mutual labels:  save-editor
NomNom
NomNom is the most complete savegame editor for NMS but also shows additional information around the data you're about to change. You can also easily look up each item individually to examine its attributes, independently of a savegame, or get other useful information that are not related to a specific savegame (but enhanced if one is loaded).
Stars: ✭ 167 (+1184.62%)
Mutual labels:  save-editor
SydneyHUDFix
Fixed version of SydneyHUD after former team stopped updating this mod
Stars: ✭ 17 (+30.77%)
Mutual labels:  payday2

PAYDAY 2 Save Editor

This is a save editor for the PAYDAY 2 video game, it currently only supports the retail version on PC. All data types, encryption, hashing, and encoding have been reversed and re-implemented. This tool can rebuild the entire save file and it's data.

You may download the latest version here: https://github.com/seefo/PD2SE/releases

Currently, only command-line support has been added for processing a save file. You will need to use existing tools to modify the save file, like a hex editor. A UI will be developed sometime in the future to allow you to seamlessly modify your save file.

A fork that includes a UI may be found here: https://github.com/isqrl/PayDay2SaveView (credit to @isqrl)

Usage:

// decrypt save file
PD2SE.exe -i save000.sav -o output.sav 

// re-encrypt save file
PD2SE.exe -i output.sav -e true -o newsave.sav 

// display help
PD2SE.exe --help 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].