From df4c9fa03408b82e0392c142a2ac415ad5ad7da7 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 8 Dec 2024 13:06:10 +0100 Subject: [PATCH] docs: Replace badges into classic ones, remove issues badge and place stars and forks above on README. Mark ki charge and cost cvars as WIP, g_blockCost and g_blockCostPct are not completed yet --- README.md | 12 ++++++------ docs/bfp_cvars_task.md | 18 ++++++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 89ec508..2720861 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ Bid For Power (BFP) source code =============================== -[![Stars](https://img.shields.io/github/stars/LegendaryGuard/BFP?style=for-the-badge)](https://github.com/LegendaryGuard/BFP/stargazers) -[![Issues](https://img.shields.io/github/issues/LegendaryGuard/BFP?style=for-the-badge)](https://github.com/LegendaryGuard/BFP/issues) -[![Forks](https://img.shields.io/github/forks/LegendaryGuard/BFP?style=for-the-badge)](https://github.com/LegendaryGuard/BFP/forks) -[![License](https://img.shields.io/github/license/LegendaryGuard/BFP?style=for-the-badge)](#legal) -[![Build actions](https://img.shields.io/github/actions/workflow/status/LegendaryGuard/BFP/build.yml?style=for-the-badge)](https://github.com/LegendaryGuard/BFP/actions) +[![Stars](https://img.shields.io/github/stars/LegendaryGuard/BFP)](https://github.com/LegendaryGuard/BFP/stargazers) +[![Forks](https://img.shields.io/github/forks/LegendaryGuard/BFP)](https://github.com/LegendaryGuard/BFP/forks)
-![Visits](https://badges.pufler.dev/visits/LegendaryGuard/BFP?style=for-the-badge) +[![License](https://img.shields.io/github/license/LegendaryGuard/BFP)](#legal) +[![Build actions](https://img.shields.io/github/actions/workflow/status/LegendaryGuard/BFP/build.yml)](https://github.com/LegendaryGuard/BFP/actions) +
+![Visits](https://badges.pufler.dev/visits/LegendaryGuard/BFP) A legendary Quake 3 Arena mod from the late 90s to early 2000s. diff --git a/docs/bfp_cvars_task.md b/docs/bfp_cvars_task.md index fb0c0b6..9aa11e1 100644 --- a/docs/bfp_cvars_task.md +++ b/docs/bfp_cvars_task.md @@ -3,12 +3,6 @@ ## PENDING: - g_basepl [1-999]: set the starting power level from one thousand to one mil. -- g_kiChargePct = "15" -- g_kiCharge = "0" -- g_kiRegenPct = "0.6" -- g_kiRegen = "0" -- g_boostCostPct = "0" -- g_boostCost = "150" #### Cvar Gametypes: @@ -23,6 +17,16 @@ ## WIP: +Check calculations with powerlevels: +- g_kiChargePct +- g_kiCharge +- g_kiRegenPct +- g_kiRegen +- g_boostCostPct +- g_boostCost +- g_blockCostPct +- g_blockCost + ## DONE BUT NOT IN CGAME: @@ -57,8 +61,6 @@ - [x] ~~g_noFlight (disables "fly" bind too, original BFP has a leak though)~~ - [x] ~~g_blockLength~~ - [x] ~~g_blockDelay~~ -- [x] ~~g_blockCost~~ -- [x] ~~g_blockCostPct~~ - [x] ~~g_chargeDelay~~ - [x] ~~g_flightCost~~ - [x] ~~g_flightCostPct~~