-
Posts
140 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ilikemoneygreen
-
What am I doing wrong? i cant seem to get the second dialog box to popup to enter the value. I could get it to work just in the command prompt using System.out.print but its not working out with the dialog box. Code: /**Area of rectangle *//* ilikemoneygreen * CIS163 29843 * August 24, 2012 */ import java.util.Scanner; // scanner package import javax.swing.JOptionPane; public class RectangleArea { public static void main(String[] args) { //input the length and width Scanner input = new Scanner(System.in); //prompt user for length JOptionPane.showInputDialog(null, "Enter the length : " , "Length" , JOptionPane.INFORMATION_MESSAGE); double length = input.nextDouble(); //Prompt user for Width JOptionPane.showInputDialog(null, "Enter the width : " , "Width" , JOptionPane.INFORMATION_MESSAGE); double width = input.nextDouble(); //calculate area double area = length * width; //Display the results System.out.println("The area of a Rectangle with a width of " + width + " and a length of " + length + " is " + area); } } If you help me, ill give you a cyber hug.
-
Country list ^Just as a quick reference. In many Countries you may send money but not receive. Might help.
-
What country are you located in? Paypal does support many countries. Is this true? Lol i know their was a debate a while back but i thought it wasnt a good idea or something.
-
Rofl, your a great salesman. i love the logic but hate the sacrifice. im glad i bought this game for 10 bucks back in the day (back in the caveman ksp days).
-
[UNOFFICIAL/FANMADE] 0.17 Discussion Thread 2
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
Are you saying this to Nova? i would hope him being a dev of the game gives him the ability to bend the rules a bit. If not, shouldn't a pm to him be more professional then posting it to public? A mods gotta mod but it is a bit surprising seeing a mod threaten a dev. -
[UNOFFICIAL/FANMADE] 0.17 Discussion Thread 2
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
That looks pretty cool, kinda sounds like a voyager mission IMO. Did you try using a gravity slingshot around the gas planet? That might have helped put it in an escape trajectory with minimal fuel. -
[UNOFFICIAL/FANMADE] 0.17 Discussion Thread 2
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
Im totally editing the cfg for some parts to allow insane amounts of heat and landing on that. gonna try at least! -
[UNOFFICIAL/FANMADE] 0.17 Discussion Thread 2
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
I wonder how the asteroid belt nova mentioned will be implemented. I think we all picture it being like star wars, but if he did it realistically then wed have to plan ahead to run into and look at the asteroids. -
[UNOFFICIAL/FANMADE] 0.17 Discussion thread
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
lol, my guess is that its a picture of nova posing as stevo (the huge tattoo on his back) and he heavily disguised it with all that background noise. Rofl, now a whole lot of guesses are around it but Nova has the last laugh. -
[UNOFFICIAL/FANMADE] 0.17 Discussion thread
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
To me its not a big deal either way. the amount of game saves in 0.16 is little. most of my saves are from 0.15. -
[UNOFFICIAL/FANMADE] 0.17 Discussion thread
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
i think the code for planets are already in the game, they just need to make more planets which im sure is just a software program that generates them... with custom input parameters of course. i would think little "coding" would be involved, but a lot of the modeling program would be. Thats where all the time probably is in. Thats just a guess of course. im sure a little coding would be required but not like millions of lines of custom code. -
Search for the Kraken! [What even is?]
ilikemoneygreen replied to Asmosdeus's topic in KSP1 Discussion
the krakens easy to find. Go to parts and edit a cfg of a winglet, then adjust the lift to like 500 or above. put like 4 of the winglets on any of your ships. WHat happens next? fly that thing and not a sec goes by till the kraken has a hold of you... ripping your ship to shreads and prolly ending up millions of miles away from ksp. can also adjust the speed in the cfg for an engine. i remember on 0.15 it was just above 1500 when the kraken appeared. not sure about 0.16.0. and also nova is right (obviously lol) but to back up his words, its not the speed you get to. Im pretty sure its the speed of the acceleration. i really dont know about the whole curving sharply thing, but i do know that whenever i excel fast it happens. if you try the demo try putting a motor at 3000 and see if you dont see it. -
[UNOFFICIAL/FANMADE] 0.17 Discussion thread
ilikemoneygreen replied to kacperrutka26's topic in KSP1 Discussion
first thing im going to do is edit the cfg for 999999 gas then exploring so planets. cheating a tad but im curious, the probes and such will all come later. -
[1.0.2] NovaPunch 2.09. - May 6th - 1.0 Compatibility Update
ilikemoneygreen replied to Tiberion's topic in KSP1 Mod Releases
the premade ships arent loading in 0.16.0. It makes sense because the update broke compatibility with the old saves but it would be awesome if those shipsaves could be converted into 0.16.0. -
Search for the Kraken! [What even is?]
ilikemoneygreen replied to Asmosdeus's topic in KSP1 Discussion
Rofl, Son of Kraken will be born.... probably is already starting to lurk. reminds me of Son of Beast. Great ride, i remember going on it when i was little. -
[0.25] Lionhead Aerospace Inc. - Icarus v0.4 updated
ilikemoneygreen replied to Yogui87's topic in KSP1 Mod Releases
How do you get the folding solar panels on the rover? When i try to put it on the triangle, it never lines up with the edge. i got the rear panel on, but the two side panels have me frustrated. ive tied E and Q but the thing doesnt seem to align right. -
Pretty awesome. I started laughing in beginning because it kinda builds the drama up for the first steps on the mun. +1
-
wow if the game started at .7 then i guess i started playing this near the start. thanks for the link and help everyone.
-
Minimum requirements vs Recommended specs
ilikemoneygreen replied to UmbralRaptor's topic in KSP1 Discussion
Also just as an fyi, i cant remember about xp, but vista and later have those power options that limit performance. On my pc it is noticeably faster when you hit max performance. i go from using about 30 fps to about 120, which is quite the leap. So if your frustrated about performance make sure your laptop is actually using its gpu to its full abilities. This is especially important for those older laptops which are probably in power save mode... which would be crawling with ksp. -
Might be kinda weird to go back, but i caught onto ksp at the about 7 dollars, which is like version .8 or .9 and i want to go back farther. anywhere to download the previous versions of ksp before that? like .3ish would be cool.
-
Id love to know this as well.