]> icculus.org git repositories - divverent/nexuiz.git/blob - qcsrc/todo.txt
Added more push when shot with bullets
[divverent/nexuiz.git] / qcsrc / todo.txt
1 *********************************
2 *************QC******************
3
4 -ANIMATION/PLAYER-
5         - Jumping animation
6         - Taunting animation
7         - Use of player_skin
8
9 -BUGS/OTHER-
10         - Jumping underwater should move the player up
11         - Add drowning (quake1 style)
12         - Slime should cause damage
13         - Ticking when a gib/shell falls on a jumppad
14         - Weapon still showing when dead
15         - User needs to drop the weapon they were holding when dead
16         - User not dying when falling into the black
17
18 -BOTS-
19         - Make waypoints for all levels
20         - Personalitys for the bots (names for bots with certain models)
21         - fix HORRIBLE use of weapons
22         - Secondary weapon support
23
24 -SOUNDS-
25         - Add a sound when hitting with uzi/shotgun, hit.wav. Use armorimpact if the enemy has armor
26         - Add electro_fly (for secondary fire)
27         - Add missile_fly (for rocket and hagar)
28
29
30 *********************************
31 ************Engine***************
32
33 -2D GRAPHICS-
34         - Don't show monsters/secrets on the bottom of the scoreboard
35         - Different text colors depending on the info (white for chatting, red for deaths)
36         - Different text sizes depending on the info (deaths are slighly larger)
37         - Graphic over the user to show they are typing a message/in the console/in the menu
38
39 -PARTICLE EFFECTS-
40         - Small Explosion (used for hagar) (see Explosion.jpg for example of the type of explosion wanted, this should be altered for the various sizes)
41         - Medium Explosion (used for mortar)
42         - Large Explosion (used for rocket)
43         - basic spark effect for levels
44         - Smoke effect for levels
45         - Tracers for Machine gun
46
47 -WISHLIST-
48         - Offset mapping
49
50
51 *********************************
52 ************ Art ****************
53 -Textures-
54         - Slime textures for Slime Pit
55         - Water texture for oil rig
56         - Lava texture
57
58 -SKINS-
59         - carni
60         - grunt
61         - headhunter
62         - female shock
63         - specop
64
65 -ANIMATION-
66         - Adding 'flying' directions for the models (they feet should sway whatever way they are going in the air)
67
68
69
70 *********************************
71 ************Menu ****************
72
73 -Create Game-
74         -map lists
75         -create server 'Game Options' menu
76                 - Select of game's .dat to use
77                 - Sv_gravity, sv_accer, sv_friction, sv_maxspeed options
78
79 -Join Game-
80         - Lan listing
81         - Scrolling through the server list (it might show hundreds)
82
83 -Options-
84         -GAME-
85                 - Sbar alpha (slider, change both bg and fg)
86                 - Jpeg Screenshots
87                 - Text Shadow
88                 - Show Framerate
89                 - Show Time`
90                 - Show Date
91         -PLAYER-
92                 - Crosshair
93                 - FOV (slider)
94                 - Team color (choose one of 3, red, blue, green)
95         -INPUT-
96                 - Invert Mouse
97                 - Mouse Speed 
98         -EFFECTS-
99                 - Three main settings, high quality, medium quality, and low quality (name the cfg files whatever and i'll place them in later)
100                 Sliders:
101                 - Bloom (r_bloom_intensity) (only if bloom is on)
102                 - Gloss (r_shadow_gloss (1.0-2.0) (only if realtime lights are on)
103                 - Bumpmap scale (r_shadow_bumpscale_basetexture 1-10) (only if realtime lights are on)
104                 - Blood Opacity
105                 - Particles Quality
106
107                 -Decals
108                 -Blood
109                 -Bloom (r_bloom)
110                 -Coronas (r_coronas)
111                 -Realtime lights (r_shadow_realtime_world AND r_shadow_realtime_dlight)
112                 -Realtime Shadows (r_shadow_realtime_world_shadows 0) (only if realtime lights are on)
113
114 *********************************
115 ************GAMECFG *************
116
117 1;   /// everyone gets the nex gun with infinite ammo - done
118 2;   /// Spawn Protection (user is invicible for 3 seconds)
119 4;   /// Strength gain
120 8;   /// Fast health regeneration - done
121 16;  /// Rocket Arena - done
122 32;  /// no self damage, so rocket jumping and such can be used a lot more
123 64;  /// turns off air control
124 128; /// Weapons Stay
125 256; /// makes the players model fullbright - done
126 512; /// Teamplay
127
128 *********************************
129 ************GAME MODS ***********
130 When a final version of the gamecode is made, the game will be given out to many quake1 mod authors to create their own nexuiz gamemode to be included in the final release. These may support the normal deathmatch gamecfg options or not.