-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
73 lines (51 loc) · 2.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
About Godhead-Lips
==================
Godhead is a cerebral, first person roleplaying game
This is an implementation of the lore, and hopefully the gameplay, in the Lips of Suna Engine
Website: http://dungeonhack.sourceforge.net/
Forums: http://dungeonhack.sourceforge.net/forums/
Running
=======
You need the Lips of Suna graphics+sound files to run the game currently. Download Lips (any recent release will do), and copy
data/lipsofsuna/graphics and data/lipsofsuna/sounds to GodHead-Lips/data/godhead/graphics and /sounds respectively.
The latest executable requires you follow instructions below on installing the dependencies and compile the source.
A less up-to-date Windows executable and .dll files can be downloaded from the below URL; they go in Godhead-Lips/
http://www.meuhminator.fr/Godhead/releases/index.html
About Lips of Suna
==================
Lips of Suna is an online dungeon crawl game.
Website: http://lipsofsuna.org/
Forums: http://forum.freegamedev.net/viewforum.php?f=25
Wiki: http://sourceforge.net/apps/trac/lipsofsuna/wiki/
System requirements
===================
* Recommended: Video card that supports OpenGL 3.2 or newer.
* Minimum: Video card that supports OpenGL 2.1.
To play the game in the quality graphics mode, your video card needs to
support OpenGL 3.2 or newer. To play in the limited graphics mode, at least
OpenGL 2.1 needs to be supported.
Dependencies
============
* Python http://www.python.org/
* Bullet >= 2.77 http://www.bulletphysics.com/
* ENet >= 1.2.2 http://enet.bespin.org/
* Lua >= 5.1 http://www.lua.org/
* SQLite >= 3.6 http://www.sqlite.org/
* SDL >= 1.2 http://libsdl.org/
* SDL_ttf >= 2.0 http://www.libsdl.org/projects/SDL_ttf
* GLEW >= 1.5.5 http://glew.sourceforge.net/
* OpenGL >= 2.1 http://www.opengl.org/
* OpenAL http://www.openal.org/
* libogg http://xiph.org/downloads/
* libvorbis http://xiph.org/downloads/
* libflac http://flac.sourceforge.net/
Compiling
=========
After installing the dependencies, run the following command in the directory
where this README file is located:
./waf configure build install
Running
=======
After compiling the game, run the following command in the directory where
this README file is located:
./godheadlips