Talk:Creating a working mini-map for CS:GO: Difference between revisions
Jump to navigation
Jump to search
Alpharender (talk | contribs) (→cs_twilight problems with coordination pos_x and pos_y: new section) |
Alpharender (talk | contribs) |
||
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 : | ||
"Hostage1_x" " | |||
"Hostage1_y" " | "TSpawn_x" ""<br> | ||
"Hostage2_x" " | "TSpawn_y" ""<br> | ||
"Hostage2_y" " | "Hostage1_x" ""<br> | ||
"Hostage1_y" ""<br> | |||
"Hostage2_x" ""<br> | |||
"Hostage2_y" ""<br> | |||
someone can help me |
Revision as of 04:14, 15 December 2015
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