Page 1 of 1
vorbisfile_d.dll,vorbis_d.dll,.. what is about these files
Posted: Sun Nov 20, 2005 7:50 am
by beginer_games
when i use gamebuilder to finish my game i see messages
that tell me, there are missing files like
vorbisfile_d.dll,vorbis_d.dll,..
from where i can bring it ? or, how i can i generate it ? or what about these files?
thanks
Posted: Sun Nov 20, 2005 2:18 pm
by AndyCR
i believe these are the debug versions of the ogg vorbis library (for playing .ogg music ingame). if no error occurs when you run the published rf without them, it should be fine since they are debug and not release versions from what i can tell.
if not, here is the website where you can download them:
http://www.vorbis.com/ (though the ones used by rf might be out of date compared to those on that website, i dont know for sure)
moving to general topics.
_d
Posted: Mon Nov 21, 2005 5:15 am
by gekido
the current version of gamebuilder asks for a ton of files that aren't actually required when you ship your game.
any of the _d dll files are, indeed for the debug version (programmer only) of RF, and aren't loaded or used by the main realityfactory.exe at all.
you can just ignore them.
those two files in particular are for the ogg/vorbis support that rf has.