Skip to content

Commit

Permalink
Added support for COTW hp_nepal
Browse files Browse the repository at this point in the history
  • Loading branch information
kk49 committed Jun 20, 2024
1 parent 06a13cb commit e5aff02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#### v0.2.19rc Nanny 911
* add: Support for COTW hp_australia
* add: Support for COTW hp_nepal
* fix: ADF5 file determination for COTW save files
* fix: hack? empty `gdc/global.gdcc` in COTW now?
* add: ash contributed: Added rtpc_v3_flat.ksy
Expand Down
8 changes: 5 additions & 3 deletions resources/deca/gameinfo/hp.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"hp_finland_",
"hp_nh_",
"hp_trophyworld_3_",
"hp_australia_"
"hp_australia_",
"hp_nepal_"
],
"world_indexes": [0,1,2,3,4,5],
"world_indexes": [0,1,2,3,4,5,6],
"world_patches": [
"worlds/base/terrain/hp/patches/",
"worlds/world${WORLD_INDEX}/terrain/world${WORLD_INDEX}/patches/"
Expand Down Expand Up @@ -66,7 +67,8 @@
"textures/ui/map_reserve_13/",
"textures/ui/map_reserve_14/",
"textures/ui/map_reserve_15/",
"textures/ui/map_reserve_16/"
"textures/ui/map_reserve_16/",
"textures/ui/map_reserve_17/"
],
"unarchived_files": [],
"archive_paths": [
Expand Down

0 comments on commit e5aff02

Please sign in to comment.