Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCS doesnt work on brand new server - CSGO #93

Closed
eriksen080499 opened this issue Jul 23, 2022 · 8 comments
Closed

WCS doesnt work on brand new server - CSGO #93

eriksen080499 opened this issue Jul 23, 2022 · 8 comments

Comments

@eriksen080499
Copy link

Hi, i am not sure if this is the correct place to ask for help, but here goes.
A friend and i just installed a new CSGO server.
We followed the installation manual as described, but WCS doesnt work at all when using it.
As soon as i type "wcs" ingame server console begins spamming this error:

image

I have tried removing/uninstalling everything and doing it again, and reinstalling C++ 2010 and 2015 as per instructions from source python, and sourcemod/metamod. Originally we tried with Eventscripts as well, but as that didnt function at all, we tried with just the CSGO server and WCS provided by here.

Any help?

@Phoross
Copy link

Phoross commented Jul 23, 2022

I'm having the same issue and my server was working fine yesterday. I think it may be useful to open a issue on the Source.Python repo since the problem is with SP and not the mod per se.

@Phoross
Copy link

Phoross commented Jul 24, 2022

TL:DR for the other issues: Use SourceMod 1.10 not 1.11
You can fin it here: SourceMod 1.10

@eriksen080499
Copy link
Author

I'll test with SourceMod 1.10, thank you!

@eriksen080499
Copy link
Author

wcs menu seems to work now @Phoross thats great!
Do you know if there's any place where i can get more help? it seems the forum has shut down (warcraft-source.com/board)

I am struggling with autoexec'ing my es emulator..
i get this error:
image

My autoexec: (as per the guide i followed)
sp plugin load es_emulator //Loads the Eventscripts Emulator by Ayuto
sp plugin load wcs //Loads the Warcraft-Source version by ThaPwned
sp plugin load commandsx //Loads various custom commands required for some races' skills to work
es_load wcs/tools/wcs_essentials //Loads the eventscripts part of the WCS essentials
es_load popup //Loads the Popup Menu features so we can freely make use of menus

@eriksen080499
Copy link
Author

and it has the correct name.
image

@Phoross
Copy link

Phoross commented Jul 24, 2022

There was a change on the autoexec due to this bug! You just need to redownload the autoexec from the EventScript repo and it should be fine!
Also there is a Discord server on which you can ask for help, here's the link: https://discord.gg/FXdvUWy3

@ManifestManah
Copy link
Contributor

Hello @eriksen080499,

What is going wrong in your installation is probably caused by the autoexec.cfg.
I just pushed out an update to the file in question earlier today, this update should've been out for a while but apparently it wasn't the case. Anyhow what you want to do is go to your csgo/cfg/ directory and open up the autoexec.cfg and replace what is inside of it with the following content instead:

//Loads the Eventscripts Emulator by Ayuto
sp plugin load es_emulator

//Loads the Warcraft-Source version by ThaPwned
sp plugin load wcs

//Loads various custom commands required for some races' skills to work
sp plugin load commandsx

//Loads the eventscripts part of the WCS essentials
es_load wcs/tools/wcs_essentials

//Loads the Popup Menu features so we can freely make use of menus
es_load popup

If this solved the problem then let me know. Also you can get help on the Warcraft-Source discord server, if you are not already in it then here is a link to join it😄

@ThaPwned
Copy link
Owner

ThaPwned commented Aug 6, 2022

As this has been solved, I'm going to close it. Use SourceMod 1.10 until there's a new stable release.

@ThaPwned ThaPwned closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants