Search found 1776 matches

by satoon101
Mon Aug 31, 2020 4:15 pm
Forum: General Discussion
Topic: [SP] Version: 700 for [BMS]
Replies: 12
Views: 7608

Re: [SP] Version: 700 for [BMS]

No, I wouldn't update it manually. We will need to do that in the SP code base and make sure updating doesn't cause us any issues. It's not a problem for a user to replace on his machine one dependency of source python and this won't affect your master. If it does not work -> users problem The warn...
by satoon101
Mon Aug 31, 2020 4:05 pm
Forum: General Discussion
Topic: [SP] Version: 700 for [BMS]
Replies: 12
Views: 7608

Re: [SP] Version: 700 for [BMS]

It seems like the server is crashing when SP is loaded and a player joins. If I remove SP, I am able to join the server just fine. My test that crashed was just SP loaded, no SP scripts themselves were loaded. We'll have to figure out what is causing the crash and get it fixed.
by satoon101
Sun Aug 30, 2020 6:17 pm
Forum: General Discussion
Topic: [SP] Version: 700 for [BMS]
Replies: 12
Views: 7608

Re: [SP] Version: 700 for [BMS]

No, I wouldn't update it manually. We will need to do that in the SP code base and make sure updating doesn't cause us any issues.
by satoon101
Sun Aug 30, 2020 5:29 pm
Forum: General Discussion
Topic: [SP] Version: 700 for [BMS]
Replies: 12
Views: 7608

Re: [SP] Version: 700 for [BMS]

That's just a warning, not an error, about something being deprecated in a 3rd-party package included with SP. Does something not work for you outside of this?
by satoon101
Tue Aug 25, 2020 6:21 pm
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.1

Map voting itself was left out of GunGameSP. I did plan on having it call a server command at a specific point that could be picked up by another map voting plugin, but that is currently not implemented. I know there was a map voting plugin written for SP, so I will try to figure out if that still w...
by satoon101
Sun Aug 23, 2020 3:50 pm
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.0

Another bug seems to be in sounds manager? File '../addons/source-python/plugins/gungame/core/sounds/manager.py', line 134: UserWarning Invalid sound "sound/mFc/winsongs/clickboom.mp3", sound does not exist This is happening only for win songs. I have tried with and without sound/ The bas...
by satoon101
Sun Aug 23, 2020 3:42 pm
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.1

GunGame Update! Version: 1.3.1 Version Notes: ⋅ Fixed a bug that allowed players to have the wrong weapon in TeamPlay when switching teams. ⋅ Added permissions for gg client commands. ⋅ Fixed ValueError when last human player would exit the server and cause all bots to...
by satoon101
Sun Aug 23, 2020 3:21 pm
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.0

Ok, that makes sense. If a player is respawned prior to the dissolve, it will cause this error. I will put a fix into place for the next release.
by satoon101
Sun Aug 23, 2020 3:05 pm
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.0

I found the issue for gravity. A fix will be in the next release. I'm still testing for your other issues.

For the dissolver, what is your setting for gg_dissolver_delay? Also, are you using deathmatch and, if so, what is your setting for gg_deathmatch_delay?
by satoon101
Sun Aug 23, 2020 11:34 am
Forum: Plugin Releases
Topic: GunGame v1.3.2
Replies: 46
Views: 69278

Re: GunGame v1.3.0

Which game are you using this for?
by satoon101
Fri Aug 21, 2020 1:17 am
Forum: Plugin Requests
Topic: Crowbar throw
Replies: 12
Views: 10052

Re: Crowbar throw

I tried to achieve this for my ThrowMelee plugin, but never could get any of the hl2dm melee weapons to work, iirc. Not saying it can't be done, though, but I did try a number of things to get it to work.
by satoon101
Thu Aug 06, 2020 1:53 pm
Forum: Plugin Requests
Topic: [HL2:DM] Killsound
Replies: 9
Views: 17700

Re: [HL2:DM] Killsound

Unless I am reading it wrong, the 1/0 in the original script were to enable/disable the fire and had nothing to do with the sound.
by satoon101
Thu Aug 06, 2020 10:57 am
Forum: Plugin Requests
Topic: [HL2:DM] Killsound
Replies: 9
Views: 17700

Re: [HL2:DM] Killsound

Did you edit WEAPONS in the script to match what was in the original? If you did, you should undo that. I don't see any way the script he posted would cause that error without you having made that change.
by satoon101
Thu Jul 23, 2020 8:17 pm
Forum: Plugin Development Support
Topic: How to check how many players in team and get their values
Replies: 8
Views: 5889

Re: How to check how many players in team and get their values

If you want to get the team names dynamically, you can always use the team_managers: from collections import defaultdict from filters.entities import EntityIter from filters.players import PlayerIter from players.teams import team_managers team_names = {} for class_name in team_managers: for entity ...
by satoon101
Wed Jul 22, 2020 10:02 pm
Forum: Plugin Releases
Topic: *DELETED*
Replies: 15
Views: 27985

Re: *DELETED*

Warning: If there is any further discussion in this thread unrelated to the actual topic (Advanced BunnyHop), it will be removed. Thank you..
by satoon101
Wed Jul 22, 2020 10:01 pm
Forum: Whatever
Topic: Del
Replies: 3
Views: 4322

Re: Del

I restored all your posts because we have rules against that sort of thing for a reason..You're certainly not the first to do it, and we have taken steps against the previous users. I hate to see someone leave, but if this is going to be your attitude, then just take your ball and go home.. If you d...
by satoon101
Tue May 05, 2020 11:23 pm
Forum: Plugin Releases
Topic: ProjectileTrails v1.0.0
Replies: 14
Views: 24048

Re: ProjectileTrails v1.0.0

I will take a look at that when I have time. Unfortunately, right now I don't have a lot of extra time, so it might be a couple weeks.
by satoon101
Fri May 01, 2020 10:21 am
Forum: Plugin Releases
Topic: ProjectileTrails v1.0.0
Replies: 14
Views: 24048

Re: ProjectileTrails v1.0.0

Good catch, L'In20Cible. I will fix that when I get a chance.

It should support HL2MP, though, so I am not sure why it's even getting that error. I tested locally when Painkiller first reported the error, and it loaded just fine for me.
by satoon101
Wed Apr 22, 2020 2:19 pm
Forum: Plugin Requests
Topic: [HL2:DM] Longjump Modul
Replies: 20
Views: 19767

Re: [HL2:DM] Longjump Modul

I am not sure why you are so upset about someone requesting a plugin in the "Plugin Requests" forum. Once someone provides the plugin, the code for it will be in this thread, free for ANYONE to use, not just the requester. This has been a thing since forever, and a similar forum existed on...
by satoon101
Fri Apr 17, 2020 2:55 pm
Forum: Plugin Requests
Topic: [HL2:DM] Crossbow
Replies: 96
Views: 85310

Re: [HL2:DM] Crossbow

For future reference in regards to default arguments in Python:
https://docs.quantifiedcode.com/python- ... ument.html

Go to advanced search