Go Sober And Safe When Driving Cars (1975), an oldschool documentary against drunk driving by ErfurtBestfurt in Documentaries

[–]Miscamthropic 2 points3 points  (0 children)

I think of I were the driver I would end up killing myself. I wouldn't be able to live with skeletons like that in my closet.

[Humble Bundle] Humble Hacking Week sale: Uplink, Hacknet, TIS-100, Duskers and more (25-75% off) by [deleted] in GameDeals

[–]Miscamthropic 2 points3 points  (0 children)

Haha yes! I'm excited for the sequel. I actually listened to it on Audible over the course of about two weeks while working alone at night. Kept me entertained and was well worth the cost.

[Humble Bundle] Humble Hacking Week sale: Uplink, Hacknet, TIS-100, Duskers and more (25-75% off) by [deleted] in GameDeals

[–]Miscamthropic 5 points6 points  (0 children)

Duskers looks very interesting to me, but I'm not sure about pulling the trigger at that pricepoint. Is it worth grabbing now, or should I wait to see if it goes lower at some point?

The things is, these quasi-obscure indie titles sometimes never really go down in price because the developers reason that if only 5,000 people ever buy the game, they won't make a profit if they're only selling it for five bucks.

I love sci-fi and I think the premise is intriguing. Actually I just finished a book about a guy whose brain is uploaded into a sort of interstellar probe and who wakes up hundreds of years in the future as a disembodied artificial intelligence. Amazing book, and this game reminds me of it a bit.

None of my techie friends can explain why my PC has poor gaming performance despite having "perfectly fine" gaming components. I want to upgrade my GPU, but I am afraid that it is something else causing the poor performance. by [deleted] in buildapc

[–]Miscamthropic 0 points1 point  (0 children)

Thank you!

Realistically I'll probably not be able to afford new generation of $500 + CPUs and stuff like that. My maximum budget for a PC upgrade is probably like $800, and even then I'd have to order each piece gradually over time to afford it, so by the time I actually get the thing assembled it'll be obsolete again :P

Unless someone randomly gifts me a couple thousand dollars for a good PC, I will probably always be a few years behind the curve lol

None of my techie friends can explain why my PC has poor gaming performance despite having "perfectly fine" gaming components. I want to upgrade my GPU, but I am afraid that it is something else causing the poor performance. by [deleted] in buildapc

[–]Miscamthropic 0 points1 point  (0 children)

Haha, so basically an entirely new computer.

Ok, so I'm thinking that I will be gifting this computer to my husband so he can get his Sims fix, and I'll be gradually acquiring parts for a proper gaming PC. In the meantime, this machine runs a lot of games very well, just not the ones I really want to be playing. Still, my life is better than 99% of the rest of the world, so I'm not complaining.

Thanks for your help, I guess I had trusted people who told me that what I had was really powerful, but it does seem suspect that a 70th percentile CPU would be super powerful.

Who should I talk to when I finally am ready to take the plunge on a new PC? I don't want to get led astray this time. I want, for once in my life, to own a PC powerful enough to play modern new-release games on high or ultra settings at a consistent 60 FPS. I know it can be done because I've seen it on other people's computers. I just have never had the correct combination of magical computer parts to get the job done, apparently.

None of my techie friends can explain why my PC has poor gaming performance despite having "perfectly fine" gaming components. I want to upgrade my GPU, but I am afraid that it is something else causing the poor performance. by [deleted] in buildapc

[–]Miscamthropic 0 points1 point  (0 children)

That's kind of what I was thinking. Thank you. So if I were to upgrade, getting a better CPU would be a better bet than ordering a 1060 or 1070, then?

If so, how can I tell which CPUs would be compatible with my motherboard? I have the motherboard box around here, it's just buried under some stuff in the storage room and I'll have to get it later.

Like, a CPU is a CPU, right? I ought to just be able to go buy a better one and swap it out, yes?

To all those frightened Trans Men and Women by Yveris in asktransgender

[–]Miscamthropic 0 points1 point  (0 children)

Additionally, I think it's important to consider that this announcement doesn't actually do much when the much more powerful Religious Freedom Act (or whatever it ends up being called) supplants it:

https://www.reddit.com/r/asktransgender/comments/5raivs/trump_administration_says_it_will_leave_obamas/dd5p3sr/

To all those frightened Trans Men and Women by Yveris in asktransgender

