Raised This Month: $32 Target: $400
 8% 

[CS:GO] Fix Competitive Warmup


Post New Thread Reply   
 
Thread Tools Display Modes
lugaa
Senior Member
Join Date: Dec 2018
Old 12-18-2020 , 06:47   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #21

Working good BUT..

console
Script not found (scripts/vscripts/warmup/warmup_teleport.nut)
Script not found (scripts/vscripts/warmup/warmup_teleport.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)

Last edited by lugaa; 12-18-2020 at 08:12.
lugaa is offline
Achyan2000
Junior Member
Join Date: Apr 2020
Old 01-08-2021 , 08:21   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #22

holy!!!!! thank you so much! im going to try it right now
Achyan2000 is offline
MichaelKosa
Junior Member
Join Date: Apr 2018
Location: Poland
Old 01-08-2021 , 10:05   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #23

Quote:
Originally Posted by lugaa View Post
Working good BUT..

console
Script not found (scripts/vscripts/warmup/warmup_teleport.nut)
Script not found (scripts/vscripts/warmup/warmup_teleport.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
Script not found (scripts/vscripts/warmup/warmup_arena.nut)
/CS_GO/csgo/scripts/vscripts/warmup/

Add

warmup_arena.nut
warmup_teleport.nut

Google: scripts/vscripts/warmup/
__________________
MichaelKosa is offline
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 01-08-2021 , 13:40   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #24

Quote:
Originally Posted by MichaelKosa View Post
/CS_GO/csgo/scripts/vscripts/warmup/

Add

warmup_arena.nut
warmup_teleport.nut

Google: scripts/vscripts/warmup/
He's using the version where those files are deleted. You should not add them back. It's just an error that doesn't affect the gameplay.
__________________
Ilusion9 is offline
zerg
Member
Join Date: May 2017
Old 01-11-2021 , 15:12   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #25

Hi
Just compilier and put in the plugin folder?
zerg is offline
sevenko13
New Member
Join Date: Jan 2021
Old 01-21-2021 , 06:36   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #26

I cant make it work plz help
sevenko13 is offline
sevenko13
New Member
Join Date: Jan 2021
Old 01-21-2021 , 07:47   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #27

where exactly I compile the code? sourcemode/scripiting ?


Quote:
Originally Posted by Ilusion9 View Post
Try this:
PHP Code:

#include <sourcemod>
#include <sdkhooks>
#include <sdktools>

public Plugin myinfo =
{
    
name "Fix Competitive Warmup",
    
author "Ilusion9",
    
description "Fix competitive warmup.",
    
version "1.0",
    
url "https://github.com/Ilusion9/"
};

public 
void OnMapStart()
{
    if (
FileExists("scripts/vscripts/warmup/warmup_arena.nut"))
    {
        
DeleteFile("scripts/vscripts/warmup/warmup_arena.nut");
    }
    
    if (
FileExists("scripts/vscripts/warmup/warmup_teleport.nut"))
    {
        
DeleteFile("scripts/vscripts/warmup/warmup_teleport.nut");
    }

sevenko13 is offline
Onaj
New Member
Join Date: Jun 2010
Old 02-03-2021 , 03:47   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #28

Sorry for being so noobish at the age of 62 playing CS(s/go) for decades now...

We have a dedicated host with some game panel, using filezilla etc. to service our gameservers.

We also would like to get rid of this 1v1 warm up, that suddenly has come on certain maps.

In our setup we simply cannot play these maps anymore, the server lags and gets unresponsive after af few seconds. We need to wait or manually reboot the server, choose another map (we use a lot of workshop maps..)

We do not play the standard setup, are 20+ people playing at the same time once a week.

1. Is this fix here a solution for us?

2. How can we use this fix??
I have tried to download the fix_warmup.sp file and put it directly into the folder:
/server/csgo/csgo/scripts/vscripts/warmup
But nothing seems to happen.

Can anyone help ?

Last edited by Onaj; 02-03-2021 at 03:49.
Onaj is offline
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 02-03-2021 , 11:24   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #29

Quote:
Originally Posted by Onaj View Post
Sorry for being so noobish at the age of 62 playing CS(s/go) for decades now...

We have a dedicated host with some game panel, using filezilla etc. to service our gameservers.

We also would like to get rid of this 1v1 warm up, that suddenly has come on certain maps.

In our setup we simply cannot play these maps anymore, the server lags and gets unresponsive after af few seconds. We need to wait or manually reboot the server, choose another map (we use a lot of workshop maps..)

We do not play the standard setup, are 20+ people playing at the same time once a week.

1. Is this fix here a solution for us?

2. How can we use this fix??
I have tried to download the fix_warmup.sp file and put it directly into the folder:
/server/csgo/csgo/scripts/vscripts/warmup
But nothing seems to happen.

Can anyone help ?
You have to compile fix_warmup.sp and put fix_warmup.smx (smx is the file type after you compile it) in addons/sourcemod/plugins folder.
__________________
Ilusion9 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-03-2021 , 11:43   Re: [CS:GO] Fix Competitive Warmup
Reply With Quote #30

Or you could go in your server and rename that folder (or files).

server/csgo/csgo/scripts/vscripts/warmup
to
server/csgo/csgo/scripts/vscripts/_warmup


It will appear back after SteamCMD update, tough.

Or you could blank those two files and set overwrite protection. Dammed, it will replace default file after all.

Last edited by Bacardi; 02-03-2021 at 11:50.
Bacardi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode