-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to add this to linuxgsm #377
Comments
I use +game_type 0 +game_mode 0, but I think it doesn't change anything except that I have to modify gamemode_casual_server.cfg while you can directly use server.cfg Do you have any error log? It could be useful to send the output of You need to install the dev branch of MyJailbreak, and have SM 1.10 Afaik MyJb works for both Windows and Linux. You just need to have the correct version of sourcemod&metamod: source, verify that they work. |
Yeah using 0,0 is just casual. 3,0 is marked as custom during loading screen with the right map but then it just loads with terrorists in their spawn and ct in their spawns with a timer that goes to 0. There is no error. What I did to install:
i installed sourcemod and metamod from linuxGSM : using csgoserver mod-install. is there anything I’m doing wrong? |
What you should do:
Ensure you have ALL the Required Plugins installed! |
sm version
sm plugins list
Downloaded MyJailbreak from here:
|
linuxgsm seems lazy and didn't install sourcemod's extentions for some reason. Even the base plugins are failing. Please download the latest stable release atm for linux: https://sm.alliedmods.net/smdrop/1.10/sourcemod-1.10.0-git6502-linux.tar.gz and add sourcemod/extentions/ with it's content on your server Restart your server fully after that. If you miss any other folder, add them (make sure sourcemod/gamedata/ folder exists) |
Wait, is plugin installation simply copying files to serverfiles/csgo?? |
just merge folders together. |
Ok so it's still simple folder merging, got it, thanks for the heads up. |
Better output:
I still need lastrequest plugin, I can't find it anywhere. It works now! Where can I find rules and how to use commands, |
https://forums.alliedmods.net/showthread.php?t=108810 - https://github.com/dataviruset/sm-hosties/releases it was in the required plugins ent hosties (fork of sm hosties) works as well, fixes a lot of crash exploits that occured because of SM Hosties, but have some other bugs. I recommend switching anyways if you want to fix crashes https://github.com/Sples1/ENT_Hosties/releases |
It should open a menu asking you to press 1 or 2. Everything is configurable in csgo/cfg/MyJailbreak/ (and some other configs are in addons/sourcemod/configs/Myjailbreak) |
Thank you very much for everything. Also the text is too big on 3440x1440 resolution, how can I make it smaller? and can I make round timer more than 5 minutes? |
No problem <3
Check the config, else, you probably can't
You should be able to do so by yourself in server.cfg with |
Thanks for the tips, should I only look inside sourcemod files? Also in-game (client side) I got this error infinitely:
|
And at boot I still get mp_roundtime 5 and mp_roundtime_defuse 0. Is that normal? Can I add it in cmd line parameters of srcds_run? |
I don't know that much about this problem, you probably don't have the sprites installed. Check your fastdl/server, connect & disconnect (apparently there's a bug with sprites) or try to use S-Downloader |
Either your gamemode is overriding these parameters or the map is. I don't know what is csgoserver.cfg, I only use the default files that work, aka server.cfg Try putting that in server.cfg or create a new file in the same directory as server.cfg with the name edit: apparently, csgoserver.cfg is not a cvar config file and you shouldn't use it for modifying cvars. Always go in csgo/cfg/server.cfg (or the other file I told you, but server.cfg should be fine if you use custom gamemode) |
How can I add this plugin to linuxgsm, I have sourcemod mod installed, and the game mode for jb doesn't work: game_type 3, game_mode 0.
Any ideas? running debian buster.
The text was updated successfully, but these errors were encountered: