Difference between revisions of "Team Fortress Wiki talk:Tips Revision"

From Team Fortress Wiki
Jump to: navigation, search
(Tips: new section)
m
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Discussion close|begin}}
 
== Poot details here ==
 
== Poot details here ==
  
Line 20: Line 21:
  
 
Is there a specific file within the game files holding all of the default tips? [[User:Bandit Stache|Bandit Stache]] 14:23, 14 April 2011 (UTC)
 
Is there a specific file within the game files holding all of the default tips? [[User:Bandit Stache|Bandit Stache]] 14:23, 14 April 2011 (UTC)
 +
 +
== Robin Says... ==
 +
To not bother with kill taunts, and to feel free to add stuff for game modes other than arena. '''~[[User:G-Mang|G-Mang]]'''<small> ([[User talk:G-Mang|T]]|[[Special:Contributions/G-Mang|C]])</small> {{ns:0}} 10:38, 4 June 2011 (UTC)
 +
 +
== Le revival! ==
 +
 +
WindPootis reminded the IRC channel of this ded project, and because it's so delicious we've decided to revive it.  There have been some changes made to how the project is handled to make it easier to keep up quality on the tips that are suggested to Valve (the /Final article). The project page has been updated to document the new process. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 00:31, 15 September 2011 (PDT)
 +
 +
== Documenting for the sake of open-ness. ==
 +
 +
It seems that when inquiring with Valve about their interests in the project, the Contribute site would have to be the platform for submitting tips - with each individual author of tips submitting to it (and with that, each modification to a tip would have to be submitted by whomever modifies it).  This is not viable for the project and we're making efforts with Valve to try and resolve the Contribute-site dependency.  Please feel free to continue contributing to the project, but at this moment in-time there's no guarantee Valve will use content submitted to the project. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 00:23, 16 September 2011 (PDT)
 +
: And dis is resolved.  Project is a gogogo. Although I'm still unaware how Valve will get them from the Wiki to in-game (do I send them what we've got every [some timeframe], or do I leave them to get the tips themselves)... sent an email to get that clarified. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 17:56, 20 October 2011 (PDT)
 +
 +
== We are success! ==
 +
 +
Good verk everybody.  Now Valve have some coding to do to implement the rest of our new tips (so...  give it 6 months?  only took 4.5 months to get these non-coding-needed tips implemented), meanwhile feel free to keep submitting - although new ones aren't guaranteed to be in the next batch of tips (I imagine Valf are working through [http://wiki.teamfortress.com/w/index.php?title=Team_Fortress_Wiki:Tips_Revision/Final&oldid=896014 these ones] - twas the last version of the page I emailed about). -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 12:02, 23 March 2012 (PDT)
 +
 +
== We've got a problem ==
 +
 +
Many of the longer tips do not fit in the respawn tip text box. I specifically noticed these two
 +
* "As a Pyro, the Degreaser inflicts less afterburn damage but allows you to switch weapons almost instantly. This allows you to more easily perform deadly combination attacks, such as setting the enemy on fire and then using the Axtinguisher in order to inflict a critical hit!"
 +
* "As a Demoman, use the Claidheamh Mòr to maximize the effectiveness of your Chargin' Targe. You won't inflict critical hits or collect heads, but the extra duration of your charge will allow you to cover more distance, or make a quick escape!"
 +
 +
Both are cut off at the bottom (the first one by a lot). Tips roughly the same length probably have the same issues, I'm not quite sure (seems likely). We're going to have to re-word many of the longer tips to be quite a bit shorter. [[User:Balladofwindfishes|Balladofwindfishes]] 07:37, 24 March 2012 (PDT)
 +
: Shugo alerted me to this yesterday, but I forgot so thanks for reminding me. The tip container can hold 7 lines of text, the text being in Size 8 Verdana... which poses a problem, Verdana is not a monospace font, it is dynamically-spaced (each letter has its own individual width).  That means means we cannot enforce a hard-limit on the length of tips, to find out which tips do and do not fit in the box, we have to test them out individually.  I have a few ideas I'm going to play around with to solve this problem, until then we will have to look at the longer tips and see if there's anywhere we can save space - while still retaining the messages clarity. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 10:44, 24 March 2012 (PDT)
 +
:: Alright, I was wrong with my earlier statement.  The game uses size 14px Verdana, but in the files it is defined as <code>"tall" "8"</code>.  Anyway, I have thrown together a (very hacky and horribly coded) Python script to generate images of the tips, bounded as the tips container allows, that also generates a list of whether or not the tips are too long.  The output of the script can be found [http://intergalacticprotonpoweredelectricaltentacledadvertisingdroid.co.uk/tiprevision/ here].  And now I am adding the too-length tips to the 'Suggestions' page to be revised. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 13:06, 24 March 2012 (PDT)
 +
::: If that doesn't work, you might be able to just make a custom tf_english and remove all the tips except the one you want to test (set it as the only tip for every class). I'm not sure if the game accepts custom tf_englishes though (I don't see why not). [[User:Balladofwindfishes|Balladofwindfishes]] 17:39, 24 March 2012 (PDT)
 +
:::: Not sure what you're referring to with "if that doesn't work", guess I was unclear somewhere.  The python script used to generate and evaluate whether the tips would fit works fine as far as I am currently aware; if there are any tips it generates as a 'success' (i.e. the tip fits) but in-game the tip actually doesn't fit then I need to be told so I can figure out why the script is wrong (your demo tip is an example of this, the script [http://intergalacticprotonpoweredelectricaltentacledadvertisingdroid.co.uk/tiprevision/success/Tip_4_22.png generates it fine] but you've stated otherwise - I'll have to look into that one tomorrow).  We can also test with custom tf_english files, but this is a longer and more laborious process than using a script. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 17:51, 24 March 2012 (PDT)
 +
::::: That tip cuts off the bottoms of those letters with hanging parts, iirc [[User:Balladofwindfishes|Balladofwindfishes]] 18:15, 24 March 2012 (PDT)
 +
:::::: Right I've re-jigged my script - TF2 draws the tips from center in-game, but I don't know how to replicate that with the tools I've got for now...  but I've gotten the generated text a pixel-perfect match for when there's 7 lines of text.  I'll upload the results later on today, but I'm still going to count tips getting the little trails cut off as successes...  it's such a minor detail that it's not worth bothering over - the only solution would be re-doing all the tips so none of them are 7 lines long in-game. -[[User:RJackson|<span class="modbg" style="margin-right:1px;text-shadow: #538237 1px 1px 0px;">RJ</span>]] 07:31, 25 March 2012 (PDT)
 +
{{Discussion close|end}}

Latest revision as of 22:50, 11 January 2024