Game Development Community

EAX support

by Jacob Dankovchik · in Torque Game Engine · 03/31/2004 (2:54 am) · 2 replies

I saw a tutorial on this a little back, but i couldnt get it to work. The tutorial said to patch the source with the eax.patch file, but i got no idea wot it means by this. Can anyone explain a little better?

#1
03/31/2004 (2:58 am)
You need to apply the changes contained in the patch file to the files also specified in the patch file. You can do this automatically with the patch utility or do it by hand, which will be a little bit harder, since the format of the patch files is not very readable. To use the patch utility, read this, especially the "test the patch" part:
www.garagegames.com/docs/torque.sdk/gstarted/patches.html
#2
04/05/2004 (12:01 pm)
Well, somehow i patched it, not sure exactly what i did, but it patched from the looks of things. However now i get a list of errors.. this is the list:
error C2065: 'AL_ENV_ROOM_IASIG' : undeclared identifier
error C2065: 'AL_ENVIRONMENT_GENERIC' : undeclared identifier
error C2065: 'AL_ENV_ROOM_HIGH_FREQUENCY_IASIG' : undeclared identifier
error C2065: 'AL_ENV_REFLECTIONS_IASIG' : undeclared identifier
error C2065: 'AL_ENV_REVERB_IASIG' : undeclared identifier
error C2065: 'AL_ENV_ROOM_ROLLOFF_FACTOR_IASIG' : undeclared identifier
error C2065: 'AL_ENV_DECAY_TIME_IASIG' : undeclared identifier
error C2065: 'AL_ENV_DECAY_HIGH_FREQUENCY_RATIO_IASIG' : undeclared identifier
error C2065: 'AL_ENV_REFLECTIONS_DELAY_IASIG' : undeclared identifier
error C2065: 'AL_ENV_REVERB_DELAY_IASIG' : undeclared identifier
error C2065: 'AL_ENV_DENSITY_IASIG' : undeclared identifier
error C2065: 'AL_ENV_DIFFUSION_IASIG' : undeclared identifier
error C2065: 'AL_ENV_ROOM_VOLUME_EXT' : undeclared identifier
error C2065: 'AL_ENV_FLAGS_EXT' : undeclared identifier
error C2065: 'AL_ENV_EFFECT_VOLUME_EXT' : undeclared identifier
error C2065: 'AL_ENV_DAMPING_EXT' : undeclared identifier
error C2065: 'AL_ENV_ENVIRONMENT_SIZE_EXT' : undeclared identifier

Am i missin somethin i shoulda done? :/ Thanks