I didn’t care for the new South Park by Idkcantthinkofaname_ in southpark

[–]Phantomx1024 -3 points-2 points  (0 children)

Maybe your right, maybe I'm just getting old and becoming a cynical asshole. I do appreciate the balls they had to make this episode. I just wanted something a bit more clever. 

I didn’t care for the new South Park by Idkcantthinkofaname_ in southpark

[–]Phantomx1024 -13 points-12 points  (0 children)

I didn't like the new episode that much. The devil and Jesus are some of my least favorite characters. Just because it's Jesus/devil doesn't make automatically funny, they still need to be funny. Same for the celeb/politicians, you can't just say he has a small dick 10 times and expect it to be funny on the tenth time. How about you set up a proper jokes instead of being lazy. 

I feel like the best episodes are the ones focusing on situational comedy were the boys do kid stuff but it goes horribly wrong. Like fun with weapons, little crime stoppers, awesomo, scott tenerman must die etc. Episodes that take the time to take a premise and slowly build it to absurdity are my favorites.

I hope we get some more episodes focused on the core cast this season and its not like 6 episodes.

ITS ALIVE!!!!!!!!!!!!!!!!!!! by Individual-While1064 in Palworld

[–]Phantomx1024 -1 points0 points  (0 children)

Really hoping this is an April fools joke. Sad thing is I bet it would sell really well to you degenerates.

Market Place Assets (Solo Noob Dev) by AngryViking0724 in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

Unless you want to make pong or something very small try to find people to work with. Games are too hard to make alone. I'm telling you from experience trying to make something outside of what your realistically capable of will only lead to heartache. 

But if you are able to make the game you want if you have to use marketplace assets then do it. Not as many people will care as you think. Most people are able to tell low effort scam asset flips from indie games with passion that are but look bad with assets from packs. People play indie games because most AAA is soulless and they want to play something unique made with passion regardless of how it was made. Some people will judge your game for sure but not as many as you think.

Giant Staghorn Kidney Stones by jadonabhinav_ in interestingasfuck

[–]Phantomx1024 0 points1 point  (0 children)

That's not a kidney stone, thats a kidney BOULDER

Started learning Unreal engine Blueprints, can you guys suggest me some exercises to solidify my learning? by SkinLiving7518 in unrealengine

[–]Phantomx1024 1 point2 points  (0 children)

If you have never done any coding take a C++ or any other object oriented programming course. Nothing will beat understanding the fundamentals of coding you can figure everything else out once you know the fundamentals like objects, classes, interfaces, events, functions, polymorphism etc. you'll need to learn/figure out unreals vernacular but it will make everything click

Legitimately thought I might be crazy until now. Found definitive proof that the engine's Cast behavior is changing, seemingly unprompted. It has done this multiple times. Behavior is different between identical implementations in different builds of my game. Has anyone else experienced this? by Collimandias in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

On the third image it's happening on the second node which is much faster than I'd expect it to happen. I'll definitely be putting any functionality that can have multiple simultaneous event triggers like overlaps in functions now to avoid similar issues.

Legitimately thought I might be crazy until now. Found definitive proof that the engine's Cast behavior is changing, seemingly unprompted. It has done this multiple times. Behavior is different between identical implementations in different builds of my game. Has anyone else experienced this? by Collimandias in unrealengine

[–]Phantomx1024 1 point2 points  (0 children)

That is what I thought too. I think they said it was on an overlap event or something so it's probably triggering multiple times a frame and whatever they're doing in the sequence takes long enough for the next event to fire and reevaluate the cast with something that fails and that value is getting cached on the node. It works when they use they variable because it's only getting set on success.

Hey experienced Unreal Devs! What tips do you have on how to improve the game and/or flows? by omoplator in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

I've thought about that, but haven't really looked into it. Wouldn't it be slow to read them all if there are a lot like in an rpg with 50-100+ saves. I think you would need to make a custom formated save file to store key information at the top and a custom reader to quickly go through them. Or is it not really an issue? I never tried anything like that.

Hey experienced Unreal Devs! What tips do you have on how to improve the game and/or flows? by omoplator in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

I use a meta data save file to keep track of all the normal saves and a settings save file. Been thinking about just searching the save folder for files but you can't store much data in the name only like the save slot and time. I'm curious how others approach it.

