Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 938 Bytes

README.md

File metadata and controls

executable file
·
22 lines (17 loc) · 938 Bytes

DEPRECATED

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.

IronbaneAssets

The assets for Ironbane, the open source MMO.

Instructions for importing models

  1. Make sure you have Python 2.7.x installed first
  2. Export your model to .OBJ
  3. In your assets folder, copy your [model] .OBJ file to images/meshes
  4. In your assets folder, copy your [texture] .png file to images/textures
  5. 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.
  6. Stop the server if it is running.
  7. Run grunt in the root folder.
  8. Start the server.