Skip to content

xupefei/XNA-4.0-Content-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is now maintained by mattleibow and available at https://github.com/mattleibow/XNA-4.0-Content-Compiler.


XNA 4.0 Content Compiler Compile to .xnb your texture files, audio files and SpriteFont files without adding to the Content project. Very Usefull in tools to create content for a game.

Compile (All supported by XNA): Image Files: *.bmp, *.jpg, *.png, *.tga, *.dds; Audio Files: *.wav, *.mp3, *.wma; SpriteFont Files: *.spritefont;

With the source Code, just add more file types(Like .X or .fbx) and compile it !!

the above texts is from the original XNA 4.0 Content Compiler on CodePlex.


My Improvements:

  • Build content files one by one.
  • Compress Content option.

Releases

No releases published

Packages

No packages published

Languages