From 00c76e75342a4342b390aa72937c543b1d404a0d Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:33:53 -0300 Subject: [PATCH 1/6] Update config.ini --- configs/config.ini | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/configs/config.ini b/configs/config.ini index 3334498..3906f13 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -1,6 +1,5 @@ ; -; # This is a template config.ini file. -; # Modify howhever you see fit. +; # This is a template configuration file which can be modified as desired. ; ; # Community branch (recommended): https://github.com/blizzless/blizzless-diiis/tree/community ; # test-stable branch: https://github.com/blizzless/blizzless-diiis/ @@ -13,7 +12,6 @@ Enabled = true BindIP = 127.0.0.1 WebPort = 9800 Port = 1119 -BindIPv6 = ::1 MotdEnabled = true Motd = Welcome to Blizzless D3! @@ -31,6 +29,7 @@ PORT = 80 ; ------------------------ ; Game server options and game-mods. +; [Game-Server] Enabled = true CoreActive = true @@ -39,28 +38,44 @@ WebPort = 9001 Port = 1345 BindIPv6 = ::1 DRLGemu = true -; Modding of game + +; Modding of game (please check https://github.com/blizzless/blizzless-diiis/blob/community/docs/game-world-settings.md) +; + +; rates RateExp = 1 RateMoney = 1 RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 -; Percentage that a unique, legendary, set or special item created is unidentified +; items ChanceHighQualityUnidentified = 30 -; Percentage that normal item created is unidentified ChanceNormalUnidentified = 5 -; Amount of times user can resurrect at corpse -ResurrectionCharges = 3 +; bosses BossHealthMultiplier = 6 BossDamageMultiplier = 3 +; nephalem NephalemRiftProgressMultiplier = 1 +; health HealthPotionRestorePercentage = 60 HealthPotionCooldown = 30 +ResurrectionCharges = 3 +; waypoints UnlockAllWaypoints = false +; player attribute modifier +StrengthMultiplier = 1 +StrengthParagonMultiplier = 1 +DexterityMultiplier = 1 +DexterityParagonMultiplier +IntelligenceMultiplier = 1 +IntelligenceParagonMultiplier = 1 +VitalityMultiplier = 1 +VitalityParagonMultiplier = 1 ; ------------------------ ; Network address translation +; [NAT] Enabled = True ; use your public IP @@ -71,6 +86,7 @@ PublicIP = 127.0.0.1 ; Best for visualization (default): AnsiLog (target: Ansi) ; Best for debugging: ConsoleLog (target: console) ; Best for packet analysis: PacketLog (target: file) +; [AnsiLog] Enabled = true Target = Ansi From 99dce77534c417fa6a394004ab688e83b5a61aa7 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:34:11 -0300 Subject: [PATCH 2/6] Update config.ini --- configs/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.ini b/configs/config.ini index 3906f13..12b6159 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -67,7 +67,7 @@ UnlockAllWaypoints = false StrengthMultiplier = 1 StrengthParagonMultiplier = 1 DexterityMultiplier = 1 -DexterityParagonMultiplier +DexterityParagonMultiplier = 1 IntelligenceMultiplier = 1 IntelligenceParagonMultiplier = 1 VitalityMultiplier = 1 From 998e9ed562750b9e2ef29f9a724507094fd4403f Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:37:08 -0300 Subject: [PATCH 3/6] Update game-world-settings.md --- docs/game-world-settings.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 94e8de8..0b19038 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -8,29 +8,36 @@ The parameters specified in the `config.ini` file will be saved to the server fo ```ini [Game-Server] +; rates RateExp = 1 RateMoney = 1 RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 - +; items ChanceHighQualityUnidentified = 30 ChanceNormalUnidentified = 5 - -ResurrectionCharges = 3 - +; bosses BossHealthMultiplier = 6 BossDamageMultiplier = 3 - -AutoSaveQuests = false - +; nephalem NephalemRiftProgressMultiplier = 1 - +; health HealthPotionRestorePercentage = 60 HealthPotionCooldown = 30 - +ResurrectionCharges = 3 +; waypoints UnlockAllWaypoints = false +; player attribute modifier +StrengthMultiplier = 1 +StrengthParagonMultiplier = 1 +DexterityMultiplier = 1 +DexterityParagonMultiplier = 1 +IntelligenceMultiplier = 1 +IntelligenceParagonMultiplier = 1 +VitalityMultiplier = 1 +VitalityParagonMultiplier = 1 ``` ## Description @@ -53,4 +60,13 @@ UnlockAllWaypoints = false | `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 | +| `UnlockAllWaypoints` | Unlocks all waypoints in campaign | +| `StrengthMultiplier` | Player's strength multiplier | +| `StrengthMultiplier` | Player's strength multiplier **for paragons** | +| `DexterityMultiplier` | Player's dexterity multiplier | +| `DexterityParagonMultiplier` | Player's dexterity multiplier **for paragons** | +| `IntelligenceMultiplier` | Player's intelligence multiplier | +| `IntelligenceParagonMultiplier` | Player's intelligence multiplier **for paragons** | +| `VitalityMultiplier` | Player's vitality multiplier | +| `VitalityParagonMultiplier` | Player's vitality multiplier **for paragons** | From e304c1b5faf5b8f7a94b6dab19f95f07fe32c4fd Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:41:19 -0300 Subject: [PATCH 4/6] 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 0b19038..5604f48 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -38,6 +38,7 @@ IntelligenceMultiplier = 1 IntelligenceParagonMultiplier = 1 VitalityMultiplier = 1 VitalityParagonMultiplier = 1 +AutoSaveQuests = false ``` ## Description @@ -55,12 +56,10 @@ VitalityParagonMultiplier = 1 | `ResurrectionCharges` | Amount of times user can resurrect at corpse | | `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 | -| `UnlockAllWaypoints` | Unlocks all waypoints in campaign | | `StrengthMultiplier` | Player's strength multiplier | | `StrengthMultiplier` | Player's strength multiplier **for paragons** | | `DexterityMultiplier` | Player's dexterity multiplier | @@ -69,4 +68,5 @@ VitalityParagonMultiplier = 1 | `IntelligenceParagonMultiplier` | Player's intelligence multiplier **for paragons** | | `VitalityMultiplier` | Player's vitality multiplier | | `VitalityParagonMultiplier` | Player's vitality multiplier **for paragons** | +| `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. | From f5cbe2721ee9427a25c862f4aba619840caccd68 Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:41:37 -0300 Subject: [PATCH 5/6] Update game-world-settings.md --- docs/game-world-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 5604f48..b583e76 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -38,6 +38,7 @@ IntelligenceMultiplier = 1 IntelligenceParagonMultiplier = 1 VitalityMultiplier = 1 VitalityParagonMultiplier = 1 +; quests AutoSaveQuests = false ``` From 3f4b6264c40ec93708b25e7f21c68e4c5e9391ee Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:41:50 -0300 Subject: [PATCH 6/6] Update config.ini --- configs/config.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/config.ini b/configs/config.ini index 12b6159..1dce052 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -72,6 +72,8 @@ IntelligenceMultiplier = 1 IntelligenceParagonMultiplier = 1 VitalityMultiplier = 1 VitalityParagonMultiplier = 1 +; quests +AutoSaveQuests = false ; ------------------------ ; Network address translation