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

Showing results 1 to 25 of 77
Search took 0.00 seconds.
Search: Posts Made By: kortul
Forum: General 08-19-2014, 17:50
Replies: 5
Views: 2,219
Posted By kortul
Re: [TF2] Plugin's sounds don't play on clients (Failed to load sound)

server's sv_pure is 1. set in autoexec.cfg and server.cfg. But this is not the issue. I changed sv_pure to -1 in the cfg files and rejoined and the same problem occurs. I confirmed via rcon that...
Forum: General 08-19-2014, 12:05
Replies: 5
Views: 2,219
Posted By kortul
[TF2] Plugin's sounds don't play on clients (Failed to load sound)

I am trying to get my plugin to play sounds on the client, and can't seem to get it to work. I've been away from the scene for several years, and sounds used to work.

I do something like this:
...
Forum: Plugins 06-21-2011, 02:03
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.970-->Last Update: August 2nd 2010

ok i'm gonna open the books on this project again. focus on stability. keep those debug/crash logs coming.
Forum: Plugins 08-02-2010, 17:18
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

For some strange reason the problem was that my sound filenames were too long. tf2gg_default_levelup.mp3 didn't work, but tf2gg_levelup.mp3 works. I'm posting a new update to fix this.
Forum: Plugins 08-01-2010, 04:25
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

Has anyone else had problems with the tf2 gungame sounds not working? They play on my local server but not when I use the test server. Sounds used to work fine with tf2 gungame. Now I get that "file...
Forum: Plugins 07-29-2010, 01:45
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

I now have a test server running! connect 68.232.172.186:27015
Forum: Plugins 07-27-2010, 10:43
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

I don't know about the forced attack thing, I've never seen that problem. Could be a result of the combination of plugins on your server.

Could it be that the reason you only get melee weapons is...
Forum: Plugins 07-27-2010, 02:21
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

ok I've reposted the 0.969 version source and plugin with the missing gamedata file. Should prevent the crashes you mentioned and the sourcemod error you posted.

Also, I was not aware of any...
Forum: Plugins 07-27-2010, 02:05
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

oh crap I forgot to include the necessary gamedata file for the weapon blocker module.
Forum: Plugins 07-26-2010, 16:39
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.969-->Last Update: July 26th 2010

Version 0.969 released! Still need community help to test and find bugs. My #1 priority is now to make TF2 GunGame 100% stable.
Forum: Plugins 07-25-2010, 03:49
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

Ok, I've completed the weapon blocker module, and it seems to be working great.

I also fixed a bug that would try to respawn players and setup weapons etc for a new round when the server was...
Forum: Plugins 07-24-2010, 01:28
Replies: 110
Views: 61,215
Posted By kortul
Forum: Plugins 07-23-2010, 02:15
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

Ok I think im actually back this time. I've put in a weapon blocker module to prevent unlockables from being used. This may help stability for now, and in the future I may add support for...
Forum: Scripting 07-23-2010, 01:25
Replies: 18
Views: 13,877
Posted By kortul
Re: [TF2] Set Player's Weapon & Force Fire

Each unique weapon has a unique m_iItemDefinitionIndex value assigned to it.


new weapon_index = GetPlayerWeaponSlot(client, slot)
new weapon_item_index = -1
if(weapon_index != -1)
...
Forum: Plugins 04-01-2010, 19:35
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

sorry i have been busy with other projects plus working a full time job. However I see no reason to unsupport this as it does work quite well and stable provided you are not running too many other...
Forum: Unapproved Plugins 01-12-2010, 21:27
Replies: 2
Views: 1,622
Posted By kortul
Re: Block Disconnect Message

ok, couldn't find that one so I made this one upon a request. Code looks like it's doing pretty much the same thing so I guess mine isn't needed.
Forum: Unapproved Plugins 01-12-2010, 20:44
Replies: 2
Views: 1,622
Posted By kortul
Block Disconnect Message

Simple plugin that blocks messages from the server in chat that announces when a player disconnects.
Forum: Plugins 01-02-2010, 18:12
Replies: 110
Views: 61,215
Posted By kortul
Forum: Plugins 12-04-2009, 19:48
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

sorry i've had this project on hold for awhile now. I might be re-opening it soon. That error would be caused by the plugin trying to ask the server which class is player in slot 0, which is actually...
Forum: Plugins 08-04-2009, 16:36
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

once again, completely useless comment. I mean, come on people, do you really think telling me it crashes without any additional information is going to help me determine the cause of the crash?
Forum: Plugins 07-30-2009, 18:04
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

glad to hear it. crashes could be caused by server settings, other plugins running, or even maps. This kind of info can help pinpoint the problem. I rarely see a crash on my server as well.
Forum: Plugins 07-30-2009, 17:34
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

Please see the error reporting section here (http://a3gaming.com/forums/forumdisplay.php?f=87).

"it crashes quite a lot" does nothing to help find the problem.
Forum: Plugins 07-27-2009, 23:10
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.968-->Last Update: July 27th 2009

ok fixed a (somewhat) serious bug that could have been causing crashes. I put in spawn protection but no stats for now, i'm working on it but its taking awhile. I have to develop a database system...
Forum: Plugins 07-22-2009, 15:32
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.967-->Last Update: July 21st 2009

Have never had that problem with TF2 GunGame. See Error Reporting (http://a3gaming.com/forums/forumdisplay.php?f=85) section on my clan's website
Forum: Plugins 07-22-2009, 03:21
Replies: 110
Views: 61,215
Posted By kortul
Re: [TF2] GUNGAME Leveling Mod Version 0.966-->Last Update: July 19th 2009

SetEntPropEnt seems to work better than ClientCommand to force the weapon switch, thanks.

I put in a basic spawn protection: you can set amount of spawn protection time, and that's all. Protected...
Showing results 1 to 25 of 77

 
Forum Jump

All times are GMT -4. The time now is 01:14.


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