-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from Artem89233/patch-1
Seems ok!
- Loading branch information
Showing
984 changed files
with
44,571 additions
and
48,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Build | ||
|
||
on: | ||
# Triggers the workflow on push or pull request events but only for the selected branches | ||
push: | ||
branches: [ test-stable, community ] | ||
pull_request: | ||
branches: [ test-stable, community ] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
continue-on-error: ${{ matrix.allow_failures }} | ||
name: ${{ matrix.name }} / ${{ matrix.config }} | ||
strategy: | ||
matrix: | ||
config: [Debug, Release] | ||
include: | ||
# for the matrix leg matching the os and version | ||
- os: ubuntu-22.04 | ||
name: Ubuntu 22.04 (.Net 7.0) | ||
toolchain: dotnet-sdk-7.0 | ||
allow_failures: true | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Install dependencies (apt) | ||
if: runner.os == 'Linux' | ||
run: | | ||
wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb | ||
sudo dpkg -i packages-microsoft-prod.deb | ||
rm packages-microsoft-prod.deb | ||
sudo apt-get update && sudo apt-get install -y ${{ matrix.toolchain }} | ||
- name: Build (dotnet) | ||
run: | | ||
dotnet restore src/Blizzless-D3.sln | ||
dotnet msbuild src/Blizzless-D3.sln /t:Build /p:Configuration=${{ matrix.config }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,114 @@ | ||
; | ||
; # 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 | ||
BindIPv6 = ::1 | ||
MOTD = Welcome to Diablo 3! | ||
MotdEnabled = true | ||
Motd = Welcome to Blizzless D3! | ||
|
||
[IWServer] | ||
IWServer = false | ||
; ------------------------ | ||
; [IWServer] | ||
; IWServer = false | ||
|
||
; Settings for REST | ||
; ------------------------ | ||
; REST services for login (and others) | ||
[REST] | ||
IP = 127.0.0.1 | ||
Public = true | ||
PublicIP = 127.0.0.1 | ||
PORT = 80 | ||
|
||
; Settings for game | ||
; ------------------------ | ||
; Game server options and game-mods. | ||
; | ||
[Game-Server] | ||
Enabled = true | ||
CoreActive = true | ||
BindIP = 127.0.0.1 | ||
WebPort = 9100 | ||
Port = 2001 | ||
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 | ||
; 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 = False | ||
PublicIP = 127.0.0.1 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.