Giter Club home page Giter Club logo

ddinfo-core's Introduction

ddinfo-core

NuGet Version

Parsers and libraries to work with Devil Daggers files and process memory

(Note: This code was originally part of the DevilDaggersInfo repository (now ddinfo-web). It was moved to a separate repository on September 12th, 2023.)

Spawnset files

Spawnsets consist of an arena, a set of spawns, practice values, and some other small features. All features are supported in the DevilDaggersInfo.Core.Spawnset library.

Replay files

Devil Daggers replay files can be interpreted by the DevilDaggersInfo.Core.Replay library. The library can also create replay files. The library understands almost all replay data and is still in development.

Mod files

Mods can be created for Devil Daggers using the DevilDaggersInfo.Core.Mod library. The library can extract all the original Devil Daggers assets, and also recompile custom assets into mods.

Audio (.wav), meshes (.obj), object bindings (text), GLSL shaders (text), and textures (.png) are supported.

Particle files are not supported (yet).

Reading game memory

The tools app provides a way to read live game memory from the game in real time. This is primarily used for custom leaderboards, but it can also be used for other purposes, such as for practice or understanding game mechanics.

Wiki data

Mainly exposes information about the game, such as information about enemies, death types, upgrades, daggers, and older game versions.

ddinfo-core's People

Contributors

noahstolk avatar dependabot[bot] avatar

Watchers

 avatar

ddinfo-core's Issues

Rewrite wiki data

GameData

  • Name
  • Release date
  • Enemies
  • Daggers
  • Unlock daggers
  • Death type
  • Upgrades
  • Damage

Enemy

  • Name
  • Gems
  • WeakPointRepeatCount
  • WeakPointHealth
  • IsTargetedByHomingDaggers
  • Transmutes into
  • Internal type
  • Name in game files
  • Color
  • Death type
  • First appearance
  • Spawned by

Dagger

  • Name
  • Color

Unlock dagger

  • Name
  • Unlocks at
  • Color

Death type

  • Value
  • Name
  • Color

Upgrade

  • Name
  • Unlocks at
  • Daggers per shot
  • Daggers per second
  • Homing per shot/second
  • Color

Damage

  • Dagger
  • Enemy
  • Damage to enemy
  • Damage to dagger

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.