Help in XBG watch dogs format

Post questions about game models here, or help out others!
Post Reply
kmthrong
beginner
Posts: 20
Joined: Wed Oct 22, 2014 2:19 pm
Has thanked: 4 times
Been thanked: 1 time

Help in XBG watch dogs format

Post by kmthrong » Fri Oct 24, 2014 5:36 pm

Hi I wanna a 3ds max script that can import this format,
I download this script for blender but it didn't work http://www.mediafire.com/download/hd1m3 ... -01%5D.zip
plz help me to import not important just mesh is enough tnx.

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Help in XBG watch dogs format

Post by shakotay2 » Fri Oct 24, 2014 10:42 pm

I wouldn't waste my spare time to write a maxscript when there's a working blender python script, especially when it's from Mariusz. :D

What's your problem with the script? Did u use blender 2.49?

Or got an error message such as:
ImportError: No module named newGameLib Then copy the
newGameLib folder into your blender folder (where blender.exe resides).

start blender, load Blender249-WatchDogsImporter-2014-07-01.blend,
in the left side text window press alt-p, navigate to the .xbg model file and load it.

works like a charm, console output:

d:\WatchDogs[PC][2014-07-01]\char01.xbg
--------------------------------------------------
--------------------------------------------------
meshCount: 15
meshCount: 15
0 36 230 388 230 12 1946 0
-------------------- add new mesh
1 32 618 984 618 11 4506 0
...
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 435
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 185 times
Contact:

Re: Help in XBG watch dogs format

Post by cra0 » Sat Oct 25, 2014 2:39 am

Yeah still working on this

kmthrong
beginner
Posts: 20
Joined: Wed Oct 22, 2014 2:19 pm
Has thanked: 4 times
Been thanked: 1 time

Re: Help in XBG watch dogs format

Post by kmthrong » Sat Oct 25, 2014 1:35 pm

shakotay2 wrote:I wouldn't waste my spare time to write a maxscript when there's a working blender python script, especially when it's from Mariusz. :D

What's your problem with the script? Did u use blender 2.49?

Or got an error message such as:
ImportError: No module named newGameLib Then copy the
newGameLib folder into your blender folder (where blender.exe resides).

start blender, load Blender249-WatchDogsImporter-2014-07-01.blend,
in the left side text window press alt-p, navigate to the .xbg model file and load it.

works like a charm, console output:

d:\WatchDogs[PC][2014-07-01]\char01.xbg
--------------------------------------------------
--------------------------------------------------
meshCount: 15
meshCount: 15
0 36 230 388 230 12 1946 0
-------------------- add new mesh
1 32 618 984 618 11 4506 0
...
So I have this problem when I press alt+p give me this error: http://0up.ir/up8/guest/10-25-2014-5-22-40-AM.png

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Help in XBG watch dogs format

Post by shakotay2 » Sat Oct 25, 2014 2:22 pm

well, "Bad Magic Number", another stupid error message. :D

What "they" meant to express is that the compiled python file (.pyc) doesn't match your python version, I guess.

here the number is: 0xF2D1 = 62161, that means python version 2.6a1 will be required at least.

(I'm using python 2.6.2., sry for the inconvenience.)

btw: don't use the latest python version for blender 2.49, since with python 3.0 there's a new Python API, that won't work here.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

kmthrong
beginner
Posts: 20
Joined: Wed Oct 22, 2014 2:19 pm
Has thanked: 4 times
Been thanked: 1 time

Re: Help in XBG watch dogs format

Post by kmthrong » Sat Oct 25, 2014 6:17 pm

well, "Bad Magic Number", another stupid error message. :D
And do you know what is more crazy than this blender is just 10 mb but python-2.6.2 is 13.9 mb :D

But this time it said:
Compiled with python versian 2.5.2
'import site' failed ; use -v for traceback
http://0up.ir/up8/guest/10-25-2014-10-53-37-AM.png
Plz help me.

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Help in XBG watch dogs format

Post by shakotay2 » Sat Oct 25, 2014 7:49 pm

hmm, I have several blender installations on different partitions (XP and Win7).

On Win7 I get this message on blender2.49b startup:

Compiled with Python version 2.6.2.
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.

The WatchDogs.py script is working though but it's blender 2.49b.
So you might give it a last try before you pxrge... :D

Or u could try use 2.49 with a path set to your python 2.6.2 installation (new System Variable: PythonPath).

(I installed python 2.6.6 for blender 2.49b on XP 18 months ago but don't remember
the reasons since 2.49b seems to come with a built in 2.6.2 python)
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

kmthrong
beginner
Posts: 20
Joined: Wed Oct 22, 2014 2:19 pm
Has thanked: 4 times
Been thanked: 1 time

Re: Help in XBG watch dogs format

Post by kmthrong » Sun Oct 26, 2014 12:48 pm

So how can I give it a new address of python from my computer in blender? :cry:
tnx for your support. :wink:

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Help in XBG watch dogs format

Post by shakotay2 » Sun Oct 26, 2014 3:23 pm

not sure whether I got what you mean.
setting the Python Path?

http://www.katsbits.com/tutorials/blend ... riable.php
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

kmthrong
beginner
Posts: 20
Joined: Wed Oct 22, 2014 2:19 pm
Has thanked: 4 times
Been thanked: 1 time

Re: Help in XBG watch dogs format

Post by kmthrong » Sun Oct 26, 2014 3:58 pm

Tnx it's working. 8D :D :bye:

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Help in XBG watch dogs format

Post by shakotay2 » Sun Oct 26, 2014 4:24 pm

hallelujah! :)
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

saidbou
ultra-n00b
Posts: 2
Joined: Wed Jan 23, 2019 11:48 pm

Re: Help in XBG watch dogs format

Post by saidbou » Wed Jan 23, 2019 11:53 pm

Sorry if the post is not accurate to the topic, but I'm looking for the blender file for Saint Seiya Soldier's Soul game.
I got blender 249 and python 2.6.. and the script... But when I load the script, I'm getting a script error... Don't understand why...
Is the "newGameLib" folder the same for all the games ?

Post Reply