Object i made in WorkBlocks/Canyon : They appears in the title pack editor but they are not included in title pack, i think it's not a good thing, because other players who have not these blocks could not play on the map
Only blocks include in the title pack should appear for the player in editor, not those from Blocks dir
maybe we can figure out whats (or will be) possible with the new block import
some things we need to know and maybe add some of them to this specifications
- a list of the materials
- why is there a "common" folder if you can use only one game in one title?
- where are the limits for the complexity of the meshes (example 100k verts _Lod0, 10k verts _Lod1)
- is it possible to make a "enginekiller" or a booster-block? (it is possible with _arc´s mpbc / unlimiter because those materials are already implemented)
- is it possible to modify the landscape or make underground and water "blocks"? (first symbol in the editor)
- not collidable things like grass or leafs?
- differences of the materials for the trackmania driving physics? (difference concrete to stone?)
- the "link" between the fbx and the texture is only done through the material name.
(ex: with a material _TDSN_Marble_Stone, the importer (and the game) will look for textures Texture/Marble_D.dds, Texture/Marble_S.dds, and Texture/Marble_N.dds).
so you can use tga or jpg or whatever format to preview your object in your DCC (like blender or max), you just have to put the correctly named .dds textures in the Texture/ subfolder, and it will work.
- the name of the texture folder is "Texture", not "Textures"
- snapping, positionning and edition in general will improve in the future
- we do not plan to add more than 2 Lods (our lod packing system is rather complex, it supports only 2 lods, and it wont change in a near future)
- objects availability :
* in map editor, you have access to all objects in the current title, plus all objects on your Blocks folder (Common + current collection)
* in all other contexts, you have only access to objects that are part of the current title.
for multiplayer, it's the choice we made so that everyboy can play the maps (as they own the title, they have access to all objects).
for replay, it is an issue that will be fixed.
for object deletion, mhh this is strange.
can you send me a little zip with your object & textures so that I can check ?
seee ya !
Here is the zip. http://www.robwillemse.net/simplejump.zip
I must say I converted the file directly from max to an FBX with FBX version 2011, could that be the problem?