Main Page

From MountainfortWiki

Jump to: navigation, search

Contents

info

  • a multiplayer sandbox building+defending game playable in the browser (still in early development and not really playable yet)
  • tech : webgl + websocket as client, lua/c++ as server
  • inspired by dwarffortress (wiki) , minecraft and maybe Terraria

contact

notes

how to get webgl browser

  • Firefox 4 Beta : http://www.mozilla.com/en-US/firefox/all-beta.html
    • if it doesn't work, enter about:config in the adressbar of your browser and search for "webgl"
    • set webgl.enabled_for_all_sites to true
    • set webgl.shader_validator to false
    • still problems under vista, firefox beta 8 ? install DirectX End-User Runtimes (used by angle in ff4beta8)
      • alternative : about:config : manually create "webgl.prefer_gl" (boolean) and set to true.
      • problem : "Unable to initialize the shader program." , so WebGL works, but something wrong with the shader ?
      • Warnung: WebGL: UseProgram: program was not linked successfully Quelldatei: ...main.js Zeile: 123, Spalte: 0

links


Getting started

Personal tools