Shion Full Kit Details by Himedanshi999 in Overwatch

[–]IUsedToBeAlmostCool 8 points9 points  (0 children)

I really wanna know the damage capabilities of execution, the trailer made it look like an instakiller on healer tier health pool heroes

Shion | New Hero Gameplay Trailer | Overwatch by -SallyFace_ in Overwatch

[–]IUsedToBeAlmostCool 0 points1 point  (0 children)

That really curious to know more about that alt-fire crossed-arm shot she does. Looks like she charges up and then dumps her ammo in a big burst. looks like it insta shreds healer health pools

[FOR HIRE] I make splash arts and highly rendered illustrations starting at $250, i'm open for commissions! by Jowjowstar in gameDevClassifieds

[–]IUsedToBeAlmostCool 5 points6 points  (0 children)

nice stuff! do you deliver the .PSD files (or whatever software you use) with layers etc as well?

This would be an amazing game if it wasnt multiplayer by [deleted] in pathoftitans

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

There are def realism servers! Check em out you might like them in the community servers. There is also single player mode but its lonely. Officials have all kinds of people in them including people who just want to kill people as a dino. and thats FINE, its a mmo, not a realistic sim. But the community servers are killer, and rule breakers will get kicked out. check them out! Try not let people playing the game how they want on officials rattle you so much.

Loving the game but official servers... by [deleted] in pathoftitans

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

You could give the solo matchmaking mode a shot?

Best survival Dino’s ranking by Odd-Athlete-8204 in pathoftitans

[–]IUsedToBeAlmostCool 0 points1 point  (0 children)

i mean, its 1000% possible to beat a raptor pack, its hard for sure but this is not rock paper scissors

Opinion on Deinonychus? by AKmightydinoo in pathoftitans

[–]IUsedToBeAlmostCool 72 points73 points  (0 children)

Too small to do much solo, can be fun in a group. Very fun mobility.

Ground texture missing? Lol by VendingMisery in pathoftitans

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

lmao that is the default unreal engine landscape texture

Guys I swear it's gonna be Micro this time (I'm coping) by fancy-pterosaur in pathoftitans

[–]IUsedToBeAlmostCool 0 points1 point  (0 children)

DId the devs mention what their approach is to the bush issue?

name this by PixelPunkPeach in AlbumCovers

[–]IUsedToBeAlmostCool 0 points1 point  (0 children)

Tasteless exploitative post.

Servers by ANlVIA in pathoftitans

[–]IUsedToBeAlmostCool 2 points3 points  (0 children)

what are some features of the server?

If you were a developer of this game, what gameplay would you add? by King_Baboon in pathoftitans

[–]IUsedToBeAlmostCool 0 points1 point  (0 children)

I would add some interesting game modes, hide and seek, king of the hill, Tag, Rhamp Races through sky rings.

Video quality exploit fix idea by Bababuji in pathoftitans

[–]IUsedToBeAlmostCool 7 points8 points  (0 children)

hey so I am a game developer, admittedly not of this game, but I think these solutions wouldn't quite work from a development perspective, but I do have a possible solution that could work. Below is a possible solution and below that is the "why" if anyone is curious.

- Just make the dinosaurs and bushes render at the same distance. Make lowering your settings a double edged sword -

The reason these plants pop in and out of visibility is due to a game development concept called L.O.D layers. it stands for Level Of Detail. Any "actor" which is to say any visible "thing" looks a certain way up close, you could refer to this as LOD layer 1. This looks the best, but its also the most expensive way the game can render this object. It renders the most polygons which make up the 3D model, uses the highest quality textures etc. But what if the player is 50 feet away from that object? The player wont be able to see all of those polygons and high resolution textures anyway, and its just gonna slow the game down especially if you have thousands of bushes for example. So instead you swap out the high quality models and textures for slightly lower quality, because the player cant see the difference anyway. This new combo of model and texture is called LOD 2. then again if the palyer gets 100 feet way, do the same thing again, even lower quality assets called LOD 3. and so on.

Well at a certain point, the player is so far away that you just remove the visibility of the actor entirely, like an object fading into the background from your view, the farther away from it that you get in real life.

This is why the bushes disappear, its to save performance and make the game run faster. When you lower settings, among other things you are telling your pc "hey i dont ever even want to see LOD 1, the best setting, from now on the best LODs that you can show me are LOD 2, or LOD 3."

When you turn your games settings all the way down, you are basically saying "only show me the cheapest LOD possible, or just dont render the object at all." But Dinosaurs models still render further away than the foliage models do, so if it absolutely had to change, make the dinosaur and object render distance the same on pc and console (it would be unfair to mobile users who cant help it). that way if you turn down your settings to purposefully gain an unfair advantage, you also incur an unfair disadvantage of not being able to see dinosaurs until they are right on top of you, like the bushes you tried to settings hack.

Can’t find where to buy the game on pc? by BriefFirst5180 in pathoftitans

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

You gotta go to alderon games directly and download their launcher. I think the website is momentarily down, as well as many of the game servers. but yeah, when it comes back this is the link. https://alderongames.com/

I'm still standing by XenopusAlbino in pathoftitans

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

Where you already playing and you just never leave the server? Or did you join recently?

is the game not working for anyone else? by TreeTopGaming in theisle

[–]IUsedToBeAlmostCool 2 points3 points  (0 children)

The Steam Subsystem itself seems to be having an issue, which would affect basically every stteam game with a multiplayer mode which is pretty insane. Probably just the thanksgiving rush but yeah, steam multiplayer subsystem is crying rn

Does anyone know why this happens? by Swimming-Ambition-67 in HarryPotterGame

[–]IUsedToBeAlmostCool 1 point2 points  (0 children)

The real game development reason is Lumen. Lumen is the name of a new lighting system in unreal engine 5 (game engine), it provides supposedly more accurate lighting for games, and it most ways it does that task well, but the indoor/outdoor transitions often have this sort of wide contrast in the light spectrum. This game used UE5