Jump to content
SSForum.net is back!

Animate Dreams

Member
  • Posts

    399
  • Joined

  • Last visited

Everything posted by Animate Dreams

  1. ID6, apparently
  2. So much hypocrisy in this topic. "No one deserves an event like 9/11" "The terrorists deserve to have something like this happen to them" You've all been blinded. You speak the contradiction and still can't see it. If you look at this from the terrorists' point of view, you'll see they believe even 9/11 was not enough to pay for what we've done. Do you realize America started this? The terrorists believe America is the reason the Pakistanis no longer have their own country(their holy land). In a very real way, we are responsible for it. The terrorists weren't starting a war when they attacked us - we started it when we supported Israel and gave Israel the Pakistani's land. You have as much reason to believe the terrorists deserved an attack as they do to believe we deserved one. I'd just like to bring up such events as the Boston Tea Party. I'm sure I don't have to remind you of all the individual events used by colonials in their wars against Britain and the Native Americans, because I'm sure everyone here has had history classes. Whether you believe in their cause or not, America is responsible for many terrorist acts. !@#$%^&*, we practically define terrorism. For the past few hundred years, wars had been carried out very methodically, with very strict rules, and we broke them to get what we wanted. We used guerilla tactics, which the Britains considered barbaric. But why not? If your cause is true, and you don't fight for it in every way you can, then you only have yourself to blame when you lose your battle. But the same can be said for the terrorists. Basically, I would defend terrorism. A terrorist is not evil because he is a terrorist. A terrorist is good or evil based on whether what he fights for is good or evil. Bush would have you believe that all terrorists are evil, because that way he can easily coerce Americans into following a war, by labeling someone a terrorist. Most of the terrorists we are fighting ARE evil, but if you hate them because they are terrorists instead of hating them because of the ideals they fight for, then you are also supporting/fighting for an unjust ideal, and you are every bit as evil as they are.
  3. Yeah dude, 9/11/07 is my birthday
  4. No, I think we showed them all who's really in charge of SS RPG. The entire game was just a fight between Penis and MG, Aileron was just some guy who tried to !@#$%^&* up our game.
  5. Here's what we need to do. We need to e-mail Chris Hansen and tell him about Skywize. He'll come and arrest him for being pedo, and in the process, SubSpace will get on Dateline. Instant pop.
  6. Shut the !@#$%^&* up Chambahs
  7. Woo, Penis is the clear winner yet again, and pretty much all of the members quit. JDS, thank you for keeping my penis long and strong.
  8. GUYS I GOT AN IDEA LET'S HOOK UP XENA WITH SKYWIZE ROFL
  9. Holy !@#$%^&*, I didn't expect to see something that disgusting when I came in this topic. !@#$%^&*ing cover that picture up with something.
  10. PENIS MUST STAND TALL! ERECTION, RISE FORTH!
  11. I got banned in ogame for inappropriate planet names.
  12. all i hear is "blah blah blah i tore the whole house down"
  13. moar pics of girl plz datsumjb
  14. Yeah. GlovePIE is actually built for the Wiimote itself, but I only use it for the Classic Controller. However, there are tons of scripts out there to use Wiimote or Wiimote+nunchuk with all kinds of games. For one, they have a really good script out that basically lets you use the Wii Twilight Princess controls on Ocarina Of Time. I personally hate the Wiimote, so I haven't really looked into it, but you can find scripts to use your wiimote on several games. The scripting language is REALLY, really easy to use, too. But rootbear was right about not being able to plug it in, the Wiimote connects with Bluetooth.
  15. Looks good, but... you forgot numbers 1 and 8.
  16. I use ?log, myself. Well, not in Chatnut, because I use it at work, so I don't log. I leave my client on at home to log. But that brings up a feature request: I want to be able to type ?log /y/m/d, or ?log /y/m, and have Chatnut automatically change the /y to the current year and /m to the current month, etc, according to system time. Adding a -t option to have Chatnut put timestamps in the log would be amazing, as well. Another feature I'd love is just an option to turn sound/icon flashing off. You know, for when I don't want to be bothered by it.
  17. They could easily be filled with an invisible solid tile.
  18. Oh goodie, Meow found another Xanga profile to take pics from
  19. Is there really an issue with using both? If it's cost, domain names cost just a few bucks a year to keep up... you could have an annual donation drive to raise the 5$. I bet it wouldn't be hard.
  20. Lust is not "evil" by Christian standards. Don't let your anti-Christian bias get in the way of your logic.
  21. I kinda wanted to post in this forum too. Here's the original topic: http://forums.sscentral.com/index.php?showtopic=16573
  22. http://pj64k.emulation64.com/ Go here, download the latest version. Go get a rom(I won't tell you where, go dump your cart) and put it in the same folder. Then go to File->Netplay, and wait for the Emularena server to show up. It may take a while. Then come play SSB with me! If anyone needs more extensive instructions, just ask. Everyone loves SSB so I hope you'll all join. Now, this emulator lets you use a keyboard to play, but that sucks, so you probably want to use a controller. I can help you get your Wiimote set up(Classic Controller works great for SSB), but it will take a few programs, namely GlovePIE and PPJoy. They're free, though. A bit complex, but I've already written the script you need, so I'll give it to you. Actually, I can post it here: // Type your program here, or click the GUI tab to autogenerate it! PPJoy1.Analog0 = MapRange(Wiimote1.Classic.Joy1X, -1,1, -1,1) PPJoy1.Analog1 = MapRange(Wiimote1.Classic.Joy1Y, -1,1, -1,1) PPJoy1.Analog2 = MapRange(Wiimote1.Classic.Joy2X, -1,1, -1,1) PPJoy1.Analog3 = MapRange(Wiimote1.Classic.Joy2Y, -1,1, -1,1) PPJoy1.Digital1 = Wiimote1.Classic.Up PPJoy1.Digital2 = Wiimote1.Classic.Down PPJoy1.Digital3 = Wiimote1.Classic.Left PPJoy1.Digital4 = Wiimote1.Classic.Right PPJoy1.Digital5 = Wiimote1.Classic.a PPJoy1.Digital6 = Wiimote1.Classic.b PPJoy1.Digital7 = Wiimote1.Classic.x PPJoy1.Digital8 = Wiimote1.Classic.y PPJoy1.Digital9 = MapRange(Wiimote1.Classic.L, 0,1, 0,1) PPJoy1.Digital10 = MapRange(Wiimote1.Classic.R, 0,1, 0,1) PPJoy1.Digital11 = Wiimote1.Classic.ZL PPJoy1.Digital12 = Wiimote1.Classic.ZR PPJoy1.Digital13 = Wiimote1.Classic.Plus PPJoy1.Digital14 = Wiimote1.Classic.Minus // PPJoy1.Digital15 = Wiimote1.Classic.Home Wiimote.Led4 = true Shift+P+I+E = Wiimote1.Classic.Home The Home button is set to shut the script off, atm. It's a bit helpful sometimes, just comment it out if you don't want it. Anyway, if you want to do those things and need a bit more help than the script, I can help you do that. Wiimotes just connect with Bluetooth so you if you don't already have a way to connect it, you can get a dongle for 10$. Classic Controller costs 20$, and the Wiimote is 40$, so it's probably not a good investment if you don't have/aren't getting a Wii. So when you get around to playing the game, just PM me in game. I suck balls so I need a lot of practice. :x
  23. ROFL MASARU You made this topic worth reading I just noticed we can change font, so we can post ASCII....
  24. Lol, you know as well as I do how hard those pipes are to work with... another problem with the Pipes is that they dominate the whole tileset and you don't have any room left for diversity. Diversity is obviously the advantage set A gives you. Maybe a way around that would be to take some of the pipes that don't get used(slightly darker or slightly lighter ones, or decorative pipes) and make them into wildly different pipes you could use for the separate sectors. You know, like make pipes that are frozen over, or that are slightly melted/blasted/falling apart, or something. Also... it seems to me that it would look awkward for both the bases and the barrier separating the area from everything else to both be pipes. One or the other would be fine, but I'm not sure how great it would look with them both being pipes. I get the feeling you'd look at it and it would all run together. But since I haven't seen it, I can't say for sure. Btw, the blue in the pipes looks much better than the red, sorry to say.
×
×
  • Create New...