Advertisement
Guest User

Untitled

a guest
May 27th, 2013
1,684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. Download
  2.  
  3. First thing you need is this file.
  4.  
  5. http://pan.baidu.com/share/link?shareid=127289&uk=3507358410
  6.  
  7. Once you download this you can extract it anywhere.
  8.  
  9. To see what people have done with it check this out.
  10.  
  11. http://tieba.baidu.com/p/2005045765
  12. How to use it
  13.  
  14. First run the file +¦+=Package¦ß+í¦˜v1.4
  15.  
  16. Hey if you don't have asian languages installed this looks funny. If your system has Chinese language support, you can use AppLocale or change System Locale/Language for non unicode programs to start the program with the menus with the correct characters (the program is in Chinese Simplified).
  17.  
  18. File.png
  19.  
  20. Click on the (C)
  21.  
  22. Open.PNG
  23.  
  24. Browse to your program files/snail games usa/age of wushu folder
  25.  
  26. Go to the res folder and find text.package and select open.
  27.  
  28. Now you can chose where to save it. I recommend a new fold for this. The program will make a subfolder where ever you point it at.
  29. How this game is built
  30.  
  31. This game is built using html and LUA scripting it looks like. Hell most of this stuff is client side when it shouldn't be. If you understand LUA I would go open those packages.
  32.  
  33.  
  34. Inside of package files are few different file types.
  35.  
  36.  
  37. .idres files which you can open with notepad. I recomend notepad++. These are text files with a pointer ID in them.
  38.  
  39. config files are simple config tools pulled up in LUA files.
  40.  
  41. .dds files are direct draw surface files. These are item skins.
  42.  
  43. .xmod are the actual model files.
  44.  
  45.  
  46. For some of these packages, such as text.package, ini.package, skin.package, fonts.package etc you can use them by putting them in a folder within res and editing the file location in Age of Wushu/bin/packages.ini. Some files must be recompiled to be used, such as any model package and the lua package.
  47.  
  48. e.g. for text.package:
  49.  
  50. File=res\text
  51.  
  52.  
  53. Files
  54. text.package
  55.  
  56. In here there are a few things. Exploring the subfolders you will fine chineses, chineset, and english. No shit the language config file here lets you just switch everything to chinese.
  57.  
  58. Open the english folder and you will see a lot of files.
  59.  
  60.  
  61. desc.idres is a 63270 line file with most descriptions in the game. This is the tool tip data for items and some task information. If you are ever told a line in the game it exists here.
  62.  
  63. string_npctalk.idres is 20323 line file with a lot of chat npcs give you. These are speech bubbles and menus.
  64.  
  65. Look around 1900-2000 and you will see they made guild descriptions for every building for every guild base. That means you have a description for the main hall x the number of main halls in the game and they are all the same.
  66.  
  67.  
  68. string_player_name folder has the name database for the disabled 'real character name' system.
  69.  
  70. stringtask_normal folder has quest dialogue for normal quests and life skill dailies.
  71.  
  72. stringtask_special folder has the dialogues for the main questlines. stringtask_special_qy_*.idres are dialogue and quest tracker info for the third inner quests and some random encounters.
  73. lua.package
  74.  
  75. The game will not let you start with an old version of the lua, or will boot you after you login, but you can selectively replace some non-critical files only and it will still let you start. You must recompile this file to be able to use it.
  76.  
  77.  
  78. form_* folders have the lua side of the interface window sizes and layouts. If you replace these and use equivalent versions of the form files in the skin.package you can revert the interface changes made in the recent patches as desired.
  79.  
  80.  
  81. skin.package
  82.  
  83. This has the xml files for the interface. Editing the form files in here without also editing the lua form files for the same element may give you a ton of lua errors.
  84.  
  85.  
  86. res_font.xml controls what fonts are used, for what, and how they are formatted.
  87.  
  88.  
  89. fonts.package
  90.  
  91. The game fonts are in here. The font xml is however not in this package (it's in skin.package). You can add extra fonts to this and edit res_font.xml in skin.package to edit the fonts used and their properties.
  92.  
  93.  
  94. gui.package
  95.  
  96. The interface image libraries are in here, in .png format.
  97.  
  98.  
  99. ini.package
  100.  
  101. filter.ini - This is exactly what you would expect it to be.
  102.  
  103. func_btns.ini - This seems to let you rearrange the locations of the buttons on the bottom right bar. If you change this, delete the general_info_filter.ini in the folder that holds the ini files for your character's acct or it may render some buttons invisible.
  104.  
  105. func_info.ini - This looks neat but I don't know what this is yet.
  106.  
  107. http://dl.dropbox.com/u/114685/ini.package
  108.  
  109. THIS REMOVES THE CHAT FILTER WHICH IS ENTIRELY CLIENT-SIDE AND CONTAINED IN filter.ini WHICH IS FUCKING RETARDED
  110. mus.package
  111.  
  112. Contains all the game music in ogg format. Presumably you could replace these with your own music if desired.
  113.  
  114.  
  115. obj.*.package
  116.  
  117. Most of these are self explanatory from the name.
  118.  
  119.  
  120. obj_char.package: character, clothing, equipment models and skins. If it can be worn by a player character it's in here.
  121.  
  122. obj_npc.package npc: NPC models and skins. I don't think these are compatible with character models.
  123.  
  124. obj_weapon.package: weapon models and skins. Includes lore weapons.
  125.  
  126.  
  127. To change a model and skin, copy the xmod and relevant dds files you want to use to the folder where you want to replace skins and models. Backup the original files if desired. Once those files are there, rename the xmod file(s) you just copied to here to the name of the models in that folder you want them to replace (delete or rename the original xmod).
  128.  
  129. Do NOT rename the dds files, for the model files reference specific skin files and if you renamed them the game can't find them. You must recompile the obj package the files are in to use these ingame.
  130.  
  131.  
  132. However, any change you make to these will appear on every character with that equipment, so if eg you change your sword model to the flute model, every character using that sword will appear to have the flute, or possibly even dual flutes if that model is also used for dual swords. This would work better if you have equipment or costume combinations that are not commonly used.
  133.  
  134.  
  135. share.package
  136.  
  137. This has all sorts of very interesting ini files...
  138.  
  139.  
  140. rule/condition.ini - This has a bunch of formulas in here that have parameters. Some of these will reference other functions in the parameters.
  141.  
  142. rule/condition.xml - This may have some good info.
  143.  
  144. task/scene_random_adventure.ini - This is all the random adventures and their requirements. Check the function number here against the condition.ini file.
  145.  
  146.  
  147. Name of npc, refresh timer, number of people in the zone required, function, number of times you can fail before you can skip it, number of minimum level (this may be friendly meter)
  148.  
  149.  
  150. npc/npcconfig/worldnpc/funnpc/boxnpc.txt - This information is about the npc boxes that appears after they are destroyed. I think. They have a DropID such as NormalBox01000
  151.  
  152. npc/npcconfig/clonenpc/funnpc/boxnpc.txt - This might be the same thing. They have DropIDs like Boxnpc00001
  153.  
  154. item/life_formula.ini - this lists all formulas you can have. Has a DropID like hd_0900139. BEEF
  155. Miscellaneous Notes
  156.  
  157. gaibang / gb = Beggars
  158.  
  159. jilegu / jile / jl = Wanderers Valley
  160.  
  161. jinyiwei / jinyi / jy = Royal Guard
  162.  
  163. junzitang / junzi / jz = Scholars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement