TeamSCALEFORM / scaleform

A cross-platform, hackable and future-proof reimplementation of In-Game Scaleform HUD in CS:GO using Panorama. Written using C, C++ and JS.
GNU Affero General Public License v3.0
82 stars 11 forks source link

Images for HUD do not load. #43

Closed Valluuu closed 1 year ago

Valluuu commented 1 year ago

When I inject the ScaleForm.dll to csgo.exe with the -insecure parameter it doesn't load the images at all. Not sure if its on my end, Due to me having poor coding skills in general or following instructions.

Issue: Counter-strike  Global Offensive Screenshot 2023 05 18 - 00 03 04 29

Patoke commented 1 year ago

When accessing the images directly from here they load normally meaning the host isn't down Maybe you were trying to use this without an internet connection? Remember to not modify these links and if you're gonna do personal use of this project make sure to host them yourself and make sure the host doesn't rate limit requests to get the image data (You can also host them in your CS:GO game files so this won't be a problem but you would need to place them in the appropiate directories)

Make sure your internet is up and running when using the project and make sure the image hosts aren't down

If this is a custom implementation of this code inside of another project then there's nothing we can do to help you fix this other than to point out common issues that might cause this behaviour

Valluuu commented 1 year ago

Since I tried it with a NoSteam version of CS:GO, It doesn't load any images. Instead the Normal version of CS:GO loads the images as usual? I used -insecure in both of these. Not sure how this happens, Might be related to a Steam connection possibly?

Regular CS:GO

Counter-strike  Global Offensive Screenshot 2023 05 18 - 16 19 23 86

NoSteam CS:GO

Counter-strike  Global Offensive Screenshot 2023 05 18 - 16 24 46 49

cristeigabriel commented 1 year ago

Hello!

Consider not using NoSteam CS:GO. That appears to fix it.

Best Regards, Gabriel.