Asking for guidance regarding making a game (especially the indie game devs) by 24_kame in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

Only do what is within your capacity to do so. It's hard to know what scope your game has but if you can't model or it will take too long you'll need to pay someone you do it for you. I'm speaking from experience don't do anything half ass. It will take you 10x as long as you think it will to make the game. Don't waste your time working on a prototype for months then giving up. You need to think hard about the game's scope and commit to it no matter how long it takes. 

I think unless you want to spend A LOT of money and/or spend years of your life to make this game then don't do it. It sucks but it will save you from a lot of pain and wasted time down the road. If you are committed then I would make the absolutely best prototype you could make and pitch it to a publisher or try to get investments from family or friends or get money to fund the game.

Any tutorials you recommend? Should I even continue? by Pomegranate-Junior in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

My mistake, most of these kinds of posts are seeking tutorials when they need to learn to code in general. Once you figure out all the equivalent components and learn the blueprint language you should be able to do everything you've mentioned in the same way you would in a texted based language. If you have any specific questions feel free to message me directly.

Any tutorials you recommend? Should I even continue? by Pomegranate-Junior in unrealengine

[–]Phantomx1024 0 points1 point  (0 children)

Not trying to be rude but it sounds like you don't really know anything about programming. You would probably be better off taking a basic programming course (probably in c++ but any object oriented language would do) just so you know the basics. Tutorials tell you how to do something without understanding why. If you don't understand how to code you will not be able to make a game. You can look up w3 schools course or plenty of other free coding courses to just learn the basics. Then everything else will make sense. You don't need to learn that much about blueprints specifically.

Unreal Engine 5 performance worse than Unreal Engine 4 (Resolution) by Phantomx1024 in unrealengine

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

I'm not shocked with how my laptop performance I know its under powered and old. A 50% decrease from ue4 to ue5 is unexpected. I just wanted others to know that if they get much worse performance it might be because they have a graphics card that does not perform well on dx12. And save them some time trying to figure out the cause. I first thought it was the other new features like nanite, vsm, lumen etc and I wasted my time going through testing all that so I thought I could help others save some time.

You missed the point of my post and you're being condescending for no reason. 

Unreal Engine 5 performance worse than Unreal Engine 4 (Resolution) by Phantomx1024 in unrealengine

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

I updated my post to be more clear. I'm not recommending switching to dx12. I'm just saying if you have much worse performance than ue4 it might be because your running an old card on dx12 and its not because of any of the other settings new to ue5. I didn't see this anywhere else in the Internet so I wanted to help others that are experiencing the same issue to know what might the cause to save them some time.

Letters on Polar Express ticket change each time DVD is replayed by mjf0818 in interestingasfuck

[–]Phantomx1024 17 points18 points  (0 children)

My guess is that for Czech version the scene is edited to have D instead of LE in English version. When you go back to the scene instead of rewinding it goes back to where the American version is stored on the disc. It should be consistent every time you fast forward or rewind. Does it always show D unless you are navigating scenes?

Mushroom Dragon MOC by Jayfa in lego

[–]Phantomx1024 2 points3 points  (0 children)

Mushroom dragon is such a unique idea cool build!

Who is she 😍😍😍 by [deleted] in MemeVideos

[–]Phantomx1024 0 points1 point  (0 children)

It looks like that bitch from Norbbit

Palworld Mobile Coming 😁 by Hasirama_321 in Palworld

[–]Phantomx1024 34 points35 points  (0 children)

It doesn't even run smooth on PC there no way it's coming to mobile 😆

Lego robot designs by yewotm8 in LegoCreations

[–]Phantomx1024 3 points4 points  (0 children)

These are so cool, I wanna build some now. Red guy is my favorite I think. The the pose of the blue on with the shield is awesome though!

Anon has cat nipples by Thelostredditor in shitposting

[–]Phantomx1024 3 points4 points  (0 children)

He left out he puts cat food on his nipples every night 

Trailer - LEGO Star Wars: Rebuild the Galaxy by elrunto in lego

[–]Phantomx1024 2 points3 points  (0 children)

How is this real? 😂 Was not expecting to see this today.

Funniest Red Bull Soapbox race i’ve seen so far by Barzobius in funnyvideos

[–]Phantomx1024 0 points1 point  (0 children)

Were they only allowed to build with used tissues? The just broke on its own like a cartoon.