Jump to content
SSForum.net is back!

D1st0rt

★ VIP
  • Posts

    3307
  • Joined

  • Last visited

Everything posted by D1st0rt

  1. If you want to be able to multiple shipowner money calculations that don't stop at 10k, use this. Here is the code (Java): import javax.swing.JOptionPane; public class moneycalc { public moneycalc() { } public static void main(String[] args) { String bounty1 = JOptionPane.showInputDialog("Killer Bounty?"); String bounty2 = JOptionPane.showInputDialog("Killee Bounty?"); int bty1 = Integer.parseInt(bounty1); int bty2 = Integer.parseInt(bounty2); int killmoney = (int)(50.0 * ((((float) bty2 + 5.0) / ((float) bty1 + 5.0)) + 1.0)); String money = "Money earned: $" + killmoney + "."; System.out.println(money); } }
  2. Ok, so I have this plan for a map, but I can't make it to save my life. Here's the plan if anybody can help me. And where it says wall, that's just where I'll add doors to the openings to close it for things not using the bases. The center section is just a general flying around place, maybe a couple of asteroids or some random objects around.
  3. How much a ship can hold
  4. I think its equivalent to a ?buy
  5. Siaon: a black hole engine would be known as a Singularity Engine, FYI. A singularity engine would theoretically produce an infinite amount of energy, but there's the whole containment issue. If you want a look at a lot of future tech ideas, I suggest you either play or look up stuff on an older game called Alpha Centauri, its kinda like Civilization in gameplay. Here's the official Technology Website EDIT: It doesn't show reactors, weird I actually came up with a singularity gun a while ago. The idea (most likely won't work) is to have a particle p!@#$%^&* through a heated section until it becomes superheated. Then, have it released out into space, where it loses it's temperature so fast, that it shrinks a lot and collapses in on itself, creating a small black hole. The only problem is that I haven't quite figured out how to get rid of one.
  6. Wow, you have cool stuff
  7. Lateral Jets exp: 1000 cost: $20,000 weight: 2 ships: 1,2,3,5 speed: -1 rotation: +3 thrust: +1 recharge: +0 energy: +0 Warp Drive exp: 10000 cost: $500,000 weight: 6 ships: 7 speed: +10 rotation: +0 thrust: +5 recharge: +0 energy: +0 Enhanced Powerplant exp: 2000 cost: $50,000 weight: 2 ships: all? ('cept 8...duh) speed: +0 rotation: +0 thrust: +0 recharge: +2 energy: +3 JATO Engines ( ) exp: 3000 cost: $75,000 weight: 6 ships: 4,7 speed: +2 rotation: -2 thrust: +5 recharge: +0 energy: +0 Shield Overhaul exp: 6000 cost: $90,000 weight: 5 ships: 4,5,6,7 speed: -1 rotation: -1 thrust: -1 recharge: +3 energy: +4 Reactor cooling system exp: 8500 cost: $125,000 weight: 7 ships: 4,7 speed: -2 rotation: -1 thrust: +2 recharge: +5 energy: +1 that's all I can think of for now
  8. D1st0rt

    BTW

    rofl The best way to do that is attach to someone and have them spec $$
  9. D1st0rt

    BTW

    ew, lag bug still? thought that was fixed X(
  10. thats the way it works. The easiest way I know around this is to hit alt-tab and then choose file->exit, or hit alt-f4. You could always just end it in task manager too.
  11. D1st0rt

    AI bot

    !gotogoal works
  12. I think we should have some sort of ladder/ranking/class system. You have to be in a certain class to be able to buy certain things. This would solve Bom's exp idea without a complicated formula. Just make requirements for each class like, 50 kills, 10 flag victories, 5 powerball goals, etc.
  13. here's the thing with random wormholes, there are two ways you can do it. One is to have the bot (somehow) change the map. This wouldn't work because you'd be constantly kicked. The other one is to have a set number of locations with lvzs of the wormhole that appear in conjunction with the server checking your position and warping you to where the other end of the wormhole (the other wormhole image) is. Then wormholes could close and open somewhere else, lasting for like a minute. If you get them running on a regular schedule, it might be a good idea. The only issue is that the wormholes wouldn't be random, but in set locations.
  14. s'right kids! (eat ya some fluffy puffs)
  15. $$
  16. Cyan has one, ask him
  17. its a stressful job at times, but I think it pays off in the end
  18. D1st0rt

    sub forums

    EDIT: n/m (delete)
  19. D1st0rt

    Hey

    hehe, I love it when a plan comes together
  20. D1st0rt

    Hey

    Fred: Let's split up! Shaggy: f*ck no! ... unless you give me a scooby snack Scooby: Rey! Rat's rine!
  21. D1st0rt

    Hey

    rofl, exactly
  22. D1st0rt

    Hey

    The phantom guest would've gotten away with it too, if it weren't for those meddling kids!
  23. uhhhh... Maybe doc will host another round of temp-modding for ppl to try out.
  24. oh, the prox radius. aha.
  25. It always crashed when I tried to use it
×
×
  • Create New...