This repository is no longer maintained as the server and client for Ironbane are being rewritten. Please visit the new server repository and the new client repository.
The assets for Ironbane, the open source MMO.
- Make sure you have Python 2.7.x installed first
- Export your model to .OBJ
- In your assets folder, copy your [model] .OBJ file to
images/meshes
- In your assets folder, copy your [texture] .png file to
images/textures
- Log into your MySQL database for ironbane and add a new row inside
ib_meshes
for your newly created mesh. Follow the template of the other rows. - Stop the server if it is running.
- Run
grunt
in the root folder. - Start the server.