Hints for new rotation system.
parent
8e6257434a
commit
50caabc4cd
|
@ -26,7 +26,10 @@ REFERENCE HIDEANDSEEK_HINT_HIDER_DISGUISE
|
||||||
LANG_ENGLISH "Disguise yourself in the environment by changing into a prop on the map.\nLook at a prop and use [{+attack}] to do so."
|
LANG_ENGLISH "Disguise yourself in the environment by changing into a prop on the map.\nLook at a prop and use [{+attack}] to do so."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
||||||
LANG_ENGLISH "Get into position then use [{+melee}] to lock your pose.\nUse [{+melee}] again later to unlock."
|
LANG_ENGLISH "Get into position then use [{+frag}] to lock your pose.\nUse it again to unlock."
|
||||||
|
|
||||||
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLEMODE
|
||||||
|
LANG_ENGLISH "Use [{+speed_throw}] to switch between full and limited rotation.\nLimited rotation allows you to stand straight."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
||||||
LANG_ENGLISH "Toggle between first-person and third-person view using [{+actionslot 3}],\nthis will help you to change into other models."
|
LANG_ENGLISH "Toggle between first-person and third-person view using [{+actionslot 3}],\nthis will help you to change into other models."
|
||||||
|
|
|
@ -26,7 +26,10 @@ REFERENCE HIDEANDSEEK_HINT_HIDER_DISGUISE
|
||||||
LANG_GERMAN "Tarne dich als Prop.\nSchaue auf ein Prop und benutze [{+attack}]."
|
LANG_GERMAN "Tarne dich als Prop.\nSchaue auf ein Prop und benutze [{+attack}]."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
||||||
LANG_GERMAN "Stelle dich hin und benutze [{+melee}] um deine Pose zu sperren.\nBenutze [{+melee}] später wieder um die Pose zu entsperren."
|
LANG_GERMAN "Stelle dich hin und benutze [{+frag}] um deine Pose zu sperren.\nZum Entsperren benutze einfach nochmal [{+frag}]."
|
||||||
|
|
||||||
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLEMODE
|
||||||
|
LANG_GERMAN "Benutze [{+speed_throw}] um zwischen Rotationsmodi zu wechseln.\nLimited erlaubt es dir gerade zu stehen."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
||||||
LANG_GERMAN "Du kannst zwischen First Person und Third Person mit [{+actionslot 3}]\nwechseln, was hilfreich beim Ändern des Props ist."
|
LANG_GERMAN "Du kannst zwischen First Person und Third Person mit [{+actionslot 3}]\nwechseln, was hilfreich beim Ändern des Props ist."
|
||||||
|
|
|
@ -1203,10 +1203,14 @@ giveHelpfulHintsForHider()
|
||||||
if (player showHintOnce("hider.disguise", &"HIDEANDSEEK_HINT_HIDER_DISGUISE"))
|
if (player showHintOnce("hider.disguise", &"HIDEANDSEEK_HINT_HIDER_DISGUISE"))
|
||||||
player waittill("hide_hint_for_disguise");
|
player waittill("hide_hint_for_disguise");
|
||||||
|
|
||||||
player notifyOnPlayerCommand("hide_hint_for_anglelock", "+melee");
|
player notifyOnPlayerCommand("hide_hint_for_anglelock", "+frag");
|
||||||
if (player showHintOnce("hider.anglelock", &"HIDEANDSEEK_HINT_HIDER_ANGLELOCK"))
|
if (player showHintOnce("hider.anglelock", &"HIDEANDSEEK_HINT_HIDER_ANGLELOCK"))
|
||||||
player waittill("hide_hint_for_anglelock");
|
player waittill("hide_hint_for_anglelock");
|
||||||
|
|
||||||
|
player notifyOnPlayerCommand("hide_hint_for_anglemode", "+speed_throw");
|
||||||
|
if (player showHintOnce("hider.anglemode", &"HIDEANDSEEK_HINT_HIDER_ANGLEMODE"))
|
||||||
|
player waittill("hide_hint_for_anglemode");
|
||||||
|
|
||||||
player notifyOnPlayerCommand("hide_hint_for_thirdperson", "+actionslot 3");
|
player notifyOnPlayerCommand("hide_hint_for_thirdperson", "+actionslot 3");
|
||||||
if (player showHintOnce("hider.thirdperson", &"HIDEANDSEEK_HINT_HIDER_THIRDPERSON"))
|
if (player showHintOnce("hider.thirdperson", &"HIDEANDSEEK_HINT_HIDER_THIRDPERSON"))
|
||||||
player waittill("hide_hint_for_thirdperson");
|
player waittill("hide_hint_for_thirdperson");
|
||||||
|
|
|
@ -26,7 +26,10 @@ REFERENCE HIDEANDSEEK_HINT_HIDER_DISGUISE
|
||||||
LANG_ENGLISH "Disguise yourself in the environment by changing into a prop on the map.\nLook at a prop and use [{+attack}] to do so."
|
LANG_ENGLISH "Disguise yourself in the environment by changing into a prop on the map.\nLook at a prop and use [{+attack}] to do so."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLELOCK
|
||||||
LANG_ENGLISH "Get into position then use [{+melee}] to lock your pose.\nUse [{+melee}] again later to unlock."
|
LANG_ENGLISH "Get into position then use [{+frag}] to lock your pose.\nUse it again to unlock."
|
||||||
|
|
||||||
|
REFERENCE HIDEANDSEEK_HINT_HIDER_ANGLEMODE
|
||||||
|
LANG_ENGLISH "Use [{+speed_throw}] to switch between full and limited rotation.\nLimited rotation allows you to stand straight."
|
||||||
|
|
||||||
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
REFERENCE HIDEANDSEEK_HINT_HIDER_THIRDPERSON
|
||||||
LANG_ENGLISH "Toggle between first-person and third-person view using [{+actionslot 3}],\nthis will help you to change into other models."
|
LANG_ENGLISH "Toggle between first-person and third-person view using [{+actionslot 3}],\nthis will help you to change into other models."
|
||||||
|
|
Loading…
Reference in New Issue