Wurst.Wiki

The Official Wurst Client Wiki

ユーザ用ツール

サイト用ツール


ja:aimassist

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
ja:aimassist [2023/09/01 03:07] – 作成 auri550ja:aimassist [2023/09/01 04:50] (現在) auri550
行 1: 行 1:
-FIXME **このページはまだ完全には、翻訳されません。翻訳の完了を支援して下さい。**\\ //(翻訳が完了したらこの段落を削除して下さい)// 
- 
 ====== AimAssist ====== ====== AimAssist ======
  
行 8: 行 6:
 ^タイプ|[[:Hack|ハック]]| ^タイプ|[[:Hack|ハック]]|
 ^カテゴリー|[[:Combat|戦闘]]| ^カテゴリー|[[:Combat|戦闘]]|
-^In-game description|"Helps you aim at nearby entities."| +^ゲーム内説明|"近くのエンティティを狙うのを支援します。."| 
-^[[:keybinds#default_keybinds|Default keybind]]|none+^[[:keybinds#default_keybinds|デフォルトキーバインド]]|なし
-^Source code|[[w7src>net/wurstclient/hacks/AimAssistHack.java]]|+^ソースコード|[[w7src>net/wurstclient/hacks/AimAssistHack.java]]|
 </WRAP> </WRAP>
  
-AimAssist is a Minecraft hack that automatically aims at nearby entities. It is very useful for combat, as it allows the player to focus on moving and attacking instead of aiming.+エイムアシストは、Minecraftのハックで、近くのエンティティを自動的に狙う機能です。これは戦闘に非常に便利で、プレイヤーが狙うことに集中する代わりに移動や攻撃に集中できるようにします。
  
-===== Settings =====+===== 設定 =====
  
-==== Range ==== +==== 範囲 ==== 
-^  Range  ^^ +^  範囲  ^^ 
-^Type|Slider+^タイプ|スライダー
-^In-game description|(none)+^ゲーム内設営|なし
-^Default value|4.5m| +^デフォルト値|4.5m| 
-^Minimum|1m| +^最小値|1m| 
-^Maximum|6m| +^最大値|6m| 
-^Increment|0.05m|+^インクリメント|0.05m|
  
-The "Range" slider limits how far away an [[mc>entity]] can be before it is ignored by AimAssist. When used for melee combat, this setting should be set no higher than the user's attack range. Otherwise, AimAssist may waste time trying to aim at entities that are too far away to be attacked.+「範囲」スライダーは、エイムアシストが無視する前に[[mc>entity]]がどれだけ遠くにいるかを制限します。近接戦闘に使用する場合、この設定はユーザーの攻撃範囲を超えないように設定する必要があります。そうしないと、エイムアシストは攻撃できないほど遠くにいるエンティティを狙おうとして時間を無駄にすることがあります。
  
-==== Rotation Speed ==== +==== 回転速度 ==== 
-^  Rotation Speed  ^^ +^  回転速度  ^^ 
-^Type|Slider+^タイプ|スライダー
-^In-game description|(none)+^ゲーム内説明|なし
-^Default value|600°/s| +^デフォルト値|600°/s| 
-^Minimum|10°/s| +^最小値|10°/s| 
-^Maximum|3600°/s| +^最大値|3600°/s| 
-^Increment|10°/s|+^インクリメント|10°/s|
  
-The "Rotation Speed" slider limits how fast AimAssist will rotate the player's head in order to face an [[mc>entity]].+「回転速度」スライダーは、エイムアシストがプレイヤーの頭を回転させて[[mc>entity]]を向く速度を制限します。
  
-==== FOV ==== +==== 視野角 ==== 
-^  FOV  ^^ +^  視野角  ^^ 
-^Type|Slider+^タイプ|スライダー
-^In-game description|"Field Of View how far away from your crosshair an entity can be before it's ignored.\\ 360° = aims at entities all around you."| +^ゲーム内説明|"視野 クロスヘアからのエンティティの無視範囲。\\ 360° = 周囲のエンティティを狙います。"| 
-^Default value|120°| +^デフォルト値|120°| 
-^Minimum|30°| +^最小値|30°| 
-^Maximum|360°| +^最大値|360°| 
-^Increment|10°|+^インクリメント|10°|
  
-The "FOV" slider limits how far AimAssist will move the player's head in order to face an [[mc>entity]]. Any [[mc>entity]] that is outside of this field of view will not be aimed at.+FOV」スライダーは、AimAssistがプレイヤーの頭を動かして[[mc>entity]]を向く範囲を制限します。この視野の範囲外にある[[mc>entity]]は狙われません。
  
-The FOV generally goes "both ways around": An FOV setting of 180° will aim at any entities that are up to 90° away in any direction, resulting a 180° cone centered around where the player is facing. Similarly, an FOV setting of 90° creates a 90° cone where anything up to 45° away can be aimed at, and so on. An FOV setting of 360° will aim at targets all around the player.+FOVは通常「両方向」で機能します:FOV設定が180°の場合、プレイヤーが向いている方向を中心に、どの方向にも90°までの範囲内のエンティティが狙われます。同様に、FOV設定が90°の場合、最大45°までの範囲内のエンティティが狙われる90°のコーンが作成され、以降も同様です。FOV設定が360°の場合、プレイヤーの周りのすべての方向に対してターゲットが狙われます。
  
-The FOV setting takes both horizontal and vertical rotation into account and is always based on the player'[[wp>client-side]] facing.+FOV設定は水平と垂直の回転を考慮し、常にプレイヤーの[[wp>client-side]]の向きに基づいています。
  
-==== Filters ====+==== フィルター ====
  
-AimAssist's filters are very similar to the [[Generic Combat Filter List]]. The only difference is that more of the filters are enabled by default, as shown in the table below:+AimAssistのフィルターは、[[Generic Combat Filter List]]と非常に似ています。唯一の違いは、テーブルに示されているように、より多くのフィルターがデフォルトで有効になっていることです:
  
-^Filter name^Default value+^フィルター名^デフォルト値
-|Filter players|not checked+|フィルタープレイヤー|チェックされていません
-|Filter sleeping|not checked+|フィルタースリーピング|チェックされていません
-|Filter flying|0m (disabled)+|フィルターフライング|0m チェックされていません
-|Filter monsters|not checked+|フィルターモンスター|チェックされていません
-|Filter pigmen|not checked+|フィルターピグマン|チェックされていません
-|Filter endermen|not checked+|フィルターエンダーマン|チェックされていません
-|Filter animals|checked+|フィルターアニマル|チェックされています
-|Filter babies|checked+|フィルターベビー|チェックされています
-|Filter pets|checked+|フィルターペット|チェックされています
-|Filter traders|checked+|フィルタートレーダー|チェックされています
-|Filter golems|not checked+|フィルターゴーレム|チェックされていません
-|Filter invisible|checked+|フィルター透明|チェックされています
-|Filter named|not checked+|フィルター名前付き|チェックされていません
-|Filter shulker bullets|not checked+|フィルターシュルカー弾|チェックされていません
-|Filter armor stands|checked+|フィルターアーマースタンド|チェックされています
-|Filter end crystals|checked|+|フィルターエンドクリスタル|チェックされています|
  
 ===== Changes ===== ===== Changes =====
ja/aimassist.1693537659.txt.gz · 最終更新: 2023/09/01 03:07 by auri550