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

Search found 10 matches

by ItsMeLenny
Sun Aug 14, 2016 8:30 am
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

I finally got it all working (almost).
When I try to load the trine 3 models their heads dont load and I get a read error on that final bit of the mesh.
Still fiddling around with it.
by ItsMeLenny
Sat Aug 06, 2016 9:51 am
Forum: 3D/2D models
Topic: Trine 3 .fbi Textures
Replies: 10
Views: 3295

Re: Trine 3 .fbi Textures

I'd like to convert this to python but am having a bit of trouble.
I know the Trine 1 and Trine 2 textures open in Blender and Gimp without any need to convert them to DDS.
Does this script uncompress and then convert to DDS on top of it?
I was able to convert the model importers to python.
by ItsMeLenny
Fri Jul 29, 2016 10:28 am
Forum: 3D/2D models
Topic: Trine 3 *.fbm
Replies: 1
Views: 1005

Re: Trine 3 *.fbm

It turns out all along the python file I was using to extract the models was corrupting them in some way.
I had updated a python LZ2 trine script to do LZ4 trine files and it was only half doing them.
I ended up using quickbms and a script through Wine on Linux.
by ItsMeLenny
Mon Jun 27, 2016 11:27 am
Forum: 3D/2D models
Topic: Trine 3 *.fbm
Replies: 1
Views: 1005

Trine 3 *.fbm

On the forums here somebody had created what they claimed is a Trine 1, 2 & 3 importer for models via maxscript (which ever program uses this). I've been converting this to python for blender. The importer does Trine 1 as .s3d, and then Trine 2 and up as .fbm different versions, those versions b...
by ItsMeLenny
Tue May 24, 2016 9:23 am
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

I did get version 16 working with that treeman model, but as for any of the models from Trine 3 (from steam) they don't work, all of them begin with quite a large random number. I don't know where the error lies.
by ItsMeLenny
Sun May 22, 2016 3:13 am
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

So are Trine 3 models themselves also compressed. I extracted them from the fbq which are now compressed in LZ4 instead of LZF, I believe the images are also compressed in LZ4. My importer doesn't work with Trine 3 models (based off the code here), because for every model it seems to print out a com...
by ItsMeLenny
Fri May 20, 2016 1:24 am
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

The __BEFOREFACES body starts at 68432 and the __BEFOREFACES bow starts at 95133. Then "if actor" 3 shorts are read, that brings the position for the faces up to the correct number for the body at least, the thief is done before the bow and also recognised as an actor. Ahhh, I got it just ...
by ItsMeLenny
Thu May 19, 2016 4:13 pm
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

I've actually made a bit of progress with the blender importer, using these max script tools as a guide. I will probably start up a new thread for a blender importer exporter, however for the moment I am having a slight hiccup and I'm not sure what's causing it. Importing the thief; her bow seems to...
by ItsMeLenny
Fri Mar 25, 2016 10:44 am
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

I guess I'm confused as to what the maxscript actually does then, I thought it was an importer for the Trine mesh into which ever 3D program. This mesh extractor, does it allow converting any models to obj? (based on selecting the correct parameters or what not). [edit: Oh it's a windows thing. I'm ...
by ItsMeLenny
Wed Mar 23, 2016 1:08 pm
Forum: 3D/2D models
Topic: Trine 1 / 2 / 3 .fbm .s3d model importer
Replies: 16
Views: 6605

Re: Trine 1 / 2 / 3 .fbm .s3d model importer

I'd like to make a Blender importer for Trine models. I have Trine 1, 2, TGM and 3. (Enchanted and what not). I'm most interested in starting with Trine 2 and Trine 3. However I'm not so interested in having it automatically import textures or skeletons at this point in time, just starting with the ...