-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
64 lines (52 loc) · 2.36 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
Pseudoform README
============================
Some clearing up
----------------------------
Clarification for everything that is to follow:
* Portalized is the name of the game engine
* Pseudoform is the name of the overall project, the idea and all media included
Any references to Pseudoform therefore also address Portalized because Portalized
is a necessary part of this project.
License
----------------------------
The project is licensed under the zlib license described in COPYING.
The license applies to the Portalized game engine code, Pseudoform media and
Pseudoform documents.
It does not apply to the third party libraries Portalized is linked against.
If you want to find out about the third party libraries, please look them up
in the doc/ directory.
Control and configuration
----------------------------
Relevant configuration files are:
data/scripts/bind.lua for looking up and settings keybindings
and
data/scripts/root.xml for changing the resolution and screen mode.
Do NOT change the plugins line in root.xml.
Standard configuration for editor mode is:
Left Mouse Hold - Move on XZ plane
Right Mouse Hold - Look around XY
Left+Right Mouse - Move on XY plane
Middle mouse - Drag object (needs simulation to be started)
1, 2, 3 - Gizmos for transformations
Del - Delete selected object
Escape - Go back from game mode
CTRL-D - Duplicate selection
Standard configuration for game mode is:
W, A, S, D - Standard FPS movement
Space - Jump
Known problems
----------------------------
- The game is currently not found to be working with Intel integrated graphics chips.
- ATI users should use D3D in root.xml instead of OGL if they see issues with OGL
- Some ATI cards do currently not work at all using either renderer
Problems reporting
----------------------------
If there are problems, bugs or other issues, tell us so on our
forums on http://www.pseudoform.org. Please also read the stickies.
Have fun
----------------------------
Greetings to everyone in the community!
Sven-Hendrik 'Svenstaro' Haase <[email protected]>
----------------------------
Copyright (c) 2008-2009 Agop 'nullsquared' Shirinian and Sven-Hendrik 'Svenstaro' Haase
This file is part of Pseudoform (Pseudoform project at http://www.pseudoform.org).