How to add gunskins to Lyra Starter game

The system I’m dabbling with will be able to attach to an external skin system but by no means will it be. There’s a ton of infrastructure above it that needs to be done. It’s way out of the scope of tutorial there. This will just get you a variable that you can change to add skins in and have everyone see them. Past that is more than I’d be able to do without taking too much time away from others on the forum.

Hit a bit of a snag though since Lyra uses a custom system to do server calls. In raw UE I can tell the server that I want this changed and it will change it. However Lyra has some ownership rules (basically a simple anticheat) that doesn’t allow you to send calls to the server for other players. The system is done actually but I need to figure out how to properly pass the data in Lyra’s case. Otherwise it’s only visible locally.

1 Like