kus / cs2-modded-server

Modded Counter Strike 2 (CS2) Dedicated Server with Metamod and CounterStrikeSharp for Windows and Linux that can automatically be setup on Google Cloud.
GNU Lesser General Public License v3.0
331 stars 67 forks source link

[Feature]: Add CS Jailbreak as Gamemode #54

Open 1xxn opened 6 months ago

1xxn commented 6 months ago

Information

hey kus! do you have planned maybe to add the CS Jailbreak (https://github.com/destoer/Cs2Jailbreak) "gamemode" with all the mentioned mods into this server here? i can try to do that myself in the next days, but I'm not very familiar with cs modding/how to add gamemodes into this current collection so it would be awesome, if you're interested in this too. greetings, 1xxn

kus commented 6 months ago

@1xxn I can definately add the base plugin to the repo and setup so you can load it.

But as far as configuring a jailbreak server I don't have much experience with playing it. Last time I played Jailbreak was in 1.6 πŸ˜†

If you would be willing to, once I add the base plugin you could play around with configuring it and share back with me what you did and I can include it? Or you can do a pull request if you know how to do that. Then everyone can enjoy your work.

1xxn commented 6 months ago

that would be cool, you can also just tell me what files i need to have a look at considering gamemodes and maps and i'll have a look by myself. last time i played jailbreak/setup a cs server was with counter strike source, a lot of things changed since then i guess? but i'll try it out if i know which files are essential to modify (for your server structure). when i'm done i can open a pull request so everyone can enjoy it :)

ALegitCookie commented 6 months ago

@1xxn I can definately add the base plugin to the repo and setup so you can load it.

But as far as configuring a jailbreak server I don't have much experience with playing it. Last time I played Jailbreak was in 1.6 πŸ˜†

If you would be willing to, once I add the base plugin you could play around with configuring it and share back with me what you did and I can include it? Or you can do a pull request if you know how to do that. Then everyone can enjoy your work.

@kus I have a gamemode cfg for AWP Arena gamemode that i've made and i would like to share it with you to add to cs2-modded-server. maybe some people would like it. i just have one question, it relies on a cssharp plugin called weaponrestrict which stops the deagle from popping up as your default secondary weapon. right now i have it up in a repo as a standalone server setup due to this but if you know how to make the plugin only activate when in loading into the specific awparena gamemode then id be more than happy to share the plugin and the gamemode cfg with you

kus commented 6 months ago

@1xxn I can definately add the base plugin to the repo and setup so you can load it. But as far as configuring a jailbreak server I don't have much experience with playing it. Last time I played Jailbreak was in 1.6 πŸ˜† If you would be willing to, once I add the base plugin you could play around with configuring it and share back with me what you did and I can include it? Or you can do a pull request if you know how to do that. Then everyone can enjoy your work.

@kus I have a gamemode cfg for AWP Arena gamemode that i've made and i would like to share it with you to add to cs2-modded-server. maybe some people would like it. i just have one question, it relies on a cssharp plugin called weaponrestrict which stops the deagle from popping up as your default secondary weapon. right now i have it up in a repo as a standalone server setup due to this but if you know how to make the plugin only activate when in loading into the specific awparena gamemode then id be more than happy to share the plugin and the gamemode cfg with you

@ALegitCookie that would be great! I’ll add that plugin. Is there any other plugins or it’s just config files? Add me on discord @kus and we can talk and send files there. Just send me all the config files, any map workshop links and I can add it.

ALegitCookie commented 6 months ago

@kus tried to add u on discord and it says you aren't accepting friend requests. add me first. @forfashire is my username

kus commented 6 months ago

@ALegitCookie I've pushed up an update with awp mode. You can load it by typing !rcon exec awp.

I didn't see a need to have the DisableWeaponsPRG plugin. Correct me if I'm wrong.

ALegitCookie commented 6 months ago

@ALegitCookie I've pushed up an update with awp mode. You can load it by typing !rcon exec awp.

I didn't see a need to have the DisableWeaponsPRG plugin. Correct me if I'm wrong.

awesomeee super cool!

the reason i added it is because on my server, on some maps i would spawn with an awp, and also a deagle. i added the disableweapons plugin to restrict the deagle from being there. if there's some other command u can add to get rid of it without the plugin, great.

also, if you load in without any deagle, then also great and no action needed. maybe it was just my server.

kus commented 6 months ago

@ALegitCookie I disabled buying and map placed weapons and set the primary weapon to awp and secondary to nothing and it seems to work.

It could be another plugin on your server or config interfering.

ALegitCookie commented 6 months ago

@ALegitCookie I disabled buying and map placed weapons and set the primary weapon to awp and secondary to nothing and it seems to work.

It could be another plugin on your server or config interfering.

cool cool as long as it works