GithubHelp home page GithubHelp logo

larasbraid's Introduction

Description

Lara's Croft braid utility is intented to add a braid model into .phd (Tomb Raider 1 file)

The TR1 (DOS and later Windows versions) engine doesn't support rendering of a Lara's braid. (Even though she appears with the braid in cutscenes)

The later open source indy projects (such as OpenLara) adds support for the it. However, it's using level resources and depends on the model to be in .phd file.

The utility adds the model into a .phd file.

How to Use

run the utility and pass .phd file file

larasbraid level1.phd

if it's identified that the file specified is TR1 file and it doesn't have a braid model. The new file will be generated with the model added. The result is written into a file with a name modified to *-braided.phd (i.e. level1.phd would be written to level1-braided.phd) The original file is left unmodified

Building

The utility requires Free Pascal Compiler (pretty much any available version)

fpc larasbraid.lpr

With some smaller adjustements (i.e. adding $IFDEFs for ${mode delphi} directive), could be compiled by Delphi compiler as well.

larasbraid's People

Contributors

skalogryz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bravesoftdz

larasbraid's Issues

concern tr1_utils.pas

Dear Skalogryz
Reading your source tr1_utils.pas, i think there is a tiny mistake around line 648, a copy is embeded here
<
lvl.AnimDispCount:=s.ReadDWord;

if TR1Debug then

writeln('anim disp: ', lvl.AnimationCount,' ',sizeof(tr_anim_dispatch));

lvl.AnimationCount should be replaced by lvl.AnimDispCount in the writeln instruction.
Did i get it right?
please excuse my English, my mothers tongue is french

Cheers

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.