Giter Club home page Giter Club logo

dddaedit's Introduction

Purpose

This project is my attempt to edit Dragon's Dogma Dark Arisen Sevefile (DDDA.sav).

I am playing the game via Steam's Proton under Linux, and I was unable to use the "standard" editor 3xDAsav.

I took this opportunity to learn some Python/PyQt6 programming.

The present program is a complete rewrite in pure Python, but I owe greatly to those who reverse engieered the save file; special menton goes to Dugarr anf Fluffyquack.

Installation

The program is composed by two separate projects:

  • ScreapeFandom downloads images and descriptions from Fandom site and convert them to a format suitable for use with the other program.
  • DDDAedit which is the currrent, still incomplete, editor.

Installation under Linux is straightforward:

  • Clone the repository
    git clone https://github.com/mcondarelli/DDDAedit
    cd DDDAedit
  • Prepare Virtual ENVironment (assuming you have Python3.9+ already installed, of course):
    python3 -m venv venv
    venv/bin/pip install -U pip wheel setuptools
    venv/bin/pip install -r requirements.txt
  • Run the program:
    venv/bin/python DDDAedit.py

Usage

Program should display something like:

img.png

The top LineEdit contains the full path to your installation Savefile.

You can edit it directly or browse the files by clicking on the img_1.png icon on the right side;

It should open a FileOpenDialog like this: img_2.png You can use it to select your Savefile (or a copy of it): img_3.png You can then load the file either via menu (File -> Open...) or clicking on the new img_4.png icon on the right of the filename.

At this point data is loaded and you can select a "Person" to edit.

dddaedit's People

Contributors

mcondarelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.