Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

30 sec intermission countdown

Опубликовано:

Hi,

 

I always play in private match with my friends, but after every round there's a 30 seconds countdown before we can go to lobby again.

 

Is there any way I can disable them and go directly to lobby, or at least make it shorter, say only 5 seconds?

 

Thanks.

Featured Replies

Опубликовано:
Take the _gamelogic.gsc from my post here: viewtopic.php?p=80751#p80751

 

And set the dvar, as THilaN set in your server.cfg.

server.cfg ? They are playing a private match :P

Didn't read that, but anyway you need to edit the _gamelogic.gsc file..

Опубликовано:
Take the _gamelogic.gsc from my post here: viewtopic.php?p=80751#p80751

 

And set the dvar, as THilaN set in your server.cfg.

server.cfg ? They are playing a private match :P

Didn't read that, but anyway you need to edit the _gamelogic.gsc file..

 

Me neither lol. Just use _gamelogic.gsc linked above then and set it through your clients console:

/scr_intermission_time 5.0

Опубликовано:
Take the _gamelogic.gsc from my post here: viewtopic.php?p=80751#p80751

 

And set the dvar, as THilaN set in your server.cfg.

server.cfg ? They are playing a private match :P

Didn't read that, but anyway you need to edit the _gamelogic.gsc file..

 

Me neither lol. Just use _gamelogic.gsc linked above then and set it through your clients console:

/scr_intermission_time 5.0

You both are blind.

Опубликовано:
  • Автор

none of the suggested above works.

 

I can't find any _gamelogic.gsc except the ones in \m2demo\maps\mp\gametypes

 

I edited that one in the scr_intermission_time to 5.0 but it still didn't work.

 

And thread topic correction: they're not 20 seconds, it's 30 seconds :?

Опубликовано:
none of the suggested above works.

 

I can't find any _gamelogic.gsc except the ones in \m2demo\maps\mp\gametypes

 

I edited that one in the scr_intermission_time to 5.0 but it still didn't work.

 

And thread topic correction: they're not 20 seconds, it's 30 seconds :?

 

It does work.

Make sure to edit this line ( 2211 for me in notepad++):

setDvar( "scr_intermission_time", 5.0 ); //30.0 default

Опубликовано:
  • Автор

It does work.

Make sure to edit this line ( 2211 for me in notepad++):

setDvar( "scr_intermission_time", 5.0 ); //30.0 default

 

It does NOT work. I'm not sure if you read my original post correctly, but as I said, I played it with my friends in LAN private match (using "connect" command), not in server.

Опубликовано:
  • Автор
Do you have any .iwd files in m2demo/are you playing a mod?

 

no iwd files and we're not playing mod. Just regular ffa, tdm, dom, snd, etc.

 

 

JoeyB":mqcih31r]Also are you modifying the _gamelogic.gsc file on the computer that's hosting the LAN match?

 

We (all) modify that shit (line 2211) in case the host got "disconnected from Steam" error (which is pretty often) so another player will create the lobby. Even tried to put that dvar line in console, all it did is appear in chat. Again, it does NOT work.

Опубликовано:
  • Автор
Did you type

"/set scr_intermission_time 5.0" in your in-game console?

You need to put "/" too...

 

Tried both include and exclude the "/"

 

Didn't do nothing.

Опубликовано:
Do you have any .iwd files in m2demo/are you playing a mod?

 

no iwd files and we're not playing mod. Just regular ffa, tdm, dom, snd, etc.

 

 

JoeyB":1u952qsv]Also are you modifying the _gamelogic.gsc file on the computer that's hosting the LAN match?

 

We (all) modify that shit (line 2211) in case the host got "disconnected from Steam" error (which is pretty often) so another player will create the lobby. Even tried to put that dvar line in console, all it did is appear in chat. Again, it does NOT work.

Stop playing with arev friends.

Опубликовано:
Do you have any .iwd files in m2demo/are you playing a mod?

 

no iwd files and we're not playing mod. Just regular ffa, tdm, dom, snd, etc.

 

 

JoeyB":2cdyc6ib]Also are you modifying the _gamelogic.gsc file on the computer that's hosting the LAN match?

 

We (all) modify that shit (line 2211) in case the host got "disconnected from Steam" error (which is pretty often) so another player will create the lobby. Even tried to put that dvar line in console, all it did is appear in chat. Again, it does NOT work.

 

I wonder why it works for me without any problems then...

 

Also, you'd just put scr_intermission_time 5.0 in console without setDvar or set infront.

But that won't stick if you use the default _gamelogic.gsc anyway, as it gets 'overwritten' by the setDvar("scr_intermission_time", "30.0" ) in there.

Опубликовано:
  • Автор
Stop playing with arev friends.

 

I don't even know what is arev, I heard it's gay.

 

Well my environment has multiple PCs and I have many friends that play IW5M and IW4M, we only play IW4M LAN private match when IW5M NP server is down.

 

I wonder why it works for me without any problems then...

 

Also, you'd just put scr_intermission_time 5.0 in console without setDvar or set infront.

But that won't stick if you use the default _gamelogic.gsc anyway, as it gets 'overwritten' by the setDvar("scr_intermission_time", "30.0" ) in there.

 

Tried that. Not working. Even if it is as you say "overwritten," the default one is still 5 seconds instead of 30, I already edited the file, remember?

Опубликовано:

 

I wonder why it works for me without any problems then...

 

Also, you'd just put scr_intermission_time 5.0 in console without setDvar or set infront.

But that won't stick if you use the default _gamelogic.gsc anyway, as it gets 'overwritten' by the setDvar("scr_intermission_time", "30.0" ) in there.

 

Tried that. Not working. Even if it is as you say "overwritten," the default one is still 5 seconds instead of 30, I already edited the file, remember?

 

You are either doing something wrong or you have an .iwd somewhere which includes _gamelogic.gsc and 'overwrites' the one in m2demo folder...

Опубликовано:
  • Автор

You are either doing something wrong or you have an .iwd somewhere which includes _gamelogic.gsc and 'overwrites' the one in m2demo folder...

 

 

My _gamelogic.gsc file

http://pastebin.com/zSjc4cQ3

 

I have only 32 iwd files in my WHOLE IW4M folder, and all of them are located in \main folder. I went through them one by one (a tedious job yes, I don't know any tool that can list out .iwd contents) and found no other _gamelogic.gsc file.

 

Fuck my life, right?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.