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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Maxximou5
Forum: Source Servers (SRCDS) 11-22-2023, 12:25
Replies: 118
Views: 58,676
Posted By Maxximou5
Re: CS2 Linux Dedicated Server

That's just the file type reference, it has no bearing on the actual file. It is correct.

You would only have a problem if when you viewed the contents of the file it was corrupted. Which wasn't...
Forum: Source Servers (SRCDS) 11-17-2023, 11:38
Replies: 118
Views: 58,676
Posted By Maxximou5
Re: CS2 Linux Dedicated Server

CS2 bug reports to cs2team [at] valvesoftware [dot] com and title your email: "CS2LT Bug - " followed by a brief description of the bug. For example; "CS2LT Bug - Stuck in ground on Dust2"

Source:...
Forum: Source Servers (SRCDS) 11-17-2023, 11:36
Replies: 2
Views: 2,851
Posted By Maxximou5
Re: [CS2] bot_autodifficulty settings

From what I understand you are setting the values incorrectly. It is a bit confusing since the meaning of the commands has changed overtime in CS:GO and in CS2.

If you don't want it to change...
Forum: Source Servers (SRCDS) 10-25-2023, 12:57
Replies: 7
Views: 1,619
Posted By Maxximou5
Re: I need a recommendation on a Linux Distro for DS

You shouldn't be mixing client and server, keep your stuff separated unless it's specifically for testing locally.

Debian is what you should use for server deployment, it is user friendly but it's...
Forum: Source Servers (SRCDS) 10-24-2023, 00:08
Replies: 7
Views: 1,619
Posted By Maxximou5
Re: I need a recommendation on a Linux Distro for DS

Dedicated Servers: Debian - https://www.debian.org/
Personal Gaming: Void Linux - https://voidlinux.org/
Recommended Beginner: Linux Mint - https://linuxmint.com/ or PoP! OS -...
Forum: General 10-23-2023, 13:11
Replies: 7
Views: 3,711
Posted By Maxximou5
Re: CS2 Metamod Sourcemod troubleshooting

