Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Use Noesis to load and export multiple files simultaneously?

Post questions about game models here, or help out others!
Post Reply
Maphesdus
ultra-n00b
Posts: 6
Joined: Mon Jan 11, 2016 8:53 pm
Been thanked: 1 time

Use Noesis to load and export multiple files simultaneously?

Post by Maphesdus »

I already know that it's possible to load multiple files into Noesis simultaneously by creating a Noesis scene file, but I can't figure out how to export multiple files simultaneously. Whenever I try to export from a Noesis scene file with multiple objects, Noesis only ever exports the first object. For example, consider the following generic template of a Noesis scene file:

Code: Select all

NOESIS_SCENE_FILE
version 1
physicslib ""
defaultAxis "0"

object {
	name "Mesh_A"
	model "Mesh_0001.dat"
	loadOptions ""
}


object {
	name "Mesh_B"
	model "Mesh_0002.dat"
	loadOptions ""
}

object {
	name "Mesh_C"
	model "Mesh_0003.dat"
	loadOptions ""
}

object {
	name "Mesh_D"
	model "Mesh_0004.dat"
	loadOptions ""
}
By creating a Noesis scene that follows the above format, I can load as many objects into Noesis as I want. But Noesis only ever wants to export the very first object. Is there some way around this? Like a batch export, or something?
Last edited by Maphesdus on Fri Apr 05, 2019 11:07 pm, edited 1 time in total.
Vuze
ultra-n00b
Posts: 8
Joined: Fri Aug 10, 2018 9:33 pm
Has thanked: 6 times
Been thanked: 1 time

Re: Use Noesis to load and export multiple files simultaneously?

Post by Vuze »

Did you find a solution to this?

In my case I'm trying to export a model with multiple sub meshes but the export only ever contains a single model.
I found the -modelindex # paramter, which works but you can't chain multiple together, so still, only the first specified model.
User avatar
HeliosAI
mega-veteran
mega-veteran
Posts: 166
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 151 times
Been thanked: 62 times

Re: Use Noesis to load and export multiple files simultaneously?

Post by HeliosAI »

Instead of Export chose Export from Preview, that will save all imported models as one.
Maphesdus
ultra-n00b
Posts: 6
Joined: Mon Jan 11, 2016 8:53 pm
Been thanked: 1 time

Re: Use Noesis to load and export multiple files simultaneously?

Post by Maphesdus »

o0Crofty0o wrote: Tue Feb 26, 2019 9:33 am Instead of Export chose Export from Preview, that will save all imported models as one.
Tried that. Didn't work.
TBarbe
ultra-n00b
Posts: 1
Joined: Fri Dec 31, 2021 3:17 pm

Re: Use Noesis to load and export multiple files simultaneously?

Post by TBarbe »

Hey, I have the same problem. Did you manage to find an alternative solution?
Post Reply