Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: darkid
Forum: Scripting 11-30-2015, 14:26
Replies: 2
Views: 2,666
Posted By darkid
Re: [TF2] Readying up a team in mp_tournament

What tournament mode are you in? I found that command to work in mp_tournament_readymode 0, i.e. team readyup.
Forum: Scripting 11-18-2015, 22:40
Replies: 5
Views: 1,578
Posted By darkid
Re: [L4D2] Blocking a sound with SoundHook

Did you read my OP? The SoundHook never fires.
Forum: Scripting 11-18-2015, 15:54
Replies: 5
Views: 1,578
Posted By darkid
Re: [L4D2] Blocking a sound with SoundHook

Nope, no dice. Sceneprocessor seems to only handle vocalizations, like coach saying "Ready" or similar.
Forum: Scripting 11-18-2015, 13:19
Replies: 5
Views: 1,578
Posted By darkid
Re: [L4D2] Blocking a sound with SoundHook

Oddly enough I'm working off the version Sir wrote, which didn't work in the first place.

However, that Sceneprocessor extension looks good, I'll see if it can do this.
Forum: Scripting 11-16-2015, 04:51
Replies: 5
Views: 1,578
Posted By darkid
[L4D2] Blocking a sound with SoundHook

I'm trying to block Coach's melee grunt (voice\coachmeleeswing01), but SoundHook doesn't ever trigger for it.

Sourcemod version is 1.6.4.

public OnPluginStart() {...
Forum: Scripting 11-14-2015, 02:34
Replies: 17
Views: 5,250
Posted By darkid
Re: [TF2 Tournament] Force Team Ready

Necroposting, w/e.

The code linked worked fine for me, readying up both teams. I was the only player in server.
Forum: General 09-11-2015, 19:17
Replies: 8
Views: 14,395
Posted By darkid
Re: Installing Metamod (and sourcemod) in L4D2

That page was flagged as "outdated" in 2013, after 2 years inactivity. I doubt 4 year old information is still accurate.
EDIT: It does work with -insecure, but again, I didn't need to use that...
Forum: General 09-11-2015, 19:00
Replies: 8
Views: 14,395
Posted By darkid
Re: Installing Metamod (and sourcemod) in L4D2

https://wiki.alliedmods.net/Installing_sourcemod#Local_Server
Alliedmods seems to imply you can load it normally.
Forum: General 09-11-2015, 18:19
Replies: 8
Views: 14,395
Posted By darkid
Re: Installing Metamod (and sourcemod) in L4D2

I had it running previously, though that may have been an older version. I re-installed l4d2 recently and can't get sourcemod started again.
Forum: General 09-11-2015, 17:43
Replies: 8
Views: 14,395
Posted By darkid
Installing Metamod (and sourcemod) in L4D2

I'm trying to install Sourcemod locally in L4D2, so I can play around with sourcemod scripting.
However, meta version returns Unknown command "meta".

I'm on mac OSX 10.8.5 running MetaMod 1.10.5...
Forum: Extensions 02-04-2015, 01:06
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

I'm creating named documents, and would like to be able to delete as well. I didn't ask for help with the background, I merely wanted to know if I could do these requests with Socket. My post in...
Forum: Extensions 02-03-2015, 23:11
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

http://wiki.apache.org/couchdb/HTTP_Document_API#PUT
Forum: Extensions 02-03-2015, 12:23
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

Steamworks does not support PUT nor DELETE requests, as I said initially. Limits on numbers of sockets is not a problem, unless that limit takes effect at below around 16 sockets.
Forum: Extensions 02-03-2015, 10:00
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

I don't have the right terminology, but I've seen examples of people using sockets to do HTTP requests, and was wondering how extensive the plugin is.
Forum: Extensions 02-02-2015, 20:14
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

Steamworks cannot do PUT or DELETE requests, two things I would rather like. Does Socket support both of these?
Forum: Extensions 01-31-2015, 15:29
Replies: 78
Views: 152,201
Posted By darkid
Re: [EXTENSION] SMJansson 2.3.1/3 (2012-05-07)

Could you make a mac compile?
Forum: Scripting 01-31-2015, 13:38
Replies: 7
Views: 2,768
Posted By darkid
Re: HTTP Requests

EasyHTTP seems to require ALL of steamtools/curl/socket/steamworks, not ANY. I'm also having a bug with error 017: undefined symbol "STRING".
Forum: Scripting 01-29-2015, 19:46
Replies: 7
Views: 2,768
Posted By darkid
Re: HTTP Requests

Steamtools is TF2 only, which doesn't work for what I'm doing. I couldn't find any good documentation for Socket, or for SteamWorks.
Forum: Scripting 01-29-2015, 10:09
Replies: 7
Views: 2,768
Posted By darkid
HTTP Requests

I've been searching around, and I'm not quite sure how to do HTTP requests in SourcePawn. I've been playing around with the SteamWorks extension, but it's not overly well documented. Could someone...
Forum: Scripting Help 01-26-2015, 08:28
Replies: 4
Views: 1,158
Posted By darkid
Re: HTTP Get and Put

What function would I call to send the POST request?
Forum: Scripting Help 01-25-2015, 22:22
Replies: 4
Views: 1,158
Posted By darkid
HTTP Get and Put

I'm trying to write some code to interact with a database, but I can't figure out how to do HTTP REST requests. I've been suggested to use SteamWorks, but I don't know if that's the correct extension...
Forum: Extensions 01-25-2015, 20:57
Replies: 846
Views: 586,862
Posted By darkid
Re: [ANY] SteamWorks

So I see that in the source link that you provided, but not in the documentation. And while that is the header I need, there's no information beyond those three lines about how to use it -- it seems...
Forum: Extensions 01-25-2015, 19:27
Replies: 846
Views: 586,862
Posted By darkid
Re: [ANY] SteamWorks

The documentation link you provided makes no comment about SteamWorks_ commands, so I'm not sure how to apply the comments about steam webapi to arbitrary http requests. I've been messing around with...
Forum: Extensions 01-25-2015, 04:06
Replies: 846
Views: 586,862
Posted By darkid
Re: [ANY] SteamWorks

I'd like to use this plugin to do an HTTP GET request, and ideally to be able to send PUT requests as well. However, I can't find any documentation. Could someone explain how to do both of these?
Forum: Extensions 01-25-2015, 02:51
Replies: 577
Views: 652,760
Posted By darkid
Re: [EXTENSION] Socket (3.0.1)

SteamWorks can do arbitrary HTTP requests? Ok, I'll go post on that thread.
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -4. The time now is 15:20.


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