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

Search found 586 matches

by mariokart64n
Wed Aug 10, 2022 12:39 am
Forum: 3D/2D models
Topic: [Request] Rebel Galaxy Outlaw mdl
Replies: 18
Views: 1489

Re: [Request] Rebel Galaxy Outlaw mdl

Oh wow! That looks pretty complete. Is there any way to run maxscript code without having to use 3dsmax? I've ported the maxscript to python as a Blender addon. It was refreshing to see a post start with more than a few words demanding models so I thought I would have a quick look into the format. ...
by mariokart64n
Tue Aug 09, 2022 7:27 am
Forum: 3D/2D models
Topic: [Request] Rebel Galaxy Outlaw mdl
Replies: 18
Views: 1489

Re: [Request] Rebel Galaxy Outlaw mdl

this format is annoying https://i.imgur.com/ACrdbDW.jpg Maxscript /* maxscript to import mdl from rgo by mariokart64n, aug 8 2022 */ try(destroyDialog ui_rgomdl)catch(ui_rgomdl) rollout ui_rgomdl "Rebel Galaxy Outlaw" ( struct fmtRGOMDL_String ( /*string[] */ value = "", /*uint8_...
by mariokart64n
Wed Mar 16, 2022 2:19 am
Forum: 3D/2D models
Topic: chuanshuo OL 3D models samples
Replies: 27
Views: 3014

Re: chuanshuo OL 3D models samples

I can't locate the bone parenting data, I would guess that the game doesn't store it? here is my attempt in maxscript: https://i.imgur.com/0LAB9G9.jpg I had assumed the mesh format was simple and that I could try to practice importing the animation data. However my issue was with the frost script be...
by mariokart64n
Sun Nov 21, 2021 5:43 am
Forum: 3D/2D models
Topic: .tri 3D model
Replies: 21
Views: 2757

Re: .tri 3D model

struct fmtINF { uint32_t num_vertices; uint32_t num_triangles; float* vertices; float* tvertices; float* normals; uint16_t* nor_triangles; uint16_t* ver_triangles; uint32_t* unk_triangles; bool read (char* &f, size_t &pos, size_t &fsize, std::string &fpath, std::string &fname) {...
by mariokart64n
Mon Mar 29, 2021 8:23 pm
Forum: 3D/2D models
Topic: Hot Wheels Crash (lwo)
Replies: 2
Views: 700

Re: Hot Wheels Crash (lwo)

the header starts with FORM which is consistent with this being a standard LWO (Light Wave Object)
http://fileformats.archiveteam.org/wiki ... ave_Object

try the LWO importer plugin for blender
https://github.com/nangtani/blender-import-lwo
by mariokart64n
Thu Mar 25, 2021 6:47 pm
Forum: 3D/2D models
Topic: Ace Combat Infinity memory dump research(UPDATE)
Replies: 12
Views: 5440

Re: Ace Combat Infinity model sample(Memory Dump)

RythusOmega provided more memory dumps so the script was updated to work better with the samples they provided Change Log: Major update to work better with PS3 memory Dumps Added Scan option in import dialog to scan for any nested mesh blocks Added support for fvf type 7 (44 bytes per vertex) Added ...
by mariokart64n
Tue Mar 23, 2021 1:23 pm
Forum: 3D/2D models
Topic: Ace Combat Infinity memory dump research(UPDATE)
Replies: 12
Views: 5440

Re: Ace Combat Infinity model sample(Memory Dump)

https://i.ibb.co/N2MnxPQ/Image1.jpg Below is a python script I wrote for blender that was tested in the latest version (currently 2.92.0) usage: Start blender, goto the script tab then press the 'NEW' button, then paste the below script into the editor. To execute the script press ALT+P or press th...
by mariokart64n
Sat Mar 20, 2021 9:38 pm
Forum: 3D/2D models
Topic: Offroad Legends GEO/H3D model file, convertor?
Replies: 45
Views: 7346

Re: Offroad Legends GEO/H3D model file, convertor?

This will be the LAST UPDATE (I will no longer be involved with this format from this point on) I made tweaks to the script to work with that one geo file u shared (i don't know if it'll work with anything else) alot of code had to be deleted or restructured because the file you sent does not have a...
by mariokart64n
Fri Mar 19, 2021 4:28 am
Forum: 3D/2D models
Topic: Offroad Legends GEO/H3D model file, convertor?
Replies: 45
Views: 7346

Re: Offroad Legends GEO/H3D model file, convertor?

only thing on my DA account is programs, so you would have had to enable 18+ content in your account and have searched through all my likes <_< If i could private my likes I would, holy Anyway if you had missed it, Karpati posted this mariokart64n, This game uses the Horde 3D engine: http://horde3d....
by mariokart64n
Tue Mar 16, 2021 7:13 pm
Forum: 3D/2D models
Topic: Offroad Legends GEO/H3D model file, convertor?
Replies: 45
Views: 7346

Re: Offroad Legends GEO/H3D model file, convertor?

traceback error was related to the materials, so i just deleted that section... seems to work on those files now.. """ ====================================================================== PythonScript: [Mobile] Offroad Legends Author: mariokart64n Date: March 16, 2021 Version: 0.1 =...
by mariokart64n
Tue Mar 16, 2021 4:56 pm
Forum: 3D/2D models
Topic: Offroad Legends GEO/H3D model file, convertor?
Replies: 45
Views: 7346

Re: Offroad Legends GEO/H3D model file, convertor?

I did not notice any carry.xml file so I can't help you
by mariokart64n
Tue Mar 16, 2021 4:16 pm
Forum: 3D/2D models
Topic: Offroad Legends GEO/H3D model file, convertor?
Replies: 45
Views: 7346

Re: Offroad Legends GEO/H3D model file, convertor?

https://i.ibb.co/zJS8SzH/untitled.jpg Below is a python script I wrote for blender that was tested in the latest version (currently 2.92.0) usage: start blender, goto the script tab then press NEW in the text editor and paste the below script into the editor. To execute the script press ALT+P or pr...
by mariokart64n
Fri Mar 12, 2021 6:55 pm
Forum: 3D/2D models
Topic: Help needed with Hex2Obj/MechWarrior 4
Replies: 42
Views: 6587

Re: Help needed with Hex2Obj/MechWarrior 4

""" ====================================================================== Python Code: [PC] MechWarrior 4: Vengeance (for Blender 2.92.0) Author: mariokart64n Date: March 11, 2021 Version: 0.2 Description: Imports erf Mesh files into blender, for more info see post https://forum.xen...
by mariokart64n
Fri Mar 12, 2021 6:12 pm
Forum: 3D/2D models
Topic: Help needed with Hex2Obj/MechWarrior 4
Replies: 42
Views: 6587

Re: Help needed with Hex2Obj/MechWarrior 4

""" ====================================================================== Python Code: [PC] MechWarrior 4: Vengeance (for Blender 2.92.0) Author: mariokart64n Date: March 11, 2021 Version: 0.2 Description: Imports erf Mesh files into blender, for more info see post https://forum.xen...