Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






描画不具合を確認できたMeleeAnimation使用時のUni武器系のTweakDataを更新しました。
現象の発生している特定の武器やまたは全てであるなどの情報、併用Mod状況などの提供があれば幸いです。
一部の近接武器とほぼ全ての遠距離武器がそうなっていたので調べてみたところMelee Animationに対応していない近接武器と遠距離武器をMelee Animationの動きをさせようとして発生していたのかもしれません。
slashbladeを外したところMelee Animation側のモーションが消えたので報告させていただきました。
Minecraftの頃から愛用しておりました。
対応ありがとうございます!
翻訳周りの理解がまだまだ覚束ないものだったので、助かります。
一部VEFによるVerb拡張部分のエラー修正方法も分かったので、いずれDescriptionも修正したいところ。
<SlashBlade_Hediff_Immunity.label>Aether Photon Adaptation</SlashBlade_CrystalFromCorpse.label>
<SlashBlade_Hediff_Immunity.description>A~.</SlashBlade_CrystalFromCorpse.description>
のそれぞれ後半部分が「SlashBlade_Hediff_Immunity」ではなく、「SlashBlade_CrystalFromCorpse」なのと、
「WeaponTachiYamatoDefs.xml」の
<SlashBlade_Weapon_Tachi_Yamato.verbs.1.label>Air Trick</SlashBlade_Weapon_Tachi_Yamato.verbs.0.label>
の後半部分が「verbs.1」ではなく「verbs.0」のため、
リムワールド起動時に翻訳、及び軽度な読み込みエラーを引き起こしているみたいです。
急ぐ内容では無いと思いますので何かのタイミングで修正してもらえると助かります。
Weapon projectile damage is calculated as follows:
finalizedDamage = (baseDamage + Offset) * Quality * Factor
baseDamage = 10;
Quality=90%-150%
Factor = (math.Min(KillCount,100)/100) * Stuff_Armor_Heat
Offset= math.Max(1, KillCount-100) * 1%
Here's an example of legendary steel sword projectile damage:
killcount:0-1 damage:0
killcount:2-11 damage:1
...
killcount:100 damage:9
...
killcount:1000 damage:90
Tips for using it as a viable range weapon:
High quality.
Use materials with high heat resistance.
Increase the "kill count".
次元斬とか作られるんだろうかー
今後に期待!
it shows me
"
Exception ticking Bullet_AutocannonTurret14369: System.NullReferenceException: Object reference not set to an instance of an object
[Ref 97A4CD9E] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
"
"Even if I only install this mod, the bug still occurs." if i remove this mod, the bug will disappear....
Sorry for trouble you
I haven't thought of any plans to add persona weapons yet.
Those are the behaviors in version 1.4.
I'm the creator of the Minecraft mod of the same name.
I thought it would be easy to do by reusing resources, so I made it.