Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 3.68 KB

README.md

File metadata and controls

74 lines (54 loc) · 3.68 KB

Dark-Souls-Mod-Installer

Dark-Souls-Mod-Installer (DSMI) is a compilation of mods for Dark Souls: Prepare to Die Edition, and some multilingual programs to install and manage them. The aim is to provide a lore-friendly starter pack for people who don't want to spend time installing and configuring files to play decently.

It is advised to use the last, fully-patched Steam version of the game so that all the mods work as intended.

Must-have mods

Sweet mods

Gamepad icons

Optional mods/programs

Prerequisites

  • Dark Souls: Prepare to Die Edition (Steam)
  • .NET framework 4.5

How to use it

  1. Install Dark Souls: Prepare to Die Edition with Steam

First install of the game ? Launch it once, to make Steam install some software prerequisites. Once on the main screen, you can exit.

Create a shortcut for "DSMI\Programs\DSMI-MainLauncher", and put it wherether you want.

  1. Run DSMI Main Launcher
  2. Click "Project settings" to define the global settings of the project
  3. Click "Install mods" to install all DSMI files/folders
  4. Click "Settings" to configure the game
  5. Click "Play" to run game + DSCM

Contact

https://www.reddit.com/user/McJ0hns0n/

Notes

  • This still is a work in progress : feedbacks or suggestions are welcome.
  • Sean Pesce released a very similar project, see this link

Programmer guide

This project actually contains 3 distinct sub-projects :

  • DSMI ConfigTool
  • DSMI MainLauncher
  • Resources

The 2 DSMI ones generate .exe files. "Resources" is designed to hold the common resources and therefore it generates a .dll file. Everything is written in C#/WPF. Check the .xaml files (design) and xaml.cs (code-behind) in each sub-project to get the interesting parts.