Martial Empires / Seven Souls

Post questions about game models here, or help out others!
User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Martial Empires / Seven Souls

Post by chrrox » Fri Apr 01, 2011 11:54 pm

Here is a max script to import models with bones and weights it will also attempt to apply a texture tho it does not work every time.
part of the texture id is a value near the start of the file but i got bored trying to figure out how the other half worked so this will have to do.
Image
You do not have the required permissions to view the files attached to this post.

jaden
mega-veteran
mega-veteran
Posts: 209
Joined: Sat Feb 05, 2011 1:41 am
Been thanked: 1 time

Re: Martial Empires / Seven Souls

Post by jaden » Sat Apr 02, 2011 12:29 am

wow great stuff chrrox

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sat Apr 02, 2011 4:54 pm

Thanks for the script chrrox. I'm tried your script on max 2008, but it wont importing skin modifier, why this happen?
Thank you for all you do here
my blog | my forum

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Martial Empires / Seven Souls

Post by chrrox » Sat Apr 02, 2011 7:17 pm

what error do you get?
also the directory must be correct for it to see the bones

say you use the bms script you will get the folder
char
you must have the meshes in

char\mesh

and the bones in

char\bind

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sat Apr 02, 2011 7:36 pm

chrrox wrote:what error do you get?
also the directory must be correct for it to see the bones

say you use the bms script you will get the folder
char
you must have the meshes in

char\mesh

and the bones in

char\bind
yes, i checked the script and my folders, everithing is fine, and i sucsesfully importing meshes and skeleton but without skin modifier, and no errors :?
Thank you for all you do here
my blog | my forum

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Martial Empires / Seven Souls

Post by chrrox » Sat Apr 02, 2011 7:57 pm

does this add a skin modifier in max 2008
select a mesh and then run this script does it add a skin modifier?

skinMod = skin ()
addModifier $ skinMod

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sat Apr 02, 2011 8:00 pm

chrrox wrote:does this add a skin modifier in max 2008
select a mesh and then run this script does it add a skin modifier?

skinMod = skin ()
addModifier $ skinMod
yes, it does
Thank you for all you do here
my blog | my forum

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Martial Empires / Seven Souls

Post by chrrox » Sat Apr 02, 2011 8:07 pm

I have no idea then you can try 2010 thats what i use.
if its not giving errors i can not say why it wont add a skin modifier.

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sat Apr 02, 2011 9:28 pm

chrrox wrote:I have no idea then you can try 2010 thats what i use.
if its not giving errors i can not say why it wont add a skin modifier.
ok, i installed 2011 x32 version, and every time getting same error:

Code: Select all

-- Syntax error: at bad, expected <factor>
-- In line: f = fopen fname "rb"
Thank you for all you do here
my blog | my forum

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Martial Empires / Seven Souls

Post by chrrox » Sat Apr 02, 2011 9:40 pm

this should work in 2011
2011 just hates comments and spaces its annoying that's all that is changed.
You do not have the required permissions to view the files attached to this post.

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sun Apr 03, 2011 5:33 am

chrrox wrote:this should work in 2011
2011 just hates comments and spaces its annoying that's all that is changed.
thanks, now script can loading models and sometimes bones, but it cause me an error at the line 317 (select msh)

add: same error for 2010 3ds max
Thank you for all you do here
my blog | my forum

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Martial Empires / Seven Souls

Post by chrrox » Sun Apr 03, 2011 1:33 pm

I think its your language you might want to try copying the max script and pasting it into a new one.

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Sun Apr 03, 2011 2:11 pm

chrrox wrote:I think its your language you might want to try copying the max script and pasting it into a new one.
i checked all your words: on 2 PC with diffrent system languages and with several 3ds maxs, also i copied script to new one and nothing!

p.s.: it's strange, because all of your scripts before work perfectly on my PC, only this two working in strange way :?
Thank you for all you do here
my blog | my forum

User avatar
Tosyk
double-veteran
double-veteran
Posts: 953
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 227 times
Been thanked: 123 times
Contact:

Re: Martial Empires / Seven Souls

Post by Tosyk » Thu May 26, 2011 9:25 pm

some progress of my problem, and also solution

if you have a problem with importing weights, just import first *.msh file (g200002620.msh) and evaluate next command:

Code: Select all

msh = $s_200002620
select msh
skinMod = skin ()
addModifier msh skinMod
then Resting your max and after that you can loading any "7 Souls" model you want

p.s.: after reloading max you need repeat this operation, don't know why this happen, but now it's only one solution
Thank you for all you do here
my blog | my forum

finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 300 times

Re: Martial Empires / Seven Souls

Post by finale00 » Tue Jun 07, 2011 3:29 am

What are the bsb files?
I opened them in hex and it looks like it was done in .max, but couldn't import it. So maybe it being done in max doesn't mean anything.

This file is called "prop_1024.bsb"

Image

The name of the bsb is the same as the name of the max in the file.
The textures that are references are stored in another folder called "textures" and were dumped by the bms.

Ok, I know what they might be (environment objects like architecture and walls and trees and stuff based on the filename) lol.

Here are some samples
You do not have the required permissions to view the files attached to this post.

Post Reply