what do I need to edit to show a new object ingame?
The xmls you need to edit to add new objects to be viewable ingame
Client side
- Create an object for your model in /data/cm_objects.xml
- Create an entry for your object type in /data/object_types.xml
- Create a recipe for your new object in /data/recipe.xml
- Create a recipe requirement to build this object in /data/recipe_requirement.xml
Server side
- Create an object for your model in /data/cm_objects.xml
- create SQL entry’s for object_types table in your lif database
- create SQL entry’s for the recipe table in your lif database
- create SQL entry’s for the recipe_requirement table..
voila your model is now buildable ingame.