https://github.com/mediaexplorer74/xnbbuilder
Create .xnb files for use in XNA games. This allows for .spritefont to .xnb and more
https://github.com/mediaexplorer74/xnbbuilder
converter desktop game-development gamedev utility windows xna xnb-files
Last synced: 6 days ago
JSON representation
Create .xnb files for use in XNA games. This allows for .spritefont to .xnb and more
- Host: GitHub
- URL: https://github.com/mediaexplorer74/xnbbuilder
- Owner: mediaexplorer74
- License: mit
- Created: 2023-06-29T22:14:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T22:57:05.000Z (over 2 years ago)
- Last Synced: 2025-06-04T17:14:07.858Z (5 months ago)
- Topics: converter, desktop, game-development, gamedev, utility, windows, xna, xnb-files
- Language: C#
- Homepage:
- Size: 855 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# XNBBuilder
## About (Idea)
Create .xnb files for use in XNA games. This allows for .png to .xnb and more.## Screenshots

## Format Details
* Full list of supported filetypes:
- Graphics Files: *.bmp;*.dds;*.dib;*.hdr;*.jpg;*.pfm;*.png;*.ppm;*.tga
- Autodesk FBX Files: *.fbx
- Effects Files: *.fx
- SpriteFont Files: *.spritefont
- X Files: *.x
- XNA XML Files: *.xml
- Audio Files: *.mp3;*.wav;*.wma
- Video Files: *.wmv## Progress
Recently updated to fix an error where content would never be compressed.
You should update to the latest version in order to fix this.## Caution / Warning
I tried to decomp. xna dlls to fulfill "full app autonomics" (or "dll singularity", heh) ! The result: epic fail , the XNA Pipeline src code is so huge... ;(
So, the *full version* of XNA Game Studio (GS) is *required* for conversion!
Please install XNA GS special edition that located at XnaForVS2022 folder (zipped XnaForVS2022.zip file can be found at Releases zone).To do whole setup process of GS, you need to perform *all steps* 1-5
(see XnaForVS2022/README.TXT included , for details) .## Additional Info
- Support for some filetypes may be incomplete, graphics filetypes should all be fine.
- If there's an issue with converting a certain filetype, please let me know!## References
https://sourceforge.net/projects/xnbbuilder/ XNB Builder "Web Storage"## ..
As is. No support. RnD only.## .
[m][e] 2023