• Kerbal Space Program Kanuary Edition: von Braun ain't got nothing on this v2!
    1,694 replies, posted
[QUOTE=LarparNar;34228056]Exactly. I don't get this whole brony hate. I seriously don't understand why you can't let someone enjoy something that doesn't need to affect you in any way, it's childish and annoying. If you don't hate it, you don't have to get angry at it, and it's easier to ignore it. <- This works for me, you should try it.[/QUOTE] Because boredom. It's really my fault, but nobody likes blaming themselves.
[QUOTE=LarparNar;34228056]Exactly. I don't get this whole brony hate. I seriously don't understand why you can't let someone enjoy something that doesn't need to affect you in any way, it's childish and annoying. If you don't hate it, you don't have to get angry at it, and it's easier to ignore it. <- This works for me, you should try it.[/QUOTE] It's annoying when they post their giant images of ponies to reply to something.
Reposting to get this back on track: [IMG]http://img803.imageshack.us/img803/3517/ksp2012011519561858.png[/IMG]
[QUOTE=LarparNar;34228056]Exactly. I don't get this whole brony hate. I seriously don't understand why you can't let someone enjoy something that doesn't need to affect you in any way, it's childish and annoying. If you don't hate it, you don't have to get angry at it, and it's easier to ignore it. <- This works for me, you should try it.[/QUOTE] I don't hate bronys as a rule, but obnoxious people, like the guy there with the animated brony avatar and giant animated brony signature, deserve it most of the time.
[QUOTE=Neo Kabuto;34228287]I don't hate bronys as a rule, but obnoxious people, like the guy there with the animated brony avatar and giant animated brony signature, deserve it most of the time.[/QUOTE] Well when we trolled Tim, its because he was being a complete douchebag. Not because he's a fan of a show for little girls.
I'm a fan of music for little girls. Bully me.
[QUOTE=LarparNar;34228430]I'm a fan of music for little girls. Bully me.[/QUOTE] Elaborate?
[QUOTE=LarparNar;34228430]I'm a fan of music for little girls. Bully me.[/QUOTE] But I'll bet you don't go about loudly and publicly proclaiming that you're a fan of it, which is why Brony's get so much hate, a lot of them are "HEY LOOK AT ME AND LOOK AT WHAT I'M A FAN OF" There's being a fan, then theres being kinda obsessive.
[QUOTE=Dacheet;34228532]Elaborate?[/QUOTE] Avatar.
[QUOTE=LarparNar;34228430]I'm a fan of music for little girls. Bully me.[/QUOTE] Didn't we all just agree that it's not what they're a fan of that's the problem, but how they act?
[QUOTE=RayvenQ;34228559]But I'll bet you don't go about loudly and publicly proclaiming that you're a fan of it, which is why Brony's get so much hate, a lot of them are "HEY LOOK AT ME AND LOOK AT WHAT I'M A FAN OF" There's being a fan, then theres being kinda obsessive.[/QUOTE] That's true. [editline]15th January 2012[/editline] [QUOTE=Neo Kabuto;34228572]Didn't we all just agree that it's not what they're a fan of that's the problem, but how they act?[/QUOTE] Yes. Let's steer this back on topic.
[QUOTE=LarparNar;34228567]Avatar.[/QUOTE] Still not sure I think if someone recognized from the avatar they would already be a fan [editline]16th January 2012[/editline] I think the drawn pornography of horses probably factors into the hate somewhat.
Plus she is inherently attractive. Ponies aren't. [editline]15th January 2012[/editline] Rocket discussion only below this post
I laugh at all those stories of people who land on the Mun but forgot their parachute. Last night I landed a little too hard on the moon. The pod and some rockets survived, but the parachute fell off the top of the capsule. I will never laugh at those stories again.
The launch escape tower is ready for texturing. [t]http://dl.dropbox.com/u/13781308/KSP/Launch%20Escape%20System.png[/t] It doesn't seem to work very well though for some reason. Its thrust is set at 1000 but it has a hard time lifting that capsule in the picture more than a few meters into the air.
Well does it have enough fuel? Is the capsule really heavy?
Here's the part.cfg [code]// --- general parameters --- name = LaunchEscapeTower module = SolidRocket author = Pelf // --- asset parameters --- mesh = BPlaunchEscapeTower.dae scale = 1 texture = texture.png specPower = 0.1 rimFalloff = 3 alphaCutoff = 0.5 // --- node definitions --- // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z node_stack_bottom = 0.0, 0.01, 0.0, 0.0, 1.0, 0.0 // --- FX definitions --- fx_exhaustFlame_yellow = 0.0, 0.35, 0.0, 0.0, 1.5, 1.0, active fx_exhaustFlame_yellow = 0.0, 0.35, 0.0, 0.0, 1.5, -1.0, active fx_exhaustFlame_yellow = 0.0, 0.35, 0.0, 1.0, 1.5, 0.0, active fx_exhaustFlame_yellow = 0.0, 0.35, 0.0, -1.0, 1.5, 0.0, active // --- Sound FX definition --- sound_vent_medium = activate sound_rocket_hard = active sound_vent_soft = deactivate // --- editor parameters --- cost = 450 category = 3 subcategory = 0 title = Launch Escape System //manufacturer = None description = For emergency use only. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,0,0,0 // --- standard part parameters --- mass = 0.6 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.1 angularDrag = 2 crashTolerance = 7 maxTemp = 3600 stageAfter = True stageBefore = True // --- solid booster parameters --- thrust = 1000 dryMass = 0.1 heatProduction = 550 fuelConsumption = 1 internalFuel = 5 fullExplosionPotential = 0.5 emptyExplosionPotential = 0.1 thrustCenter = 0, 0.5, 0 thrustVector = 0, 1, 0 [/code] [editline]edit[/editline] It works with some capsules but not others.
[QUOTE=-Xemit-;34230382]There's a weird issue with escape towers in this game. The thrust doesn't seem to work when its vector intersects other parts. I don't know how Sunday Punch managed to make his one work but to make one for my Noyuz I had to split it in two and set the thrust vector at an angle. Unfortunately that approach requires an extra part with two attachment point on top. If I were to do it, I would separate the cone and those bars to make a strut/decoupler, split the rocket part in half and give the strut two places for the rockets to connect. I did it like that with the Noyuz LES and I think it works quite good.[/QUOTE] Sunday Punches' one worked because of how multiple command pods were handled iirc.
just watched the credits dat blueprints
[QUOTE=LordCrypto;34228666]Plus she is inherently attractive. Ponies aren't. [editline]15th January 2012[/editline] Rocket discussion only below this post[/QUOTE] [sub]I know, I know, off topic.[/sub] She can ride my rocket any day. :smug: Also I talked the ban down to a day. :v:
[QUOTE=LordCrypto;34228666]Plus she is inherently attractive. Ponies aren't. [/QUOTE] I'm sorry but who is she? on topic: wockets
Taylor swift. on topic: Harv really needs to add a negative sign to the altimeter. When I go submersible diving, I don't want to see my altitude tick up.
Diving with the Vanguard is so much fun.
Finally got around to preordering KSP. Do you guys think I was cutting it a bit close?
Does anyone know what parts packs are in the Vanguard Launcher demo .craft? I can't really build anything in the VAB because I crash before anything gets done.
My first working Lander was a huge success today I just landed on the Mun for the first time a few hours ago. After I landed I decided to use my RCS thrusters to power my lander and explore the Mun. I quickly forgot what the RCS controls were and spun out of control and managed to land on one peg and then fall on my side. I said fuck it and jammed full throttle and turned my lander to a hill. My lander moving 60 M/S and being slammed into the ground (a feat which causes most to blow up in 2 seconds) hit a small bump which tore off my parachute and my main RCS tanks then a few seconds later the lander reached the top of the hill and gained altitude. My original plan was to use the decent booster and what fuel was left to maneuver towards Kearth and using my RCS thrusters to assist me were I would then be using the Parachute with the RCS to land with the lander full intact. Instead I used what was left of my RCS and some of my descent booster to get a shitty trajectory that had me flying through Kearth's atmosphere at 3,000 m/s straight into the ground. Somehow my lander's engine with about a maximum thrust rating of 12 and about 1/5 of its fuel left combined with my auxiliary RCS fuel tank that was almost empty slowed it down were I was then able to use what I had left to land. Best ship I ever made I also took a screenshot of the craft before the incident but forgot to take more later regrettably since I was too focused on saving my crew :v: [img]http://img832.imageshack.us/img832/2889/munlanding.png[/img]
Oh man, that node part. [img]http://i.imgur.com/f8arZ.jpg[/img] [editline]15th January 2012[/editline] I made it even better. Now it spins on its own. Unfortunately this caused the whole thing to fling itself to pieces. So I added engines to push the nodes inwards and keep it all together. [img]http://i.imgur.com/Lnv8A.jpg[/img]
[quote]THE SUCCESSFUL MUN LANDING INDEX 1. The lander has utilized legs or wheels to stop movement on the Mun's surface without damaging the lander. 2. The lander is not confirmed to be out of fuel or incapable of lifting off from the surface (so missions that ended with missing Kerbin or blowing up in the ocean still count if the Mun landing was successful.) Also, I didn't count any landings by a single craft more than once, but it appears that the Challenger LRM has been to the Mun more than any other craft in this thread. Single people may show up more than once if they land in a unique craft each time. [url]http://i.imgur.com/1e6n7.png[/url] [B] by wootmonster[/B] [url]http://i.imgur.com/EgVox.jpg[/url] [B]Eagle(?) by Dacheet[/B] [url]http://i.imgur.com/QjnpK.jpg[/url] [B]by RR_Raptor65[/B] [url]http://i.imgur.com/CZrda.png[/url] [B]Challenger LRM by Winstonn and Kickasskyle[/B] [url]http://dl.dropbox.com/u/2668640/went%20well/new2/25%20copy.jpg[/url] [B]by LarparNar[/B] [url]http://i.imgur.com/VxbOMh.jpg[/url] [B]by Torpov[/B] [url]http://dl.dropbox.com/u/10492850/screenshot0%20%282%29.png[/url] [B]MunMaster by -Xemit-[/B] [url]http://dl.dropbox.com/u/13781308/KSP/M%C3%BCnbase%20Mission%20-%20Take%204/screenshot217.png[/url] [B]by Pelf[/B] [url]http://i.imgur.com/3oBXv.png[/url] [B]Destiny Mun Lander by Dacheet[/B] [url]http://puu.sh/8rdY[/url] [B]Mun Lander by Fatal-Error[/B] [url]http://i.imgur.com/12D1v.png[/url] [B]by finbe[/B] [url]http://i.imgur.com/fgaIE.jpg[/url] [B]Aquarius Crew Exploration Vehicle by MC3craze[/B] [url]http://dl.dropbox.com/u/13781308/KSP/M%C3%BCn%20Mission%202/screenshot329.png[/url] [B]by Pelf[/B] [url]http://dl.dropbox.com/u/1417259/Munar%20Durgun.png[/url] [B]Munar Durgun by CardBoardBox[/B] [url]http://dl.dropbox.com/u/3965132/shit%20past%201013/screens/KSP%202011-12-11%2002-53-59-32.png[/url] [B]by Zombii[/B] [url]http://dl.dropbox.com/u/38139871/KayEssPee/sweetmissionhellaspacept2.jpg[/url] [B]El Landero by Kickasskyle[/B] [url]http://i.imgur.com/z8aJa.jpg[/url] [B]Munshot III by Sega Saturn[/B] [url]http://filesmelt.com/dl/fun2.jpg[/url] [B]By brainmaster[/B] [url]http://dl.dropbox.com/u/2668640/Vanilla/screenshot983.jpg[/url] [B]Big Bang V - I by LarparNar[/B] [url]http://dl.dropbox.com/u/13796438/images/screenshot6.png[/url] [B]by Thunderbolt[/B] [url]http://i.imgur.com/Lz9mf.jpg[/url] [B]by Neo Kabuto[/B] [url]http://i.imgur.com/dLOq7.png[/url] [B]by MC3craze[/B] [url]http://dl.dropbox.com/u/2668640/OffTopicEmergency/screenshot1104.jpg[/url] [B]Hard Wood IV by LarparNar[/B] [url]http://i.imgur.com/uvGLd.png[/url] [B]Polaris VII by ccib00[/B] [url]http://i.imgur.com/JGw7q.jpg[/url] [B]Munshot V by Segasaturn95[/B] [url]http://filesmelt.com/dl/2012-01-08_000011.jpg[/url] [B]by talon03[/B] [url]http://dl.dropbox.com/u/13781308/KSP/screenshot12.png[/url] [B]by Pelf[/B] [url]http://i115.photobucket.com/albums/n315/Gubru/2012-01-15_00051.jpg[/url] [B]Colossus by Gubru[/B] [url]http://i115.photobucket.com/albums/n315/Gubru/2012-01-15_00102.jpg[/url] [B]Colossus Mk. II by Gubru[/B] Finally, if there are any mistakes on this list, or anyone who has an unnamed craft would like to add a name, please let me know. I'll update this list whenever necessary.[/quote] I think I'm going to buy the game now.
[QUOTE=Sega Saturn;34232998]I think I'm going to buy the game now.[/QUOTE] I got pre-ordered it as well! It's one of the funnest games I played so I figured I might as well buy it in order to show my support for Squad.
You can help find planets around other stars: [url]http://www.facepunch.com/threads/1155847[/url]
Sorry, you need to Log In to post a reply to this thread.