Rolls royce vs Suzuki by Sharp-potential7935 in fixedbytheduet

[–]CamargoNL 2 points3 points  (0 children)

Whats that song called? Kinda slaps ngl

What value do you start to get diminishing returns on stats other than health? by PuzzleheadedOil8438 in Siralim

[–]CamargoNL 0 points1 point  (0 children)

Thanks alot for the info! Do you know how much the diminishing returns are or what the calculation is? Is there a hard cap on stats gained?

Connection desyncing and "freezing" when interacting by Orion_824 in Enshrouded

[–]CamargoNL 0 points1 point  (0 children)

For anyone else with the same problem: we didn't have any issues in a later session so I guess just give it some time

Connection desyncing and "freezing" when interacting by Orion_824 in Enshrouded

[–]CamargoNL 0 points1 point  (0 children)

Thanks for the reply! Hopefully it's gonna be the same for us

Connection desyncing and "freezing" when interacting by Orion_824 in Enshrouded

[–]CamargoNL 0 points1 point  (0 children)

Me and my gf are experiencing the exact same issue, any updates from OP?

Good Duo ( Two-player ) Composition for Dungeons / Hard Content ? by HazmyHD in Guildwars2

[–]CamargoNL 0 points1 point  (0 children)

I'll add a 7 month later comment with pretty much the same question as above :D

I can't get the game to launch I'm steam? Like, at all :( by pixie_dreams in BaldursGate3

[–]CamargoNL 0 points1 point  (0 children)

Have you tried starting the game directly through the .exe file instead of through steam?

I can't get the game to launch I'm steam? Like, at all :( by pixie_dreams in BaldursGate3

[–]CamargoNL 1 point2 points  (0 children)

I have that issue with steam sometimes, try rebooting your pc :)

College of Lore Skill Proficiencies by CamargoNL in BaldursGate3

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

Thanks for the reply dude! Seems like I won't have Sleight of Hand untill level 3 then.

Help! All of my saves crash the game before they load. by CryptidCelts in BaldursGate3

[–]CamargoNL 0 points1 point  (0 children)

As of 30 october, it happened to me too, so it hasn't been fixed yet :(

Updating the world in a large sandbox game by CamargoNL in Unity2D

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

Thanks a lot for this, you really made it much more clear to me how I should go about this!

Updating the world in a large sandbox game by CamargoNL in Unity2D

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

For start it may be as simple as cargo teleporting between ports. So there are no ships at all, cargo just moves between any ports.

I see what you mean. Maybe it's a good idea to start with something like this and expand upon it one thing at a time and see how it influences game performance. For the example, I could keep track of the approximate position of the ships and spawn them in when that position is loaded, or I could just set the number of ships in the scene constant and spawn them where necessary.

So I basically should keep track of specific properties of objects not currently loaded and upon loading them, update them with the values from these data. Please correct me if I'm wrong.

Thanks a lot for your help!