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

Radar images #19

Open cristeigabriel opened 2 years ago

cristeigabriel commented 2 years ago

Radar images were different in Scaleform time, but they're also innacurate to map updates. Therefore, they should be toggle-able.

cristeigabriel commented 2 years ago

There's multiple strategies we can deduce as possible from the getgo.

First one includes filesystem. This makes it very not viable. It'd be making the game load our specific overviews mapping. The advantage this would have above simply replacing the folder with old CS:GO one is the ability to toggle.

A strategy which one would think of first would be taking the radar hud element and calling SetImage on levelinit but this is not viable due to there being more than one view for radar.