• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help how to turn off map in dedicated server
#1
how to turn off this map in menu
[Image: mapa_mw3.jpg]
  Reply
#2
cg_compass 0
ui_compass 0

^^^^
Try those cvars.
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply
#3
(10-15-2013, 09:30)SailorMoon Wrote: cg_compass 0
ui_compass 0

^^^^
Try those cvars.

i tryed put them in server.cfg but no effect
  Reply
#4
(10-15-2013, 09:46)pero123 Wrote:
(10-15-2013, 09:30)SailorMoon Wrote: cg_compass 0
ui_compass 0

^^^^
Try those cvars.

i tryed put them in server.cfg but no effect

Try then:
Code:
compass 0
ui_showmap "0"

If it doesn't work, then it is protected. But there should be another way.

You can change it by using plugins. Just do 'SetDvar("ui_mapname", "null");' anywhere. After restart, map image will go away.

If all CVars won't work, then you need to try to make a plugin with them. I am not sure if server.cfg can handle those cmds.
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply
#5
(10-15-2013, 10:02)SailorMoon Wrote:
(10-15-2013, 09:46)pero123 Wrote:
(10-15-2013, 09:30)SailorMoon Wrote: cg_compass 0
ui_compass 0

^^^^
Try those cvars.

i tryed put them in server.cfg but no effect

Try then:
Code:
compass 0
ui_showmap "0"

If it doesn't work, then it is protected. But there should be another way.

You can change it by using plugins. Just do 'SetDvar("ui_mapname", "null");' anywhere. After restart, map image will go away.

If all CVars won't work, then you need to try to make a plugin with them. I am not sure if server.cfg can handle those cmds.

ok i tryed make plugin but i m new in this Tongue
and did not turn off map

Code:
using System;
using InfinityScript;

namespace NoMap
{
    public class NoMap : BaseScript
    {
        public NoMap()
            : base()
        {
            Call("setdvar", "ui_mapname", "null");
            
        }
    }
}
  Reply
#6
(10-15-2013, 11:32)pero123 Wrote:
(10-15-2013, 10:02)SailorMoon Wrote:
(10-15-2013, 09:46)pero123 Wrote:
(10-15-2013, 09:30)SailorMoon Wrote: cg_compass 0
ui_compass 0

^^^^
Try those cvars.

i tryed put them in server.cfg but no effect

Try then:
Code:
compass 0
ui_showmap "0"

If it doesn't work, then it is protected. But there should be another way.

You can change it by using plugins. Just do 'SetDvar("ui_mapname", "null");' anywhere. After restart, map image will go away.

If all CVars won't work, then you need to try to make a plugin with them. I am not sure if server.cfg can handle those cmds.

ok i tryed make plugin but i m new in this Tongue
and did not turn off map

Code:
using System;
using InfinityScript;

namespace NoMap
{
    public class NoMap : BaseScript
    {
        public NoMap()
            : base()
        {
            Call("setdvar", "ui_mapname", "null");
            
        }
    }
}

Oh sorry, 4d1 is not supported there.
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply
#7
but there must be a way to switched off map in menu
or at least that does not show the players on it
  Reply
#8
No you can't. Unless someone dumps the menus and has proper expressions then no. Once someone does get the visible when and apply one of the dvars.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#9
(10-15-2013, 15:33)DidUknowiPwn Wrote: No you can't. Unless someone dumps the menus and has proper expressions then no. Once someone does get the visible when and apply one of the dvars.

It is working in modern warfare 3, addon. Just make ui_mapname null. Or ui_hidemap 0.
I remember how I was making hns mod. It is not clientdvar, so it's okay.
C++/Obj-C developer. Neko engine wip
Steam: Click
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 16,916 09-29-2014, 23:08
Last Post: SuperNovaAO
Brick [Release] MW3 Server Administration Addon iRoNinja 5 8,513 11-10-2013, 15:46
Last Post: Casper
Exclamation Help cmdlist, dvarlist server crash Nerus 17 10,894 11-09-2013, 23:54
Last Post: Nerus
  Our Level Fastfile is Different from the Server. CheeseToast 6 10,517 11-03-2013, 17:52
Last Post: CheeseToast
  Dedicated Server External (public) IP Nerus 3 5,546 11-02-2013, 14:16
Last Post: Casper
  MW3 Server Version superg1973 7 12,002 10-28-2013, 01:15
Last Post: kotyra972
  Issue with server addon and NAT dimitrifrom31 3 4,621 10-08-2013, 18:11
Last Post: iRoNinja
  GETTING SERVER ONLINE raym 6 5,248 09-28-2013, 22:42
Last Post: Nekochan
  advanced Server Config Poorya56 9 6,193 09-11-2013, 03:45
Last Post: trasto
  console or server browser MW2 kerm007 1 3,299 08-30-2013, 21:52
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 2 Guest(s)