Hi @Solar160,
Thank you for your response and for following the steps so carefully. I appreciate your diligence!
It sounds like you’ve done everything correctly, but I wanted to mention that sometimes the path can be a bit tricky. Please double-check that the path in your launch.json
file matches the actual location of your Downloads folder on your PC. The default location for the Downloads folder is typically C:\Users\%UserName%\Downloads\
. For example, if your username is “Solar160,” the path would be:
C:\Users\Solar160\Downloads\
You’ll need to update the image_folders
key in your launch.json
file to reflect this path. It should look like this:
"image_folders": [
"C:\\Users\\Solar160\\Downloads\\marvel-lcg-v0.5.8.199\\assets\\assets_pics\\assets\\pics",
"C:\\Users\\Solar160\\Downloads\\marvel-lcg-v0.5.8.199\\assets\\assets_pics\\assets\\textures"
],
Make sure to save the changes and restart your game after updating the paths.
Additionally, if you continue to experience issues, you might want to try using version marvel-lcg-v0.5.8.166
, as that release includes the image assets.
Please let me know if this helps or if you need further assistance!