Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 57
Search took 0.01 seconds.
Search: Posts Made By: vampire2k
Forum: HL1 Servers (HLDS) 09-04-2014, 07:21
Replies: 3
Views: 1,860
Posted By vampire2k
Re: Connection through reverse-proxy

It's not so much spoofing as it is NAT over the internet.
You could try setting up a vpn and setting the -ip parameter to a private IP. Steam auth and VAC should still work but I figure your server...
Forum: Source Servers (SRCDS) 08-09-2014, 07:53
Replies: 3
Views: 5,070
Posted By vampire2k
Re: [TF2]Server's console broken since last TF2 server update

Have you tried (re)installing the libtinfo and libncurses packages?

apt-get update
apt-get install libtinfo5 libncurses5
to reinstall use: apt-get install --reinstall libtinfo5 libncurses5

If...
Forum: Source Servers (SRCDS) 06-20-2014, 08:54
Replies: 6
Views: 4,804
Posted By vampire2k
Re: [CS:GO] Lerp is red // rate problems?

Server FPS is very low (sv: 15.4)
Check if anything else is hogging the CPU and stuff like that
Forum: HL1 Servers (HLDS) 11-07-2011, 05:48
Replies: 3
Views: 1,442
Posted By vampire2k
Re: server crash

scandir failed:/root/public/SAVE
Are you starting the server as root? Thats.. rather insanely insecure. :v
Apart from that, try updating with -verify_all.
Forum: Source Servers (SRCDS) 10-26-2011, 14:17
Replies: 4
Views: 2,288
Posted By vampire2k
Re: Hacking admin

Do you run your server with sv_cheats 1? To my knowledge, there are some nasty tricks you can do with ent_fire to compromise a server.
Forum: HL1 Servers (HLDS) 01-29-2011, 12:01
Replies: 1
Views: 2,148
Posted By vampire2k
Re: UDP Connection HLDS

The Valve Developer Wiki is really helpful with these kinds of things:
http://developer.valvesoftware.com/wiki/Server_Queries#A2S_INFO

Also note the library implementations at the bottom of the...
Forum: General 11-21-2010, 10:27
Replies: 8
Views: 3,477
Posted By vampire2k
Re: utf-8 in sourcemod

Sourcemod is UTF-8 enabled by default and i don't think there is a switch to turn it off (short of compiling it yourself without utf8 )
Forum: Source Servers (SRCDS) 10-30-2010, 05:52
Replies: 2
Views: 3,109
Posted By vampire2k
Re: [TF2] What are the Headless Horsemen cvars?

cvarlist tf_hallowen
cvar list
--------------
tf_halloween_boss_spawn_interval : 480 : , "sv", "cheat" : Average interval between boss spawns, in seconds...
Forum: HL1 Servers (HLDS) 09-11-2010, 17:09
Replies: 3
Views: 1,482
Posted By vampire2k
Re: Precache error

Because only that map seems to precache alot of items.
Forum: HL1 Servers (HLDS) 09-09-2010, 11:02
Replies: 27
Views: 5,686
Posted By vampire2k
Re: Max framerate stuck at 60 with vsync off?

This is related to HLDS how again?
Forum: Source Servers (SRCDS) 07-13-2010, 09:15
Replies: 7
Views: 4,440
Posted By vampire2k
Re: SRCDS Chat Text Color

Your looking for this or some plugin based on it: https://forums.alliedmods.net/showthread.php?t=96831
Forum: HL1 Servers (HLDS) 05-21-2010, 09:26
Replies: 70
Views: 41,688
Posted By vampire2k
Re: Linux hlds_run not automaticly restarting on crash

My script doesn't support frozen instances, so yes - its a bad idea if you encounter that behaviour. Feel free to add some sort of killing mechanism for it though (the power of open source :) ).
Forum: Source Servers (SRCDS) 05-12-2010, 07:37
Replies: 9
Views: 4,253
Posted By vampire2k
Re: CS:S Beta and Surf

