+ Reply to Thread
Page 11 of 49
FirstFirst ... 9 10 11 12 13 21 ... LastLast
Results 101 to 110 of 481

Thread: Advanced HUD Tools

  1. #101
    Wirererer Lancelot is on a distinguished road Lancelot's Avatar
    Join Date
    Feb 2009
    Posts
    177

    Default Re: Advanced HUD Tools

    Yes, it is. I guess I need to uncheck it?

  2. #102
    Wirererer DarkMonkey is on a distinguished road DarkMonkey's Avatar
    Join Date
    Jun 2008
    Posts
    167

    Default Re: Advanced HUD Tools

    Yup, the show in your screen box makes it always show in your screen.

  3. #103
    Wirererer Lancelot is on a distinguished road Lancelot's Avatar
    Join Date
    Feb 2009
    Posts
    177

    Default Re: Advanced HUD Tools

    So un-checking it will make it not show up. I'll try it out later.

    Also one more thing, is the combine binocular texture that you use for the sci-fi crosshair supposed to animate? All I get is it sitting stationary with the occasional alpha twitch in the bottom corner of the circle.

  4. #104
    UWSVN Contributor moggie100 will become famous soon enough moggie100's Avatar
    Join Date
    Dec 2007
    Posts
    407

    Default Re: Advanced HUD Tools

    Quote Originally Posted by Lancelot View Post
    So un-checking it will make it not show up. I'll try it out later.

    Also one more thing, is the combine binocular texture that you use for the sci-fi crosshair supposed to animate? All I get is it sitting stationary with the occasional alpha twitch in the bottom corner of the circle.
    If you're meaning the large concentric circle texture seen here: http://www.themoggie.co.uk/images/20...xtures_001.jpg, I made that thing, aweful as it is... and its still 'beta' due to no real guidelines on what texture flags to set for HUD textures, and there being -loads- of possibilities (it'd take me ages to find a set that worked...)

    Additionally, the kind of features mentioned here...

    Quote Originally Posted by Lancelot View Post
    I'm liking this so far, but I have two questions:

    1. How do I set it up so it only appears when I'm in a pod?

    2. Is there a way to combine a bunch of them into one? So have one indicator that handles a bunch of stuff?

    3. You know in other game huds, if you track something and it goes off screen it leaves an arrow? Is there a way to do that with this?
    ...will be addressed in a much more sane way for v2 (graphics scripting, but ssshhh!) so for now it'll be horrible and you'll just have to bear with me

    Apologies for missing all my Wiremod deadlines recently (Wired WireTool, Adv. HUD, etc.), a real-life deadline that I thought was quite some time away has snuck up on me so everything else has taken a bit of a back seat while I get stuff done.

    I -will- get this thing working properly soon, it's gottent too much intrest and gone too far for me to drop it, and I want the damn thing as well!

    Thanks for you're patience. (Again )

    PS. A cookie for anyone who can figure out why textures dissapear when you put the toolgun away

  5. #105
    Wirererer DarkMonkey is on a distinguished road DarkMonkey's Avatar
    Join Date
    Jun 2008
    Posts
    167

    Default Re: Advanced HUD Tools

    Quote Originally Posted by DarkMonkey View Post
    Also, is the | linebreak actually functional yet? Doesn't seem to want to work.
    in case ya missed it

  6. #106
    Wirererer DataSchmuck is on a distinguished road DataSchmuck's Avatar
    Join Date
    Nov 2007
    Posts
    110

    Default Re: Advanced HUD Tools

    Quote Originally Posted by DarkMonkey View Post
    in case ya missed it
    It works perfect when using the string functionality.
    I have multiple HUDs that have instructions like:

    Code:
    String="Press Reload to turn on|Press W,A,S,D to move|blahblahbla|etc..."
    
    and they show up like:

    Press Reload to turn on
    Press W,A,S,D to move
    blahblahbla
    etc...

  7. #107
    Wirererer Lancelot is on a distinguished road Lancelot's Avatar
    Join Date
    Feb 2009
    Posts
    177

    Default Re: Advanced HUD Tools

    I tried unchecking the "show im my hud" box. But then it just didn't show up at all.

  8. #108
    Wire Sofaking SatansSimon is on a distinguished road SatansSimon's Avatar
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    427

    Default Re: Advanced HUD Tools

    I think there is an input like "Activate" or something. Just wire this to he active output of your pod controller.

  9. #109
    UWSVN Contributor moggie100 will become famous soon enough moggie100's Avatar
    Join Date
    Dec 2007
    Posts
    407

    Default Re: Advanced HUD Tools

    The inputs on the existing SENT are a bit counter intuitive... that's legacy from the origional HUD indicator.

    Basicly, without the "Show in my HUD" checkbox checked, a display element -will not- update without a change to its inputs (to cut down on lag for static elements).

    I admit that this is quite a poor solution, (being fixed for v2) and does mean that even with an indicator linked to a pod, without an update, nothing will show (or you'll get one showing in the top left of the screen).

    Additionally, the HideHUD input does just that, -hides- the HUD, so pulling this input to '0' may fix some issues with pod-linked indicators.

    But this brings up a solution for people wanting elements to instantly update when they get in a pod, merely attaching a 'not' gate to the adv. pod's 'active' output and feeding the output of 'not' to the hideHUD element means that A: the HUD gets a data change, forcing a usermessage update, and B: the HUD will be shown in the user's HUD.

    Code:
    AdvPod[Active] -> NOT -> AdvHUD[HideHUD]
    
    Yes, this is a hack (but where would the fun be without one!) and I realise it's not ideal, but until I get v2 finished we may have to sit on it :/


    Oh, and remember to set your coordinate system to the right settings! [-1 to 1] or [percent] gives you good scalability, but means the screen will be slightly different on everyone's screen, wheras the [pixels] ensures exact positioning. Also remember that when you set world coordinates, it ignores the positioning scheme entirely and simply places it over that point on your screen.

  10. #110
    Wirererer Lancelot is on a distinguished road Lancelot's Avatar
    Join Date
    Feb 2009
    Posts
    177

    Default Re: Advanced HUD Tools

    If it is so tricky to disable the hud, would it not be easier to drop the alpha to zero? I wouldn't mind being able to define the RGB and Alpha values for the standard crosshairs and text-boxes.

    It would come in handy especially for use with wire. For instance the RBG values could change depending on distance, or where on the players hud the target resides.

    Also as I was saying about how if a target goes off hud the box can turn to an arrow. It would also be nice to be able to limit where a hud item can move. Trap it on the players hud, or limit it to a specific region.

    Another handy feature, would be the ability to define multiple huds into a specific device. To save on clutter. Like a constant value chip, just pick the number you want and set the values.

+ Reply to Thread
Page 11 of 49
FirstFirst ... 9 10 11 12 13 21 ... LastLast

LinkBacks (?)

  1. 4 Weeks Ago, 11:00 PM
  2. 01-28-2010, 11:12 AM

Similar Threads

  1. Advanced Colourer (as opposed to LevyBreak's Advanced Colorer) :D
    By andy1976uk in forum Ideas & Suggestions
    Replies: 8
    Last Post: 07-10-2008, 02:16 AM
  2. Some code tools
    By CAANz in forum Off-Topic
    Replies: 0
    Last Post: 04-30-2008, 06:00 AM
  3. Replies: 16
    Last Post: 02-26-2008, 06:29 AM
  4. OMG! what happen to my tools
    By GhostBuster in forum Help & Support
    Replies: 4
    Last Post: 10-11-2007, 06:31 AM
  5. better tools
    By kilroy in forum Ideas & Suggestions
    Replies: 7
    Last Post: 10-02-2007, 09:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts