Skip to content

Releases: dbierek/navptestworld

v0.12.0

03 Jun 07:00
Compare
Choose a tag to compare

Added NAVP and AIRG for the other pipes, and AIRG for the barrels
Screenshot 2024-06-02 235412

v0.11.0

02 Jun 11:14
Compare
Choose a tag to compare

Added NAVP and AIRG for Pipes area and NAVP for barrels
image

v0.10.0

02 Jun 07:55
Compare
Choose a tag to compare

Added AIRG for the Log area. Now the train is fully connected with NAVP and AIRG from the tanker car to the Constant's office.
Screenshot 2024-06-02 003212
Screenshot 2024-06-02 003334

v0.9.0

01 Jun 10:44
Compare
Choose a tag to compare

Added custom AIRG to APC area using airgtools.js
Screenshot 2024-06-01 031125
airg notes apc

v0.8.0

30 May 08:21
Compare
Choose a tag to compare

Added 2kpr's custom AIRG with some changes to allow combat in the final train cars
image
Screenshot 2024-05-30 002340
Screenshot 2024-05-30 002322

v0.7.0

28 May 06:31
Compare
Choose a tag to compare

Made an NPC walk between the office and the Constant's office
334291826-1f17b25e-e3e3-48f3-b05e-71bc3ec1caba
334291999-e8d9dcef-579a-436d-ae46-cfad1eef1ddb

v0.6.0

27 May 10:12
Compare
Choose a tag to compare

Connected final train cars

v0.5.0

27 May 08:08
Compare
Choose a tag to compare

Fixes the new APC area and updates the scenario_wolverine patch to have an NPC walk through the APC.

v0.4.0

26 May 08:50
Compare
Choose a tag to compare

Updated Navp.json files to use NavpJsonVersion 0.1, which is the current version used by this PR OrfeasZ/ZHMTools#34

NavpJsonVersion 0.1
Example:

{
  "Areas": [
    {
      "Area": { "Index": 1 },
      "Edges": [
        {
          "Position": { "X": -22.8499, "Y": -12.9597, "Z": -1.3357 },
          "Flags": 662
        },
        {
          "Position": { "X": -21.75, "Y": -15.85, "Z": -1.3504 },
          "Flags": 451
        },
        {
          "Adjacent Area": 2,
          "Position": { "X": -20.75, "Y": -12.9497, "Z": -1.3505 },
          "Flags": 1772
        }
      ]
    },
    {
      "Area": { "Index": 2, "Type": "Steps" },
      "Edges": [
        {
          "Adjacent Area": 3,
          "Position": { "X": -20.75, "Y": -8.4714, "Z": 1.6817 },
          "Flags": 1776
        },
        { "Position": { "X": -22.5496, "Y": -8.48, "Z": 1.6943 } },
        { "Position": { "X": -22.85, "Y": -8.55, "Z": 1.65 } },
        {
          "Adjacent Area": 1,
          "Position": { "X": -22.8499, "Y": -12.9597, "Z": -1.3357 },
          "Flags": 1772
        },
        { "Position": { "X": -20.75, "Y": -12.9497, "Z": -1.3505 } }
      ]
    },
    {
      "Area": { "Index": 3, "Type": "Steps" },
      "Edges": [
        { "Position": { "X": -22.55, "Y": -8.25, "Z": 1.85 } },
        {
          "Adjacent Area": 2,
          "Position": { "X": -22.5496, "Y": -8.48, "Z": 1.6943 },
          "Flags": 1776
        },
        { "Position": { "X": -20.75, "Y": -8.4714, "Z": 1.6817 } },
        {
          "Position": { "X": -20.75, "Y": -6.45, "Z": 3.0503 },
          "Type": "Portal",
          "Flags": 594
        }
      ]
    }
  ],
  "NavpJsonVersion": "0.1"
}

v0.3.0

25 May 10:42
Compare
Choose a tag to compare

Adds Romania and Final Test custom navigation, configurable via options. Includes a new area for the logs in Romania, and an NPC walking through them.