lambda-client

command module
v0.0.0-...-d4a0833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2021 License: Unlicense Imports: 22 Imported by: 0

README

Lambda Client

Lambda Client is a game engine written in golang designed that loads Valve's Source Engine projects.

This project has been deprecated (for now) in favour of https://github.com/galaco/kero

CircleCI GoDoc Go report card GolangCI codecov

The end goal is to be able to point this application at a source engine game and be able to load and play that games levels. Where this progresses beyond that, needs to be decided. Most likely this will be come either a thin client for multiple source games with game specific code layered on top (target multiplayer as priority), or the full server simulation for single player games would be written (targeting single player as priority).

de_dust2

Features

You can build this right now, and, assuming you set the configuration to point to an existing Source game installation (this is tested primarily against CS:S):

  • Loads game data files from projects gameinfo.txt
  • Load BSP maps
  • Load high-resolution texture data for bsp faces, including pakfile entries
  • Full visibility data support
  • Staticprop loading (working, but is incomplete)
  • Basic entdata loading (dynamic and physics props)

Installation

Windows, Mac & Linux are all supported.

There is a small amount of configuration required to get this project running, beyond go get.

  • For best results, you need a source engine game installed already.
  • Copy config.example.json to config.json, and update the gameDirectory property to point to whatever game installation you are targeting (e.g. HL2 would be <steam_dir>/steamapps/common/hl2).

Contributing

  1. Fork it (https://github.com/galaco/lambda-client/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL