From b56e802812ce85ff1a56ec81555271c9796aaa50 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 10:21:59 -0300 Subject: [PATCH 1/5] Update game-world-settings.md --- docs/game-world-settings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 3ddb982..a7bbd99 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -20,6 +20,7 @@ ResurrectionCharges = 3 BossHealthMultiplier = 6 BossDamageMultiplier = 3 AutoSaveQuests = false +UnlockAllWaypoints = false ``` ## Description @@ -38,4 +39,5 @@ AutoSaveQuests = false | `BossHealthMultiplier` | Boss Health Multiplier | | `BossDamageMultiplier` | Boss Damage Multiplier | | `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. | +| `UnlockAllWaypoints` | Unlocks all waypoints in campaign | From 51c56c1047947aaad71719aa8d605ee1f370b106 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 10:24:13 -0300 Subject: [PATCH 2/5] Update config.ini --- configs/config.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/config.ini b/configs/config.ini index f431e46..3334498 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -15,7 +15,7 @@ WebPort = 9800 Port = 1119 BindIPv6 = ::1 MotdEnabled = true -Motd = Welcome to Diablo 3! +Motd = Welcome to Blizzless D3! ; ------------------------ ; [IWServer] @@ -54,6 +54,10 @@ ChanceNormalUnidentified = 5 ResurrectionCharges = 3 BossHealthMultiplier = 6 BossDamageMultiplier = 3 +NephalemRiftProgressMultiplier = 1 +HealthPotionRestorePercentage = 60 +HealthPotionCooldown = 30 +UnlockAllWaypoints = false ; ------------------------ ; Network address translation From b9257b3eb59867ba0ad1ba4f0b1475841967a4ee Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 10:26:35 -0300 Subject: [PATCH 3/5] Update game-world-settings.md --- docs/game-world-settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index a7bbd99..e591854 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -20,6 +20,9 @@ ResurrectionCharges = 3 BossHealthMultiplier = 6 BossDamageMultiplier = 3 AutoSaveQuests = false +NephalemRiftProgressMultiplier = 1 +HealthPotionRestorePercentage = 60 +HealthPotionCooldown = 30 UnlockAllWaypoints = false ``` @@ -39,5 +42,8 @@ UnlockAllWaypoints = false | `BossHealthMultiplier` | Boss Health Multiplier | | `BossDamageMultiplier` | Boss Damage Multiplier | | `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. | +| `NephalemRiftProgressMultiplier` | Nephalem Rift Progress Modifier | +| `HealthPotionRestorePercentage` | How much (from 1-100) a health potion will heal. | +| `HealthPotionCooldown` | How much (in seconds) to use a health potion again. | | `UnlockAllWaypoints` | Unlocks all waypoints in campaign | From be5e757e9c1143bc8b94ad56ec7331a38a0e3fc9 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 17:18:58 -0300 Subject: [PATCH 4/5] Update game-world-settings.md --- docs/game-world-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index e591854..412b6d0 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -1,10 +1,10 @@ # Global settings for game -Using the configuration file you can easily change the parameters of the world. +The parameters of the world can be easily altered using the configuration file located within `config.ini`. ## Configuration -Apply parameters in `config.ini` file to the server folder (It overwrites the default settings) +The parameters specified in the `config.ini` file will be applied to the server folder, overwriting the default settings. For example, all values below use their default settings. ```ini [Game-Server] From 8ac1d0ab28d36c2f4c4ef9c0e07c532afec5e13f Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 17:21:05 -0300 Subject: [PATCH 5/5] Update game-world-settings.md --- docs/game-world-settings.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 412b6d0..94e8de8 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -1,10 +1,10 @@ -# Global settings for game +# Game World Settings The parameters of the world can be easily altered using the configuration file located within `config.ini`. ## Configuration -The parameters specified in the `config.ini` file will be applied to the server folder, overwriting the default settings. For example, all values below use their default settings. +The parameters specified in the `config.ini` file will be saved to the server folder, overwriting the default settings. For example, all values below use their default settings. ```ini [Game-Server] @@ -14,15 +14,22 @@ RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 + ChanceHighQualityUnidentified = 30 ChanceNormalUnidentified = 5 + ResurrectionCharges = 3 + BossHealthMultiplier = 6 BossDamageMultiplier = 3 + AutoSaveQuests = false + NephalemRiftProgressMultiplier = 1 + HealthPotionRestorePercentage = 60 HealthPotionCooldown = 30 + UnlockAllWaypoints = false ```