Insurgency
85 evaluări
Minimap
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Modifications: Custom UI
Dimensiunea fișierului
Postat
Actualizat
33.594 KB
19 aug. 2016 la 17:28
20 aug. 2016 la 8:15
2 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
Minimap

Descriere
Needs hud_reloadscheme

As mentioned by Twacrs it is not compatible with some of the other CustomUI mods made by me. It depends which files I edited.
If the workshopmod contains only textures then they are compatible.

For best visuals put those into your autoexec file: [Autoexec guides] thanks to the autors
// Makes the map invisible
overview_alpha "0.5"
// Will decrease the visibility of the floating box over the player
overview_focus_box_opacity "50"
// Removes the grid lines and letters
overview_grid_overlay "0"
// Will make the map move with your movement
overview_locked "0"
// Change the key to your preference
bind k "overview_mode"
// Press the button if something goes wrong (i.e. minimap stretches over the full/half screen)

If you want to zoom in abit use this command: overview_zoom [zoomfactor] [animationtime]
Example: overview_zoom 1.5 0.0 will apply the zoom immediately
The zoom will be reset if you go into the squad overview


Optional
// ###Optional###
// Will make the tacticalmap toggle able.
// Sometimes you can get stuck on the tacticalmap
// (i.e. When switching to spectator and or switching teams)
// If it get stuck, press ESC, open the console and type: toggleOverviewOff
// then rebind the key to the normal map: bind n +tacticalmap
// This way you can enjoy the game without restarting
// If you don't like to have a zoom of 3, then change it accordingly, default is 1.0
// (e.g. overview_zoom 1.5)

echo "Overview"
alias toggleOverview "toggleOverviewOn"
alias toggleOverviewOn "+tacticalmap; overview_zoom 3; alias toggleOverview toggleOverviewOff"
alias toggleOverviewOff "-tacticalmap; alias toggleOverview toggleOverviewOn"

// Change the key to your preference
bind n toggleOverview

Small note if using optional code:
Will break if playing in singleplayer, switching to spectator and if switching teams. (As soon as you get a cursor on your tacticalmap it is broken)
Found a workaround to still play, press ESC open the console andtype:
toggleOverviewOff
bind n +tacticalmap
That way you can still enjoy the game even without the toggle feature (so you don't need to restart), the next time you start the game it will again try to make it toggle.

If the zoom doesn't work then press the button you configured in the first step (sometimes you need to press it multiple times) or type exec autoexec into console and reopen the map.

Thanks to Rymd for testing and giving some improvement hints, check out his workshop items for insurgency here.

Doesn't include squad/team icon: Tactialmap teamicon

Default values
overview_alpha "1.0"
overview_focus_box_opacity "240"
overview_grid_overlay "1"
overview_locked "1"
bind n +tacticalmap
bind k +voicerecord
56 comentarii
Carrot^2 26 mai 2021 la 14:19 
THANK YOU : ]
Memlith 24 apr. 2020 la 9:03 
fixed!

i wasnt subscribed Lmao
Memlith 24 apr. 2020 la 9:02 
stuck in the map overview on the entire screen
help
already did what u said in the post, but nothing happens
Linothorax  [autor] 9 aug. 2019 la 7:10 
If you edit the modified files and adjust the x and y pos of the overview.
SpectrePrimacy 9 aug. 2019 la 5:48 
is there anyway to relocate the minimap at the lower left-corner of the screen?
Linothorax  [autor] 5 aug. 2019 la 3:36 
Sweet, enjoy it :-)
Pa3yMuCm 4 aug. 2019 la 15:08 
Sorry, man. Missed this moment: "Will break if playing in singleplayer". In multiplayer work fine. Thanks for the best mod.
Linothorax  [autor] 4 aug. 2019 la 11:34 
Not sure if you read the description:
-Small note if using optional code:
-Will break if playing in singleplayer, switching to spectator and if switching teams. (As soon as you get a cursor on your tacticalmap it is broken)
Pa3yMuCm 4 aug. 2019 la 8:25 
Can you demonstrate a video with a constantly displayed map and a controlled character?
Pa3yMuCm 4 aug. 2019 la 8:19 
Why restart the game to repeat the same thing again?