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

The Witcher 2 Models

Post questions about game models here, or help out others!
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4285
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1147 times
Been thanked: 2242 times

Re: The Witcher 2 Models

Post by shakotay2 »

3dbabe wrote:Please make the script. where one can select meshes in a folder.w2mesh to load..no need to open w2ent file.
This not being as easy as you might think of.

Reason is the different data format of standalone w2mesh and meshes in a w2ent entity container:

q102_elf_woman_hanger.w2ent which is 5.22 MB of size with
scoiatael_woman__body1_b1 included:

# L:\tmp\q102_elf_woman_hanger.w2ent
# 8292 face Indices
# 1. e0d2d:
v 0.178874 -0.028297 1.424668
# 00 01 02 03 92 4F 19 04 86 00 80 FF
# FF FF FF FF
vt 0.348128 0.709508
# 17.887421 4.690230
# DE 84 2A FF D4 85 DE FF

and this is the same mesh standalone, 873kB

# L:\tmp\scoiatael_woman__body1_b1.w2mesh
# 8292 face Indices
# 1. 759:
v 0.178874 -0.028297 1.424668
# 00 01 02 03 0.574310 0.310812 0.098458 0.016420 0.055559 -0.998417 0.008791
# FF FF FF FF

As can be seen the data structure is somewhat different.

You can get all the meshes you need using Szkaradek's script.

I don't think someone will bother creating a new script just for sake of comfort.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
soulslayerzx
beginner
Posts: 39
Joined: Tue Aug 14, 2012 2:46 am

Re: The Witcher 2 Models

Post by soulslayerzx »

For the record, the latest version of this script works, I think like 1-2 pages back and for models that say error if you use the new script and hit magic it will work some reason, mainly the body meshes. Good job if the person is still alive.

The problem is, we can't export the meshes anywhere using such an old version of blender. I used source and I can't export as .smd which is like the only format in the world that includes a mesh + a skeleton

I've been searching for an hour to find a 2.49 smd exporter but failed to find anything. This doesn't work in newer versions of blender...

I heard of .dae exporting skeletons but it only exports like several bones and I exported a .obj, and the obj didnt recognize the .dae when i parented the skeleton to it, notably due to the missing bones.
logansan25
veteran
Posts: 138
Joined: Mon Oct 04, 2010 1:15 am
Has thanked: 5 times
Been thanked: 3 times

Re: The Witcher 2 Models

Post by logansan25 »

I am a noob, How are steps for export models to 3dmax?
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4285
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1147 times
Been thanked: 2242 times

Re: The Witcher 2 Models

Post by shakotay2 »

Use Blender 2.49 dae (or fbx) exporter.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
Ilves
ultra-n00b
Posts: 1
Joined: Thu Aug 23, 2018 8:31 am

Re: The Witcher 2 Models

Post by Ilves »

Tosyk wrote:
megakoresh wrote:I redownloaded and relaunched v2.49 like 10 times and the script still give an error! What's wrong?
maybe you need to install additional tools for using blender, such us Python v2.6.5 and PyFFI
I made the same, but still get an error, whats wrong am I doing? :oops:
Post Reply