Giter Site home page Giter Site logo

elendil95 / ds-ptde-pc-saveviewer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orm-fux/ds-ptde-pc-saveviewer

0.0 0.0 0.0 337 KB

Allows to view details content of Dark Souls - Prepare to Die Edition save files (PC)

Home Page: https://www.youtube.com/playlist?list=PLA-Kw76XcKXZAGmraEz5SGX4jJwEti1Gs

License: The Unlicense

Java 99.54% CSS 0.46%

ds-ptde-pc-saveviewer's Introduction

ds-ptde-pc-saveviewer

A dark souls file viewer, and chaacter import/Export the goal of this fork is to port the code to more modern versions of java, and better support save files for the non-PTDE edition of the game, (the one using Games For Windows Live).

This fork will be based on Java 17, you'll java of this version to run the jar correctly once i make it.

How to get this project to run locally for development (on Arch Linux)

Without Maven

  • Install a bunch of dependencies: pacman -S jdk17-openjdk jre17-openjdk openjdk17-doc openjdk17-src java17-openjfx java17-openjfx-doc java17-openjfx-src
  • (If you already installed a different java version) Set the default java environment to the new version: archlinux-java set java-17-openjdk
  • Paste this line under VM Arguments in your run configuration: --module-path /usr/lib/jvm/default/lib/ --add-modules javafx.controls,javafx.fxml If you get an error about some conflict, point the first argument to a list of individual jars by pasting in this

--module-path /usr/lib/jvm/default/lib/javafx.controls.jar:/usr/lib/jvm/default/lib/javafx.fxml.jar:/usr/lib/jvm/default/lib/javafx.graphics.jar:/usr/lib/jvm/default/lib/javafx.base.jar --add-modules javafx.controls,javafx.fxml

This process implied that you need the JavaFX libraries on the host system, and its not enough to import them through maven

With Maven Create a new Maven run configuration, set goal to javafx:run. You will notice, if you log bedug output, that the javafx jars from maven are used. Im not sure if you even need the javafx package installed on arch with this, probably not

ds-ptde-pc-saveviewer's People

Contributors

elendil95 avatar illgirni avatar julrei 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.