Telles Leonardo Posted January 7, 2016 Report Posted January 7, 2016 I am with a problem in the overview and on the My Computer configuration. I have widescreen monitor and when I change the resolution to 1024x768 or 1280x1024 (normal 4:3) I can only leave a normal resolution with the window mode. With this, when I insert the command cl_leveloverview marker does not appear a red square line, but rather a straight red line and although i correctly fill out the space, the map appears very small within the game. Already tried to use the Zoom command but is not working. Idk what to do and I don't want that players use commands to set correctly. Thanks! Quote
tomm Posted January 7, 2016 Report Posted January 7, 2016 (edited) the straight red line is correct, it indicates the boundary(or edge) of the square. What you need to do is position the level rougly in the middle of that squarehere's a pic:NP! https://developer.valvesoftware.com/wiki/Creating_a_working_mini-map#Make_the_raw_overview_image Edited January 7, 2016 by tomm Smileytopin, Bevster, maxlevelboi and 5 others 8 Quote
jackophant Posted January 7, 2016 Report Posted January 7, 2016 (edited) Seriously... why have you written in that grossly oversized text? People 5 desks behind me could probably be reading that with me.cl_leveloverviewmarker <value> is to be used with 1280x1024. The <value> is meant to match your vertical resolution which is typical the lower of the 2 numbers. You won't see the vertical red bar because it is the right border of the screen if your resolution is 1280x1024.If you run "cl_leveloverviewmarker 1024" while on 1920x1080 you will see the full red box.I don't know why you can only use that resolution in windowed mode, check your counter strike settings and launch options, but if it the window isn't full size, your screenshot will be undersized which I imagine is why it isn't appearing properly.Add this to your launch options to see if it helps the issue:-fullscreen -w 1280 -h 1024 Edited January 7, 2016 by jackophant Quote
Telles Leonardo Posted January 8, 2016 Author Report Posted January 8, 2016 Thank you for the help!!! But doesn't work...TopHatWaffle says that my map don't load resources and me and he don't know why.... Quote
jackophant Posted January 8, 2016 Report Posted January 8, 2016 (edited) try copying the contents of your vmf into a new vmf with a new name (de_map_test1 or something) and recompile.Now remake the radar with the appropriate changes to your files Edited January 8, 2016 by jackophant Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.