Argos Cosmetic Issue

So there are several, mostly minor, issues you highlighted in your video.

  1. The shadow thing is probably a texture bake of the lighting. It looks slightly out of place, but it’s pretty standard in 3D modeling practices to bake in shadows to help with performance.

  2. The floating braziers/your character climbing funny is due to what’s called “collisions” being different from what the player see’s. Collision tells the game how a player can interact with something when they run into it, or try and place something on the surface. Relatively minor issue, but if I were to fix that, I would use the same collisions from the Arena version to address that.

  3. Order of operations for placing a wall, followed by the Argos vaulted Ceiling. This has to do with various overlap checks the game has in place to prevent abuse. There are ways to fix that, but its dependent on if setting certain overlap exceptions won’t lead to further abuse (the game has a history of PvPers using loose overlap exceptions to exploit the game in a variety of ways). Takes very little “effort” to add in new overlap exceptions, but due to PvPers and exploiting, great care must be considered by Funcom when doing so.

  4. Arena stairs blocking walls. Same thing as number 3, except the game already has overlap exceptions for stairs and walls and has for some time. Could be just those stairs aren’t picking up their parent blueprint class correctly, or otherwise is missing that exception for whatever reason. Should be fixed to be consistent with how the rest of the game uses stairs and walls though.

In terms of what Funcom would like you to do, is to have you create a new thread for each individual issue, rather then having the video be linked that rattles off several issues in one thread. So this is thread number 1, which talks about the shadow stuff. Then you need to make 3 more to talk about the other issues you highlight for each individual problem. You can read more about what they would like from players here.

With that said, thank you for taking the time to highlight these issues, even if they are relatively minor. Keep up the good work.

2 Likes