13
13
* Звук, на выбор при сборке: audio, vaudio
14
14
* Сетевая игра Infrastructure и Adhoc
15
15
* MP3 проигрыватель
16
+ * CTF игра
16
17
17
18
18
19
## Не выполнено:
22
23
* Спящий режим
23
24
* MIP-текстурирование в аппаратном рендеринге
24
25
* Разделяемые игровые модули
25
- * Сборка ctf и других игр
26
26
27
27
28
28
## Проблемы:
44
44
GAME (base, ctf) - Игра
45
45
USE_VAUDIO (0, 1) - Вывод звука через vaudio
46
46
USE_CDMP3 (0, 1) - MP3 проигрыватель
47
+ USE_STDIN (0, 1) - Ввод команд через tty режим PSPLink
47
48
48
49
### Пример:
49
50
50
51
#### make:
51
52
52
53
make -j8 BUILD=release REF=gu USE_CDMP3=1
53
54
54
- > ` GAME=ctf ` на данный момент скорее всего завершится с ошибкой
55
-
56
55
> Для сборки с параметром ` USE_VAUDIO=1 ` , требуется библиотека [ libpspvaudio] ( https://github.com/Crow-bar/libpspvaudio )
57
56
58
57
#### clean:
@@ -90,6 +89,7 @@ Port of Quake 2 (Id Software, Inc.) for the PlayStation Portable.
90
89
* Sound, to choose from when assembling: audio, vaudio
91
90
* Network game Infrastructure and Adhoc
92
91
* MP3 player
92
+ * CTF game
93
93
94
94
95
95
## Not done:
@@ -99,7 +99,6 @@ Port of Quake 2 (Id Software, Inc.) for the PlayStation Portable.
99
99
* Sleep mode
100
100
* MIP-texturing in hardware rendering
101
101
* Shareable game modules
102
- * Build ctf and other games
103
102
104
103
105
104
## Problems:
@@ -116,20 +115,19 @@ Port of Quake 2 (Id Software, Inc.) for the PlayStation Portable.
116
115
117
116
### Parameters (first default):
118
117
119
- BUILD (debug, release) - Build mode
118
+ BUILD (debug, release) - Build mode
120
119
REF (soft, gu) - Rendering: soft - software, gu - hardware
121
120
GAME (base, ctf) - Game
122
121
USE_VAUDIO (0, 1) - Audio output via vaudio
123
122
USE_CDMP3 (0, 1) - MP3 player
123
+ USE_STDIN (0, 1) - Entering commands via tty mode PSPLink
124
124
125
125
### Example:
126
126
127
127
#### make:
128
128
129
129
make -j8 BUILD=release REF=gu USE_CDMP3=1
130
130
131
- > ` GAME=ctf ` is likely to fail at the moment
132
-
133
131
> To build with ` USE_VAUDIO=1 ` , the [ libpspvaudio] ( https://github.com/Crow-bar/libpspvaudio ) library is required
134
132
135
133
#### clean:
0 commit comments