Git Product home page Git Product logo

hellspawner's Introduction

HellSpawner

The toolset for creating games for OpenDiablo2

Building

In the root folder, run go get -d to pull down all dependencies.

To run the project, run go run . from the root folder.

Build Dependencies

Reboot after doing this to ensure environment variables are configured properly.

Linux

TBD

OSX

TBD

Windows

GCC is required and can be installed with Chocolatey by executing the following command:

choco install mingw

General Concepts

The toolset will be used to develop games for OpenDiablo 2 (including the Diablo2 project, which will also be built in this).

Projects will simply consist of a collectin of MPQs in a folder. On startup, the toolset will have a tree of files in a project navigator window that will allow you to select files inside of a specific MPQ. Optionally you can view all MPQs in a 'combined' mode which will list the entire structure of all MPQs combined.

When double-clicking on a file, a corresponding editor will pop up for that file, allowing you to view/modify that data (on supported formats). You will also be able to create new MPQs as well.

In addition to the formats already in Diablo2, several new formats will be created to allow the creation of screens, quests, gameplay elements, NPC interactions, etc. This can be used to create completely new games, and will also be used to port Diablo2/LOD to the engine.

New File Formats

The following is a list of file formats that have been created for this engine.

Script (.ods)

These files are OpenDiablo2 scripts that can be interpreted by the engine. The syntax is currently not defined, but will be some form of basic interpreter syntax, like the following:

FUNC OnMenuExit
    SETSCENE /Path/To/NewScene
ENDFUNC

FUNC OnItemPickup Source:ITEM
    GIVEITEM Source, 1
    PLAYSOUND /Path/To/Sound.wav NOREPEAT
ENDFUNC

Scene Format

This file will define scenes, including buttons, menus, actions, etc.

File specification TBD.

hellspawner's People

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.