https://github.com/alliedmodders/source2mod/issues/2
If you want something done faster, contribute knowledge and/or donate (https://sourcemod.net/donate.php).
Forum: General 08-18-2023, 19:25
Replies: 11
Views: 2,225
Posted By Maxximou5
Forum: Source Servers (SRCDS) 07-30-2023, 19:24
Replies: 1
Views: 977
Posted By Maxximou5
Re: CS:GO Server - Hardware tips needed

1. Yes and no, times have changed. You will see performance issues but it will work.
2. CPU is more of a bottleneck, RAM would be most important for changing maps.
3. If you set it up that way, and...
Forum: Plugin/Gameplay Ideas and Requests 07-14-2023, 12:36
Replies: 2
Views: 553
Posted By Maxximou5
Re: [CS:GO] Block native kick vote but allow map vote?

Here is the list of different cvars for voting. Add whichever ones you need and set them properly in your gamemode_xxxx_server.cfg where xxxx is the game mode/game type you are playing.
More...
Forum: General 07-08-2023, 23:41
Replies: 1
Views: 855
Posted By Maxximou5
Re: Stuck on inferno deathmatch

Yes, use the spawn editor to edit the spawns.
dm_spawn_menu
Forum: Scripting 07-01-2023, 21:58
Replies: 1
Views: 714
Posted By Maxximou5
Re: Detect non-steam client from SourceMod plugin

You won't find that here, we don't support non-steam.
Forum: General 06-26-2023, 14:21
Replies: 2
Views: 713
Posted By Maxximou5
Re: (CSGO server config setup need help

You don't use server.cfg, you use the gamemode_xxxx_server.cfg in the /cfg folder of the csgo root directory.

READ THIS - Documentation is available here...
Forum: Source Servers (SRCDS) 06-18-2023, 18:28
Replies: 7
Views: 3,459
Posted By Maxximou5
Re: OS and kernel

Don't resurrect old threads to ask unrelated questions. Create your own with the questions you have.
Forum: Source Servers (SRCDS) 06-14-2023, 20:50
Replies: 5
Views: 2,164
Posted By Maxximou5
Re: about 'latency-performance' on Ubuntu 20

Use an older version or compile the kernel yourself with changes to allow for it. You can also safely ignore those errors.

Make a report here for help regarding the kernel....
Forum: General 05-30-2023, 15:25
Replies: 1
Views: 489
Posted By Maxximou5
Re: [CS:GO] Gamemode File For Team Deathmatch Plugin ?

When changing server related variables, always use or create the gamemode_xxxx_server.cfg....
Forum: Source Servers (SRCDS) 05-27-2023, 16:25
Replies: 5
Views: 1,470
Posted By Maxximou5
Re: How to run a dedicated server on an old cs:go build?

You would have a conflict when joining with the older server version and your up to date client version of CS:GO.

The one possibility I could see, is if you played with both the client and server...
Forum: Source Servers (SRCDS) 05-22-2023, 18:46
Replies: 3
Views: 1,157
Posted By Maxximou5
Re: high sv/var in csgo server

Oddly enough I just E-Wasted 20 of these servers this past month, so I am familiar with them. Skylake is old and we're getting rid of anything from that era.

Make sure you set the profile to HPC...
Forum: Source Servers (SRCDS) 05-19-2023, 22:58
Replies: 3
Views: 1,157
Posted By Maxximou5
Re: high sv/var in csgo server

You neglected really the most important thing, what processor is it being run on? List the actual hardware you have not the price tag.
$4800 is a cheap enterprise processor that won't do you any...
Forum: Off-Topic 05-08-2023, 16:17
Replies: 1
Views: 867
Posted By Maxximou5
Re: The End of Windows 10

I can only assume you didn't read the article, it's in the first sentence with a link to the referenced article.
...
Forum: Scripting 05-03-2023, 03:05
Replies: 11
Views: 1,466
Posted By Maxximou5
Re: [CSGO] Enable sv_cheats 1 but only for certain players?

bot_stop is an rcon command or listen server command, not a player command. You would need to use rcon bot_stop to be able to use it.

If you want to test sv_cheats is working, just join with the...
Forum: Scripting 05-02-2023, 19:42
Replies: 11
Views: 1,466
Posted By Maxximou5
Re: [CSGO] Enable sv_cheats 1 but only for certain players?

It does work for CS:GO, just make sure you do so correctly -
#pragma newdecls required

ConVar sv_cheats;

public void OnPluginStart()
{
sv_cheats = FindConVar("sv_cheats");
...
Forum: Source Servers (SRCDS) 04-20-2023, 03:06
Replies: 2
Views: 800
Posted By Maxximou5
Re: Is it possible to run Windows based SRCDS files on Linux?

You should specify a game. There are no .exe's to execute in say for example for CS:GO. You launch srcds_run instead.
...
Forum: Off-Topic 04-19-2023, 11:48
Replies: 2
Views: 1,915
Posted By Maxximou5
Re: 7 days to die server on linux

It would be better to use LGSM for ease of updating, backup, install, and validating. If you wish to use a panel, Pterodactyl also offers 7 days to die as an option.

For steps, it should be the...
Forum: Off-Topic 04-18-2023, 13:42
Replies: 2
Views: 1,136
Posted By Maxximou5
Re: CSGO, passing "allow_third_party_software" param via steam deeplink

Here's a list of passable parameters - https://developer.valvesoftware.com/wiki/Steam_browser_protocol

You're specifying +allow_third_party_software with %2B, you would need %2D. However, since...
Forum: Off-Topic 04-09-2023, 02:38
Replies: 3
Views: 1,449
Posted By Maxximou5
Re: Counter Strike 1.3

That's not true. Just search for Counter-Strike 1.3, it exists, it's a mod. You just need to own Half-Life.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 10:36.


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