Talk:Creating a working mini-map for CS:GO: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== 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...") |
Grande1900 (talk | contribs) 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) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
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. | 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. | ||
--[[User:MrSkellyBones|MrSkellyBones]] 14:52, 7 August 2013 (PDT) | --[[User:MrSkellyBones|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. <br> | |||
my txt code : | |||
"pos_x" "-1069" // X coordinate<br> | |||
"pos_y" "823" // Y coordinate<br> | |||
"scale" "2.30" // scale used when taking the screenshot<br> | |||
this part of code work fin : | |||
"TSpawn_x" ""<br> | |||
"TSpawn_y" ""<br> | |||
"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