Search found 23 matches

by DMZT2
Wed Apr 08, 2020 9:13 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

blender is saying Traceback (most recent call last): File "C:\Users\Wild\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\cobra-blender\__init__.py", line 68, in execute from . import import_mdl2 File "C:\Users\Wild\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\cobra-...
by DMZT2
Tue Apr 07, 2020 8:24 am
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

PaleoKnight wrote:
Mon Apr 06, 2020 2:36 am
Just one more question: does this tool support mods?
Yeah it does.
Wildzooguy wrote:
Mon Apr 06, 2020 10:43 pm
This worked momentarily for me but when I tried to load it in blender there's a Pyffi Something Traceback error.
Follow the installation instructions.
by DMZT2
Sat Mar 07, 2020 11:09 am
Forum: 3D/2D models
Topic: NIF formats
Replies: 2
Views: 753

Re: NIF formats

by DMZT2
Wed Feb 12, 2020 10:26 pm
Forum: 3D/2D models
Topic: [SOLVED][Help] Solve 4x4 Bone Matrix
Replies: 1
Views: 425

Re: [SOLVED][Help] Solve 4x4 Bone Matrix

Looks like you're setting the local space matrix (relative to parent) as the world space matrix (relative to origin) of the bone. To get the world space matrix for bone X from the stored local space matrices you must multiply the local matrices for bone X and all of its parents in the right order.
by DMZT2
Mon Jan 20, 2020 4:22 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

PaleoKnight wrote:
Sun Jan 19, 2020 1:24 am
I am unable to open ovl_tool.bat so how do I do it?
Follow the installation instructions.
by DMZT2
Tue Jan 14, 2020 7:10 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

ModuleNotFoundError: No module named 'pyffi_ext.formats'
You downloaded the dev branch instead of a release.

Follow the instructions and tutorials, it's all written down.
by DMZT2
Mon Jan 13, 2020 9:13 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

If you have installed python with a launcher, you can also double-click the py files directly instead of the bat shortcuts. (for some reason they are no longer 'trusted' by default, lol - used to be different) If that doesn't do the trick, open a cmd or powershell in the ovl-tools folder and type: p...
by DMZT2
Wed Jan 08, 2020 8:28 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

Update cobra tools to latest release.
by DMZT2
Thu Jan 02, 2020 9:14 pm
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

Either you haven't checked the box in the addons list to activate them or you're using a wrong blender version? 2.79 only for now, soon to migrate to 2.81. You can get support on this discord: https://discord.gg/3AjAbdZ
by DMZT2
Mon Dec 30, 2019 12:11 am
Forum: 3D/2D models
Topic: Jurassic World Evolution
Replies: 126
Views: 30368

Re: Jurassic World Evolution

I'm having issues getting this new tool to work, following the instructions, I double click on the OVL_tool.bat, but nothing happens, it wont open for me. I'm not fully convinced I've got everything I need to get his going, could someone point me in the right direction or even just tell me how to g...
by DMZT2
Sun Dec 15, 2019 9:52 pm
Forum: 3D/2D models
Topic: Weird .NIF files, how to preview anims and export them with mesh?
Replies: 25
Views: 3620

Re: Weird .NIF files, how to preview anims and export them with mesh?

Can't find a snoozer nif in the samples I was sent? Might be corrupted? If nifskope doesn't read it probably has some custom data modification.
by DMZT2
Sat Dec 14, 2019 10:38 pm
Forum: 3D/2D models
Topic: Weird .NIF files, how to preview anims and export them with mesh?
Replies: 25
Views: 3620

Re: Weird .NIF files, how to preview anims and export them with mesh?

All anims are imported as blender actions, use the action editor when the armature is selected to switch between them.
by DMZT2
Sat Dec 14, 2019 10:04 pm
Forum: 3D/2D models
Topic: Weird .NIF files, how to preview anims and export them with mesh?
Replies: 25
Views: 3620

Re: Weird .NIF files, how to preview anims and export them with mesh?

Copy of pyffi:
https://we.tl/t-CLuGOfMfIr

Put the pyffi folder from inside the zip into C:\Program Files\Blender Foundation\blender-2.79b-windows64\2.79\python\lib\site-packages
or whereever your blender's python lives.
by DMZT2
Sat Dec 14, 2019 8:12 pm
Forum: 3D/2D models
Topic: Weird .NIF files, how to preview anims and export them with mesh?
Replies: 25
Views: 3620

Re: Weird .NIF files, how to preview anims and export them with mesh?

code is here: https://github.com/HENDRIX-ZT2/blender_nif_plugin for blender 2.79 needs pyffi 2.2.4.dev3 to be installed in blender's bundled python (see pyffi installation instructions here: https://github.com/OpenNaja/cobra-blender ) zip up the io_scene_nif folder and install via blender plugin ins...