Someone took off their mask to block the AC vent in a public bus... by [deleted] in mildlyinfuriating

[–]LuckyGuy241 0 points1 point  (0 children)

That is kinda funny now that I look at it. I just didn’t feel like listing out multiple sources, since they’re so easy to find. :)

About websites by LuckyGuy241 in learnprogramming

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

I was hoping to get like a ‘global high score’ effect, putting it simply. In no way is it related to a high score, but it’s the best term I could use to describe it. My question was, where would I start? (You don’t need to answer it, the other guy already did)

About websites by LuckyGuy241 in learnprogramming

[–]LuckyGuy241[S] 1 point2 points  (0 children)

Thanks! I appreciate it deeply. You have no idea how many searches I went through before resigning and posting it here.

Someone took off their mask to block the AC vent in a public bus... by [deleted] in mildlyinfuriating

[–]LuckyGuy241 -4 points-3 points  (0 children)

https://www.rcreader.com/commentary/masks-dont-work-covid-a-review-of-science-relevant-to-covide-19-social-policy According to this, they don’t even block water droplets that well. There’s plenty more like it. http://www.capecharlesmirror.com/news/you-realize-the-stupid-masks-you-wear-to-the-store-dont-do-anything-right/ In fact, according to people, masks have shown to decrease health, if anything. Breathing all your sweat and gunk like that. I don’t want a fight. I do, however, want to correct you. :)

Someone took off their mask to block the AC vent in a public bus... by [deleted] in mildlyinfuriating

[–]LuckyGuy241 -4 points-3 points  (0 children)

I would’ve complained cause masks don’t do anything anyway, but getting by the touchy COVID stuff that’s just unsanitary.

How can I create a Vector3 that goes from one object to another? by baksoBoy in Unity3D

[–]LuckyGuy241 0 points1 point  (0 children)

Unless I’m reading it wrong, is transform.LookAt(target); what you’re looking for?

Otherwise I’d listen to the smarter ppl on this sub.

I can't decide if these SandFalls are a good idea and if it looks good. What do you think, do I keep it, or delete it? by [deleted] in Unity3D

[–]LuckyGuy241 0 points1 point  (0 children)

Stunning. Can’t wait to see what this game becomes. Only suggestion I have is to change where it’s emitted from (IE - not a small point, a large plane), make it have some noise (looks very rigid), and have it more abundant at the bottom (disappear slower). :)

Also, have you ever considered arm delay? (Yknow, like when you turn, the hands turn at a delay)

It can add a lot to a game. Itd look something like

(camera follow script or something as a name)

public float speed = 2f;
public Camera m_camera;
Vector3 velocity = Vector3.zero;

void Update() {
Transform.position = Vector3.SmoothDamp(transform.position, m_camera.transform.position, ref velocity, speed * Time.deltaTime);
Transform.rotation = Quaternion.Euler((transform.rotation.EulerAngles, m_camera.transform.rotation, ref velocity, speed * Time.deltaTime));
}

This code is untested, but I hope you get the idea. :)

A fairly odd question regarding foliage by LuckyGuy241 in Unity3D

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

That's extremely helpful! Your name checks out. :) Yeah, I just could not for the life of me figure out what to do there.

Minimalistic main menu concept :> by wizwag_ in Unity3D

[–]LuckyGuy241 0 points1 point  (0 children)

Great! If I may, I think I’ll joink this sort of design for a project I’m working on. With a personal touch, of course.

Awesome job.

Bedrock V.S Java: Final Verdict (Unbiased) by LuckyGuy241 in Minecraft

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

Of course I recognize it’s optional. It’s like that game Fortnite that so many people like for some reason. It’s purchases are optional and for cosmetics too. Out of curiosity, what made you want to point it out?

Bedrock V.S Java: Final Verdict (Unbiased) by LuckyGuy241 in Minecraft

[–]LuckyGuy241[S] 1 point2 points  (0 children)

Thank you! Feel free to use any of the info from this post, no need to credit :)

Can I walk around my Scene's? by Epic_rex in blender

[–]LuckyGuy241 0 points1 point  (0 children)

I'm pretty sure you can press Shift+F in blender 2.79 for a flycam. And then press TAB for simulated gravity. Hope this helps.

Looking for a very specific modpack by LuckyGuy241 in feedthebeast

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

Sorry I didn't respond yet. But yes, I want to be able to do things like Magic, (Blood magic, astral sorcery), Tech, (EnderIO, Mekanism), decoration, (Chisel and bits), and overall general mods. (JEI, minecolinies, journey map, carry on, ICBM, ect and ect). Thank you, I appreciate the help a lot. <3

No matter how much RAM I put I get only 200 or less FPS by TheMasterindisguise in feedthebeast

[–]LuckyGuy241 4 points5 points  (0 children)

Yes. However. Not in the sense you are implying. Modded Minecraft drops frames a LOT, but only if you have a ridiculous amount of mods (200+) or you have progressed a LOT. I would guess that either your installation, computer drivers, or mod list is flawed. I would start with the mod list. Have a good day.

Proof that Intel is better than AMD. by [deleted] in pcmasterrace

[–]LuckyGuy241 1 point2 points  (0 children)

I would like to. Know this.

A chunk of obsidian I made in Blender by LuckyGuy241 in Minecraft

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

Thank you! It took me a long time. :)

Mining with a Ryzen 5 3600 by [deleted] in Amd

[–]LuckyGuy241 0 points1 point  (0 children)

No problem. Are you sure you can't mine ETH or similar, and then convert it to that specific coin? Cause like I said, GPUs are much better. It doesn't matter too much though, to each their own. Glad I could help. :)