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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ A legendary Quake 3 Arena mod from the late 90s to early 2000s.
31
31
-[x] Auras
32
32
-[x] Balanced player physics movements (different from the original BFP, but balanced for gameplay)
33
33
-[x] Beam trails
34
+
-[x] BFP config file ([bfp.cfg](bfp.cfg)) (a sample of how the game saves general binding and BFP cvar stuff in a cfg file)
34
35
-[x] Bind key to recover ki energy
35
36
-[x] Bind key to toggle speed (ki boost)
36
37
-[x] Blinding Flash (blinds players during 6 seconds)
@@ -45,6 +46,7 @@ A legendary Quake 3 Arena mod from the late 90s to early 2000s.
45
46
-[x] Ki trails
46
47
-[x] Melee feature
47
48
-[x] Remove some items like powerups and health pickups
49
+
-[x] Particles
48
50
-[x] Powerlevel and Power Tiers indicated on old docs
49
51
-[x] Playable third person mode and first person vis mode
50
52
-[x] Remove weapon visuals (models and stuff)
@@ -172,7 +174,7 @@ You'll notice some differences and things that the original Bid For Power didn't
172
174
- the player monster's ki trails are larger than other players'
173
175
- the player monster generates bigger bubbles, smoke, and antigrav rock particles when charging/using ki boost
174
176
- player monster's first-person and first-person vis mode viewpoints work properly
175
-
- player monster's third-person camera has improved focus (similar to BFP's standard third-person view but scaled for giant characters)
177
+
- player monster's third-person camera has improved focus in the code (similar to BFP's standard third-person view but scaled for giant characters), it can be enabled by setting `BFP_MONSTER_CAMERA_VIEWPOS` macro to `0` and recompile the code, although the traceable crosshair looks a bit jerky
176
178
-`g_monster` cvar enables the monster/big monkey feature (that happened in the RC/beta versions)
177
179
- available in the UI, maps marked as `monster` besides `oozaru` can be viewed in the GAME SERVER menu
178
180
- team last man standing has the following in-game differences compared to the original:
@@ -227,7 +229,7 @@ Weapon settings:
227
229
*[bfp_weapon.cfg](cfgs/bfp_weapon.cfg)
228
230
*[bfp_weapon2.cfg](cfgs/bfp_weapon2.cfg)
229
231
230
-
BFP config (optional - general binding and some client stuff, unused. WARNING: when executing, game might crash):
232
+
BFP config (a sample of how the game saves general binding and BFP cvar stuff in a cfg file):
Copy file name to clipboardExpand all lines: docs/old_dev_journals/yrgol_dev_journal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -509,7 +509,7 @@ Installation (windows):
509
509
Starting BFP:<br/>
510
510
There are two ways to start BFP. The easiest way is to use the mods menu in Quake 3. From the main Quake 3 menu, click "mods". Then find "Dragon Ball Z: Bid For Power" on the list and highlight it. If you have a lot of mods installed, you may need to scroll the list in order to make BFP visible. Once you have BFP highlighted, click on the load button and BFP will start.
511
511
512
-
The other way to start BFP is to use the command line arguments `+set fs_game bfp`. An easy way to do this under Windows is to create a shortcut. Highlight the quake3 icon in whatever directory you installed Quake 3 into, and press ctrl-c to copy the link. Press ctrl-v to create a shortcut to quake3. Right click on the new shortcut and go into the properties menu. Under the `shortcut` tab of the properties menu, change the target to `C:Quake 3 Arenaquake3.exe +set fs_game bfp` if you installed Quake 3 into C:Quake 3 Arena. Use this new shortcut to start BFP.
512
+
The other way to start BFP is to use the command line arguments `+set fs_game bfp`. An easy way to do this under Windows is to create a shortcut. Highlight the quake3 icon in whatever directory you installed Quake 3 into, and press ctrl-c to copy the link. Press ctrl-v to create a shortcut to quake3. Right click on the new shortcut and go into the properties menu. Under the `shortcut` tab of the properties menu, change the target to `C:\Quake 3 Arena\quake3.exe +set fs_game bfp` if you installed Quake 3 into C:\Quake 3 Arena. Use this new shortcut to start BFP.
513
513
514
514
BFP loads its own config file called 'bfp.cfg'. This allows either way of starting BFP to work without any config file problems.
0 commit comments