Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
changing in - game chat location
#1
what are the config names for that? anyone know?
self setclientdvar( "cg_hudChatPosition", "5 200");
self setclientdvar( "cg_chatHeight", "4");
self setclientdvar( "cg_chatTime", "12000");

found these, is there one for the input chat, like when you push t or y to talk..


found it to


self setclientdvar( "cg_hudSayPosition" "5 230");


just need to change kill feed if possible, lmk.
Reply

#2
Is that possible?
Reply

#3
ya it is thru menu files, i done it already..

Code:
    // game messages
    menuDef
    {
        name            "spec_gamemessages"
        rect            6 0 10 10 HORIZONTAL_ALIGN_USER_LEFT VERTICAL_ALIGN_USER_BOTTOM
        fullScreen        0
        visible            1
        visibilityBits    bits( !BIT_IN_KILLCAM BIT_SPECTATING_CLIENT )
        
        itemDef
        {
            rect                0 0 0 0
            exp                    rect Y( 0 - (ONLINEGAME * ONLINEGAME_OFFSET) );
            type                ITEM_TYPE_GAME_MESSAGE_WINDOW
            gamemsgwindowindex    0
            gamemsgwindowmode    MODE_BOTTOMUP_ALIGN_BOTTOM
            textfont            UI_FONT_DEFAULT
            textstyle            ITEM_TEXTSTYLE_SHADOWED
            textalign            ITEM_ALIGN_LEFT
            textscale            TEXTSIZE_SMALL
            visible                1
            visibilityBits        bits( !BIT_UI_ACTIVE BIT_HUD_OBITUARIES )
        }
    }


i guess its the same in the HUD menu file too (this is spec menu file)
Reply

#4
I'll look around, been messing in the menu files a lot recently. Do you happen to know where you can change the position of the SD bomb (when you pick it up), by default its bottom right corner. Thanks.
Reply

#5
HUD_BOMB.MENU - you can change the location there im pretty sure, or remove it.


Code:
        itemDef
        {
            style            WINDOW_STYLE_SHADER
            rect            149 -53 48 48 HORIZONTAL_ALIGN_USER_LEFT VERTICAL_ALIGN_USER_BOTTOM
            origin            5 6
            background        "hud_suitcase_bomb"
            visible            1
            forecolor        1 1 1 0.25
            decoration
        }


Try playing with that section...
Reply

#6
That one is for the bomb under the timer when the bomb is planted, I've looked everywhere for the other, I found code for the briefcase in the sd.gsc file but I think that is only for multibomb, hmm, I'll keep poking around, I would also like to move the flag in the same location when picked up but I can't seem to find that either.
Reply

#7
might be hard coded, did u check hud.menu ?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  What game have you bought in the last week? RaZ 12 7,322 12-05-2013, 16:29
Last Post: Nekochan
  [GAME]The Letter Game Bandarigoda123 65 27,152 08-08-2013, 21:05
Last Post: AZUMIKKEL
  [Release] AntiRage for Infected Game Mode yokai134 17 13,370 08-04-2013, 22:22
Last Post: yokai134
  ESTRANGED best indie game I've seen so far Arteq 0 2,349 08-03-2013, 14:03
Last Post: Arteq
  how to remove commands in the chat ExoGamer* 6 4,062 07-20-2013, 09:24
Last Post: Pozzuh
  [HELP] bo2 - FD1 - dis-attach the console from the game masis 8 5,469 07-17-2013, 23:01
Last Post: surtek
Smile [Release] Map & Game Type Changer Plugin (Fixed) 30mba 31 20,331 07-10-2013, 16:27
Last Post: 26hz
  [Request] Names, Chat and Scoreboard Mibbix 6 4,231 06-21-2013, 22:16
Last Post: Mibbix
  Selling steam account for a game! Strentin 3 3,875 06-18-2013, 07:49
Last Post: xfxtroll
  Help Using chat outside in game Bandarigoda123 1 2,866 06-09-2013, 12:46
Last Post: Nekochan

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.