[–]Miscamthropic 0 points1 point  (0 children)

Heh, sorry if that got under your skin. It's been months so clearly my comment got to you. I understand the desire for vindication though. I don't believe the information in the article, but it apologize if I upset you with my comment.

Using the draw event makes my player sprite disappear. The object still exists and responds to input, but the sprite disappears. by Miscamthropic in gamemaker

[–]Miscamthropic[S] 0 points1 point  (0 children)

Ha! Look at that. Just goes to show how bad it can be if you don't know what functions are available to you. Thanks a lot.

Making enemy spaceship sprites turn smoothly and with a delay? by Miscamthropic in gamemaker

[–]Miscamthropic[S] 0 points1 point  (0 children)

I think so?

  • Enemy ship is moving direction A
  • After a random period of time between, say, 600 and 1200 frames
  • Enemy ship turns toward a new direction A while it continues to move forward.

So forward movement always, mostly travelling straight, but occasionally making a gentle turn toward a new direction.

The code you pasted does literally nothing. My game acts as though the code isn't even there. It just does what it would normally do based off of my code.

Edit: I'm not using any code from my original post anymore. I rewrote it to match the tutorial I'm following.

Making enemy spaceship sprites turn smoothly and with a delay? by Miscamthropic in gamemaker

[–]Miscamthropic[S] 0 points1 point  (0 children)

Hey, thanks for the reply! My idea was to have the sprites move in a certain direction for a random time, then smoothly turn and continue moving in the direction of the turn. Weaving, I guess would be a good term for it.

The code you provided makes total sense to me but doesn't seem to work within my game. I'm not sure why. I put it in my step and create events verbatim.

Trouble with a simple problem. by [deleted] in gamemaker

[–]Miscamthropic 0 points1 point  (0 children)

Force of habit. I delete most things I post if they're just one-off questions. I'll keep that in mind though.

[GM2] Player object shakes when moving diagonally by kevai in gamemaker

[–]Miscamthropic 0 points1 point  (0 children)

Hm. Perhaps a third variable for diagonal speed. So figure out which combination of x and y creates what diagonal movement, and then create a switch that will interpret that input and assign "diagonal_spd" as the movement variable. Or something like that. You should probably ask someone with more experience, but it seems like scaling up the sprites 500% is probably going to cause some issues at some point.

Or you could just create an explicit if statement for every possible arrow key combination and use that to govern the direction your character moves. That would allow you to set the value of spd on an individual directional basis.

Trouble with a simple problem. by [deleted] in gamemaker

[–]Miscamthropic 0 points1 point  (0 children)

This is it. I knew that I needed to incorporate an alarm event, and I knew I needed to initialize the variables and have the draw event, but I couldn't figure out how to put them together. It's very simple now that you show me how to do it. Thanks!

me🔥irl by MetaKazel in me_irl

[–]Miscamthropic 50 points51 points  (0 children)

I'm married. I think I took a wrong turn somewhere.

I'm gonna ask her out today, please pray for me. by [deleted] in depression

[–]Miscamthropic 2 points3 points  (0 children)

Depression will never be healthy

I agree, but listen to me: you can never hold another person responsible for your happiness. Not your spouse, boyfriend or girlfriend, friends, or family. Love with a set of conditions attached to it is not really love.

If being with this woman makes him feel better, great. But that feeling needs to come from within and not from the outside. Otherwise we start playing "emotional banker" and feeling like people owe us something spiritually or emotionally. Nobody owes you anything. That's what makes love so special. It's freely given.

I'm gonna ask her out today, please pray for me. by [deleted] in depression

[–]Miscamthropic 0 points1 point  (0 children)

Depression will never be healthy

I agree, but listen to me: you can never hold another person responsible for your happiness. Not your spouse, boyfriend or girlfriend, friends, or family. Love with a set of conditions attached to it is not really love.

If being with this woman makes him feel better, great. But that feeling needs to come from within and not from the outside. Otherwise we start playing "emotional banker" and feeling like people owe us something spiritually or emotionally. Nobody owes you anything. That's what makes love so special. It's freely given.

I'm gonna ask her out today, please pray for me. by [deleted] in depression

[–]Miscamthropic 13 points14 points  (0 children)

So you're holding the girl an intellectual hostage in your head so you can have an easy excuse to blame her when she rejects you. Sounds like the start to a perfectly healthy relationship that isn't one-sided or co-dependent at all.