I’ve been diving into the Lyra project and exploring its features while following some great YouTube tutorials. However, there’s one thing I can’t seem to find a solution for online. I’m trying to modify the game so the player can carry up to 9 guns instead of the default 3.
Does anyone know if there’s an easy way to make this adjustment? Or perhaps a tutorial that covers this specific change?
I’d really appreciate any help! Thanks so much, and I hope you all have an amazing day!
Thank you so much for your response. For what ever reason I cant delete when I type inside that document. Its like locked or something. I can type some things but I cant delete if I make a mistake or even copy or paste. I don’t do C++ just Visual Scripts so I’m a bit lost when it comes to Visual Studio.
You’ll find good c++ intro courses on YT and Udemy.
You need to have Visual Studio and specific modules installed for working with UE projects. There are plenty of YT videos showing the necessary modules.
After installing it, go to your project folder, right click on project file and generate visual studio project files (*.sln).
Open it up and edit the number of slots there. Then, right click on your project name, and select “build” to update the code of your project.