samik3k / MuClientTools

Mu Client Tools (Season 13e1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuClientTools by VD (Vic)

Mu Client Tools (Season 13e1)
This project is using test files obtained from client Mu Online Season 13 ep.1 (Webzen).

/*
It might (or might not) work for files from older/newer versions. 
The ones want to modify the tools in order to fit with their data files should check:
	_wkey : used for calculating CRC of a data file.
	_xor3key : used for basic Dec/Enc data.
	_LANG_ZIP_PASSWORD_ : used for (un)zipping Lang.mpr file. 
		Note: For some older versions, the Lang.mpr can be open (w/o password) 
		by zip tools such as: Winrar, 7z,...
	Client Data Struct: Sometime, WZ might add a few bytes to the exsiting. 
C/C++ reversing skill is a plus to see the changes in their game client.
*/

PROJECT'S CHECKLIST:

Data and Config Files: 77% (34 / 44)

✔️ 1. Lang.mpr

/*
(7z.dll is required for (un)zipping)
The file is an archive of most newly updated data files as listed below:
4ThTreeData.txt					4ThTreeSideOption.txt			4ThTreeSkillTooltip.txt
ArcaBattleBootyMix.txt				ArcaBattleScript.txt			AttributeVariation.txt
BonusExp.txt					BuffEffect.txt				CharacterInfoSetup.txt
Credit.txt					Dialog(kor).txt				ElementalMixList.txt
Filter(kor).txt					FilterName(kor).txt			Gate.txt
GradedOption.txt				GuideQuest.txt				GuideQuestString(Kor).txt
HuntingRecord.txt				ItemLevelTooltip.txt			ItemTRSData.txt
LabyrinthOfDimensionInfo.txt			MasteryItemBonusOption.txt		MBoxShop(kor).txt
Mixslotframe.txt				movereq(kor).txt			MuunEffectInfo.txt
npcName(kor).txt				PentagramJewelOptionValue.txt		PentagramOption.txt
SeedsphereUpgrade.txt				Skill(kor).txt				SkillRequire.txt
Slide(kor).txt					SocketitemUpgrade.txt			SpellStone.txt
Text(kor).txt					WingAttribute.txt
RenderingData/EnchantEffect.txt
EffectInfo/EffectInfoxxx.txt
*/

✔️ 2. Item.bmd
✔️ 3. ExcellentCommonOption.bmd
✔️ 4. ExcellentWingOption.bmd
✔️ 5. FormulaData.bmd
✔️ 6. PentagramMixNeedSource.bmd
✔️ 7. MuunOption.bmd
✔️ 8. MuunInfo.bmd
✔️ 9. MuunTooltipInfo.bmd
✔️ 10. MuunExchange.bmd
✔️ 11. StatOption.bmd
✔️ 12. StatOptionText.bmd
✔️ 13. Quest.bmd
✔️ 14. SocketItem.bmd
✔️ 15. PlayGuide.bmd
✔️ 16. EvolutionMonsterBox.bmd
✔️ 17. MuRummyOption.bmd
✔️ 18. MuRummyCard.bmd
✔️ 19. MuRummySlot.bmd
✔️ 20. ServerList.bmd
✔️ 21. MapCharacters.bmd
✔️ 22. ItemSetType.bmd
✔️ 23. ItemSetOption.bmd
✔️ 24. ItemSetOptionText.bmd
✔️ 25. MonsterSkill.bmd
✔️ 26. MasterSkillTreeData.bmd
✔️ 27. MasterSkillTooltip.bmd
✔️ 28. NPCDialogue.bmd
✔️ 29. QuestProgress.bmd
✔️ 30. QuestWords.bmd
✔️ 31. SkillTooltipText.bmd
✔️ 32. ItemAddOption.bmd
✔️ 33. JewelOfHarmonyOption.bmd
34. JewelOfHarmonySmelt.bmd
✔️ 34. Mix.bmd

  1. itemtooltip.bmd
  2. itemtooltiptext.bmd
  3. petdata.bmd
  4. pet.bmd
  5. InfoTooltip.bmd
  6. InfoTooltipText.bmd
  7. RuudShopViewInfo.bmd
  8. helpdata.bmd
  9. MuunRenderInfo.bmd
  10. MuunMeshInfo.bmd

Image, 3D Model, Interface and Map Files: 56% (5 / 9)

✔️ 1. OZJ (-> .jpg)
✔️ 2. OZT (-> .tga)
✔️ 3. OZB (-> .bmp)
✔️ 4. OZP (-> .png)
✔️ 5. OZD (-> .dds)
✔️ 6. OZG (-> .gfx)
7. MAP
8. ATT
9. OBJ 10. BMD

About

Mu Client Tools (Season 13e1)

License:MIT License


Languages

Language:C++ 99.8%Language:Objective-C 0.2%