chadrockey / TGC-Designer-Tools

Tools to support course creation and Lidar/Terrain Creation in The Golf Club 2019.
Apache License 2.0
44 stars 27 forks source link

2K23 Support #104

Open lesniakbj opened 1 year ago

lesniakbj commented 1 year ago

It appears that 2K23 changed some of the keys in the course_description.json file, causing issues for the visualizer/processing.

I've not completed the patch yet, as I have some things I needed to get done, but I've started translating some of the old keys to new keys with this patch file.

Keys changed (found so far):

My current issue is that JSON I am working with has no "pinLocations" (it was a completely empty course); and am seeing if that is expected in 2K21 as well.

2k23.patch.log

lesniakbj commented 1 year ago

Found a few further instances of issues with some of those previous keys, updated the patch here. There was a change in structure in the pin positions key.

I am still unable to full test, as I am getting the following issue (and no exceptions/logs) when attempting to import GIS/LIDAR data.

Processing: USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_27_b.laz Could not load USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_27_b.laz Please report this issue. Processing: USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_28_a.laz Could not load USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_28_a.laz Please report this issue. No valid lidar files found, no action taken

NOTE: Processing of this LIDAR data appears to work fine in the packaged app; so I will attempt to continue testing using that generated dataset.

2k23.patch.log