You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
q3_ui - docs: Implement horizontal scrolling description about the selected gametype on GAME SERVER menu, change 'First Person Vis' to 'First Person Vis Mode' on BFP OPTIONS menu and describe correctly about the project on Q3 source code history on README
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Bid For Power is a total conversion for QuakeIII that plays nothing like the ori
84
84
85
85
The project was started on Quake 2, that's where they were getting organized playing Quake and learn some programming there.
86
86
87
-
The source code is said to have started from SDK 1.17 point release after the release of Quake 3 Arena (December 2, 1999). It continued to be updated, including the addition of `cg_particles.c` in 1.29, until 1.31.
87
+
The source code is said to have started from SDK 1.15c released on January 14, 2000. It continued to be updated, including the addition of `cg_particles.c` in 1.29, until 1.31.
88
88
More info can be found in [Quake 3 Arena changelog version history](https://discourse.ioquake.org/t/quake-3-changelog-version-history/375).
89
89
90
90
The original source code appears to be lost, but the assets and some docs are available in various places. Nonetheless, not all sources are accessible.
@@ -139,6 +139,7 @@ The highest priority goal is to copy and recreate the complete logical structure
139
139
You'll notice some differences and things that the original Bid For Power didn't have/were forgotten, incomplete or poorly made such as:
140
140
- some adjusted UI buttons
141
141
- BFP OPTIONS menu is upgraded, big explosions and smoke options are back (these were removed after RC/beta versions), also shell and ring options are available and these are options are interactive with explosion type option. Sprite and particle aura types are available on aura type option
142
+
- in the first GAME SERVER menu has a horizontal scrolling description about the selected gametype
142
143
- SERVER INFO menu displays all server info (on original BFP, the info was badly displayed and nothing was shown) and it has pagination
143
144
- DRIVER INFO menu is fixed (on original BFP crashes) and it has pagination on extensions
144
145
- explosion dynamic lights are back (these were broken after RC/beta versions)
"Basic deathmatch game but with use of all the attacks and characters. Players are allowed to perform 20 different attacks as well as overpower opponents by engaging in power struggles.",
130
+
// "Tournament"
131
+
"Players fight 1 vs 1 battles while others wait as spectators.",
132
+
// "Survival"
133
+
"Faster paced tournament-style game. Two players fight. When one player dies, he is removed from the fight and the spectator who has been waiting longest enters the game. The winner does not get healed in between rounds, and the scores of spectators are visible. The first player to reach the fraglimit is the winner, and the map restarts in order to set the spawn power level back to the g_basePL setting.",
134
+
// "Monster"
135
+
"A deathmatch but with an extra: a monster who has more ki and health than the rest of the players. The one with the most frags wins.",
136
+
// "Capture the Flag"
137
+
"Two teams compete to capture both flags and return them to their bases for points.",
138
+
// "Team Deathmatch"
139
+
"Two teams to fight on a deathmatch but with use of all the attacks and characters.",
140
+
// "Team Last Man Standing"
141
+
"The players in a last man standing game start with all available attacks. Once a player is killed, he must wait until the end of the round before restarting."
0 commit comments