Skip to content

Commit

Permalink
Merge pull request #1994 from QuentinGruber/release/0.34.0
Browse files Browse the repository at this point in the history
Release/0.34.0
  • Loading branch information
QuentinGruber committed Mar 2, 2024
2 parents 2f7462a + 00f192d commit b45900c
Show file tree
Hide file tree
Showing 27 changed files with 7,889 additions and 61 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ So we will see :)

- Thanks to all those who sent messages of help and support and perpetuated the hope of playing h1z1 again.

## Documentations

- https://quentingruber.github.io/h1z1-server/

## Setup H1Z1

### How to download it

#### Using our Launcher

[Download the latest version of h1emu-launcher](https://github.com/H1emu/h1emu-launcher/releases)

#### Using our custom implementation of DepotDownloader

[Download the latest version of H1DepotDownloader](https://github.com/H1emu/H1DepotDownloader/releases)
Expand Down Expand Up @@ -91,10 +99,6 @@ Since v0.2.3 of h1z1-server the npm package [debug](https://www.npmjs.com/packag
- `set DEBUG=* & node loginserver.js`
- `set DEBUG=ZoneServer & node zoneserver.js`

## Documentations

- https://quentingruber.github.io/h1z1-server/

## Demo

- https://github.com/H1emu/h1emu-launcher/releases/latest
Expand Down
9 changes: 5 additions & 4 deletions data/2016/dataSources/ServerItemDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7769,7 +7769,7 @@
"PASSIVE_EQUIP_SLOT_GROUP_ID": 0,
"SCRAP_VALUE_OVERRIDE": 0,
"PICKUP_EFFECT": 5151,
"PLACEMENT_MODEL_ID": 28
"PLACEMENT_MODEL_ID": 43
},
"109": {
"NAME": "Wood Plank",
Expand Down Expand Up @@ -7896,7 +7896,7 @@
"EQUIP_COUNT_MAX": 0,
"CURRENCY_TYPE": 0,
"DATASHEET_ID": 0,
"ITEM_TYPE": 1,
"ITEM_TYPE": 20,
"SKILL_SET_ID": 0,
"OVERLAY_TEXTURE": "",
"DECAL_SLOT": "",
Expand Down Expand Up @@ -141087,7 +141087,7 @@
"PROFILE_OVERRIDE": 0,
"NO_TRADE": 0,
"SINGLE_USE": 0,
"MODEL_NAME": "",
"MODEL_NAME": "Survivor<gender>_Feet_Conveys_Tintable.adr",
"GENDER_USAGE": 0,
"TEXTURE_ALIAS": "",
"SHADER_PARAMETER_GROUP_ID": 0,
Expand Down Expand Up @@ -144716,6 +144716,7 @@
"IS_ARMOR": 0,
"PASSIVE_EQUIP_SLOT_GROUP_ID": 0,
"SCRAP_VALUE_OVERRIDE": 0,
"WORLD_MODEL_ID": 9860,
"PICKUP_EFFECT": 5151
},
"3461": {
Expand Down Expand Up @@ -152978,7 +152979,7 @@
"PROFILE_OVERRIDE": 0,
"NO_TRADE": 0,
"SINGLE_USE": 0,
"MODEL_NAME": "",
"MODEL_NAME": "Survivor<gender>_Feet_Conveys_Tintable.adr",
"GENDER_USAGE": 0,
"TEXTURE_ALIAS": "",
"SHADER_PARAMETER_GROUP_ID": 0,
Expand Down
3 changes: 2 additions & 1 deletion data/2016/sampleData/defaultconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ server:
isPvE: false
isHeadshotOnly: false
isFirstPersonOnly: false
isNoBuildInPois: true
baseConstructionDamage: 34000

# Fairplay / anticheat config
Expand Down Expand Up @@ -102,7 +103,7 @@ speedtree:
maxTreeHits: 20 # maximum hits it takes to chop a tree

construction:
allowPOIPlacement: false
# allowPOIPlacement: false - deprecated in favor of isNoBuildInPOIs ^
allowStackedPlacement: false
allowOutOfBoundsPlacement: false
placementRange: 30
Expand Down
16 changes: 12 additions & 4 deletions data/2016/zoneData/Z1_POIs.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,18 @@
"range": 200,
"bounds": [
[
[ -721.030029296875, -1885.239990234375 ],
[ -584.3099975585938, -1889.8499755859375 ],
[ -611.2699890136719, -1419.489990234375 ],
[ -719.4400024414062, -1423.9599609375 ]
[ -802.030029296875, -1885.239990234375 ],
[ -577.3099975585938, -1889.8499755859375 ],
[ -577.2699890136719, -1423.489990234375 ],
[ -802.4400024414062, -1423.9599609375 ]
]
],
"shackBounds": [
[
[-801, -1884],
[-744, -1884],
[-744, -1422],
[-801, -1422]
]
],
"position": [
Expand Down
Loading

0 comments on commit b45900c

Please sign in to comment.