安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Edit: the hat appeared in my inventory, but while it is faster, I don't have extra jumps. I tried both normal and running jumps but neither works. I can only jump once.
Knew forgetting to explain that part would bite me eventually lol. I'll add that in once I get around to it, but its pretty simple:
The border part of the HUD shows if its on or off by its transparency. No transparency means its on, while half transparent is off. I'll need to add another variable within the HUD material to get it to be transparent as well.
Now for the hat, the extra jumps work as long as the hat button trigger is held down. The ability itself has its own defined jump function to operate it differently from normal jumping(yes, even the original hat overrides the normal jump as far as I know how it works). Letting go of the hat button trigger anytime (especially in the air) will prevent the extra jumps from working, which I have not figured out how to get it to reactivate in the air; it should honestly be re-triggerable while in the air in my opinion, but something in the code is preventing me from accomplishing that.
Let me if you still can't get the multi-jump feature to work with the hat + mana powers on. It so far works fine for me, but with dealing with scripts or code, we never know for sure when rare issues come up.
Okay, so, turning on and off works. The jumps do not. She has the fast running, and the mana drains in a nice slow pace. but no matter what I do, hat kid only jumps one, when I hold the trigger.
The only way I could reproduce the only one jump issue is when I run off a cliff. Outside of that, I have been unable to reproduce it off from ground jumps. I'll keep testing it to see what circumstances this issue may occur. Be careful not to let the trigger button go at anytime while in the air just to be sure; the moment the trigger button is not being pressed is when the multi-jump feature is not possible to do, given that the jump button is pressed under the conditions I outlined.
Edit: I should also mention that after letting go of trigger button while in air, even if its pressed again, gotta wait til you land to try again. Honestly hoping I can find a way to get it to work in the air as I make more things for the mod.
Edit2: While we're talking about this, can you tell me where you tested the hat in which levels?
I tested it in the hub, and the The Magic Dimensional Rift (both the beginning room,with the sign, and the base). I do have about a hundred mods, so it could a compability issue. Do the hat supposed to do the running in place animation while holding the trigger?
If you mean when hat kid does that animation as if she's about to run while not pressing any movement buttons, it should still do that while holding the trigger (still consumes mana; didn't put in a velocity check due to mana powers toggle). If its instead her sprint animation, then that may be another issue I'll need to track that I did not reproduce on my end. I left all original scripts alone and only used new scripts to extend existing ones to add new functionality (and a new hat, originally unintended but less risk of breaking things by working with the system in place, but I digress).
In my estimation, the only mods that may conflict are the ones that use similar functions to hat or badge abilities, so any dyes or costumes for example should technically be of no consequence of that. That being said, if it turns out to be another mod as the cause, it could literally be any one of them having a problem with my functions or game mod file somehow. I'll try doing some more testing in-game, and maybe you can also show me in online lobby if our time and time-zones permit it. I did push some updates as well; I think its automatic already, but probably do a files verification on the game itself as well just to be sure.
It is the "she's about to run while not pressing any movement buttons" animation. Looking at my mods, I don't see which one could be the cause. What timezone you are in?
Ah, I see. That's interesting. That would explain why I wasn't able to reproduce it using keyboard.
I'll get that fixed up.
Edit: Update pushed. Give it a try when you get a chance. If the issue persists, let me know what controller you are using.
Edit: Good news! The online bonfire bug is fixed! Don't need a workaround anymore! Thank you Miona for helping me test it!
Update: Pushed out a fix that removed the source of the problem. Was able to get past the splash screen and load into the game successfully on my end. Leaving this up for a little longer for anyone else to report any problems.
Edit: Considering no reported crashes so far, I'll consider the issue resolved. Thanks for those who reported it to me.
Online Party Plus is one of the best examples of making things appear on other players with online syncing, but if that couldn't or didn't implement particle system syncs on hats, then there's probably a very good reason for that (think performance, fps and possibly more), therefore I'll take a page out of that and do the same. One think I will look into refactoring though is the Enchanted Sprint Hat's jump particles, so in a future update, I will get that to work in a different way.
Thank you all for trying out my mod so far! It definitely means quite a lot for me!