安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








1. 95% of item IDs can be easily found (ctrl+F) here: Data IDs[terraria.wiki.gg]
This makes finding IDs quite simple
2. True Goldfish form is just a butchered use of the torso and legs from the Werewolf form. To be frank, the arm (fin) isn't really displaced "correctly" in first place: I tried that and it offset the arms very badly, not surprising because the arm is coded to pivot from a specific point. I just left it as is, passable at surface-level.
3. Yes, the ID's for Werewolf and Merfolk form I could not find on the wiki despite best efforts, so with just founded first image file in for each part: armor (torso), leg, and head; then clicked right arrow key until I saw werewolf (merfolk file is right beside in each category).
(You should have extracted terraria files for texture pack convenience, if not, see Gardivanyth's steam guide on "unpacking the assets.")
I don't have tips other than the Merfolk form sprites are the Werewolf form +1 (plus one). Using either Werewolf or Merfolk form in texture pack, just know that it hides all parts of player (which is why it was used for goldfish).
The Moon Shell (Moon Charm / Neptune's' Shell) IDs for anyone's convenience:
Werewolf form
Merfolk form
4. I haven't done anything that would require you to cite or reference me. Unless you use a texture pack of mine, but that would be for other's convenience, not me because I don't really mind honestly.
Hope that helps, let me know if I missed something or needed elaboration on something else.
with this I should be able to make the custom sprites and make my own re-texture!
thanks again!
But I remember you mentioned something about issues involving not being able to displace the arm and it being finnicky due to the code determining the rotation point, and henceforth using a compromise.
I have arrived with something to maybe contribute and help!
since the "rotation" point is determined by code. you can offset the arm, and then, put a sacrificial pixel at the spot, to "trick" the system into displacing the arm. and since terraria works with alpha layers, I was able to displace my arm, with a single pixel that was at 1% opacity. (since terraria works at 200% scale, I was technically also able to make the pixel just one fourth of the size it occupies normally to really send it home.)
I even tried using the martian dye to see if that one 1% opacity pixel would get highlighted, but I saw nothing!
Now, determining the rotation point to put this seemingly invisible pixel was pure trial and error, so I dont have any accurate measurements or the know how. hopefully this might be useful to you
I tried using transparent pixels only one time, but that was to try to make an icon outline show up for the map but not visually in game. I have this pack I am planned that would have offset arms, so I am psyched to give your solution a try when I hopefully get to that. Thanks for sharing this, much appreciated!
also, with one more report. no clue if its 100% consistent on Tmod loader. but I have had cases where the werewolf transformation actually does not hide the head model. just a heads up.
lowkey im pretty sure its one of my millions of mods so take that note with a huge grain of salt.