Your Ad could be here.
Donate to support DoTA forum and Launcher development.

[All] KAMI

Patches for Black Desert localization.
User avatar
buzarini
Creator
Creator
Peon
Peon
Posts: 73
Joined: Fri 2016.10.14, 15:37
Honor: 20
Points: 2096.80
: Tester BDO TR Volunteer BDO SEA Volunteer BDO TH Volunteer BDO RU Translator BDO EU/NA Translator
Medals: 6

Re: [JP] KAMI JP

Postby buzarini » Fri 2017.02.03, 11:05

In "languagedata_jp" added new sheets. New sheets: "Coupon_Table", "Group_MainQuest", "MainQuest_Table" and "VehicleTrainingSkill_Item_Table".

Code: Select all

    "Coupon_Table": {
      "Keys": {
        "CouponKey": "^CouponKey"
      },
      "Values": {   
        "Name": "~Name"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_MainQuest": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",   
        "MainQuestType": "^MainQuestType"   
      },
      "Values": {
        "MainQuestGroupName": "~MainQuestGroupName",   
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "MainQuest_Table": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",   
        "QuestGroup": "^QuestGroup",   
        "QuestID": "^QuestID"   
      },
      "Values": {
        "AcceptConditionText": "~AcceptConditionText"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VehicleTrainingSkill_Item_Table": {
      "Keys": {
        "ItemKey": "^ItemKey"
      },
      "Values": {   
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },           

User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Fri 2017.02.03, 21:50

Updated to v2.16.
buzarini wrote:In "languagedata_jp" added new sheets. New sheets: "Coupon_Table", "Group_MainQuest", "MainQuest_Table" and "VehicleTrainingSkill_Item_Table".

Code: Select all

    "Coupon_Table": {
      "Keys": {
        "CouponKey": "^CouponKey"
      },
      "Values": {   
        "Name": "~Name"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_MainQuest": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",   
        "MainQuestType": "^MainQuestType"   
      },
      "Values": {
        "MainQuestGroupName": "~MainQuestGroupName",   
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "MainQuest_Table": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",   
        "QuestGroup": "^QuestGroup",   
        "QuestID": "^QuestID"   
      },
      "Values": {
        "AcceptConditionText": "~AcceptConditionText"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VehicleTrainingSkill_Item_Table": {
      "Keys": {
        "ItemKey": "^ItemKey"
      },
      "Values": {   
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },           

Yeah, I've also added Item_ImprovementResult_Table and 1 more value column to WorldmapMonster. Here's my latest scheme that I use:

Code: Select all

{
  "languagedata": {
    "1_LongSword": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "2_Blunt": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "3_TwoHandSword": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "4_Bow": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "5_Dagger": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "6_Staff": {
      "Keys": {
        "Index": "^Index",
        "Enchant": "^Enchant"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Attendance_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Title": "~Title",
        "EventPeriod": "~EventPeriod",
        "EventExpired": "~EventExpired"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Auction_InfoTable": {
      "Keys": {
        "AuctionNo": "^AuctionNo"
      },
      "Values": {
        "AuctionDesc": "~AuctionDesc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "AudioMap_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "AreaName": "~AreaName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Awakening_Ability_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "AbilityName": "~AbilityName",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Buff_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "BuffName": "~BuffName",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "BuffCondition_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ConditionDesc": "~ConditionDesc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Card_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Name": "~Name",
        "Desc": "~Desc",
        "Keyword": "~Keyword"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "CashProduct_Table": {
      "Keys": {
        "ProductNo": "^ProductNo"
      },
      "Values": {
        "ProductName": "~ProductName",
        "DisplayName": "~DisplayName",
        "ProductDesc": "~ProductDesc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Challenge_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Title": "~Title",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Character_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "CharName": "~CharName",
        "DisplayName": "~DisplayName",
        "CharacterTitle": "~CharacterTitle"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "CharacterFunction_Table": {
      "Keys": {
        "CharacterKey": "^CharacterKey"
      },
      "Values": {
        "BuyingFromNpcName": "~BuyingFromNpcName",
        "SellingToNpcName": "~SellingToNpcName",
        "TradingName": "~TradingName",
        "ItemMarketName": "~ItemMarketName",
        "BuyingFromGuildShopNpcName": "~BuyingFromGuildShopNpcName",
        "SellingToGuildShopNpcName": "~SellingToGuildShopNpcName",
        "AuctionName": "~AuctionName",
        "MatingName": "~MatingName",
        "InnName": "~InnName",
        "ExploreKeyName": "~ExploreKeyName",
        "SkillName": "~SkillName",
        "RepairName": "~RepairName",
        "WarehouseName": "~WarehouseName",
        "StableName": "~StableName",
        "TransferName": "~TransferName",
        "TransferNamePerson": "~TransferNamePerson",
        "IntimacyName": "~IntimacyName",
        "GuildName": "~GuildName",
        "ExploreName": "~ExploreName",
        "LordMenuName": "~LordMenuName",
        "MinorLordMenuName": "~MinorLordMenuName",
        "ExtractName": "~ExtractName",
        "TerritoryTradeName": "~TerritoryTradeName",
        "TerritorySupplyName": "~TerritorySupplyName",
        "KnowledgeName": "~KnowledgeName",
        "SupplyShopName": "~SupplyShopName",
        "SupplyFishShopName": "~SupplyFishShopName",
        "GuildSupplyShopName": "~GuildSupplyShopName",
        "ChangeItemName": "~ChangeItemName",
        "isAwakenSkillName": "~isAwakenSkillName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Class_DataSkill_MeshType_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ItemName": "~ItemName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ContributionEXP_Table": {
      "Keys": {
        "TerritoryKey": "^TerritoryKey"
      },
      "Values": {
        "TerritoryName": "~TerritoryName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Coupon_Table": {
      "Keys": {
        "CouponKey": "^CouponKey"
      },
      "Values": {
        "Name": "~Name"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "CutScene_Table": {
      "Keys": {
        "FileName": "^FileName"
      },
      "Values": {
        "CutSceneName": "~CutSceneName",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Dialog_Table": {
      "Keys": {
        "Npc": "!Npc",
        "DialogIndex": "!DialogIndex",
        "Index": "^Index"
      },
      "Values": {
        "Name": "~Name",
        "MainScene": "~MainScene",
        "FuncDialog": "~FuncDialog",
        "MainDialog": "~MainDialog",
        "Button": "~Button",
        "Dialog": "~Dialog",
        "Bubble1": "~Bubble1",
        "Bubble2": "~Bubble2",
        "Bubble3": "~Bubble3",
        "Bubble4": "~Bubble4",
        "Bubble5": "~Bubble5",
        "Bubble6": "~Bubble6",
        "Bubble7": "~Bubble7",
        "Bubble8": "~Bubble8",
        "Bubble9": "~Bubble9",
        "Bubble10": "~Bubble10"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "DialogText_Table": {
      "Keys": {
        "Index": "^Index",
        "RandomIndex": "^RandomIndex"
      },
      "Values": {
        "Text": "~Text"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Encyclopedia_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "EquipSetOption": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "EquipSetOptionName": "~EquipSetOptionName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Explore_Table": {
      "Keys": {
        "WaypointKey": "^WaypointKey"
      },
      "Values": {
        "Name": "~Name",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Field_Table": {
      "Keys": {
        "FieldNo": "^FieldNo"
      },
      "Values": {
        "FieldName": "~FieldName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Fusion_Table": {
      "Keys": {
        "Index": "^Index",
        "FusionGroup": "^FusionGroup",
        "FusionItemKey": "^FusionItemKey"
      },
      "Values": {
        "이 아이템은 무엇인가?": "~이 아이템은 무엇인가?",
        "이 것은 시드 아이템인가?": "~이 것은 시드 아이템인가?"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_MainQuest": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",
        "MainQuestType": "^MainQuestType"
      },
      "Values": {
        "MainQuestGroupName": "~MainQuestGroupName",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_Quest": {
      "Keys": {
        "QuestGroup": "^QuestGroup"
      },
      "Values": {
        "GroupName": "~GroupName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_RecommendationQuest": {
      "Keys": {
        "RecommendationQuestGroupKey": "^RecommendationQuestGroupKey",
        "RecommendationQuestType": "^RecommendationQuestType"
      },
      "Values": {
        "RecommendationQuestGroupName": "~RecommendationQuestGroupName",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Group_RepetitionQuest": {
      "Keys": {
        "RepetitionQuestGroupKey": "^RepetitionQuestGroupKey",
        "RepetitionQuestType": "^RepetitionQuestType"
      },
      "Values": {
        "RepetitionQuestGroupName": "~RepetitionQuestGroupName",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "GuildQuest_Table": {
      "Keys": {
        "GuildQuestNo": "^GuildQuestNo"
      },
      "Values": {
        "Title": "~Title",
        "Desc": "~Desc",
        "CompleteConditionText": "~CompleteConditionText"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "InstanceDungeonPcStat": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ClassName": "~ClassName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Item_Exchange": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "워리어": "~워리어",
        "레인저": "~레인저",
        "소서러": "~소서러",
        "자이언트": "~자이언트",
        "금수랑": "~금수랑",
        "무사": "~무사",
        "매화": "~매화",
        "발키리": "~발키리",
        "쿠노이치": "~쿠노이치",
        "닌자": "~닌자",
        "위자드": "~위자드",
        "위치": "~위치"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Item_ImprovementResult_Table": {
      "Keys": {
        "index": "^index"
      },
      "Values": {
        "ItemName": "~ItemName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Item_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ItemName": "~ItemName",
        "Description": "~Description",
        "PopupDesc": "~PopupDesc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ItemExchangeSource": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "PlantDescription": "~PlantDescription",
        "PlantDetailDescription": "~PlantDetailDescription"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "MainQuest_Table": {
      "Keys": {
        "MainQuestGroupKey": "^MainQuestGroupKey",
        "QuestGroup": "^QuestGroup",
        "QuestID": "^QuestID"
      },
      "Values": {
        "AcceptConditionText": "~AcceptConditionText"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Manufacture_Table": {
      "Keys": {
        "MaterialItem1": "^MaterialItem1",
        "MaterialItemCount1": "^MaterialItemCount1",
        "MaterialItem2": "^MaterialItem2",
        "MaterialItemCount2": "^MaterialItemCount2",
        "MaterialItem3": "^MaterialItem3",
        "MaterialItemCount3": "^MaterialItemCount3",
        "MaterialItem4": "^MaterialItem4",
        "MaterialItemCount4": "^MaterialItemCount4",
        "MaterialItem5": "^MaterialItem5",
        "MaterialItemCount5": "^MaterialItemCount5"
      },
      "Values": {
        "결과물": "~결과물"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ManufactureCondition_Table": {
      "Keys": {
        "ActionName": "^ActionName"
      },
      "Values": {
        "가공 액션 명": "~가공 액션 명"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "MarketCategoryNameTag": {
      "Keys": {
        "MarketCategory1": "^MarketCategory1",
        "MarketCategory2": "^MarketCategory2",
        "MarketFilter1": "^MarketFilter1",
        "MarketFilter2": "^MarketFilter2"
      },
      "Values": {
        "NameTag": "~NameTag"
      },
      "Actions": {
        "AllowNullKeys": true
      }
    },
    "NpcRelation": {
      "Keys": {
        "NpcKey": "^NpcKey"
      },
      "Values": {
        "CoveredDialog": "~CoveredDialog",
        "DiscoverDialog": "~DiscoverDialog",
        "DiscoverDialog1": "~DiscoverDialog1",
        "DiscoverDialog2": "~DiscoverDialog2",
        "DiscoverDialog3": "~DiscoverDialog3",
        "DiscoverDialog4": "~DiscoverDialog4",
        "DiscoverDialog5": "~DiscoverDialog5"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Object_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "InstallationMaxCount": "~InstallationMaxCount",
        "Desc_Feature1": "~Desc_Feature1",
        "Desc_Feature2": "~Desc_Feature2",
        "ArmorMaterial": "~ArmorMaterial"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "PC_Set_Table": {
      "Keys": {
        "ClassType": "^ClassType"
      },
      "Values": {
        "ClassName": "~ClassName",
        "ClassDesc": "~ClassDesc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "PetAction_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "Name": "~Name",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "PlantExchangeGroup_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ExchangeGroupName": "~ExchangeGroupName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "PlantWorkerPassiveSkill_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Name": "~Name",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ProductTool_Property": {
      "Keys": {
        "ItemKey": "^ItemKey",
        "EnchantLevel": "^EnchantLevel"
      },
      "Values": {
        "ItemName": "~ItemName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Profiling": {
      "Keys": {
        "Key": "^Key",
        "DialogKey": "^DialogKey"
      },
      "Values": {
        "ProfileMessage": "~ProfileMessage"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Quest_Table": {
      "Keys": {
        "QuestGroup": "^QuestGroup",
        "QuestID": "^QuestID"
      },
      "Values": {
        "Title": "~Title",
        "Desc": "~Desc",
        "CompleteDisplay": "~CompleteDisplay",
        "CompleteConditionText": "~CompleteConditionText",
        "AcceptDialog": "~AcceptDialog",
        "AcceptButton": "~AcceptButton",
        "ProgressDialog": "~ProgressDialog",
        "RetryButton": "~RetryButton",
        "CompleteDialog": "~CompleteDialog"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ReceipeForTown_New": {
      "Keys": {
        "ReceipeKey": "^ReceipeKey"
      },
      "Values": {
        "Name": "~Name"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "RecommendationQuest_Table": {
      "Keys": {
        "RecommendationQuestGroupKey": "^RecommendationQuestGroupKey",
        "QuestGroup": "^QuestGroup",
        "QuestID": "^QuestID"
      },
      "Values": {
        "AcceptConditionText": "~AcceptConditionText"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Region_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "AreaName": "~AreaName",
        "ReturnPositionName": "~ReturnPositionName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "RegionMap_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "RegionWeather_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "AreaName": "~AreaName",
        "ReturnPositionName": "~ReturnPositionName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "RepetitionQuest_Table": {
      "Keys": {
        "RepetitionQuestGroupKey": "^RepetitionQuestGroupKey",
        "QuestGroup": "^QuestGroup",
        "QuestID": "^QuestID"
      },
      "Values": {
        "AcceptConditionText": "~AcceptConditionText",
        "HideConditions": "~HideConditions",
        "VisibleConditions": "~VisibleConditions"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Servant_Item_Mesh_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "ItemName": "~ItemName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ServantSet_Table": {
      "Keys": {
        "CharacterKey": "^CharacterKey"
      },
      "Values": {
        "Name": "~Name"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Skill_Table_New": {
      "Keys": {
        "SkillNo": "^SkillNo",
        "SkillLevel": "^SkillLevel"
      },
      "Values": {
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "SkillType_Table_New": {
      "Keys": {
        "SkillNo": "^SkillNo"
      },
      "Values": {
        "SkillName": "~SkillName",
        "SkillShortName": "~SkillShortName",
        "Control": "~Control",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "SocialAction_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "SocialActionName": "~SocialActionName",
        "ChattingCommand": "~ChattingCommand",
        "ChattingKeyword": "~ChattingKeyword",
        "ConditionMessage": "~ConditionMessage"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "SupportPointEXP_Table": {
      "Keys": {
        "TerritoryKey": "^TerritoryKey"
      },
      "Values": {
        "TerritoryName": "~TerritoryName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Territory_Table": {
      "Keys": {
        "TerritoryKey": "^TerritoryKey"
      },
      "Values": {
        "NationalName": "~NationalName",
        "TerritoryName": "~TerritoryName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Theme_Table": {
      "Keys": {
        "Theme": "^Theme"
      },
      "Values": {
        "Name": "~Name",
        "표시용1": "~표시용1"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "Title_Table": {
      "Keys": {
        "Key": "^Key"
      },
      "Values": {
        "Title": "~Title",
        "Description": "~Description"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "TitleBuff_Table": {
      "Keys": {
        "Index": "^Index",
        "Count": "^Count",
        "SkillNo": "^SkillNo"
      },
      "Values": {
        "Description": "~Description",
        "BuffDescription": "~BuffDescription"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VehicleSkill_Table": {
      "Keys": {
        "Index": "^Index"
      },
      "Values": {
        "Name": "~Name",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VehicleSkillOwner_Table": {
      "Keys": {
        "CharacterKey": "^CharacterKey"
      },
      "Values": {
        "이름": "~이름"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VehicleTrainingSkill_Item_Table": {
      "Keys": {
        "ItemKey": "^ItemKey",
        "SkillKey": "^SkillKey"
      },
      "Values": {
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "VillageSiege_Table": {
      "Keys": {
        "VillageSiegeKey": "^VillageSiegeKey"
      },
      "Values": {
        "RegionName": "~RegionName"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "WorldmapMonster": {
      "Keys": {
        "IndexKey": "^IndexKey"
      },
      "Values": {
        "MonsterName": "~MonsterName",
        "RegionName": "~RegionName",
        "Desc": "~Desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "ZodiacSign_Table": {
      "Keys": {
        "ZodiacSignKey": "^ZodiacSignKey"
      },
      "Values": {
        "ZodiacName": "~ZodiacName",
        "desc": "~desc"
      },
      "Actions": {
        "AllowNullKeys": false
      }
    }
  },
  "stringtable_cutscene": {
    "CUTSCENE": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    }
  },
  "stringtable": {
    "ACTIONCHART": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "GAME": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "RESOURCE": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "TOOL": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    },
    "WEB": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    }
  },
  "symbolnostringtable": {
    "SymbolNo": {
      "Keys": [
        "^StringFormatKey"
      ],
      "Values": [
        "~StringFormat"
      ],
      "Actions": {
        "AllowNullKeys": false
      }
    }
  }
}



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Sun 2017.02.05, 00:37

Updated to v2.16b.



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Wed 2017.02.08, 07:47

Updated to v2.16c.

Just a quick translation, v2.16d will come later this day with translation of other event/cash shop items.



User avatar
Skydrite
Wisp
Wisp
Posts: 11
Joined: Mon 2016.06.27, 00:58
Honor: 0
Points: 89.10
BDO: Plum
Gender: Male
: BDO JP Translator
Medals: 1

Re: [JP] KAMI JP

Postby Skydrite » Wed 2017.02.08, 21:12

KAMIKADzE wrote:Updated to v2.16c.

Just a quick translation, v2.16d will come later this day with translation of other event/cash shop items.


oh hey bro, how is going.

My friend told me the Meta version now is different for all clients and JP server improved a new encrypt code on pad.00000.meta
that's why i can't extract anything even using your program... i got the "Failed to Extract" and BDO JP: Unreadable Status at v0.7a3 launcher. Do you have any solution to this?

User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Wed 2017.02.08, 22:20

Skydrite wrote:
KAMIKADzE wrote:Updated to v2.16c.

Just a quick translation, v2.16d will come later this day with translation of other event/cash shop items.


oh hey bro, how is going.

My friend told me the Meta version now is different for all clients and JP server improved a new encrypt code on pad.00000.meta
that's why i can't extract anything even using your program... i got the "Failed to Extract" and BDO JP: Unreadable Status at v0.7a3 launcher. Do you have any solution to this?

Yeah, all except TW reported the change. Simply follow the steps in THAT post.



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Wed 2017.02.08, 22:50

Updated to v2.16d.



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Thu 2017.02.09, 19:00

Updated to v2.16e.



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Tue 2017.02.14, 19:00

Updated to v2.16f.



User avatar
KAMIKADzE
KAMIKADzE
KAMIKADzE
Blood Mage
Blood Mage
Posts: 3697
Joined: Thu 1998.01.01, 00:00
Honor: 3102
Points: 2423438202.90
BDO: Blader
Cabal: BL
Vindictus: Lann
C9: Blade Dancer
Gender: Male
Karma: 神風
: Assassin Black Star Winged Devotion Dedication Heavy 1st 20 HR BDO JP Volunteer BDO KR Translator BDO JP Translator BDO RU Translator Black Spirit inside Black Spirit's Partner
Medals: 17
Contact:

Re: [JP] KAMI JP

Postby KAMIKADzE » Wed 2017.02.15, 06:56

Updated to v2.16g.

Quickly translated some of the new stuff. I'll release v2.16h with more coverage later today or early tomorrow.




Return to "Language patches"

Who is online

Users browsing this forum: No registered users and 8 guests

Your Ad could be here.
Donate to support DoTA forum and Launcher development.