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

Settlers 7 Models help

Post questions about game models here, or help out others!
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Settlers 7 Models help

Post by Sammie »

finale00 wrote:I don't know sometimes I just cross my fingers and hope noesis finds the textures >_>
Try putting them in the same folder.
Okay, same folder works. Thx! :D

In addition I've add a transform-matrix to your script to rotate the model in the right direction.

Code: Select all

            trans = NoeMat43((NoeVec3((1, 0, 0)),
							  NoeVec3((0, 0, 1)),
							  NoeVec3((0, -1, 0)),
							  NoeVec3((0, 0, 0))))
            rapi.rpgSetTransform(trans)  
Szkaradek123
mega-veteran
mega-veteran
Posts: 292
Joined: Wed May 05, 2010 8:21 pm
Location: Poland Głogów
Has thanked: 21 times
Been thanked: 742 times

Re: Settlers 7 Models help

Post by Szkaradek123 »

Blender249 - Settlers 7 models(.s7m) and animation(.anim) importer.
Link for blend file and example:
http://www.mediafire.com/?bknby17x7fcwea0
xuxo
ultra-n00b
Posts: 1
Joined: Sun Jul 29, 2012 9:17 pm
Has thanked: 1 time

Re: Settlers 7 Models help

Post by xuxo »

amazing Szkaradek123!! How did you imported to Blender? Animated models need !!! : D
Post Reply