Skip to content

Commit e5aff02

Browse files
committed
Added support for COTW hp_nepal
1 parent 06a13cb commit e5aff02

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#### v0.2.19rc Nanny 911
22
* add: Support for COTW hp_australia
3+
* add: Support for COTW hp_nepal
34
* fix: ADF5 file determination for COTW save files
45
* fix: hack? empty `gdc/global.gdcc` in COTW now?
56
* add: ash contributed: Added rtpc_v3_flat.ksy

resources/deca/gameinfo/hp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"hp_finland_",
2424
"hp_nh_",
2525
"hp_trophyworld_3_",
26-
"hp_australia_"
26+
"hp_australia_",
27+
"hp_nepal_"
2728
],
28-
"world_indexes": [0,1,2,3,4,5],
29+
"world_indexes": [0,1,2,3,4,5,6],
2930
"world_patches": [
3031
"worlds/base/terrain/hp/patches/",
3132
"worlds/world${WORLD_INDEX}/terrain/world${WORLD_INDEX}/patches/"
@@ -66,7 +67,8 @@
6667
"textures/ui/map_reserve_13/",
6768
"textures/ui/map_reserve_14/",
6869
"textures/ui/map_reserve_15/",
69-
"textures/ui/map_reserve_16/"
70+
"textures/ui/map_reserve_16/",
71+
"textures/ui/map_reserve_17/"
7072
],
7173
"unarchived_files": [],
7274
"archive_paths": [

0 commit comments

Comments
 (0)