This thing is pretty epic on an attack helicopters gun camera....
And yes, I made a KA-50. I'll make a thread about it once I finish making attachments. Right now the crosshairs show where the semi-rigid 30mm cannon will hit.
This thing is pretty epic on an attack helicopters gun camera....
And yes, I made a KA-50. I'll make a thread about it once I finish making attachments. Right now the crosshairs show where the semi-rigid 30mm cannon will hit.
Nifty!
I've been messing with your weapon pods for the leviathon - if you put a ranger on the pod as close to the barrel as possible, then use its xyz output to set the position on a crosshair it'll swing around a bit after the heli, which looks awesome from the cockpit!
How are you guys getting multiple targets?
If you look at the wire target finder's options there is a slider for "number of targets to track" and another for "number of bogies".
If you set those to, say, "4" on the SENT you get an entity output for each target, and a normal output for each one as well.
Then if you made 4 beacon sensors, linked in the usual way, but then hook each of their "target" inputs up to the normal-type outputs for each target, they output each target's data.
I'll draw up a diagram in a bit for this - as I'm afk typing this on my touch.
PS: Have you tried the stool yet? If so, comment + crit![]()
I have installed this and have tried it out, and forgive my ignorance, but the inputs for the Adv Hud Indicator, particularly A, I am unsure what to wire to to get the cross hairs in the screen shots. I think this is a great and fabulous idea, and it looks really nifty, but I can't seem to get it to show anything on my HUD. Could you give a description of some examples?
Thanks for your help.
[SIZE=1][IMG]http://www.wiremod.com/forum/members/zentiger-albums-default-picture59-signature-image.jpg[/IMG][IMG]http://www.wiremod.com/forum/members/1126-albums15-picture59.jpg[/IMG]
"Not everything that counts can be counted, and not everything that can be counted counts." [I]-Sign hanging in Albert Einstein's office at Princeton[/I]
[/SIZE]
Here is a quick tutorial that should help you. Don't try both at once or it doesn't work.
[img]http://img99.imageshack.us/img99/9752/userbar670653zr2.gif[/img]
[QUOTE]<Urablahblah> I hate to be the guy who does this... but [URL="http://www.wiremod.com/forum/off-topic/6847-keyboard-tutorial.html"]Keyboard Tutorial.[/URL]
<SoundKiller777> Lawl ... U obviously dont know how to use wiremod if your referencing to keyboard Dude ...
<Urablahblah> *Sigh*[/QUOTE]
Thanks! I knew I wasn't doing something right. This is certainly snazzy
[SIZE=1][IMG]http://www.wiremod.com/forum/members/zentiger-albums-default-picture59-signature-image.jpg[/IMG][IMG]http://www.wiremod.com/forum/members/1126-albums15-picture59.jpg[/IMG]
"Not everything that counts can be counted, and not everything that can be counted counts." [I]-Sign hanging in Albert Einstein's office at Princeton[/I]
[/SIZE]
It sure is fun isn't it?
I had one question Moggie, is there any way for it to give XY Outputs for where the thing is showing on your screen? I ask because I'm trying to figure out if there's any way to draw a line from 2 sets of GPS coordinates. That way you could make a "virtual course" that you had to fly through with planes or ships or something like that.
Last edited by Urablahblah; 09-22-2008 at 03:54 PM. Reason: Avoid double post.
[img]http://img99.imageshack.us/img99/9752/userbar670653zr2.gif[/img]
[QUOTE]<Urablahblah> I hate to be the guy who does this... but [URL="http://www.wiremod.com/forum/off-topic/6847-keyboard-tutorial.html"]Keyboard Tutorial.[/URL]
<SoundKiller777> Lawl ... U obviously dont know how to use wiremod if your referencing to keyboard Dude ...
<Urablahblah> *Sigh*[/QUOTE]
I can't have the SENT output the location on-screen, as it would be different for each player and would make any value I set it to output meaningless to one or other player.
However, the problem you pose can be solved by having an option for XY-XY mode to become XYZ-XYZ, such that start and end coordinates can be input as world positions. This is what the "Use World Coordinates" checkbox is for, but I still can't get the function to modify wire I/O working.
As a test though, you can input one 3D coordinate (via the WorldX/Y/Z inputs) and an on screen position with the EndX/Y inputs and it should just plot a line properly between those sets.
I might even use that functionality as part of the STOOL, giving an XY-XYZ and XYZ-XY mode for all the currently drawn elements.
BTW: which version are you lot all using? I need to know when you ask questions about the tools, and especially so if you have problem!
then call that function in the tool as you spawn the ent with the value you want to use.Code:function ENT:ConfigInPuts(value) if ( value == 1 ) then self.Inputs = Wire_CreateInputs(self, { "A" , "HideHud", "ScreenX", "ScreenY", "Alpha", } ) elseif ( value == 2 ) then self.Inputs = Wire_CrateInputs(self, { "A" , "HideHud", "X", "Y", "Z", "Alpha", } ) end end
If that helps any.Code:wire_adv_indicator:Spawn() wire_adv_indicator:ConfigInPuts(value)
Bookmarks