Updated some docs, one settings to rule them all, etc.
This commit is contained in:
parent
d49282653d
commit
db85369ef8
@ -54,7 +54,7 @@ The currently supported version of the client: **2.7.4.84161**
|
|||||||
```shell
|
```shell
|
||||||
dotnet publish ./src/DiIiS-NA/Blizzless.csproj --configuration Release --output ./publish
|
dotnet publish ./src/DiIiS-NA/Blizzless.csproj --configuration Release --output ./publish
|
||||||
```
|
```
|
||||||
3. [Skip this stage for local game] Copy the [config.ini](configs/config.ini) file to the publish folder (It overwrites the default settings):
|
3. __Skip this stage for local game__ Copy the [config.ini](https://github.com/blizzless/blizzless-diiis/blob/community/src/DiIiS-NA/config.ini) file to the publish folder (It overwrites the default settings):
|
||||||
- Update the parameter entries with your IP record on the network: `BindIP` and `PublicIP`.
|
- Update the parameter entries with your IP record on the network: `BindIP` and `PublicIP`.
|
||||||
4. Go to the publish folder, launch Blizzless executable, wait until server start - it creates a hierarchy.
|
4. Go to the publish folder, launch Blizzless executable, wait until server start - it creates a hierarchy.
|
||||||
5. Create user account(s) using console: `!account add Login Password Tag`
|
5. Create user account(s) using console: `!account add Login Password Tag`
|
||||||
|
|||||||
@ -1,114 +0,0 @@
|
|||||||
;
|
|
||||||
; # 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/
|
|
||||||
; # Master branch: https://github.com/blizzless/blizzless-diiis/tree/master
|
|
||||||
;
|
|
||||||
|
|
||||||
; Settings for Bnet
|
|
||||||
[Battle-Server]
|
|
||||||
Enabled = true
|
|
||||||
BindIP = 127.0.0.1
|
|
||||||
WebPort = 9800
|
|
||||||
Port = 1119
|
|
||||||
MotdEnabled = true
|
|
||||||
Motd = Welcome to Blizzless D3!
|
|
||||||
|
|
||||||
; ------------------------
|
|
||||||
; [IWServer]
|
|
||||||
; IWServer = false
|
|
||||||
|
|
||||||
; ------------------------
|
|
||||||
; REST services for login (and others)
|
|
||||||
[REST]
|
|
||||||
IP = 127.0.0.1
|
|
||||||
Public = true
|
|
||||||
PublicIP = 127.0.0.1
|
|
||||||
PORT = 80
|
|
||||||
|
|
||||||
; ------------------------
|
|
||||||
; Game server options and game-mods.
|
|
||||||
;
|
|
||||||
[Game-Server]
|
|
||||||
Enabled = true
|
|
||||||
CoreActive = true
|
|
||||||
BindIP = 127.0.0.1
|
|
||||||
WebPort = 9001
|
|
||||||
Port = 1345
|
|
||||||
BindIPv6 = ::1
|
|
||||||
DRLGemu = true
|
|
||||||
|
|
||||||
; 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
|
|
||||||
; items
|
|
||||||
ChanceHighQualityUnidentified = 30
|
|
||||||
ChanceNormalUnidentified = 5
|
|
||||||
; 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 = 1
|
|
||||||
IntelligenceMultiplier = 1
|
|
||||||
IntelligenceParagonMultiplier = 1
|
|
||||||
VitalityMultiplier = 1
|
|
||||||
VitalityParagonMultiplier = 1
|
|
||||||
; quests
|
|
||||||
AutoSaveQuests = false
|
|
||||||
; minimap
|
|
||||||
ForceMinimapVisibility = false
|
|
||||||
|
|
||||||
; ------------------------
|
|
||||||
; Network address translation
|
|
||||||
;
|
|
||||||
[NAT]
|
|
||||||
Enabled = True
|
|
||||||
; use your public IP
|
|
||||||
PublicIP = 127.0.0.1
|
|
||||||
|
|
||||||
; ------------------------
|
|
||||||
; Where the outputs should be.
|
|
||||||
; 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
|
|
||||||
IncludeTimeStamps = true
|
|
||||||
MinimumLevel = Debug
|
|
||||||
MaximumLevel = Fatal
|
|
||||||
|
|
||||||
[ConsoleLog]
|
|
||||||
Enabled = false
|
|
||||||
Target = Console
|
|
||||||
IncludeTimeStamps = true
|
|
||||||
MinimumLevel = Debug
|
|
||||||
MaximumLevel = PacketDump
|
|
||||||
|
|
||||||
[PacketLog]
|
|
||||||
Enabled = true
|
|
||||||
Target = file
|
|
||||||
FileName = packet.log
|
|
||||||
IncludeTimeStamps = true
|
|
||||||
MinimumLevel = Debug
|
|
||||||
MaximumLevel = PacketDump
|
|
||||||
Loading…
Reference in New Issue
user.block.title