Jump to content

Game dll support on Doom 3 BFG


MadGuy

Recommended Posts

As the title says Classic RBDoom 3 BFG now supports game dll (beta).

Of course you have to compile this port's source code to make this dll (OG DOOM 3 dlls are incompatible)

Also these are my notes for other modders

A. DONT MODIFY THE HEADER FILES

As it seems the BFG executable MUST have the same headers as the dll

Otherwise weird bugs will occur

If you want to add new stuff like new classes either put them inside the cpp files or make new headers THAT ARE NOT INCLUDED ON GAME_LOCAL HEADER

B. The autosave seems to crash the game sometimes when loading the second level

But at least you can load the save file later and start from the second level

C. Play it on 60 FPS

The dll has it's own framerate and I haven't yet linked it with the cvar

Aside from these two notes everything else work as intended

 

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...