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

CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
sake
Senior Member
Join Date: Jul 2011
Old 10-09-2011 , 12:25   CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #1

CSDMsake (CSDM for CS 1.5)


Description

All of you know CSDM by Bailopan, but it stopped having support for CS 1.5 long time ago so I decided to give it a try and write my own version of it. At first it was just a test if I could do it but then it got really serious stuff. Right now it is running on my own server at csdmsake.dyndns.org:27015 and people seem to enjoy CSDM Bailopan style on CS 1.5. The plugins does some stuff just like Bailopan's but it comes with some extra stuff like spawnprotection and other stuf. I hope this thread won't be trashed because of pre-steam support. Afaik this version seems to work on CS 1.6, too but it doesn't come with support for GALIL and FAMAS.

Furthermore I haven't implemented customizability options like weapon banning, grenade mode, etc. because until this moment the plugin was just for my private purposes.

Requirements

- AMXModX Version 1.76 or higher (could work with earlier releases, but I don't support them)
-
noweapondrop by VEN
- noobjectives by VEN
- csdm_spawn_preset (changed version that fits for CSDMsake below, original version by BAILOPAN)
- spawn_editor same as csdm_spawn_preset
- csdmdisplay (by me, -> New Plugin Submissions Section)

Modules

- Hamsandwich
- Fakemeta
- Fun
- Cstrike

CVARS


sv_godmodetime (default 1.5)
sv_weapons (default 4194303) - Flag-CVAR (add all the corresponding numbers to the weapons you want and you get your CVAR value)
Code:
M4A1 1
AK47 2
SG552 4
AUG 8 
M3 16
MP5 32
PARA 64
AWP 128
SCOUT 256
P90 512
XM1014 1024
MAC10 2048
UMP45 4096
TMP 8192
G3SG1 16384
SG550 32768
DEAGLE 65536
USP 131072
GLOCK 262144
ELITE 524288
FIVESEVEN 1048576
P228 2097152
Player Commands

/guns - re-enables Weaponmenu
/ammo - gives ammo to player


Credits
- VEN for his RoundEndBlocking Plugin (used some of his code)
- Arkshine for general help
- Bailopan for his idea of changing CS to Deathmatch
- joaquimandrade for Orpheu (I totally love this module!, Changed to Hamsandwich, but still appreciate his work!)

- people i might have forgotten.

Changelog
- Version 1.0:
First completely stable version of CSDMsake. Orpheu was still being used.

- Version 1.1:
Introduced some new client_print messages. Introduced csdmsake_version CVAR for better version checking. Removed Orpheu dependencies for online compiler support at forums.alliedmods.net and replaced it with Hamsandwich.
- Version 1.1a
Fixed an announcement bug: When weapon menu was already open, the message about reopening was sent.
Moved the announcement time to client_putinserver(id)+ANNOUNE_TIME.
- Version 1.1b
Redid some of the menu stuff. Introduced support for weapon banning. Moved announcement to teamjoin back again.

- Version 1.1c
Fixed some bugs in weapon banning.

- Version 1.1d
RC9 has made its way to release 1.1d:

Version 1.1d RC9 - Moved from DeathMsg Event to Ham_Killed. Now deaths without deathmessage work with respawning -> The turrets on crossfire work now and are re-enabled in csdmsake_fixes.sma

Furthermore: The plugin has been modularized, has better performance and less bugs now.

Attention:

I really recommend using the 1.1e version in the 3rd posting because it has the best performance and is the most up-to-date version. Since the project has reached a quite final stage there is no big need for updates. But I will possibly be updating it in the future (new features if needed or requested). So stay tuned .

And another thing:

If you are using CS 1.5 with maps that give players weapons into the inventory (just like cs_deagle5, which i already fixed with the fixes plugin) there might be some bugs with the server crashing when using this mod. If you tell me the map name I can fix it for you (I just have to remove the entities for weapon giving). And I can also make HL-DM maps working for CSDM if you give me the map's name .

sake


btw: If somebody has trouble getting CS 1.5 and AMXX 1.81 to work I would be pleased to help . I also included my HL-CSDM.sma which enables you to play crossfire and some other HL1 maps on CS. But not everything seems to work, so pls no comments about that.

You can try it here:



Github:

https://github.com/s4ke/CSDMsake
Attached Files
File Type: sma Get Plugin or Get Source (noobjectives.sma - 1367 views - 3.7 KB)
File Type: sma Get Plugin or Get Source (spawn_editor.sma - 1650 views - 10.4 KB)
File Type: sma Get Plugin or Get Source (noweapondrop.sma - 1596 views - 5.7 KB)
File Type: zip configs.zip (32.9 KB, 520 views)
File Type: sma Get Plugin or Get Source (csdmsake.sma - 1244 views - 10.0 KB)
File Type: sma Get Plugin or Get Source (csdmsake_display.sma - 1317 views - 1.7 KB)
File Type: sma Get Plugin or Get Source (csdmsake_equip.sma - 1541 views - 10.3 KB)
File Type: sma Get Plugin or Get Source (csdmsake_fixes.sma - 1270 views - 1.8 KB)
File Type: sma Get Plugin or Get Source (csdmsake_spawn.sma - 1493 views - 5.1 KB)
__________________

Last edited by sake; 02-13-2013 at 10:51.
sake is offline
Mr_Boris
Junior Member
Join Date: Aug 2011
Old 10-09-2011 , 12:26   Re: CS 1.5 Deathmatch!
Reply With Quote #2

cs 1.5?
Mr_Boris is offline
sake
Senior Member
Join Date: Jul 2011
Old 10-09-2011 , 12:28   Re: CS 1.5 Deathmatch!
Reply With Quote #3

Woops. Just reusing this useless Posting for the Release Candidate Versions of the plugin.

Current RC:

Version 1.1e RC2 - Redid some redundant parts in roundendblocking.
Attached Files
File Type: sma Get Plugin or Get Source (csdmsake.sma - 1308 views - 9.8 KB)
File Type: sma Get Plugin or Get Source (csdmsake_equip.sma - 1459 views - 10.2 KB)
File Type: sma Get Plugin or Get Source (csdmsake_fixes.sma - 1455 views - 2.4 KB)
File Type: sma Get Plugin or Get Source (csdmsake_spawn.sma - 1411 views - 5.1 KB)
File Type: sma Get Plugin or Get Source (csdmsake_display.sma - 1251 views - 1.7 KB)
File Type: sma Get Plugin or Get Source (spawn_editor.sma - 1434 views - 10.4 KB)
File Type: sma Get Plugin or Get Source (csdmsake_without_round_end.sma - 1328 views - 9.5 KB)
__________________

Last edited by sake; 02-13-2013 at 11:18.
sake is offline
sake
Senior Member
Join Date: Jul 2011
Old 10-11-2011 , 12:16   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #4

Should I split up some functions in an extra .inc-File? Just wondering if some code would be useful to some of you guys.
__________________
sake is offline
r14170
Veteran Member
Join Date: Dec 2009
Old 10-11-2011 , 16:47   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #5

is 1.5 still alive?
r14170 is offline
sake
Senior Member
Join Date: Jul 2011
Old 10-11-2011 , 17:12   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #6

Yes, but we are struggling. So some fresh air would help I think .

If you need help with getting CS 1.5 to work, just PM me .

Servers:

*snip*

Just to mention a few ones .
__________________

Last edited by xPaw; 10-12-2011 at 14:39.
sake is offline
TJA
Junior Member
Join Date: May 2005
Old 10-11-2011 , 17:20   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #7

If course!!

Real Counter-Strike 1.5, i say ...


*snip*

And servers:

http://www.game-monitor.com/search.p...m=30&x=20&y=12

Thatīs just those that were added manually at game-monitor.com - there are lots more!

Edit: Ah, sake was faster

Last edited by xPaw; 10-12-2011 at 14:40.
TJA is offline
Ryan.Ls
Junior Member
Join Date: Feb 2011
Old 10-11-2011 , 22:27   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #8

Thanks Sake, I test your plugins on my server dm (200.43.192.126:27016) but I found a bug, when awp shot several times, the server crash. You do not have this problem?

Sorry my English.

Last edited by Ryan.Ls; 10-12-2011 at 13:23.
Ryan.Ls is offline
sake
Senior Member
Join Date: Jul 2011
Old 10-12-2011 , 00:36   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #9

Day of Defeat Server? If no, maybe you have the wrong cstrike Module.
__________________
sake is offline
Ryan.Ls
Junior Member
Join Date: Feb 2011
Old 10-12-2011 , 13:01   Re: CSDMsake (CSDM for CS 1.5) - CS 1.5 Deathmatch!
Reply With Quote #10

Sorry I'm wrong ip, Hai edit ( 200.43.192.126:27016)

My server is deathmach, HLWON conunter strike 1.5

Modules;

Fun 1.8.1.3746 AMX Mod X Dev Team running
Engine 1.8.1.3746 AMX Mod X Dev Team running
FakeMeta 1.8.1.3746 AMX Mod X Dev Team running
CStrike 1.76 AMX Mod X Dev Team running
CSX 1.8.1.3746 AMX Mod X Dev Team running
RegEx 1.8.1.3746 AMX Mod X Dev Team running

Last edited by Ryan.Ls; 10-12-2011 at 13:26.
Ryan.Ls is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:15.


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