With the help of :
Image

Great Service, Support, Prices ! THE place to rent a good server ! Created by some from ex "mysTix" well known DoD:S Team
IMPORTANT !!!!
Need volonteer to store the website and keep the good job !!!!
I cannot maintain the website anymore.. Thanks !!
Contact by Steam please !

Je cherche un volontaire pour héberger le site et conserver le travail énorme fait par tous !
Je n'ai plus le temps de faire ça ! Merci !!!
Contactez-moi par Steam !

dodhook extension (by Andersso)

Some more feature dor dod:s
FeuerSturm
Posts: 3
Joined: Mon Jul 25, 2016 5:03 pm

Re: dodhook extension (by Andersso)

Post by FeuerSturm » Wed Dec 07, 2016 5:39 pm

I've compiled it for Linux and did a quick test, should work fine.
Let me know if you have any issues:
dodhooks.ext.2.dods.zip
Latest DoDHooks compiled for Linux
(23.28 KiB) Downloaded 481 times
dodhooks.ext.2.dods.zip
Latest DoDHooks compiled for Linux
(23.28 KiB) Downloaded 481 times
@Andersso:
there's a small mistake in vglobals.cpp that makes it impossible to compile on Linux:

Code: Select all

void InitializeValveGlobals()
{
	g_pEntList = g_pGameHelpers->GetGlobalEntityList();

#ifdef PLATFORM_WINDOWS
	uint8 *pAddress = NULL;
	int iOffset;
has to be

Code: Select all

void InitializeValveGlobals()
{
	g_pEntList = g_pGameHelpers->GetGlobalEntityList();

	uint8 *pAddress = NULL;
#ifdef PLATFORM_WINDOWS
	int iOffset;
Here's the updated Makefile, it's not perfect yet as it throws some warnings (that can be ignored!), I'll update it once I got some more time:
Makefile.zip
Makefile to compile DoDHooks on Linux
(1.49 KiB) Downloaded 450 times
Makefile.zip
Makefile to compile DoDHooks on Linux
(1.49 KiB) Downloaded 450 times
User avatar
vintage
Site Admin
Posts: 125
Joined: Thu Nov 19, 2015 7:47 am
Location: France

Re: dodhook extension (by Andersso)

Post by vintage » Wed Dec 07, 2016 6:22 pm

Good job FeuerSturm !
Already downloaded !
I'll test tomorrow !
Right behind you ! ^^
darkranger
Posts: 39
Joined: Thu Nov 19, 2015 8:23 pm

Re: dodhook extension (by Andersso)

Post by darkranger » Thu Dec 15, 2016 6:12 am

Linux seems not to be working.

[11] <FAILED> file "dodhooks.ext.2.dods.so": Could not find interface: IGameHelpers

EDIT: Updated to latest SM version fixed it. :)
User avatar
MihailM
Posts: 49
Joined: Mon Dec 28, 2015 1:39 pm
Location: Russia
Contact:

Re: dodhook extension (by Andersso)

Post by MihailM » Tue Nov 13, 2018 5:12 pm

how it can be "cured" http://prntscr.com/lhwzu8 , server on windows ..
add..
it turned out that the old version of dod hook doesn't want to work together with older versions of sourcemod version 1.7. I had to put poly version of dod hook and update sourcemod.
Solved
https://dayofdefeat.ucoz.net/ - Russian DOD:s site
User avatar
MihailM
Posts: 49
Joined: Mon Dec 28, 2015 1:39 pm
Location: Russia
Contact:

Re: dodhook extension (by Andersso)

Post by MihailM » Mon Jun 20, 2022 12:24 pm

Could not someone recompile on Sourcemod 1.10 and higher. Let it be %))
https://dayofdefeat.ucoz.net/ - Russian DOD:s site
Post Reply