Changes between Version 2 and Version 3 of Ticket #2273, comment 16


Ignore:
Timestamp:
Mar 17, 2018, 11:36:11 PM (6 years ago)
Author:
alkazar-ipse

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2273, comment 16

    v2 v3  
    66In Age3 you could download a patch with hundreds of quotes from movies, which were more funny then useful in most game situations even though sometimes convenient, but no one used them because no one knew about them, and they didn't work unless you installed that patch.
    77
    8 in short: taunts are caught up in no time by players, remembering a few useful numbers in the least concern (difficulty-wise) of a player to master the gameplay (remember this is just an optional feature, not needed for playing. Just used by the hardcore community. Same as with other things: I can code using vim and use all fancy keyboard shortcuts I want, my work colleague can still program using an IDE, no one is forbidding it). In the learning process players will just hear the audio while seeing the number chatted. No /keyword needed, an integer number without trailing characters can easily be parsed into a "/taunt #theInteger"  locally on his machine if he enables taunts, and if enabled he can still write numbers as non-taunts by adding a space after it. Players who disable it will just get the plain text as message, and no audio.
     8in short: taunts are caught up in no time by players, remembering a few useful numbers in the least concern (difficulty-wise) of a player to master the gameplay (remember this is just an optional feature, not needed for playing. Just used by the hardcore community. Same as with other things: I can code using vim and use all fancy keyboard shortcuts I want, my work colleague may still program using an IDE and use his mouse to change lines, no one is forbidding it). In the learning process players will just hear the audio while seeing the number chatted. No /keyword needed, an integer number without trailing characters can easily be parsed into a "/taunt #theInteger"  locally on his machine if he enables taunts, and if enabled he can still write numbers as non-taunts by adding a space after it. Players who disable it will just get the plain text as message, and no audio.