blob: 1d0e8ae006df00f01585ec681f0b944698300ac8 (
plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
The Osirion Project - ROADMAP
------------------------------------------------------------------
* version 0.1 - The Universe
Description:
The game world is divided into zones, the zones can be populated
with entities. Players can use their impulse drive or jump to
different zones.
The game takes place in a simple solar system with one star,
one planet, one space station and one piece of yet-to-determine
decoration.
Multiple players can connect to the dedicated server. They can
fly around and see each other. They can use chat to communicate,
they can use private chat or global chat.
Requires:
client console
entities
ship instances
network subsystem
entities
camera handling
keyboard bindings
zones
basic travelling: impulse drive, jump engine
------------------------------------------------------------------
* version 0.2 - Interaction
Description:
Players can dock at a space station, planets or large ships. Docking
a jumpgate enables hyperspace travel for smaller ships.
Players can shoot at each other. They can crash into the star
or the planet. Player ships explode on destruction.
Requires:
basic docking
basic docking gui
targetting
events: explosions, weapons fire, sounds
weapon support
turret and cannon models
particle systems
clip brushes and collision detection
------------------------------------------------------------------
* version 0.3 - Commodities
Description:
Players can buy and sell cargo at dockable entities.
Requires:
player credits
enhanced docking
enhanced docking gui
commodities market
fuel system?
economy?
------------------------------------------------------------------
* version 0.4 - Equipment
Description:
Players can buy and sell ship and equipment.
Requires:
ship market
equipment market
------------------------------------------------------------------
* version 0.5 - Public alpha
------------------------------------------------------------------
* Release 1.0
Requires:
stable network protocol
background story
|