AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   CS:GO DM update and news (https://forums.alliedmods.net/showthread.php?t=190785)

Dr!fter 07-22-2012 15:21

CS:GO DM update and news
 
Here's a bit of news on the project and what to expect from now on.

As of a few weeks ago BAILOPAN has granted me access to the cssdm project and I will be trying to maintain it as much as I can. I have fixed a few issues in the snapshots (note this is based on the latest snapshot) as listed below.

-Fixed ammo not being given on auto reload(Credits to Peace-Maker)
-Fixed getting guns while dead(Credits to Bailopan)
-Removed deprecated GetEntDataEnt(Credits to psychonic)
-Remove use of deprecated code and remove the need for cbase.h and baseentity.h
-Fixed ragdolls not getting removed(this has been in the snapshots for a while but will note it here)
-Updated gamedata for latest updates
-Added CS:GO support
-Added CS:S engine support

Snapshots with CS:GO support and the above fixes are cssdm-2.1.6-hg106 and up.
Snapshot Link: http://www.bailopan.net/cssdm/snapshots/2.1/?C=M;O=D
Information for SM 1.7/1.6

Some things to note, I had to make a few changes to how spawns were saved and where they were saved to support both CS:S and CS:GO.

Spawns were previously saved in cfg/cssdm/spawns

From this snapshot (and a few older ones) it will now be saved in cfg/cssdm/spawns/MOD. MOD being csgo or cstrike depending on the game. This allows support for both games with one release. If you update your CS:S server with this snapshot newer please remember to move your spawns into the spawns/cstrike folder.

The binary has now also changed to support both engines. Previously the extension was named cssdm.ext.dll/so/dylib now there will be 2 extensions

cssdm.ext.2.ep2v.dll/so/dylib
and
cssdm.ext.2.csgo.dll/so

If you are upgrading your CS:S server feel free to delete the older cssdm.ext.dll/so/dylib now.

Thanks to TnTSCS there is CS:GO spawns already included. If you have spawns that you would like see added let me know. By posting them here or posting a bug in the cssdm section of the bug tracker.

The gamedata has also been added to the autoupdater. This will hopefully reduce issues when updates are released.

Please file any bugs you encounter here: https://bugs.alliedmods.net/

FULLLIFE4rever 08-10-2012 13:15

Re: CS:GO DM update and news
 
Command cssdm_allow_c4 if it only in cfg file dont work. Need to add cssdm_allow_c4 "1" in your server.cfg and bomb gave to terrorists.

Ejziponken 08-10-2012 17:18

Re: CS:GO DM update and news
 
L 08/10/2012 - 23:03:06: [SM] Unable to load extension "cssdm.ext": /home/bcs/csgo_ds/pub/csgo/addons/sourcemod/extensions/cssdm.ext.so: undefined symbol: _SpewInfo
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running

Dr!fter 08-10-2012 18:05

Re: CS:GO DM update and news
 
Quote:

Originally Posted by Ejziponken (Post 1768706)
L 08/10/2012 - 23:03:06: [SM] Unable to load extension "cssdm.ext": /home/bcs/csgo_ds/pub/csgo/addons/sourcemod/extensions/cssdm.ext.so: undefined symbol: _SpewInfo
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 08/10/2012 - 23:03:06: [SM] Unable to load plugin "cssdm/dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running

Without a version or anything else i really cant help. What version of SM what version of MM:S what version cssdm?

TnTSCS 08-10-2012 23:59

Re: CS:GO DM update and news
 
It's having an issue with Respawn

L 08/10/2012 - 18:11:27: [SM] Unable to load extension "cssdm.ext": Could not find signature "RoundRespawn"

I've tried the latest snapshot of SM (1.5.0-hg3603.zip) and my MM version is 1.9.0-hg785.zip

Latest update to CS:GO beta 17

Ejziponken 08-11-2012 06:17

Re: CS:GO DM update and news
 
wrong post.

Ejziponken 08-11-2012 06:25

Re: CS:GO DM update and news
 
Quote:

Originally Posted by Dr!fter (Post 1768749)
Without a version or anything else i really cant help. What version of SM what version of MM:S what version cssdm?

Works now. I did not use the latest CSDM because the files are in wrong order. :P

Dr!fter 08-11-2012 10:32

Re: CS:GO DM update and news
 
Quote:

Originally Posted by TnTSCS (Post 1768961)
It's having an issue with Respawn

L 08/10/2012 - 18:11:27: [SM] Unable to load extension "cssdm.ext": Could not find signature "RoundRespawn"

I've tried the latest snapshot of SM (1.5.0-hg3603.zip) and my MM version is 1.9.0-hg785.zip

Latest update to CS:GO beta 17

Updated the gamedata. cssdm-2.1.6-hg108 has the latest. Or you can just grab the gamedata file from https://forums.alliedmods.net/showthread.php?t=189034

Dr!fter 08-11-2012 16:50

Re: CS:GO DM update and news
 
Oops I forgot this is now on the auto updater. I have updated the auto updater.

Dr!fter 08-12-2012 10:18

Re: CS:GO DM update and news
 
I have fixed the gamedata again. I accidentally replaced the cs:s RoundRespawn sig rather than the CS:GO one. It should be fixed now and also updated the updater.


All times are GMT -4. The time now is 12:56.

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