• Halo 3 Pelican Pilotable entity.
    40 replies, posted
[QUOTE=Blargh123;30986415]Er... evidently you're not quite clear on how Entity.WaterLevel works. It just returns an integer between 0 and 3 depending on the entity's position, and won't even return 2 for non-player entities. Thus, your condition will always return true. Also, you forgot to close your if statement and note that the back half of your code goes into Entity.Think.[/QUOTE] Good point. I was just giving a good guess on how I could trigger the sequence. I'm looking into it still. [editline]8th July 2011[/editline] [QUOTE=teh pirate;30989123]so you wouldn't be animating it, your friends would be. you'd just be playing the animations conditionally.[/QUOTE] Basically, I'm not a top of the line animator or modeler, however; I could animate and rig the pelican my self if I had to.
[QUOTE=AntiSaint;30989969]Good point. I was just giving a good guess on how I could trigger the sequence. I'm looking into it still. [editline]8th July 2011[/editline] Basically, I'm not a top of the line animator or modeler, however; I could animate and rig the pelican my self if I had to.[/QUOTE] wouldn't it be a lot simpler to have all the moving parts as separate models, position them with lua and determine their angles based on the angles of the body because then you'd get proper collisions and shit too, destructible bits, smoother movements, what have you
[QUOTE=teh pirate;30990438]wouldn't it be a lot simpler to have all the moving parts as separate models, position them with lua and determine their angles based on the angles of the body because then you'd get proper collisions and shit too, destructible bits, smoother movements, what have you[/QUOTE] That would be a huge pain. I'm probably just going to have it rigged and animated then, I'll rip the destroyed pelican model from halo 3 and use it as the destroyed bits. That is, If I start working on it again.
my suggestion: if you can actually do everything you say you can, do it. if this isn't a neuroplanes model swap, do it. (dunno why itd require neuroplanes if it wasnt though)
[QUOTE=teh pirate;30990717]my suggestion: if you can actually do everything you say you can, do it. if this isn't a neuroplanes model swap, do it. (dunno why itd require neuroplanes if it wasnt though)[/QUOTE] It requires neuroplanes because I used the weapons Hoffa gets credit for the weapons, and the crosshair.
Then I cede that I was mistaken
[QUOTE=teh pirate;30991720]Then I cede that I was mistaken[/QUOTE] Glad we could sort that out. Link is back up everyone. I decided to finish this. No more whining about realism please, It really gets on my nerves.
wow this isn't realistic atall it's not even vtol how does it fly?????? jokes aside not really my cup of tea nor the right section
[QUOTE=Taggart;31030097]wow this isn't realistic atall it's not even vtol how does it fly?????? jokes aside not really my cup of tea nor the right section[/QUOTE] Halo's five centuries and 41 years from now, I'd be suprised if there were no technical advances by then.
[QUOTE=AntiSaint;30999434]Glad we could sort that out. Link is back up everyone. I decided to finish this. No more whining about realism please, It really gets on my nerves.[/QUOTE] A quick disclaimer: I'm going to try to be civil here, but it really bothers me when people misappropriate credit to themselves. It's not difficult to give credit where it's due. I'm not sure why exactly you left SVN links in your files, but a couple of quick looks at "your" code and the links you conveniently left behind show this to be some kind of mashup of Catdaemon's shuttle for "pelican" and Hoffa's NeuroPlanes for "Wpelican". Does the class name "sent_harrier_p" ring any bells? Also, haven't tested this, but the only reason [lua] Msg("Made by AntiSaint\n") Msg("DO NOT steal my code.\n") Msg("Based some offsets off of neuroplanes for realism.\n" [/lua] doesn't fuck up is because you made your error outside of any function, where it basically isn't run, except maybe when lua starts up. I apologize if I bruised any egos, but please, you know better than anyone else what exactly you did. Cheers.
I left catdeamon's name as the author. So I take no credit for his code. But I did write a lot of that code. I did base the code off of the harrier as I stated above. Also realize that the codes are not exactly the same. I've been improving the code to my own standards (I only based my code off of this one to start) I will continue to improve it.
Sorry, you need to Log In to post a reply to this thread.