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
vorbisfile_d.dll,vorbis_d.dll,.. what is about these files
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.
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.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
_d
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.
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.