Skip to content

jackburton79/bgemu

Repository files navigation

bgemu

build Codacy Badge CodeFactor

An interpreter to run Interplay's Infinity Engine games, like Baldur's Gate 1 and 2.

Screenshot

Only partially functional. Can load areas, actors, run internal scripts, etc.

To run, you need game files from an infinity engine based game (Baldur's Gate, Baldur's Gate 2, etc)

./BGEmu --path=<path-to-game>

commandline options:
  --no-newgame      Don't start a new game
  --test            Start in test mode
  -gNNNxNNN         Select window size (example: -g1024x768)
  -f                Start in fullscreen mode
  --no-scripts      Don't run scripts

In the tests folder there is also a test application for the path finding algorithm (which needs more work)

About

Infinity Engine reimplementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages