Talk:Creating a working mini-map for CS:GO: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Grande1900 moved page Talk:Creating a working mini-map to Talk:Creating a working mini-map for CS:GO: Make it obvious the page is for CS:GO)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
Hi,
Hi,
I try to create a radar map cs_twilight but when I change the value of pos_x or pos_y or scale,
I try to create a radar map cs_twilight but when I change the value of pos_x or pos_y or scale,
nothing changes in the radar view in the game.
nothing changes in the radar view in the game. <br>
my txt code :
my txt code :


"pos_x" "-1069" // X coordinate
 
"pos_y" "823" // Y coordinate
        "pos_x" "-1069" // X coordinate<br>
"scale" "2.30" // scale used when taking the screenshot
        "pos_y" "823" // Y coordinate<br>
        "scale" "2.30" // scale used when taking the screenshot<br>
 


this part of code work fin :
this part of code work fin :
//loading screen icons and positions
"CTSpawn_x" "0.29"
"CTSpawn_y" "0.80"
"TSpawn_x" "0.54"
"TSpawn_y" "0.23"


"Hostage1_x" "0.48"
 
"Hostage1_y" "0.04"
"TSpawn_x" ""<br>
"Hostage2_x" "0.74"
"TSpawn_y" ""<br>
"Hostage2_y" "0.29"
"Hostage1_x" ""<br>
"Hostage1_y" ""<br>
"Hostage2_x" ""<br>
"Hostage2_y" ""<br>
someone can help me

Latest revision as of 19:34, 13 February 2023

I added GIMP directions

I recently created a minimap using GIMP. While the compression type I used works I'm not certain it's the best option. Perhaps someone more familiar with creating .dds files could look and see if there is a better option. --MrSkellyBones 14:52, 7 August 2013 (PDT)

cs_twilight problems with coordination pos_x and pos_y

Hi, I try to create a radar map cs_twilight but when I change the value of pos_x or pos_y or scale, nothing changes in the radar view in the game.
my txt code :


        "pos_x"		"-1069"				// X coordinate
"pos_y" "823" // Y coordinate
"scale" "2.30" // scale used when taking the screenshot


this part of code work fin :


"TSpawn_x" ""
"TSpawn_y" ""
"Hostage1_x" ""
"Hostage1_y" ""
"Hostage2_x" ""
"Hostage2_y" ""
someone can help me