-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.steam.en.txt
1189 lines (1135 loc) · 55.7 KB
/
CHANGELOG.steam.en.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[h1]beta Version 0.6.4[/h1]
[h2]Game Content[/h2]
[list]
[*] The coastlines of Fukuyama City in Hiroshima Prefecture and Hofu City in Yamaguchi Prefecture, which face the Seto Inland Sea, have been receded to where they were before the Edo period.
[*] Ground textures have been updated.
[*] Added a tree map object.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] The Miomotegawa and Takane Rivers have been added.([url=https://github.com/almandite1/shogunate_map_alteration/issues/342]#342[/url])
[*] Added the Chikusa River.([url=https://github.com/almandite1/shogunate_map_alteration/issues/343]#343[/url])
[/list]
[h3]add branch family[/h3]
[list]
[*] A branch family has been set up in the Echigo-Honjō clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/337]#337[/url])
[/list]
[h3]Updated character data[/h3]
[list]
[*] Added nicknames to some characters.
[*] The cause of death has been set for some characters.
[*] Changed the death date of some characters to a more grounded date.
[/list]
[h3]Title History Data Change[/h3]
[list]
[*] Changed to be accurate based on the latest research findings.
[/list]
[h3]Fixed[/h3]
[list]
[*] Missing loc for name 'character_name_12139040' for character '12139040'
[*] Missing loc for name 'Sukemasu' for character '10018377'
[*] Missing loc for name 'Sukefusa' for character '10018378'
[*] Could not find coat of arms render description for '10000227' when making alias for 'house_shgnt_murakami_muroga', it needs to be defined before this tries to use it as an alias
[*] Error: set_relation_friend effect [ Could not add scripted relation (already there?) ] Script location: file: history/characters/koshin_characters.txt line: 880
[*] Error: has_primary_title trigger [ landed title (primary title) was null ] Script location: file: gfx/portraits/portrait_modifiers/02_headgear.txt line: 363
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.6.3[/h1]
[h2]Game Content[/h2]
[list]
[*] A portion of the Suo-nada coastline has been set back to where it was before the Edo period. ([url=https://github.com/almandite1/shogunate_map_alteration/issues/334]#334[/url])
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding. ([url=https://github.com/almandite1/shogunate_map_alteration/issues/323]#323[/url])
[*] Ground textures have been updated.
[*] Added a tree map object.
[/list]
[h3]add branch family[/h3]
[list]
[*] A branch family has been set up in the Hitachi-Oda clan. ([url=https://github.com/almandite1/shogunate_map_alteration/issues/311]#311[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] Changed the first holding of some county territories.([url=https://github.com/almandite1/shogunate_map_alteration/issues/329]#329[/url])
[/list]
[h3]Updated character data[/h3]
[list]
[*] Added nicknames to some characters.
[*] The cause of death has been set for some characters.
[*] Changed the death date of some characters to a more grounded date.
[/list]
[h2]Fixed[/h2]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/318]#318[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/317]#317[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/316]#316[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/315]#315[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/314]#314[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/313]#313[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/312]#312[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/321]#321[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/326]#326[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/327]#327[/url]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.6.2[/h1]
[h2]Game Content[/h2]
[list]
[*] Fukano Pond and Shinkaike Pond in Kawachi Province were implemented.
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding.([url=https://github.com/almandite1/shogunate_map_alteration/issues/306]#306[/url])
[*] Ground textures have been updated.
[*] Added a tree map object.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] The Minatogawa River in Hyogo Prefecture, where the Battle of Minatogawa took place, has been added. However, it is the current course of the Shin-Minatogawa River.([url=https://github.com/almandite1/shogunate_map_alteration/issues/307]#307[/url])
[/list]
[h3]add branch family[/h3]
[list]
[*] A branch family was set up for the Sano clan in Shimotsukeno.([url=https://github.com/almandite1/shogunate_map_alteration/issues/303]#303[/url])
[*] A branch family was set up for the Ashina clan in Aizu.([url=https://github.com/almandite1/shogunate_map_alteration/issues/304]#304[/url])
[*] A branch family was set up for the Kobayakawa clan in Aki.([url=https://github.com/almandite1/shogunate_map_alteration/issues/301]#301[/url])
[/list]
[h3]Updated character data[/h3]
[list]
[*] Added nicknames to some characters.
[*] The cause of death has been set for some characters.
[*] Changed the death date of some characters to a more grounded date.
[/list]
[h3]Fixed[/h3]
[list]
[*] Character duplication has been resolved.([url=https://github.com/almandite1/shogunate_map_alteration/issues/302]#302[/url]
[*] Fixed a bug that caused the waters around Cape Ushio and Lake Biwa to become land.([url=https://github.com/almandite1/shogunate_map_alteration/issues/308]#308[/url])
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.6.1[/h1]
[h2]Game Content[/h2]
[list]
[*] Updated the Provincial Terrain Setting for Shikoku's coastal areas.
[*] Changed the name of b_shgnt_ishimi_6 to "Katsuura".
[*] Changed the name of b_shgnt_kuruma_1 to "Shirai".
[*] I added a saying as a motto.
[*] Ground textures have been updated.
[*] Added a tree map object.
[*] Updated heightmap.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Added the Anegawa River, which flows into Lake Biwa, where the Battle of Anegawa took place.([url=https://github.com/almandite1/shogunate_map_alteration/issues/298]#298[/url])
[/list]
[h3]Improvement of Province Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/292]#292[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/294]#294[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/295]#295[/url]
[/list]
[h3]add branch family[/h3]
[list]
[*] A branch family has been set up for the Izumo-Misawa clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/257]#257[/url])
[*] A branch family was set up in the Mōri clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/286]#286[/url])
[*] A branch family has been added to the Kikkawa clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/291]#291[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] Changed the first holding of some county territories.([url=https://github.com/almandite1/shogunate_map_alteration/issues/281]#281[/url])
[*] Default capital county for some duchies has been set.
[/list]
[h3]Updated character data[/h3]
[list]
[*] Added nicknames to some characters.
[*] Added cause of death for some characters.
[*] Changed death dates of some characters to be more grounded.
[/list]
[h3]Fixed[/h3]
[list]
[*] 12602054Misawa Tamechika's name localization key was missing, so I added it.
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/287]#287[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/288]#288[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/289]#289[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/290]#290[/url]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.6.0[/h1]
[h2]Game Content[/h2]
[list]
[*] Updated ground textures.
[*] Added a tree map object.
[*] Updated heightmap.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] A class rivers have been added.([url=https://github.com/almandite1/shogunate_map_alteration/issues/283]#283[/url])
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added nicknames to some of the Hitachi-Makabe clan characters.
[*] Added nicknames to some of the Mutsu-Tamura clan characters.
[/list]
[h3]Fixed[/h3]
[list]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.5.9[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding.([url=https://github.com/almandite1/shogunate_map_alteration/issues/278]#278[/url])
[*] Changed the default names of the various holdings.
[*] Added image data of the family crest "Tsunagima" for the Sōma clan.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Kyūshū region rivers have been reimplemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/274]#274[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/275]#275[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/276]#276[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/277]#277[/url]
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family has been set up in the Sōma clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/254]#254[/url] )
[*] A branch family has been set up in the Andō clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/255]#255[/url] )
[*] A branch family has been set up in the Asakura clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/256]#256[/url] )
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added nicknames, added causes of death, and added traits to the data of some Echizen-Asakura clan characters.
[/list]
[h1]beta Version 0.5.8[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding.([url=https://github.com/almandite1/shogunate_map_alteration/issues/262]#262[/url])
[*] Changed some baronial default names.
[*] The province_terrain setting has been changed for some Provinces in the Kyushu region.
[*] Culture-specific title names have been set for some locations in the Hokkaido region.
[*] Updated heightmap.
[*] Added a tree map object.
[*] Updated ground textures.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Kyūshū region rivers have been reimplemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/268]#268[/url])
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family has been set up in the Shinano-Murakami clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/252]#252[/url] )
[*] A branch family has been set up in the Satake clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/253]#253[/url] )
[/list]
[h3]Capital setting[/h3]
[list]
[*] hanged the first holding of some county territories.([url=https://github.com/almandite1/shogunate_map_alteration/issues/270]#270[/url])
[*] The capital county territory of the Kasai clan has been changed to Oshika County.([url=https://github.com/almandite1/shogunate_map_alteration/issues/272]#272[/url])
[*] The capital county territory of the Nambada clan was changed to Yokomi-gun, where Matsuyama Castle is located.([url=https://github.com/almandite1/shogunate_map_alteration/issues/273]#273[/url])
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added nicknames, changed engagement settings, and changed the method of adding traits to the data of some of the Hitachi Satake characters.
[/list]
[h3]Fixed[/h3]
[list]
[*] Some map object locators have been adjusted.
[*] Added a dummy file to reduce the error log output.
[/list]
[h1]beta Version 0.5.7[/h1]
[h2]Game Content[/h2]
[list]
[*] Updated heightmap. The coastline of parts of the Seto Inland Sea has receded to its past position.
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding.([url=https://github.com/almandite1/shogunate_map_alteration/issues/262]#262[/url])
[*] Changed some title history data to follow the main mod or to be more historically accurate.
[*] Subdivided the sea area Provinces and added Shonan Coast, Shichiri-Mihama, San-in Coast, and Nichinan Coast.
[*] Added a tree map object.
[*] Updated ground textures.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Kyūshū region rivers have been reimplemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/261]#261[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/242]#242[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/243]#243[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/244]#244[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/245]#245[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/246]#246[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/247]#247[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/248]#248[/url]
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family has been set up in the Matsudaira[松平] clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/249]#249[/url])
[*] A branch family has been set up in the Suwa[諏訪] clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/250]#250[/url])
[*] A branch family has been set up in the Takeda[武田] clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/251]#251[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] Changed the first holding of some county territories.([url=https://github.com/almandite1/shogunate_map_alteration/issues/263]#263[/url])
[*] Default capital county for some duchies has been set.
[/list]
[h3]Character data updated[/h3]
[list]
[*] Updated data for some Sagami Miura clan characters to be historically accurate.
[*] Reflected the opinion of the grant title in the character.([url=https://github.com/almandite1/shogunate_map_alteration/issues/218]#218[/url])
[*] I tested that `move_to_pool=yes` would reflect the in-field status.
[/list]
[h3]Fixed[/h3]
[list]
[*] Changed the title name because the title name in which IVS kanji characters were used was garbled.
[*] Some map object locators have been adjusted.
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/264]#264[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/265]#265[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/266]#266[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/178]#178[/url]
[*] Added a dummy file to reduce the error log output.
[/list]
[h1]beta Version 0.5.6[/h1]
[h2]Game Content[/h2]
[list]
[*] Divided Ise Bay Provinces and added new sea areas.
[*] The western part of Kaizu City was newly established as the county-provinces of Ishizu-gun, Mino Province.
[*] Ise Nagashima has been added as a new Province.
[*] Atsuta, Aichi-gun, Owari Province, was added as a new Province.
[*] Updated heightmap. The coastlines of Ise Bay and parts of Mikawa Bay have receded to their past positions.
[*] Updated ground textures.
[*] Added a tree map object.
[*] I added a saying[故事成語] as a motto.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Kyūshū region rivers have been reimplemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/223]#223[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/224]#224[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/225]#225[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/226]#226[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/227]#227[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/229]#229[/url]
[*] Improved many other unrecorded Provincial shapes.
[/list]
[h3]dynasty house[/h3]
[list]
[*] We have set up a branch family in the Yūki clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/231]#231[/url])
[/list]
[h3]Character data updated[/h3]
[list]
[*] Updated the data of some Iyo-Kōno and Shibukawa clan characters to be historically accurate.
[/list]
[h3]Fixed[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/233]#233[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/234]#234[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/235]#235[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/236]#236[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/237]#237[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/238]#238[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/239]#239[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/240]#240[/url]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.5.5[/h1]
[h2]Game Content[/h2]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/pull/215]English translation of the motto has been added.[/url](by [url=https://github.com/daniel-majonica]@daniel-majonica[/url]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in the holding.([url=https://github.com/almandite1/shogunate_map_alteration/issues/220]#220[/url])
[*] Updated heightmap. The coastline of the Ariake Sea and part of the Bisan Seto has receded to its pre-Edo period position.
[*] Updated ground textures.
[*] Added a tree map object.
[*] I added a saying[故事成語] as a motto.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Kanto region rivers have been reimplemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/209]#209[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/210]#210[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/211]#211[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/212]#212[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/213]#213[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/214]#214[/url]
[*] Improved many other unrecorded Provincial shapes.
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family was set up in the Oda[織田] clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/216]#216[/url])
[*] A branch family was set up in the Toki[土岐] clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/217]#217[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] The year of Oda Nobuhide's move to the capital county has been changed.
[*] The capital county territory of the Siba clan has been changed to Nishi-Kasugai-gun.([url=https://github.com/almandite1/shogunate_map_alteration/issues/219]#219[/url])
[*] The capital county territory of Oda Nobutada was changed to Atsumi-gun.([url=https://github.com/almandite1/shogunate_map_alteration/issues/221]#221[/url])
[/list]
[h3]Character data updated[/h3]
[list]
[*] Changed data for some Matsuura characters to be historically accurate.
[*] Reflected the opinion of the grant title in the character.([url=https://github.com/almandite1/shogunate_map_alteration/issues/117]#117[/url])
[/list]
[h3]Fixed[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/180]#208[/url]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.5.4[/h1]
[h2]Game Content[/h2]
[list]
[*] [English translation of the motto has been added.](https://github.com/almandite1/shogunate_map_alteration/pull/205)(by @daniel-majonica)
[*] The family crest was set for the Miura clan in the late Heian and early Kamakura periods.([url=https://github.com/almandite1/shogunate_map_alteration/issues/182]#182[/url])
[*] Updated ground textures.
[*] Updated heightmap. The shoreline of part of Tokyo Bay has receded to its pre-Edo period position.
[*] Added a tree map object.
[*] The English translation of motto「厭離穢土欣求浄土」 has been updated.
[*] I added a saying[故事成語] as a motto.
[*] Initial activation of b_shgnt_tsukuha_1 as a temple.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Reimplemented rivers in the Chubu region.([url=https://github.com/almandite1/shogunate_map_alteration/issues/206]#206[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/202]#202[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/203]#203[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/204]#204[/url]
[*] Improved many other unrecorded Provincial shapes.
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family was set up in the Kikuchi clan in Kyushu.([url=https://github.com/almandite1/shogunate_map_alteration/issues/181]#181[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] The capital county of the Nikaido clan is now Iwase County.([url=https://github.com/almandite1/shogunate_map_alteration/issues/195]#195[/url])
[*] The capital county of the Iwashiro clan is now Iwasaki County.([url=https://github.com/almandite1/shogunate_map_alteration/issues/196]#196[/url])
[*] The capital county of the Akizuki clan is now Yosu County.([url=https://github.com/almandite1/shogunate_map_alteration/issues/200]#200[/url])
[*] Changed the first holding of the various countdomains.([url=https://github.com/almandite1/shogunate_map_alteration/issues/199]#199[/url])
[/list]
[h3]Character data updated[/h3]
[*] Changed data for some of the Shiba[斯波] characters to be historically accurate.
[h3]Title History Data Change[/h3]
[*] In 1534, Ashikaga Yoshiharu distributed the Count's domain, which he held under his direct control.([url=https://github.com/almandite1/shogunate_map_alteration/issues/185]#185[/url])
[h3]Fixed[/h3]
[list]
[*] Added vanilla music.txt to reduce error output.
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/180]#180[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/192]#192[/url]
[*] The top title of 1534 Owari Aichi Kaito was corrected to Imagawa Ujiteru. ([url=https://github.com/almandite1/shogunate_map_alteration/issues/193]#193[/url])
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/198]#198[/url]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.5.3[/h1]
[h2]Game Content[/h2]
[list]
[*] The county territory, which has many affiliated Provinces, has been divided and newly established.([url=https://github.com/almandite1/shogunate_map_alteration/issues/4]#4[/url])
[*] We have consolidated and reduced the number of Provinces in the Count's territory where there are many affiliated Provinces.([url=https://github.com/almandite1/shogunate_map_alteration/issues/3]#3[/url])
[*] Navigable waters, the Sea of Katori[Katori No Umi], have been implemented.
[*] The coastline of the Okayama Plain has receded to its pre-Edo period position. Navigable waters, Kibi no Anami, have been implemented.([url=https://github.com/almandite1/shogunate_map_alteration/issues/179]#179[/url])
[*] Character data has been updated.([url=https://github.com/almandite1/shogunate_map_alteration/issues/183]#183[/url])
[*] Updated ground textures.
[*] Updated heightmap.
[*] Added a tree map object.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Added Kizugawa River.([url=https://github.com/almandite1/shogunate_map_alteration/issues/173]#173[/url])
[*] The Tone River system was added.([url=https://github.com/almandite1/shogunate_map_alteration/issues/175]#175[/url])
[/list]
[h3]Improvement of Provincial Shape[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/1]#1[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/166]#166[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/168]#168[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/167]#167[/url]
[/list]
[h3]dynasty house[/h3]
[list]
[*] A branch family has been added to the Miyoshi clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/170]#170[/url])
[*] A branch family has been added to the Ouchi clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/171]#171[/url])
[*] A branch family has been added to the Chosokabe clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/169]#169[/url])
[/list]
[h3]Capital setting[/h3]
[list]
[*] The capital county of Chosokabe Motochika is set at Nagaoka.([url=https://github.com/almandite1/shogunate_map_alteration/issues/172]#172[/url])
[*] The capital county of Shimazu Yoshitora has been set at Izumi.([url=https://github.com/almandite1/shogunate_map_alteration/issues/174]#174[/url])
[*] The first holding of Izumi in Satsuma Province has been changed.([url=https://github.com/almandite1/shogunate_map_alteration/issues/176]#176[/url])
[*] The first holding of Usuki in Hyuga Province has been changed.([url=https://github.com/almandite1/shogunate_map_alteration/issues/177]#177[/url])
[/list]
[h3]Fixed[/h3]
[list]
[*] Some map object locators have been adjusted.
[/list]
[h1]beta Version 0.5.2[/h1]
[h2]Game Content[/h2]
[list]
[*] Updated ground textures.
[*] Updated heightmap.
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Added 円山川.([url=https://github.com/almandite1/shogunate_map_alteration/issues/163]#163[/url])
[/list]
[h3]dynasty house[/h3]
[list]
[*] Addition of a branch of the Kasai Clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/109]#109[/url])
[*] Addition of a branch of the Shiba Clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/110]#110[/url])
[*] Addition of a branch of the Nambu Clan.([url=https://github.com/almandite1/shogunate_map_alteration/issues/111]#111[/url])
[/list]
[h3]Fixed[/h3]
[list]
[*] Corrected the position of the unit position locator on land, as it had been drastically misplaced.
[/list]
[h1]beta Version 0.5.1[/h1]
[h2]Game Content[/h2]
[list]
[*] Updated ground textures.
[*] Updated heightmap. The coastlines of Fukuoka City and Okayama City have receded to their 1920 positions.
[*] Set the placement of tree map objects in some locations.
[*] The capital county of the Mutsu=Soma clan has been established.(closed #153)
[*] Updated watercolor_rgb_waterspec_a.dds
[*] Localization keys for newly added titles have been added.(closed #158)
[/list]
[h3]Updated rivers.png[/h3]
[list]
[*] Added 熊野川、紀ノ川、猪名川、北川、野洲川、由良川、揖保川、天竜川、阿武隈川、淀川、桂川.(closed #157)
[/list]
[h3]Character data updated[/h3]
[list]
[*] Changed the duplicate marriage setting description of Date Sanemoto to one engagement.
[*] Changed the duplicate marriage setting description of Date Narizane to one engagement.
[*] Set a cause of death for Watari Tsunamune.
[*] Added nicknames and cause of death to Obiangawa's characters.
[*] Updated character data for the Date branch of the family.(closed #160)
[/list]
[h3]Title History Data Change[/h3]
[list]
[*] The Annaka clan is set to be subordinate to the Takeda clan.(closed #155)
[/list]
[h3]dynasty house[/h3]
[list]
[*] Addition of a branch of the Date family(closed #108)
[/list]
[h3]Fixed[/h3]
[list]
[*] Adjusted the position of the map locator.
[*] There was no unit position locator at sea, so I set one up.
[*] Fixed bookmarks.(fixed #156)
[/list]
[h1]beta Version 0.5.0[/h1]
[h2]Game Content[/h2]
[list]
[*] I remade the map.([url=https://github.com/almandite1/shogunate_map_alteration/issues/141]#141[/url])
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING.([url=https://github.com/almandite1/shogunate_map_alteration/issues/151]#151[/url])
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/142]#142[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/143]#143[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/144]#144[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/145]#145[/url]
[/list]
[h3]dynasty house[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/104]#104[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/105]#105[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/107]#107[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/116]#116[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/137]#137[/url]
[/list]
[h2]Fixed[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/136]#136[/url]
[/list]
[h1]alpha Version 0.4.9.1[/h1]
[h2]Fixed[/h2]
[list]
[*] Fixed a bug related to culture and religion.([url=https://github.com/almandite1/shogunate_map_alteration/issues/148]#148[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/149]#149[/url])
[/list]
[h1]alpha Version 0.4.9[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING.([url=https://github.com/almandite1/shogunate_map_alteration/issues/114]#114[/url])
[*] The capitals of some of the forces have been set.([url=https://github.com/almandite1/shogunate_map_alteration/issues/92]#92[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/96]#96[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/98]#98[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/120]#120[/url])
[*] Changed the title historical data which is historically unnatural.([url=https://github.com/almandite1/shogunate_map_alteration/issues/100]#100[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/106]#106[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/113]#113[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/119]#119[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/138]#138[/url])
[/list]
[h3]dynasty house[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/83]#83[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/41]#41[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/102]#102[/url]
[/list]
[h2]Fixed[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] Fixed an error that appeared in the log file.([url=https://github.com/almandite1/shogunate_map_alteration/issues?q=is%3Aclosed+assignee%3Aalmandite1+label%3Abug+]bug[/url])
[/list]
[h1]alpha Version 0.4.8[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING.([url=https://github.com/almandite1/shogunate_map_alteration/issues/80]#80[/url])
[*] Ground textures have been updated.
[*] Changed county title history data related to Kyushu Hakata.([url=https://github.com/almandite1/shogunate_map_alteration/issues/85]#85[/url])
[*] The county of Gamō in Ōmi Province was divided into two county territories.([url=https://github.com/almandite1/shogunate_map_alteration/issues/87]#87[/url])
[*] The capitals of some of the forces have been set.([url=https://github.com/almandite1/shogunate_map_alteration/issues/86]#86[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/84]#84[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/88]#88[/url])
[*] Changed the title historical data which is historically unnatural.([url=https://github.com/almandite1/shogunate_map_alteration/issues/82]#82[/url], [url=https://github.com/almandite1/shogunate_map_alteration/issues/81]#81[/url])
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added nicknames, traits, and cause of death to Rokkaku's characters.
[/list]
[h3]dynasty house[/h3]
[list]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/38]#38[/url]
[*] [url=https://github.com/almandite1/shogunate_map_alteration/issues/24]#24[/url]
[/list]
[h2]Fixed[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] Corrected the color definition for Provinces in Hei County.
[*] Fixed an error that appeared in the log file.([url=https://github.com/almandite1/shogunate_map_alteration/issues?q=is%3Aopen+assignee%3Aalmandite1+label%3Abug+]bug[/url])
[/list]
[h1]alpha Version 0.4.7[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING. (#52)
[*] Set the placement of tree map objects in some locations.
[*] Ground textures have been updated.
[*] Updated heightmap.
[*] Changed the title history data of Shikoku.(#27)
[*] Changed the title history data of Shinano related to the Ogasawara clan.
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added nicknames, traits, and cause of death for Yamana clan characters.
[*] Added nicknames, traits, and cause of death to Ogasawara clan characters.
[*] Added nicknames, traits, and cause of death to Shinano=Murakami clan characters. Date of death has been changed.
[/list]
[h3]CoA-related[/h3]
[list]
[*] #39
[*] #40
[*] #42
[*] #43
[*] #45
[*] #46
[*] #49
[*] #50
[/list]
[h3]dynasty house[/h3]
[list]
[*] #21
[*] #23
[/list]
[h2]Fixed[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] Fixed the Yamana family tree so that it appears connected.
[*] Duplicate descriptions in character data have been removed.
[/list]
[h1]alpha Version 0.4.6[/h1]
[h2]Game Content[/h2]
[list]
[*] Added support for the main mod for version 1.4.
[*] I set the barony names of the Chinese regions to change in the 15th and 16th centuries, and castles to appear in HOLDING. The following baronies and others have been set up. 林野城、三星城、七尾城、温湯城、丸山城、高田城、羽衣石城、天神山城、二上山城、鵯尾城。
[*] Added impassable zones.
[*] Set the placement of tree map objects in some locations.
[*] Ground textures have been updated.
[*] Updated heightmap.
[*] x_buddhist Set the male characters with culture to lose their hair.
[/list]
[h3]Character data updated[/h3]
[list]
[*] Added the reason for death in the Kakichi Rebellion to the Akamatsu character.
[*] Added nicknames and traits to Nobushige and Nobuei Takeda.
[/list]
[h3]CoA-related[/h3]
[list]
[*] #6
[*] #7
[*] #8
[*] #9
[/list]
[h2]Fixed[/h2]
[list]
[*] Adjusted the position of the map locator.
[/list]
[h1]alpha Version 0.4.5[/h1]
[h2]Game Content[/h2]
[list]
[*] Removed duplicate files from the main mod, since it was written to support ver 1.3.
[*] I set the impassable that I forgot to add.
[*] character:Shimizu Muneharu is now set to be under the control of the Ishikawa clan.
[*] The Kuroda clan has been set up in Himeji Castle under Shikatoh County.
[*] Changed to double the normal movement speed and the movement speed during withdrawal.
[*] A branch family has been added to the Shimazu clan.(closed #14)
[*] Dynasty name has been changed. (closed #18)
[*] Added impassable zones.
[*] Reflected character data changes in main mod.
[*] Reflected title history data change in main mod.
[*] Set the placement of tree map objects in some locations.
[*] Ground textures have been updated.
[*] The PROV name has been set in definition.csv.
[*] Set dynasty_house to char_id:10017042.
[*] d_bitchu set e_japan to be under the Ashikaga shogunate in 1467.
[*] shgnt_landed_titles.txt Changed Provincial tying for closed counties.
[/list]
[h2]Fixed[/h2]
[list]
[*] Fixed a duplicate of the vanilla localization key.
[/list]
[h1]alpha Version 0.4.4[/h1]
[h2]Game Content[/h2]
[list]
[*] The family crest of the Sakai clan, a vassal of the Tokugawa family, is set.(#5)
[*] Branch families have been set up for the Murakami Genji. The Kitabatake and Namioka clans became branch families.(#13)
[*] barony I tested to see if the title history data would be reflected in Nukata, Mikawa Province.
[*] Changed historical data so that the Yoshimi clan holds the title of Iwami-Kanoashi County.
[*] Set the placement of tree map objects in some locations.
[*] Ground textures have been updated.
[*] I set it up so that the name of the ocean is displayed.
[*] I set the barony names of the Chinese regions to change in the 15th and 16th centuries, and castles to appear in HOLDING. The following baronies and others have been set up. 亀寿山、府中八尾、鷲尾山、神辺、猿掛、松山、幸山、常山、岩屋、三石、天神山、白旗、岡山、沼。
[*] The barony holding in Sakai County was set to become a city in the 14th century.
[*] The name of Otokuni County in Yamashiro Province was set to change to "Nishinooka" in the 15th century.
[/list]
[h2]Fixed[/h2]
[list]
[*] Fixed the default culture of Provinces.(#28)
[*] Adjusted the position of the map locator.
[*] Corrected heightmap of main island of Okinawa.
[/list]
[h1]alpha Version 0.4.3[/h1]
[h2]Game Content[/h2]
[list]
[*] Added the image file of the family crest of the Tokugawa vassal, Torii, "Sparrow on Bamboo" and set the family crest.
[*] The county territory "Hinai" was divided from the county-level territory "Akita".
[*] Set the placement of tree map objects in some locations.
[*] Added Japanese sayings and proverbs as motto keys. Since it is only registered as a localization key, it will not appear in the game.
[*] The number of Provinces belonging to the Kita Countoy of Mutsu has been increased by 4 to 6.
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING. The settings include the following baronies. 松尾、栂牟礼、岡、安岐、人吉、古麓、宇土、大平、柳河、高祖、日野江、好武、大洲、松葉、黒瀬、湯築、安芸、天霧、勝賀、藤尾、中村、牛岐、大西、白地、上桜、柴生、雨滝、十河、洲本、津和野、蓮華山、比叡尾山、比熊山、蔀山、甲山、高山城
木村、勝山、小童山
[*] The capitals of some of the forces have been set.
[*] We exchanged the title history data of Aki-gun and Kami-gun in Tosa Province.
[*] Created dynasty_house in Hatakeyama clan. The Noto-Hatakeyama family was divided into the Soshū and Bishū families. The Nihonmatsu clan was merged into the Hatakeyama clan.
[/list]
[h2]Fixed[/h2]
[list]
[*] Fixed an issue where the barony names of Date County were not displayed.
[*] Adjusted map locator position.
[/list]
[h1]alpha Version 0.4.2[/h1]
[h2]Game Content[/h2]
[list]
[*] Added a new motto key for words and proverbs.
[*] I set a motto for the newly added dynasty_house in this MOD. There is no relationship between the motto and each house except for the Tokugawa clan.
[*] Added an image file of the family crest "上り藤大文字" of Ōkubo clan, a vassal of the Tokugawa family.
[*] Title history data for Kawanuma and Onuma counties in the Aizu region have been exchanged.
[*] I set the barony name to change in the 15th and 16th centuries, and the castle to appear in HOLDING. The following baronial names have been set. 会津「横田」、日向国「佐土原」「都於郡」「都之城」、若狭の「後瀬山」、出羽の「湊」「檜山」「脇本」、陸奥の「福島」「藤崎」「三戸」、上総の「真里谷」、駿河の「興国寺」、伊豆の「韮山」、播磨の「置塩」、伊勢の「田丸」「松ヶ島」「神戸」。
[*] The capital of the Kimotsuki clan is set at "Kimotsuki-gun".
[*] The capital of the Akamatsu clan is set at Shikashi-gun.
[*] Adjusted the position of the map locator.
[*] The Wakasa=Takeda, Chōnan, and Mariyatsu clans were set up as branches of the Kai=Takeda clan.
[*] The Settsu=Arima clan was set up as a branch of the Akamatsu clan.
[*] The Tsugawa, Mori, Hachiya, Mogami, Ōsaki, and [Kosuiji] Shiba clans were set as branches of the Shiba clan. Ashikaga Muneuji of the Kamakura period was set as the Shiba clan, which is different from the historical fact.
[*] Oshika, Tōtoumi=Imagawa, Sena, Horikoshi, and Kambara clans were set up as branches of the Imagawa clan.
[*] Removed pre-Heian titleholder from historical information of c_shgnt_tenno.
[*] The family crests of the Matsudaira clan and others have been changed.
[/list]
[h2]Fixed[/h2]
[list]
[*] The title names of the three baronies in the closed counties that I forgot to add have been set.
[*] Fixed a formatting error in the description of character data Inioh. The following descriptions are now recognized.
[/list]
[h1]alpha Version 0.4.1[/h1]
[h2]Game Content[/h2]
[list]
[*] I set the barony name to change to the following list in the 15th and 16th centuries, and the castle to appear in the holding.
[/list]
[olist]
[*] 姫道[姫路]
[*] 北ノ庄
[*] 三木
[*] 八上
[*] 有岡
[*] 安土
[*] 観音寺
[*] 金山[安芸銀山]
[*] 日の山
[*] 小倉山
[*] 駿河丸
[*] 山口
[*] 内
[*] 田布施
[*] 丸森
[*] 芥川山
[*] 越水
[*] 清洲
[*] 末盛
[*] 小牧山
[*] 古渡
[*] 那古野
[*] 勝幡
[*] 葛尾
[*] 河越
[*] 糟屋
[*] 平井
[*] 米沢
[*] 桑折西山
[*] 梁川
[*] 上京→二条
[*] 六波羅→下京
[*] 水ヶ江
[*] 大友館
[*] 富田
[*] 若山
[/olist]
[list]
[*] The capitals of some of the 15th and 16th century powers were set up.
[*] Tested whether the name of the "Kamakura lord" in the kingdom class title can be changed to "Koga lord".
[*] We tested if we could set the legal (de jure) territory of the Kamakura lord.
[*] Tested the addition of Cadet Branch [Dynasty House] in Uesugi and Hosokawa clans. The following branch houses have been added.
[/list]
[olist]
[*] 扇谷
[*] 山内上杉
[*] 庁鼻和
[*] 越後上杉
[*] [鎌倉公方]足利
[*] 細川野州
[*] 細川京兆
[*] 細川典厩
[*] 細川和泉上守護
[*] 細川和泉下守護
[*] 細川讃州家
[*] 細川備中守護
[*] 細川遠州家
[*] 細川淡路守護
[*] 長岡
[/olist]
[list]
[*] Changed the title of Ata County, Satsuma Province to be held by the Shimazu Soshu family.
[*] Character: Toyotomi Hideyoshi with sexual interest and fertility set.
[/list]
[h1]alpha Version 0.4.0[/h1]
[h2]Game Content[/h2]
Some locations have been given barony names with a 15th century feel, and the capitals of some of the powers picked up in the 1568 and 1560 scenario bookmarks have been set.
[list]
[*] The capital of the Oda clan is set to be Gifu Castle.
[*] The capital of the Tokugawa clan is set to be Okazaki Castle.
[*] The capital of the Takeda clan is set to be Tsutsujigasaki Castle.
[*] The capital of the Asakura clan is set to be Ichinodani Castle.
[*] The name of Kotani Castle, which was the main castle of the Asai clan, has been set to appear. The capital barony of Asai-gun, where Kotani Castle is located, has priority over the setting of the 12th century scenario. (This is because there is no way to specify the capital barony in the current game specifications.)
[*] The capital of Honganji was set to be Osaka.
[*] The names of Iimoriyama Castle and Takaya Castle, which are related to the Miyoshi clan, have been set to appear.
[*] The name of Tamonoyama Castle related to the Matsunaga clan has been set to appear.
[*] The capital of the Chosokabe clan was set to be Okatoyo Castle.
[*] The capital of the Imagawa clan is set to be Sunpu Castle.
[*] The capital of the Nagao clan is set to be Kasugayama Castle.
[*] The capital of the Hojo clan is set to be Odawara Castle.
[/list]
[h3]map[/h3]
[list]
[*] First-class rivers "Inagawa" and "Yasu River" in Kinki Region and "Hinogawa" in Chugoku Region were added to rivers.png.
[/list]
[h2]Fixed[/h2]
[list]
[*] Fixed an error related to CoA.
[/list]
[h1]alpha Version 0.3.9[/h1]
[h2]Game Content[/h2].
Cadet Branch [Dynasty House] Additional testing done.
[list]
[*] Added the Shida and Obi families of the Shida Yoshihiro, the Obi Tomi family, the Shingu family of the Gengyou family, the Tada family of the Settsu Genji, the Yasuda, Itsumi, Takeda, Kagami, Asari, Ichijo, Itagaki, and Akiyama families of the Settsu Genji, and the Nitta, Satomi, Yamana, and Ashikaga families of the Yoshikuni line.
[*] Added the Ike family of Taira no Yorimori and the Komatsu family of Taira no Shigemori to the Taira family tree.
[*] There was a character in the Taira family tree who had no parent-child relationship, so I set up an adopted child.
[*] Added Sugimoto family and Wada family to Miura clan.
[*] The Ohba, Nagao, Kajiwara, Kagawa, Nagae, Toyoda, and Matano families were added to the Kamakura clan.
[*] The Dohi family and the Ninomiya family were added to the Sagami Nakamura clan.
[*] The Kawamura family was added to the Sagami-Hatano clan.
[*] Added Fujiwara dynasty dedicated to characters descended from Hideyoshi Fujiwara. Added the Ashikaga, Sonoda, Ogo, Yamagami, Sano, Asonuma, Kimura, Hayashi, Sanuki, Nanami, Ota, Koyama, Shimokawabe, Naganuma, Yuki, Seki, Sato, Ofuji, and Ito families to the Shugo-ryu Fujiwara clan.
[*] The Tomura family was added to the Naka clan.
[*] The Okuyama family was added to the Shiro clan.
[*] The Anshoku family was added to the Yamada clan.
[*] The Akamatsu family was added to the Uno clan.
[*] Harada family, Biki family, Akizuki family, Takahashi family, Amakusa family, and Itai family were added to Okura clan.
[*] The Uku family was added to the Matsuura clan.
[*] The Ouchi, Uda, Yoshiki, Uno, Toida, Washigashira, and Masunari families were added to the Tara clan.
[*] The Kondori family and the Kujo family were added to the Fujiwara clan.
[*] Watanabe family and Toshima family were added to Saga Genji clan.
[*] Hatakeyama, Oyamada, Inage, Kawagoe, and Edo families were added to Chichibu clan.
[*] Kasai family was added to Toshima family.
[*] Added the Soma, Takeishi, Osuga, Kokubu, Higashi, Shiina, Sosa, Maritime, Iwase, Kataoka, and Usui families to the Chiba Clan.
[/list].
Coat of Arms image data added.
[list]
[*] Added "Oonakaguro" for Nitta clan.
[*] "Mitsuboshi Ichimonji" for Watanabe was added.
[*] "Komon Murano" for Hatakeyama clan has been added.
[/list]
[h1]alpha Version 0.3.8[/h1]
[h2]localization[/h2]
[list]
[*] All barony title names have been set. To save time, I tentatively used place names as of 1920 and current place names. We will continue to research and set title names that have a historical feel to them.
[/list]
[h1]alpha Version 0.3.7[/h1]
[h2]common[/h2]
[list]
[*] Added a commented-out file to suppress error output.
[*] Temporarily reduced bookmarks have been restored.
[/list]
[h2]events[/h2]
[list]
[*] Added a commented-out file to avoid errors.
[/list]
[h2]gfx[/h2]
[list]
[*] Set the placement of tree map objects in some locations.
[*] Adjusted the position of the map locator.
[*] Ground textures have been updated.
[/list]
[h2]history[/h2]
[list]
[*] Fixed an error in the character file.
[*] Fixed an error in titlehistory.
[h2]map[/h2]
[list]
[*] Updated heightmap.
[*] First class rivers in Tokai region "Oigawa", "Kikugawa" and "Shonai-gawa" were added to rivers.png.
[/list]
[h1]alpha Version 0.3.6[/h1]
[h2]common[/h2]
[list]
[*] The culture ID of dynasty has been modified and descriptions added to suppress error output.
[*] Added manchu culture to suppress error output.
[/list]
[h2]events[/h2]
[list]
[*] Added a commented-out file to avoid errors.
[/list]
[h2]history[/h2]
[list]
[*] Corrected the description in the character data to suppress error output.
[/list]
[h2]gfx[/h2]
[list]
[*] Set the placement of tree map objects in some locations.
[/list]
[h2]map[/h2]
[list]
[*] Added "Oyabegawa River," "Shogawa River," and "Kakehashigawa River" as first-class rivers in Hokuriku region to rivers.png.
[/list]
[h1]alpha Version 0.3.5[/h1]
[h2]common[/h2]
[list]
[*] Fixed a flaw in the bookmark portrait setting.
[*] Added a commented-out file to avoid errors.
[/list]
[h2]events[/h2]
[list]
[*] Added a commented-out file to avoid errors.
[/list]
[h2]gfx[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] Set the placement of tree map objects in some locations.
[*] Added a commented-out file to avoid errors.
[/list]
[h2]map[/h2]
[list]
[*] Added "Himekawa River," "Joganjigawa River," and "Jintsugawa River" as first-class rivers in Toyama prefecture to rivers.png.
[/list]
[h1]alpha Version 0.3.4[/h1]
[h2]gfx[/h2]
[list]
[*] Adjusted the position of the map locator.
[/list]
[h2]map[/h2]
[list]
[*] Added "Arakawa River," "Aganogawa River," and "Sekikawa River" as first-class rivers in Niigata prefecture to rivers.png.
[*] Adjusted hightmap.
[/list]
[h1]alpha Version 0.3.3 for CK3 1.3[/h1]
[h2]common[/h2]
[list]
[*] The skin color of the northern and southern regions has been changed.
[*] Updated to show bookmark portraits, which were not shown in CK3 1.3.
[*] Changed CK3 1.3 to display hair and beard. The clothing and hair settings that were displayed as vanilla Mongolian culture have been separated into their own settings.
[*] Added dummy files and rearranged files to avoid error messages in CK3 1.3.
[/list]
[h2]gfx[/h2]
[list]
[*] Adjusted the position of the map locator.
[*] Set the placement of tree map objects in some locations.
[*] Ground textures have been updated.
[/list]
[h2]gui[/h2]
[list]
[*] Reflected changes in CK3 1.3.
[/list]
[h2]history[/h2]
[list]
[*] Reflected character data changes in main mod.
[/list]
[h2]misc[/h2]