csgo-pug-setup icon indicating copy to clipboard operation
csgo-pug-setup copied to clipboard

edit 10man CFG

Open zxFirefly opened this issue 5 years ago • 15 comments

I just want to be able to change the default .10man cfg to enable knife round. I haven't seen a cfg to do this any where.

EDIT: also a way to input custom team pick orders or even add the option to select team pick order in the setup menu

zxFirefly avatar Mar 12 '19 22:03 zxFirefly

I just want to be able to change the default .10man cfg to enable knife round. I haven't seen a cfg to do this any where

You can't (it looks like the plugin just uses whatever the last game was setup as: https://github.com/splewis/csgo-pug-setup/blob/12853e4d8c8e269402aa3d03907a110d6cc885f8/scripting/pugsetup.sp#L832-L833).

I recommend just using the .setup command instead of that command.

EDIT: also a way to input custom team pick orders or even add the option to select team pick order in the setup menu

Highly unlikely to happen. Pull requests are welcome though.

splewis avatar Mar 13 '19 04:03 splewis

Edit the setupoptions.cfg and change kniferound's default to 1

And if you enable sm_pugsetup_autosetup (plus optionally sm_pugsetup_force_defaults as well) in the generated pugsetup.cfg, your game will autosetup with the default options and thus kniferound enabled.

And if you don't want to mess with config files, you can use .setup to setup your match every time as @splewis said, and enable kniferound there. But you have to do every time you want to play.

borzaka avatar Mar 15 '19 01:03 borzaka

@borzaka would you perhaps know how to setup random captains? instead of "assigning captains"?

bboychris168 avatar May 04 '19 12:05 bboychris168

There is a command for that: .rand/!rand for randomly selecting captains.

Or you can edit your config in cfg/sourcemod/pugsetup.cfg and change sm_pugsetup_auto_randomize_captains to 1

(default 0) - When games are using captains, should they be automatically randomionce? Note you can still manually set them use .rand/!rand to redo the randomization

borzaka avatar May 04 '19 13:05 borzaka

@borzaka would you also perhaps know if i can disable the damage on console and show it after a round ends?

bboychris168 avatar May 04 '19 14:05 bboychris168

Sure. To disable the damage feed in the console, use this command: sv_damage_print_enable 0

To show the damage done/taken from players on round ends, use the pugsetup_damageprinter plugin.

borzaka avatar May 04 '19 15:05 borzaka

Yeah sorry im confused on where i should be placing that command? Yeh i figured out how to enable the damage printer.

bboychris168 avatar May 04 '19 15:05 bboychris168

You don't have to @ me, and you can edit your comment, no need to write a new one with zero information in it.

Put that command in your server.cfg. Or you can add to the plugin's live.cfg, or whatever config you use.

borzaka avatar May 04 '19 16:05 borzaka

Sorry about that. But one very last thing that i also tried figuring out today but had issues doing so. Am i able to disable the ".setup" command once i configure to the settings i want? Ive had users in my csgo channel changing to unwanted settings. Ive up my admin immunities but nothing seems to stop the ".setup" command from getting unwanted changes from the users in the server.

bboychris168 avatar May 04 '19 16:05 bboychris168

You don't have to disable the .setup command, just limit who can access it. Modify the commands permissions in the permissions.cfg

borzaka avatar May 04 '19 16:05 borzaka

permissions folder I have changed the setup to admin but i did a test today and people can still use the .setup command.

bboychris168 avatar May 05 '19 09:05 bboychris168

Have you restarted your server after editing the permissions?

If so, no worries, everyone can type .setup to see the settings, but only admins can change it.

borzaka avatar May 05 '19 10:05 borzaka

Have you restarted your server after editing the permissions?

If so, no worries, everyone can type .setup to see the settings, but only admins can change it.

can i set the sv_damage_print_enable 0 to default ????

chihebloussif avatar Jul 02 '23 23:07 chihebloussif

@chihebloussif I don't understand your question. Also, wrong issue. This wasn't the topic here. Open a new issue if you have problems.

borzaka avatar Jul 03 '23 09:07 borzaka

@borzaka would you also perhaps know if i can disable the damage on console and show it after a round ends?

This is the orignal topic i was asking for , but i arrived to a solution to disable the damage feedback from the console

Solution : add sv_damage_print_enable 0 Ti live.cfg and knife.cfg in pugsetup config commands line then activate the damage_printer plugins from from disabled folder and everything work like a charm

chihebloussif avatar Jul 03 '23 09:07 chihebloussif