All Projects → matthewrkarlsen → Open Diablo Editor

matthewrkarlsen / Open Diablo Editor

Licence: mit
An MIT licensed editor for the computer game "Diablo 1".

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Open Diablo Editor

skyrim
The Skyrim masterlist.
Stars: ✭ 68 (+195.65%)
Mutual labels:  modding
Debiankindle
Scripts to install Debian on your Kindle
Stars: ✭ 313 (+1260.87%)
Mutual labels:  modding
Gibbed.borderlands2
Tools & code for use with Borderlands 2.
Stars: ✭ 489 (+2026.09%)
Mutual labels:  modding
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (+34.78%)
Mutual labels:  modding
jotunnlib
A modding library for Valheim, with the goal of making the lives of mod developers easier.
Stars: ✭ 24 (+4.35%)
Mutual labels:  modding
Monomod
A C# modding swiss army knife, powered by cecil.
Stars: ✭ 322 (+1300%)
Mutual labels:  modding
Rampancy
A new level editor for the Halo games based on a CSG/Brush workflow, similar to Source/Quake level editing.
Stars: ✭ 23 (+0%)
Mutual labels:  modding
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (-21.74%)
Mutual labels:  modding
Wrye Bash
A swiss army knife for modding Bethesda games. This is the main repository.
Stars: ✭ 283 (+1130.43%)
Mutual labels:  modding
Yarn
Libre Minecraft mappings, free to use for everyone. No exceptions.
Stars: ✭ 453 (+1869.57%)
Mutual labels:  modding
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (+260.87%)
Mutual labels:  modding
Oxide.Patcher
IL patcher for use with adding Oxide support to .NET games
Stars: ✭ 27 (+17.39%)
Mutual labels:  modding
Slade
It's a Doom editor
Stars: ✭ 407 (+1669.57%)
Mutual labels:  modding
Fallout76-QuickConfiguration
Change *.ini settings and install mods.
Stars: ✭ 22 (-4.35%)
Mutual labels:  modding
Sourcemod
SourceMod - Source Engine Scripting and Administration
Stars: ✭ 615 (+2573.91%)
Mutual labels:  modding
m2o-reborn
Original Mafia2 Multiplayer modification
Stars: ✭ 31 (+34.78%)
Mutual labels:  modding
Wabbajack
A mod list downloader & installer for Skyrim/Oblivion and Fallout games
Stars: ✭ 314 (+1265.22%)
Mutual labels:  modding
Pluginmanager
Unity Plugin Manager
Stars: ✭ 18 (-21.74%)
Mutual labels:  modding
Eldorito
A Halo Online modification
Stars: ✭ 668 (+2804.35%)
Mutual labels:  modding
Dji Firmware Tools
Tools for handling firmwares of DJI products, with focus on quadcopters.
Stars: ✭ 424 (+1743.48%)
Mutual labels:  modding

Open Diablo Editor (ODE)

This repository should be considered deprecated. Work has continued in the Open Diablo Editor 2.0 repository.

Overview

This is an MIT-licensed Diablo editor, written in Java. I uploaded the code due to a request from mewmew (see official forum thread).

The editor also uses other software subject to different licenses, such as Gradle (see Credits/Acknowledgements below).

Quickstart

Download the built program from the Nexus Mods page and follow the usage instructions on that page.

Slow(er) Start: Build via Gradle and Run

  • Install Open JDK 1.8
  • Set your JAVA_HOME and add Java 1.8 to your PATH variable
  • Install Git from the Git homepage
  • Bring up a command prompt for the folder where you want to store the code
    • In Windows, shift + right click in an explorer pane then select open prompt
  • Run "git clone https://github.com/matthewrkarlsen/open-diablo-editor.git"
  • Enter the open-diablo-editor folder and bring up a new prompt
  • Run "gradlew createReleaseJar"
  • Move the resulting jar from .../open-diablo-editor/build/libs to your Diablo folder
  • Run the JAR with the command java -jar open-diablo-editor-0.0.1.jar (changing the version as appropriate)
    • Diablo.exe will remain unchanged
    • A new DiabloModded.exe will be created
    • No other files will be changed
    • If the DiabloModded.exe exists, ODE will load that in preference to the Diablo.exe
  • To run the modded version, double-click on DiabloModded.exe
  • Enjoy (hopefully)

Authors/Contributors

The following people have contributed to the project:

  • Matthew R. Karlsen
  • Robin Eklind (mewmew)
  • ChaosMarc

Credits/Acknowledgements

The Diablo 1 mod workshop (dead link) has proven to be extremely valuable in the construction of this software.

A recent mirror for the mod workshop is available here.

The workshop was originally created by Charlie with assistance from Jarulf.

A big thanks to all those who hosted it for so long.

The gradle wrapper is part of Gradle, licensed under the Apache 2.0 license.

JUnit 4 is used for testing, licensed under the Eclipse Public License 1.0.

License

The MIT License (MIT)

Copyright (c) 2015-2020 Matthew R. Karlsen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].