Jump to content

Blightmare

Member
  • Posts

    9,624
  • Joined

  • Last visited

Everything posted by Blightmare

  1. Thanks for the Samus, Metroid. dCGJxNt0e6Q
  2. I keep coming here with things to say then immediately forget when I open this topic. Not a good sign...
  3. Me and a couple of friends are going to go see the new Captain America later today. At least I hope. Plans don't always fall though...
  4. My stomach growls in hunger. feed it. my stomach now growls in discomfort. fuck you stomach.
  5. Just finished letting off steam in the Vent thread. Currently trying to think of a feel-good game to play that'll help relieve some more and make me feel like a badass. I wish I could still play Onimusha 4. :/
  6. Here's a little rant towards the hypocrites of every cause ever. You know what really pisses me off, how so many people on this planet think that because they belong to a repressed group, it bestows upon them some god given right to be an asshole, and the moment you challenge that behavior you are the devil spawn, and -phobic and this and that and SHUT THE FUCK UP THAT'S NOT HOW IT WORKS. So many people go on demanding unconditional respect and not 2 minutes later say something horrible about other people whether it be racist, sexist, or in some way pertaining to a persons sexual identity or orientation. Of course I'm gonna call you out on that, you're being an asshole! Here's the simple gist of things. If you want respect. you FUCKING give it. And how fucking dare anyone say "I was born this way, don't you judge me" and then immediately, IN THE SAME FUCKING BREATH, shame the opposite end of something for, what do you know, BEING BORN DIFFERENT. It's like what the hell, do these people even hear themselves? How can you be so blatantly hypocritical and not see it? Also let me mention before I forget, there was also that tumblr user shamed other for not tagging there posts as trigger warnings for suicide, and then not 3 posts later told someone to "Delete yourself" which as far as I'm concerned, is the same as "kill yourself". Way to be the shining example of an exemplary human you fucking idiot. "You wouldn't understand because you haven't been Oppressed for anything" Shut up. I was in a homosexual relationship for over a year. My own cousin is homophobic and has given not so subtle hints about his disapproval of that in the past. "You're being disrespectful right now you know" Yes I am. Towards the people I gave the benefit of the doubt and was sorely let down by there blatant disrespect they showed to me and the rest of the world. They didn't earn it, so i didn't give it. In conclusion, I don't care who you are. I don't care if you're male or female, white or PoC, I don't care if you're straight, gay or bisexual, or if you're cisgender or transgender. If you demand respect through the act of disrespect then you do not have me as your ally. I understand the need to fight for your own rights and I sympathize and fully support the causes for equality whether it be racial, sexual, gender or any other kind. But that's just that. EQUALITY. Not "IT'S OUR TURN TO REPRESS SOMEONE." If that's your view, then good luck in life. You do not have my support. "that would be something you'd say you -phob-"
  7. So I ended up reinstalling it. did a match and I guess a break was needed after all since I'm doing better than when I quit. It also helps that I cranked my sensitivity down so I don't overshoot my targets anymore. I just undershoot them now when I'm not paying attention. First thing I do? Make some server mods turn on an auto sniper killing script because I got a few chain headshots on people running in a straight line. Seriously what is it with the easiest targets being the first to call hacks? I'm not even a good sniper. If they aren't standing still or running straight I can't hit them very well. Also 2 years later, someone finally says something about the shitty pun I put on my frying pan's description. "Breakfast just got SERVED."
  8. using UnityEngine; using System.Collections; public class PowerUpScript : MonoBehaviour { public PlayerScript Player; public int RandPower; void Awake() { Player=GameObject.Find("Player").GetComponent(); } void Start () { RandPower = (Random.Range(0,2)); if(RandPower == 0) { gameObject.renderer.material.color=Color.red; } else if(RandPower == 1) { gameObject.renderer.material.color=Color.blue; } } void OnTriggerEnter(Collider hit) { if(RandPower == 0) { if(hit.gameObject.tag == "Player") { RandPower = (Random.Range(0,2)); Destroy(gameObject); Player.BaseDMG += 1; Debug.Log("Damage permanentally upgraded by 1."); } } else if(RandPower == 1) { if(hit.gameObject.tag == "Player") { RandPower = (Random.Range(0,2)); Destroy(gameObject); Player.hp = Player.MaxHP; Debug.Log("Health Restored"); } } } }
  9. Enjoying my last day of freedom before the next quarter. I might disappear again for a couple weeks at a time depending on work load.
  10. you should see Southern California. The people here are hilariously unused to water coming from the sky in any form. Then again, we only have 2 seasons. Summer and lesser summer. Nice and sunny all year around.
  11. i could really use some chocolate chip cookies right about now
  12. Granted but it tastes terrible. I wish I could hear back about that job opportunity soon.
  13. Always says the most interesting things.
  14. The Incredibles. 10/10 Used to watch this movie like everyday back when the DVD player still got used. Saw it on TV yesterday. Love this movie to death.
  15. I'm no expert so all I can say is that must have been a big spider O_o Not very many probably but everywhere has it's poisonous wonders in some form. Just walking from my driveway to my front door I like to count which bugs will and will not be bad to get bit by. -.- Drying my hair before I go out so the cool damp air doesn't cause problems.
  16. Well I'm off to go work on that game with the team. I'll find out what I can and can't tell you guys. Most likely the team leader won't care since he's pretty chill but it's better safe than sorry. I'll probably make a topic about it in the Gaming in General forum.
  17. Well the issue with the game is it's still just about all on paper. we have things modeled out and we have music and concept art but the actual process of putting it in an engine (in this case Unity) has only just begun. The most I have done for the 2 days I've been on the project is a script in which the character runs to where you click and will correctly obey elevation changes. Believe me when I say something so simple sounding isn't very easy so that's coming along at least. I now need to work in pathfinding so they won't just walk into a wall and give up. And here I thought I was the only one.
  18. This is quite possibly the best title I've ever seen anyone have. Diablo 3. Just reinstalled it again. It took me some hard convincing after the last uninstall until I heard they got rid of the old director and changed everything I hated about it. I can once again say I enjoy it.
  19. Well, not sure how much I'm allowed to say other than it's gonna be a diablo style dungeon crawler and I'm one of 2 programmers. We're currently trying to get enough made for a kickstarter video but it could be a while since all of us only have time to work on it between quarters.
  20. Apple juice. we have like 3 gallons of it in the fridge. O_o
  21. regardless of what the original intention was I still think separation of the 2 is necessary since any of each influencing the other will only lead to problems. Until the world learns to play nice I think it's for the better. Anywho, apparently I'm working on another game project. A rather organized project too, considering it's made up of college students.
  22. granted but it only knows how to shout and the only word it seems capable of saying is "BANANANANANANANA" etc. I wish I could go home and sleep.
  23. Instant coffee. Far from good coffee but caffeine is caffeine when you're tired as heck.
  24. Granted but nothing special happens. I wish I wasn't having this allergy attack nowhere near any meds.
×
×
  • Create New...

This website uses cookies, as do most websites since the 90s. By using this site, you consent to cookies. We have to say this or we get in trouble. Learn more.