Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Taweel on Aug 03, 2015, 09:16 PM

Title: Hotkey to disable chat
Post by: Taweel on Aug 03, 2015, 09:16 PM
Hi people, I'm not sure if this was suggested in past as I'm pretty new to forums and have no idea how to search and stuff so pardon me.
Anyway, the main thing I want to say is that we should have a hotkey to disable chat ingame. As videos look of a low standard with the chat. So all I'm suggesting is a hotkey/command to disable ingame chat. We already have weekly updates with different stuff like custom cars and all that stuff, something like this would be really useful.
Thank you for reading and I hope this gets implemented asap.
Title: Re: Hotkey to disable chat
Post by: Hanney on Aug 04, 2015, 02:05 AM
Yea it would be useful and its definetly not something hard to add.

I thought it was maybe possible to type /setconfig con_numoflines 0

but the minimum accepted integer is 5.

As a temporarily solution the closest thing I can reccomend is /setconfig con_fontscale 0.1

It will make the text incredibly tiny and unreadable however its still noticible that there is something there.

Though if you are really desperate to make a video right away you can download an invisible/blank font for Windows then use the chatbox ingame to set it to use the invisible font. It's a really inefficient way of doing it though and I wouldn't reccomend messing around with it unless you know where the config file is and how to change it back.

http://www.angelfire.com/pr/pgpf/if.html

Install it then ingame in chatbox /setconfig con_fontname invisible.

Though be very careful.

Title: Re: Hotkey to disable chat
Post by: BrYaN_FuRy on Aug 04, 2015, 04:12 AM
i thought this


if ( key == P )
{
Message( "Server chat is off" );
return 0;
}






[code]/code]



[code]/code]



[code]



Title: Re: Hotkey to disable chat
Post by: Stormeus on Aug 04, 2015, 05:54 AM
Quote from: Hanney on Aug 04, 2015, 02:05 AMI thought it was maybe possible to type /setconfig con_numoflines 0

but the minimum accepted integer is 5.

This has been fixed in a pending update.
Title: Re: Hotkey to disable chat
Post by: Sebastian on Aug 04, 2015, 08:00 AM
But a button to hide the chat would still be useful.
(instead of using everytime these cmds)
Title: Re: Hotkey to disable chat
Post by: Taweel on Aug 04, 2015, 11:06 AM
Quote from: Hanney on Aug 04, 2015, 02:05 AMYea it would be useful and its definetly not something hard to add.

I thought it was maybe possible to type /setconfig con_numoflines 0

but the minimum accepted integer is 5.

As a temporarily solution the closest thing I can reccomend is /setconfig con_fontscale 0.1

It will make the text incredibly tiny and unreadable however its still noticible that there is something there.

Though if you are really desperate to make a video right away you can download an invisible/blank font for Windows then use the chatbox ingame to set it to use the invisible font. It's a really inefficient way of doing it though and I wouldn't reccomend messing around with it unless you know where the config file is and how to change it back.

http://www.angelfire.com/pr/pgpf/if.html

Install it then ingame in chatbox /setconfig con_fontname invisible.

Though be very careful.

/setconfig con_fontscale 0.1 was the useful one, thank you. It's better than the huge chat and can work as an alternative way. The /setconfig con_numoflines 0 isn't working yet. And I wont mess with my windows files as I'm sure that I'll mess it up. But seriously, a hotkey would be easier for many other people as well.
Title: Re: Hotkey to disable chat
Post by: Banaqs on Aug 04, 2015, 03:44 PM
Maybe add setting and getting Player.Chat = bool;
Title: Re: Hotkey to disable chat
Post by: Thijn on Aug 04, 2015, 06:17 PM
Quote from: Banaqs on Aug 04, 2015, 03:44 PMMaybe add setting and getting Player.Chat = bool;

That would involve server owners to add a KeyBind, not what these people want. They want it client side.