XNA XACT Where do I place the project file?

Started by
-1 comments, last by subwayheaven 11 years, 5 months ago
Hello,

I've been trying and looking on the internet for ages now, but where exactly do you place the .xap file? I've read that you should place the file in your content folder, but I have a content folder located in;

TheGame\TheGameContent\

But I also have;

TheGame\TheGame\bin\x86\Debug\Content

Which is it? If I add the .xap file to the latter it recognises it when I refresh the solution explorer, but the former does not.

However, if I add the .xap to the latter it gives an error saying it can't find it when I use the following line of code to access it;

ae = new AudioEngine(@"Content\game_content\audio\xact\Win\xna xact file.xgs");

This line apparently gets the \x86\debug path.

Any advice?

Thanks

This topic is closed to new replies.

Advertisement