From the valve mailing list:
Forum: HL1 Servers (HLDS) 05-07-2010, 08:42
Replies: 2
Views: 1,578
Posted By vampire2k
Re: help I have this problem in hlds console

Don't forget -verify_all, might take some time though.
Forum: Source Servers (SRCDS) 05-07-2010, 05:00
Replies: 13
Views: 4,217
Posted By vampire2k
Re: [Resolved] SourceMod Installation- What's wrong?

The IP_port directory seems to be just an alias. You can see the real directory on the first line of the log he posted. (game ...
Forum: HL1 Servers (HLDS) 05-06-2010, 10:13
Replies: 11
Views: 2,667
Posted By vampire2k
Re: question about linux

Run `free -m`
blood@metalgear:~$ free -m
total used free shared buffers cached
Mem: 7445 7312 132 0 494 4008
-/+...
Forum: Source Servers (SRCDS) 04-28-2010, 06:24
Replies: 4
Views: 2,785
Posted By vampire2k
Re: Cs mapmaking Error: File read failure ????

Your pretty off-course, jacklynma.
This is the Source Dedicated Server discussion forum and not HL1 mapping help :wink:
To your problem: I suspect any of the textures in archmat*.wad could cause...
Forum: HL1 Servers (HLDS) 04-25-2010, 15:29
Replies: 10
Views: 6,248
Posted By vampire2k
Re: Calculating the amount of bandwidth per server.

If all you need is a rough estimate:
HL1 eats 5kb/s (kilobyte, not bit) per player
HL2 eats double, 10kb/s per player

For example: 16 slot HL1 based gameserver = 16 players * 5 kb/s = 80 kb/s *...
Forum: Source Servers (SRCDS) 04-19-2010, 10:51
Replies: 8
Views: 4,233
Posted By vampire2k
Re: SRCDS on Opteron running slow?

Could be some problem with ESXi or the CPU's power saving.
Not enough load -> cpu switches to 1Ghz power-save, tf2 spikes and the cpu switches back up.
That might also mess with the source engine...
Forum: Source Servers (SRCDS) 04-18-2010, 23:22
Replies: 6
Views: 1,778
Posted By vampire2k
Re: Download in a linux server?

If it's not downloading at all its not precached or not added to the download table.
Forum: HL1 Servers (HLDS) 04-18-2010, 22:33
Replies: 17
Views: 4,467
Posted By vampire2k
Re: Server time runs very fast

(If its not some meta plugin you loaded then) Thats probably something your gameserver provider should look at, open a support ticket.
Forum: Source Servers (SRCDS) 04-18-2010, 22:30
Replies: 6
Views: 1,778
Posted By vampire2k
Re: Download in a linux server?

Is the downloadurl webserver running on linux? Check that the files and directories have the correct case (models\something.mdl is something different than Models\Something.mdl ;) )
Forum: Source Servers (SRCDS) 04-18-2010, 10:30
Replies: 21
Views: 5,213
Posted By vampire2k
Re: Just Lost 15.00$

The server seems (http://www.robtex.com/ip/81.19.210.14.html#whois) to be hosted by KillerCreation LTD, who looks like a decent provider.
Open a support ticket with them if you have steam problems.
Forum: HL1 Servers (HLDS) 04-14-2010, 15:58
Replies: 8
Views: 1,859
Posted By vampire2k
Re: Windows 7 Server Crash?

Playing with TCP values won't have any effect on an engine that uses UDP :wink:
Forum: HL1 Servers (HLDS) 04-11-2010, 08:48
Replies: 155
Views: 141,452
Posted By vampire2k
Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD

Like CppDev_DrBrain said, it could be that your CPU is missing the SSE2 instruction set.
Check if your CPU has those by running
You should see something like this:
flags :...
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT -4. The time now is 03:46.


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