Giter Site home page Giter Site logo

lmp's Introduction

LMP Demo Format Analyzer

This is a small tool for analyzing .lmp demo files, which are produced by the classic 90s fps Doom and its offspring source ports. The analyzer can handle vanilla doom, boom, and mbf formats currently.

Support for heretic & hexen is available but experimental. You need to manually set the format with --engine=heretic or --engine=hexen since these games did not use a versioned lmp format.

Run the analyzer with ruby parse_lmp.rb -h for basic usage instructions.

It can print out info from the header (e.g., compatibility settings, demo seed, or command line options), as well as basic statistics. These include straferun and turning frequencies, as well as a handful of flags and counters.

Run the analyzer with ruby parse_lmp.rb -x for an explanation of the statistics.

lmp's People

Contributors

kraflab avatar

Stargazers

 avatar

lmp's Issues

Error: undefined method `each' for nil:NilClass (NoMethodError) when trying to use

When I'm trying to execute the prgram I get the following error:

C:/Users/{My username}/Desktop/lmp-master/lmp-master/lib/lmp/analysis.rb:19:in `report': undefined method `each' for nil:NilClass (NoMethodError)

  @analyses.each { |a| a.report(filename_root) }
           ^^^^^
    from parse_lmp.rb:27:in `report_deep_analyses'
    from parse_lmp.rb:17:in `call'
    from parse_lmp.rb:55:in `<main>'

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.