AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   CS2 Fake Rcon (https://forums.alliedmods.net/showthread.php?t=344083)

Kriax 10-01-2023 04:21

CS2 Fake Rcon
 
Hello,
I created a little Metamod plugin to help out some friends regarding RCON while Valve fixes the use of RCON in game, or someone does something better than me.

Link : https://github.com/Salvatore-Als/cs2-fake-rcon
Download URL : hhttps://github.com/Salvatore-Als/cs...-rcon/releases

Add this plugin like a normal metamod plugin.
Created an rcon.txt file in the /game/bin/win64 folder (where cs2.exe is located)
Add an rcon password of at least 4 characters, it must be on the first line

How to use it:
fake_rcon_password YOURPASSWORD
fake_rcon changelevel de_dust2

Le C++ is not my domain, I don't plan to maintain this plugin, it's simple but works well.

Tested and works on local Win serveur.
Tested and works on VeryGames linux server.

Regards !

Kriax 10-01-2023 13:08

Re: CS2 Fake Rcon
 
Now available for linux (on the release), thx to Oli and Wat u doing :)

alekfps0 10-01-2023 18:09

Re: CS2 Fake Rcon
 
Quote:

Originally Posted by Kriax (Post 2810892)
Now available for linux (on the release), thx to Oli and Wat u doing :)

did not work

https://cdn.discordapp.com/attachmen...7974/image.png

Kriax 10-02-2023 04:46

Re: CS2 Fake Rcon
 
Hello,
The unknown command is normal, we do not create a command but we check what is written in the console. The plugin works well for me and other community members.

Where did you add the rcon.txt file, what is its content please ? Linux or Win ?
https://prnt.sc/sAdEbaGPPKeT

Regards,

ThePwnt 10-02-2023 04:46

Re: CS2 Fake Rcon
 
Quote:

Originally Posted by alekfps0 (Post 2810907)

Did you create rcon.txt?

Linux:
Code:

game/bin/linuxsteamrt64/rcon.txt
Windows:
Code:

game/bin/win64/rcon.txt
Remember to enter your rcon pwd there. (You don't need to enter rcon_password - just the password from rcon_password)

If your rcon_password is set as
Code:

tester
You must write the rcon_password you want to use in rcon.txt - for example tester

alekfps0 10-02-2023 10:25

Re: CS2 Fake Rcon
 
Quote:

Originally Posted by Kriax (Post 2810934)
Hello,
The unknown command is normal, we do not create a command but we check what is written in the console. The plugin works well for me and other community members.

Where did you add the rcon.txt file, what is its content please ? Linux or Win ?
https://prnt.sc/sAdEbaGPPKeT

Regards,

I thought it was an error, but I did some tests here now and it really worked, thank you very much!

pecagg 10-02-2023 11:58

Re: CS2 Fake Rcon
 
Hey,
Trying to install this on our scrim server hosted on CKRAS

I don't have permission to upload files to /bin/ folder, is there a workaround?

I managed to install metamod and it lists the fakercon plugin successfully.

https://i.imgur.com/NksOzle.png

edit: Managed to fix with ckras support

haly 10-03-2023 11:31

Re: CS2 Fake Rcon
 
https://cdn.discordapp.com/attachmen...5353/image.png

Can't seem to get this working.

using a dathost server (linux) and yes rcon.txt is inside game/bin/linuxsteamrt64

Kriax 10-03-2023 13:53

Re: CS2 Fake Rcon
 
Working on it ;)

Kriax 10-03-2023 16:17

Re: CS2 Fake Rcon
 
New release fix the build, improve the code and add -fakercon commandline
https://github.com/Salvatore-Als/cs2-fake-rcon/releases

Regards,


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

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