Skip to content

Commit 16cb6df

Browse files
committed
v2.2.2: New Mule Deer furs, level estimates for Scotland, improved popup messages
1 parent 08d615d commit 16cb6df

18 files changed

Lines changed: 1887 additions & 1532 deletions

File tree

apc/config.py

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ def setup_translations() -> None:
191191
FILES = translate("Files")
192192
global FILE_NOT_FOUND
193193
FILE_NOT_FOUND = translate("The file could not be found")
194+
global MAP_DATA_NOT_FOUND
195+
MAP_DATA_NOT_FOUND = translate("Map data not found")
196+
global MAP_DATA_NOT_FOUND_INSTRUCTIONS
197+
MAP_DATA_NOT_FOUND_INSTRUCTIONS = translate("Open the game, load the map once, then save and quit. After that, reopen the mod tool and try again.")
194198
global CONFIGURE_GAME_PATH
195199
CONFIGURE_GAME_PATH = translate("Configure Game Path")
196200
global CONFIGURE_GAME_PATH_ERROR
@@ -319,10 +323,18 @@ def setup_translations() -> None:
319323
ANIMALS_LOADED = translate("Animals loaded")
320324
global SELECTED_MULTIPLE_RESERVES
321325
SELECTED_MULTIPLE_RESERVES = translate("Selected animals from multiple reserves. Modifications will overwrite the following files:")
326+
global CLICK
327+
CLICK = translate("Click")
328+
global UPDATED_ANIMALS_ON_RESERVE
329+
UPDATED_ANIMALS_ON_RESERVE = translate("Updated animals on reserve")
330+
global UPDATED_ANIMALS_ON_RESERVE_2
331+
UPDATED_ANIMALS_ON_RESERVE_2 = translate("to load the modded file into your saves folder")
322332
global UPDATED_MULTIPLE_RESERVES
323-
UPDATED_MULTIPLE_RESERVES = translate("Updated animals on multiple reserves. Use")
333+
UPDATED_MULTIPLE_RESERVES = translate("Updated animals on multiple reserves")
324334
global UPDATED_MULTIPLE_RESERVES_2
325-
UPDATED_MULTIPLE_RESERVES_2 = translate("to load the modded files for each reserve:")
335+
UPDATED_MULTIPLE_RESERVES_2 = translate("to load the modded files for each reserve into your saves folder")
336+
global DONT_REMIND_ME
337+
DONT_REMIND_ME = translate("Don't remind me again")
326338

327339
setup_translations()
328340

apc/config/animal_details.json

Lines changed: 102 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,28 @@
145145
"weight_high": 1.1
146146
}
147147
},
148+
"level": [
149+
[
150+
0.7,
151+
0.899
152+
],
153+
[
154+
0.9,
155+
1.09
156+
],
157+
[
158+
1.1,
159+
1.29
160+
],
161+
[
162+
1.3,
163+
1.49
164+
],
165+
[
166+
1.5,
167+
1.6
168+
]
169+
],
148170
"species_id": 119,
149171
"trophy": {
150172
"bronze": {
@@ -2954,6 +2976,28 @@
29542976
"weight_high": 1.6
29552977
}
29562978
},
2979+
"level": [
2980+
[
2981+
1.0,
2982+
1.279
2983+
],
2984+
[
2985+
1.28,
2986+
1.539
2987+
],
2988+
[
2989+
1.54,
2990+
1.799
2991+
],
2992+
[
2993+
1.8,
2994+
2.06
2995+
],
2996+
[
2997+
2.07,
2998+
2.2
2999+
]
3000+
],
29573001
"species_id": 120,
29583002
"trophy": {
29593003
"bronze": {
@@ -3163,6 +3207,20 @@
31633207
"weight_high": 0.432
31643208
}
31653209
},
3210+
"level": [
3211+
[
3212+
0.215,
3213+
0.319
3214+
],
3215+
[
3216+
0.32,
3217+
0.409
3218+
],
3219+
[
3220+
0.41,
3221+
0.432
3222+
]
3223+
],
31663224
"species_id": 117,
31673225
"trophy": {
31683226
"bronze": {
@@ -3231,6 +3289,28 @@
32313289
"weight_high": 14.0
32323290
}
32333291
},
3292+
"level": [
3293+
[
3294+
7.0,
3295+
9.599
3296+
],
3297+
[
3298+
9.6,
3299+
11.499
3300+
],
3301+
[
3302+
11.5,
3303+
13.679
3304+
],
3305+
[
3306+
13.68,
3307+
15.919
3308+
],
3309+
[
3310+
15.92,
3311+
17.0
3312+
]
3313+
],
32343314
"species_id": 121,
32353315
"trophy": {
32363316
"bronze": {
@@ -5795,16 +5875,19 @@
57955875
"ammo_class": 5,
57965876
"gender": {
57975877
"male": {
5798-
"fur_total_probability": 100075,
5878+
"fur_total_probability": 100150,
57995879
"furs": {
58005880
"melanistic": 25,
5881+
"mosaic": 25,
58015882
"grey": 25000,
58025883
"leucistic": 25,
58035884
"albino": 25,
58045885
"brown": 37350,
58055886
"dilute": 200,
58065887
"piebald_2": 50,
58075888
"blonde": 37350,
5889+
"erythristic_isabelline": 25,
5890+
"erythristic_red": 25,
58085891
"piebald": 50
58095892
},
58105893
"score_low": 37.128,
@@ -5813,16 +5896,19 @@
58135896
"weight_high": 210.0
58145897
},
58155898
"female": {
5816-
"fur_total_probability": 100075,
5899+
"fur_total_probability": 100150,
58175900
"furs": {
58185901
"melanistic": 25,
5902+
"mosaic": 25,
58195903
"grey": 25000,
58205904
"leucistic": 25,
58215905
"albino": 25,
58225906
"brown": 37350,
58235907
"dilute": 200,
58245908
"piebald_2": 50,
58255909
"blonde": 37350,
5910+
"erythristic_isabelline": 25,
5911+
"erythristic_red": 25,
58265912
"piebald": 50
58275913
},
58285914
"score_low": 0.0,
@@ -7117,6 +7203,20 @@
71177203
"weight_high": 0.7
71187204
}
71197205
},
7206+
"level": [
7207+
[
7208+
0.525,
7209+
0.629
7210+
],
7211+
[
7212+
0.63,
7213+
0.729
7214+
],
7215+
[
7216+
0.73,
7217+
0.75
7218+
]
7219+
],
71207220
"species_id": 116,
71217221
"trophy": {
71227222
"bronze": {

apc/config/fur_names.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
"erythristic_golden": {
162162
"fur_name": "Erythristic Golden"
163163
},
164+
"erythristic_isabelline": {
165+
"fur_name": "Erythristic Isabelline"
166+
},
164167
"erythristic_red": {
165168
"fur_name": "Erythristic Red"
166169
},
@@ -575,7 +578,7 @@
575578
"twinsoul": {
576579
"fur_name": "Fabled Twinsoul"
577580
},
578-
"unknown": {
581+
"unknown": {
579582
"fur_name": "Unknown"
580583
},
581584
"vanguard": {

apc/config/global_animal_types.blo

976 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)