![]() |
TA3D Help |
menu installation music support game guide the shell |
Music support require AllegroMP3(for mp3s) or/and Alogg(for oggs) lib. _for AllegroMP3: unzip AllegroMP3 where you want (ex: ta3d/almp3 in your home dir) then type "make" in a console. Go to TA3D directory and type: # ./configure --with-use_mp3=path_to_libalmp3.a libalmp3.a is in the lib/linux subdirectory of AllegroMP3. _for Alogg: unzip Alogg where you want (ex: ta3d/alogg in your home dir) then type "make" in a console. Go to TA3D directory and type: # ./configure --with-use_ogg You can build with both OGG and MP3 support, just use --with-use_ogg and --with-use_mp3=... at the same time. Then type "make" and that's done! Where should I put my music? Put your mp3s or oggs in the subdir music and they will be played when you run a map in TA3D. |