[2.41] Loading screen hints need updated

Discussion in 'Non-code bugs' started by wealthysoup, Mar 26, 2013.

  1. wealthysoup

    wealthysoup Lead Tester

    Messages:
    1,857
    Likes Received:
    0
    Trophy Points:
    0
    Posted by Justgofly in another thread on here.

    Obviously Regen now resists bio, is it reactive that will take extra damage?
     
  2. wealthysoup

    wealthysoup Lead Tester

    Messages:
    1,857
    Likes Received:
    0
    Trophy Points:
    0
    I believe this file is easily accessible and not too hard to change but I cant find it at the minute
     
  3. JustGoFly

    JustGoFly Member

    Messages:
    897
    Likes Received:
    30
    Trophy Points:
    0
    Thx for posting. Subscribe...

    If there is a way I can obtain the code to determine exactly the interaction of the configuration files or some advice on how I can learn more about the interaction of weapons and armor... I would appreciate the tip. I have a great deal of knowledge of C++ and can write tools to read binary files if I can obtain the structure of those files. But I imagine the data is in XML ?

    Show me how to fish and I'll drop some bombs in the pond and make soup. ;)
     
  4. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    new loading screens, map based loading screens, go!
     
  5. [lodw]keef

    [lodw]keef Hobbit

    Messages:
    1,336
    Likes Received:
    3
    Trophy Points:
    0
    I never bothered to figure out how to do the 100 images in 1 vtf, once that if figured out its not too much work to slam a bunch of new images in. Does anyone know which text format and settings was used in the old hint images?

    Also all the weapon and armor stats are located in text files
     
    Last edited: Mar 27, 2013
  6. complete_

    complete_ lamer

    Messages:
    6,438
    Likes Received:
    144
    Trophy Points:
    0
    vtfedit pretty much tells you everything
    http://dannycrafts.hubpages.com/hub/Make-Spray-Animations-for-Source-Games

    files are in materials/loading and resouces/ui/emploadingpanel
     
  7. [lodw]keef

    [lodw]keef Hobbit

    Messages:
    1,336
    Likes Received:
    3
    Trophy Points:
    0
    ah, I was trying to do it with the photoshop plugin. I haven't actually used the import and export functions of vtf edit, I just use it to edit files and view them everything else I do in photoshop.

    But thanks lamer for finding that for a lazy keef!
     
  8. wealthysoup

    wealthysoup Lead Tester

    Messages:
    1,857
    Likes Received:
    0
    Trophy Points:
    0
    Can anyone remember the location of the hints file? IIRC its a plain text file but I cant find it :(
     
  9. wealthysoup

    wealthysoup Lead Tester

    Messages:
    1,857
    Likes Received:
    0
    Trophy Points:
    0
    Found some in materials/vgui/loading/hints (vtf files), cant see the rest though
     
  10. Candles

    Candles CAPTAIN CANDLES, DUN DUN DUN, DUN DUN DUN DUN.

    Messages:
    4,251
    Likes Received:
    10
    Trophy Points:
    0
    "materials/loading/text.vtf" is the file you're looking for. Open it up in VTFedit, the single file is actually 46 frames, each being a different tip.
     
  11. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    isnt the text baked into the images? i remember this being the issue with custom loading screens - they wouldnt show hints.
     
  12. wealthysoup

    wealthysoup Lead Tester

    Messages:
    1,857
    Likes Received:
    0
    Trophy Points:
    0
    Ah ok, didnt realise that, its frame 8 that needs changed. Any suggestions for how to do that without making it obvious it was changed? Could be done in PS easily enough but getting the text the same might be tricky.
     
  13. [lodw]keef

    [lodw]keef Hobbit

    Messages:
    1,336
    Likes Received:
    3
    Trophy Points:
    0
    Well seeing as how we don't have the original photoshop template to make it match it is probably easier to just make a new one and retype the hints into in and export them all, making a new animated vtf.
     
  14. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    it wouldd be so awesome if the the text would be pulled from a seperate file and it either uses a vmf named like the loading map or, if such vmf isnt available, it uses a random frame from the one empires provides by default.
    as bonus the custom, map specific vmfs could also contain multiple textures that are shown as slideshow - and if you could also add map-specific hints ... man that'd be the shit!
     
  15. [lodw]keef

    [lodw]keef Hobbit

    Messages:
    1,336
    Likes Received:
    3
    Trophy Points:
    0
    So while the text is baked into an image it is baked into a seperate image, ie you can have the same hint on an mvalley preview or a Cyclopean preview
     
  16. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    no the text should be text in a text file ofc, anything else sounds like a shit job to maintain
     
    Last edited: Mar 27, 2013

Share This Page