The entire engine that runs h&d 2 and mafia is on github for 16 months

Talk about modding Hidden & Dangerous 2 in here.
User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Tue Jul 14, 2020 7:10 pm

Well I needed to clarify that I found out that by accident

Here's the link : https://github.com/sugeedarou/LS3D

Well the story goes like that I was just searching for something on github or to be more specific codes for my engine physics and lighting so that popped up in my recommendation

And then I figured out that's the actual engine that runs h&d 2

Due to fake titles I made research and found out that the entire engine was sitting there waiting for the right decision for upgrading and using

Who is and what even happened there?

The guy that posted this is offline but he made some modification to the engine and separate both the original one and the mod

You people could use this I thought it would be helpful to post it

Might be in the future reverse engineer the game and have the source code from the engine wich is changing everything.

Good luck with that

Stern
Lieutenant
Posts: 101
Joined: Sun Nov 09, 2014 11:44 am

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by Stern » Wed Jul 15, 2020 7:05 pm

Which one is this ? H&D2 or HD
So this is the code for Engine DLL file ?

Who wrote all comments in english ?
In the game, comments are in Czech...

Code of the game exe file would be useful... :cool:
Click Here !

User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Thu Jul 16, 2020 11:11 am

The first question is: h&d 2 and mafia
The second question is: yes it's
The last question is :i really don't know
We could use the entire engine and reverse it an have the source code of the game heck even the explanation of the games

Stern
Lieutenant
Posts: 101
Joined: Sun Nov 09, 2014 11:44 am

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by Stern » Thu Jul 16, 2020 3:34 pm

But have you compiled this code to make DLL ? For testing.
And this code interacts with openGL

My Delphi has C++ Builder as a choice, so if i add it to current install i could try to import this LS3D engine code.
I guess there will be something missing and different so some corrections has to be made...

Few weeks ago i found this video series of coding simple C++ graphics engine :)
https://www.youtube.com/watch?v=ih20l3pJoeU
Click Here !

User avatar
NilsZ
Major
Posts: 431
Joined: Sun Dec 29, 2013 8:19 pm
Location: Germany

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by NilsZ » Thu Jul 16, 2020 4:29 pm

This is not the LS3D engine from Ilussion Softworks.
This is a small engine written by sugeedarou, and he just called it LS3D.

User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Thu Jul 16, 2020 6:08 pm

Well that's a confusion right there?
Then where's the illusionsoftwork engine?
If so we will delete this thread
Do anybody know how to contact them to get that source code from them we suffered waiting for 17 year's it's time to wake up and stand up for our rights.

Stern
Lieutenant
Posts: 101
Joined: Sun Nov 09, 2014 11:44 am

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by Stern » Thu Jul 16, 2020 6:13 pm

NilsZ wrote:
Thu Jul 16, 2020 4:29 pm
This is not the LS3D engine from Ilussion Softworks.
This is a small engine written by sugeedarou, and he just called it LS3D.
Yes this doubt has crossed my mind...

1. Reason: English comments ??? Where they came from. Everywhere in the orig. scripts there's CZ comments
2. Reason: Not much code for a high res 3D game engine

There is a way to know if it is or if its not:
It should be possible to find actual data and commands sent/received by game exe to/from DLLs from memory !!
Then compare them with functions found in this LS3D engine code.
Click Here !

User avatar
NilsZ
Major
Posts: 431
Joined: Sun Dec 29, 2013 8:19 pm
Location: Germany

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by NilsZ » Thu Jul 16, 2020 7:47 pm

@mr. 47:
2K Games is the successor of Gathering. It is their product. Maybe you should call there and ask if they sell the code.

@Stern:
See the screenshots of this engine. It is rudimentary. There are no lights, sounds, game menu, configs, AI scripts, etc.. I can guarantee that it is not the code that you want ;).

User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Thu Jul 16, 2020 10:04 pm

Well I did my research and found out how to break through ls3d engine
Just wait till 2 months and I will grab it ;)

Stern
Lieutenant
Posts: 101
Joined: Sun Nov 09, 2014 11:44 am

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by Stern » Fri Jul 17, 2020 5:43 am

mr.47 wrote:
Thu Jul 16, 2020 10:04 pm
Well I did my research and found out how to break through ls3d engine
Just wait till 2 months and I will grab it ;)
How you rev. engineer that ?
From memory ?
It might take more than 2 month...

//---------------------------------------------------
LS3DF.dll has some images inside:
LS2DF.jpg
LS2DF.jpg (247.5 KiB) Viewed 19772 times

I dont see them here https://github.com/sugeedarou/LS3D
.
Click Here !

User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Fri Jul 17, 2020 5:56 pm

Stern wrote:
Fri Jul 17, 2020 5:43 am
mr.47 wrote:
Thu Jul 16, 2020 10:04 pm
Well I did my research and found out how to break through ls3d engine
Just wait till 2 months and I will grab it ;)
How you rev. engineer that ?
From memory ?
It might take more than 2 month...

//---------------------------------------------------
LS3DF.dll has some images inside:

LS2DF.jpg


I dont see them here https://github.com/sugeedarou/LS3D
.
It's false alarm and I will be forced to delete this thread post and make another one but the next on will be about how we could get the src code of h&d2

User avatar
mr.47
Captain
Posts: 249
Joined: Sun Jan 26, 2020 11:41 am
Contact:

Re: The entire engine that runs h&d 2 and mafia is on github for 16 months

Unread post by mr.47 » Fri Jul 17, 2020 5:59 pm

I forgot to tell it even might take more than 2 months and the point here is how (how Factor)

By the way how to delete this thread?

Post Reply

Who is online

Users browsing this forum: No registered users and 35 guests