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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: djvx
Forum: Scripting 04-22-2020, 06:59
Replies: 1
Views: 1,417
Posted By djvx
Dynamic map coordinates for radar

Hi,

I'm not sure if this has been asked before. Since we can pull out the player's radar location through GetEntPropString(clientIndex, Prop_Send, "m_szLastPlaceName", buffer, sizeof(buffer));
...
Forum: Source Servers (SRCDS) 04-18-2020, 10:47
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

https://i.imgur.com/5f0WAlT.png

Well this doesn't look good.. My var spikes insanely high (3-4) after setting resch.sh, beyond 20 slots (21-24). Could it be because of my clock speed only reaching...
Forum: Unapproved Plugins 11-19-2019, 03:11
Replies: 1,862
Views: 1,162,034
Posted By djvx
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

L 11/19/2019 - 16:05:06: [SM] Exception reported: Language phrase "weapon_knife_skeleton" not found (arg 5)
L 11/19/2019 - 16:05:06: [SM] Blaming: weapons.smx
L 11/19/2019 - 16:05:06: [SM] Call...
Forum: Source Servers (SRCDS) 11-14-2019, 05:43
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Ah I see.. So far it hasn't hit 100% yet. The highest I saw with network thread split enabled was 78% [one core], the rest maybe 20-30%? (perhaps it's just a random spike with both servers almost...
Forum: Source Servers (SRCDS) 11-14-2019, 03:59
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

I'm no longer using VM. I moved my servers to a separate system due to the kernel not working as intended in VM. My CPU doesn't have HT (i5-4690)
Forum: Source Servers (SRCDS) 11-13-2019, 21:29
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Ah I see. Perhaps I'll move it out somewhere once the situation requires it.



It's just 4c w/o HT. Currently 2 servers (on dm)
Forum: Source Servers (SRCDS) 11-13-2019, 08:50
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Not yet. I'm still using the NFP. Is there any difference?



I see. I'm running apache, mysql, and gs on the same computer. Could it be the cause as to why the performance would spike...
Forum: Source Servers (SRCDS) 11-09-2019, 22:48
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

I see. One last question, is it normal for the var to get unstable/fluctuate often as more players come in? 24 slots 128tick.
Forum: Source Servers (SRCDS) 11-07-2019, 07:31
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

So it's pretty impossible to minimise the var spikes while having AI for bots? That's disappointing.
Forum: Source Servers (SRCDS) 11-04-2019, 21:36
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

By the way, how do you get a server filled with bots without any var spikes? Is that possible? My var goes up to 2 the moment there is more than 16 bots in the server.
Forum: Snippets and Tutorials 11-02-2019, 11:47
Replies: 133
Views: 71,286
Posted By djvx
Re: [Linux] [PoC] DDoS Protection - Kernel redirection!

I'm having issues with the install.sh after moving to ubuntu 19.10 with a custom kernel. Any idea why this is happening?

/root/sqpkernel/hooks.h:110:1: note: in expansion of macro ‘HOOK’
110 |...
Forum: Source Servers (SRCDS) 11-02-2019, 08:11
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

It looks pretty good so far with an i5-4690. I used ubuntu 19.10 / 3.0 NFP version. Although there's occasional spikes to 0.1-ish at times.
Forum: Source Servers (SRCDS) 10-16-2019, 19:08
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Looks like it does not work as intended. Perhaps because I'm using a VM over, so it doesn't have the ability to control those settings directly.

What lowered my var to 0.004-5 (although spikes to...
Forum: Source Servers (SRCDS) 10-16-2019, 08:33
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Sweet, will post the results!
Forum: Source Servers (SRCDS) 10-16-2019, 08:10
Replies: 120
Views: 46,335
Posted By djvx
Re: [CS:GO] var / sv tweaking

Does this work for 3700x on Ubuntu 18.04 installed via Hyper-V?

I would love to push the performance of my servers by lowering the var as much as possible.

Currently on stock kernel, it...
Forum: Scripting 10-05-2019, 09:53
Replies: 4
Views: 1,219
Posted By djvx
Re: return Plugin_Stop without breaking loop

Looks good so far! Thanks a lot!
Forum: Scripting 10-05-2019, 08:00
Replies: 4
Views: 1,219
Posted By djvx
Re: return Plugin_Stop without breaking loop

That works? I'm hooking it to tempent in this case, to block off entity when the criteria meets
Forum: Scripting 10-05-2019, 07:24
Replies: 4
Views: 1,219
Posted By djvx
return Plugin_Stop without breaking loop

As the title states, is there any creative ways of working around this?

What I'm trying to achieve is


for (int vicinityClient = 1; vicinityClient <= MaxClients; vicinityClient++)
{
..
...
Forum: Snippets and Tutorials 10-01-2019, 00:49
Replies: 133
Views: 71,286
Posted By djvx
Re: [Linux] [PoC] DDoS Protection - Kernel redirection!

I see. So with this, I do not need to use the iptables solution as mentioned in the earlier part of the thread?

Also, whenever I set modprobe to the file mentioned, my server sends a timeout via...
Forum: Snippets and Tutorials 09-27-2019, 21:30
Replies: 133
Views: 71,286
Posted By djvx
Re: [Linux] [PoC] DDoS Protection - Kernel redirection!

Hi,

Is there any guide on how to use this? I've set up the kernel module and the query as outlined in your previous post, but when I used my proxy port on my gameserver, I can't connect or find...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -4. The time now is 21:30.


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