CounterStrikeSharp icon indicating copy to clipboard operation
CounterStrikeSharp copied to clipboard

Compat: CS2Fixes compatibility issues

Open roflmuffin opened this issue 2 years ago • 8 comments

We need to handle compatibility with CS2Fixes, at least in a basic sense, that means:

  • Don't send "player_chat" event if CS2Fixes is found as they send this also.

roflmuffin avatar Nov 15 '23 22:11 roflmuffin

if I recall correctly we can query what metamod plugins are running so it should be an easy thing

KillStr3aK avatar Nov 15 '23 22:11 KillStr3aK

Yeah, we should also return an accurate build number in our own MM version so if anyone else queries us they get that too

roflmuffin avatar Nov 15 '23 22:11 roflmuffin

with latest vers V54 and cs2fixes if change map server crash, also i see no problems with CSS V50

mihaigsm2003 avatar Nov 17 '23 17:11 mihaigsm2003

with latest vers V54 and cs2fixes if change map server crash, also i see no problems with CSS V50

do you have cs2fixes installed?

KillStr3aK avatar Nov 17 '23 18:11 KillStr3aK

with latest vers V54 and cs2fixes if change map server crash, also i see no problems with CSS V50

do you have cs2fixes installed?

yes

mihaigsm2003 avatar Nov 17 '23 19:11 mihaigsm2003

still comp issues. if using both latest cs2fixes and cssharp, no commands from cs2fixes are working, if u say !kick (without a username or userid) for exampel it says "target not found" and other chat triggers aren't working too....

asdfxD avatar Nov 21 '23 03:11 asdfxD

I'm interested in adding CSSharp to a server with just metamod and CS2fixes. My goal is to use the Warcraft mod, listed as an example, alongside the ZE mod. Has anyone done this successfully?

Is it still only commands that are not compatible? Also, what order did you load successfully? I have a private server already setup with metamod and CS2fixes.

gjonezin avatar Jul 28 '24 02:07 gjonezin

warcraft is not

I'm interested in adding CSSharp to a server with just metamod and CS2fixes. My goal is to use the Warcraft mod, listed as an example, alongside the ZE mod. Has anyone done this successfully?

Is it still only commands that are not compatible? Also, what order did you load successfully? I have a private server already setup with metamod and CS2fixes.

Warcraft is not meant to be installed as it contains legacy code from the previous project

KillStr3aK avatar Jul 28 '24 09:07 KillStr3aK