NadeoImporter [update 2019/10/09]

Discuss everything related to custom data creation.

Moderator: NADEO

damien
Nadeo
Nadeo
Posts: 146
Joined: 14 Jun 2010, 17:36

Re: Custom Objects Specifications

Post by damien »

the format should be 2012.2 (but it might work with older ones).
If it crashes, it's a bug ! :)
can you please upload the fbx files , so that I check what's going on ?

thanks !
User avatar
Jojo_44
Posts: 485
Joined: 12 Jul 2010, 15:58
Location: Germany->Bavaria
Contact:

Re: Custom Objects Specifications

Post by Jojo_44 »

OK, I´m not the 3D expert, so if there´s a capital mistake from my side, excuse me ;)

*link removed*

best regards, Jojo
Last edited by Jojo_44 on 19 Sep 2012, 12:52, edited 1 time in total.
Image
my english sounds very unfriendly but it isn´t ;)
User avatar
kapsubm
Posts: 238
Joined: 16 Aug 2011, 23:38
Location: Vienna, Austria
Contact:

Re: Custom Objects Specifications

Post by kapsubm »

for those who need free converter and 3ds model tool (easy one)

http://www.anim8or.com (can UV map, TExture etc,) >>> easiest Tool i know for creating also complex 3 d models.

autodesk stand alone converter ( 3ds , c format to fbx)
Version 2012.2
http://usa.autodesk.com/adsk/servlet/pc ... d=18817304

Uvmapper
http://www.uvmapper.com/


...And the first Questions:

just builded a simple ramp: in try to impot following error comes:

Canyon\Ramp\ramp_Lod0.fbx : collection Canyon not found Hq-Only lod unsupported yet.

second test (with low pol and high poly in "common"

Code: Select all

D:\Games\ManiaPlanet>NadeoImporter.exe Object Common/Ramp/*.fbx
Common\Ramp\ramp_Lod0.fbx : Hq-Only lod unsupported yet.
Common\Ramp\ramp_Lod1.fbx : Hq-Only lod unsupported yet.

D:\Games\ManiaPlanet>
Last edited by kapsubm on 19 Sep 2012, 12:20, edited 1 time in total.
Join CSeSports Platform Server

[url=maniaplanet://:maniaplanet://#join=cs.esports@Platform@nadeolive]CS.eSportsPlatform 0-60K With Fox Control[/url]
[url=maniaplanet://:maniaplanet://#join=csesports2@SMStorm]CS.eSports SM Royal 0-60 k 40 players With Smart Servercontroller[/url]
[url=maniaplanet://:maniaplanet://#join=cs.esports1@TMCanyon]CS.eSports Stunts in Canyon with Smart Servercontroller[/url]
benjiken
Posts: 6
Joined: 02 Nov 2011, 02:53

Re: Custom Objects Specifications

Post by benjiken »

I think I've got everything down except for the materials. ;)

Where does the <MaterialName> go?
Does it go after the object suffix? ex. _Lod0_TSDN_StoneTexture_Stone
Is it the name of the material in the material tab? (Blender)
I'm thinking it's somewhere else but I can't figure it out. :?
justanother1
Posts: 63
Joined: 16 Aug 2011, 07:06

Re: Custom Objects Specifications

Post by justanother1 »

Would it be possible to use some different formats? Texture images. DDS is nice, has prebuilt mip-maps, but most Graphics cards will do this anyway, PNG or JPG are just as compressed and work in most game engines. Also if stuck with DDS, can we use a different type? Paint.Net will do DXT1, DXT3, and DXT5, but doesn't seem to have the option for Bc5.
Also, I've had the converter for awhile, but I would think this would be useless. Converting OBJ to FBX is ok .. but there wont be any LightMap UV channel.
I'm just posting this because Most of us don't have $4000 to spend on 3DSMax. Blender is a good option, but I'm having trouble exporting a good object.
DamienD
Posts: 5
Joined: 22 Nov 2011, 11:36

Re: Custom Objects Specifications

Post by DamienD »

benjiken wrote: Where does the <MaterialName> go?
Does it go after the object suffix? ex. _Lod0_TSDN_StoneTexture_Stone
There's a typo in the first post you should type _TDSN_StoneTexture_Stone in blender's material tab.

I got it working with blender. cool. :thumbsup:
Image

but the map then work only in the editor : when trying my map in local game mode
it says :
Image

strange, the missing file is present in [maniaplanet user dir]\Blocks\Canyon\Basic\cube2.ObjectInfo.gbx

does the restriction for online playing with blocks (have the block(s) included in a title pack and playing from the pack) also apply for local game mode ?
damien
Nadeo
Nadeo
Posts: 146
Joined: 14 Jun 2010, 17:36

Re: Custom Objects Specifications

Post by damien »

Hi all !
short answers for you questions :

1. DamienD : thanks, I fixed the TDSN typo error.

2. kapsubm : Concerning the lods,
there must be only 1 fbx file containing 2 lods. (and not 2 fbx files containing 1 lod)

3. for the image formats, the 3d card can only handle natively dds files (no native support for jpg nor png). There are tools and plugins out there thant can generate propoer dds files from any format. (ati's the compressonator, or nvidia dds tools (plugins for photoshop)). Agreed, It would be convenient to integrate those tools to NadeoImporter, but unfortunately, so far we didn't find any easy drop'in library to do that.

4. for the material, yes it's the name of the material in the material tab (in Blender)

5. lightmap UV channels are really important, though they require a bit of work from you. many tools provide a way to auto generate lightmap UVs. Once the lightmap is computed, the lightint of the scene gets really enhanced. So it is worth the effort !

6. concerning the solo play in canyon : we have to check it
User avatar
Awpteamoose
Posts: 76
Joined: 12 Jul 2012, 20:27

Re: Custom Objects Specifications

Post by Awpteamoose »

Yup, works just fine.
I've got no idea how to model or texture though, but I'll figure it out.
User avatar
Jojo_44
Posts: 485
Joined: 12 Jul 2010, 15:58
Location: Germany->Bavaria
Contact:

Re: Custom Objects Specifications

Post by Jojo_44 »

Jojo_44 wrote:OK, I´m not the 3D expert, so if there´s a capital mistake from my side, excuse me ;)

*link removed*

best regards, Jojo
It was my fault, you have to assign at least one material, otherwise the importer crashes. Don´t know whether it´s a bug that there´s a crash and no warning or my fault ;)

btw it seems to work fine now so far with Cinema 4D and the bulit in fbx exporter.

best regards, Jojo
Image
my english sounds very unfriendly but it isn´t ;)
benjiken
Posts: 6
Joined: 02 Nov 2011, 02:53

Re: Custom Objects Specifications

Post by benjiken »

Works great!
Thank's for the help with the materials! :thumbsup:
Post Reply

Return to “Title Pack & Custom Data Creation”

Who is online

Users browsing this forum: No registered users and 2 guests