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

ghost recon (online) phantoms help

Post questions about game models here, or help out others!
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: ghost recon (online) phantoms help

Post by zaramot »

No problem :) Soon I'll release maxscript which will import NinjaRipper rips (.rip) with weights for YETI engine games (tested Ghost Recon Series and Lost: Via Domus)

Image
Making model-import scripts, PM
Vindis
advanced
Posts: 44
Joined: Fri Apr 08, 2011 9:31 pm
Has thanked: 16 times
Been thanked: 41 times

Re: ghost recon (online) phantoms help

Post by Vindis »

If you release your script, you'll be my biggest reverse engineer hero!!! :dance:
I tried literally hundreds of ways to RE grp, without any luck.
jakkrit
ultra-n00b
Posts: 5
Joined: Tue Oct 14, 2014 1:08 pm

Re: ghost recon (online) phantoms help

Post by jakkrit »

Anything update? I really want to try to rip models from the ghost recon phantom.
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: ghost recon (online) phantoms help

Post by zaramot »

Okay guys, sorry for such huge delay! Here's script to import NinjaRipper .rips of YETI Engine game (Ghost Recon: Phantoms/Lost: Via Domus/ Beawulf). You will get game rig - just bones misplaced, but skin weights will be original. I will post script for original in-game files of Ghost Recon:Phantoms soon

P.S. Report bugs and problems
You do not have the required permissions to view the files attached to this post.
Making model-import scripts, PM
raykingnihong
mega-veteran
mega-veteran
Posts: 179
Joined: Sun Apr 06, 2014 8:06 pm
Has thanked: 216 times
Been thanked: 6 times

Re: ghost recon (online) phantoms help

Post by raykingnihong »

zaramot wrote:Okay guys, sorry for such huge delay! Here's script to import NinjaRipper .rips of YETI Engine game (Ghost Recon: Phantoms/Lost: Via Domus/ Beawulf). You will get game rig - just bones misplaced, but skin weights will be original. I will post script for original in-game files of Ghost Recon:Phantoms soon

P.S. Report bugs and problems
Hi zaramot My friend. The script is very good, thanks for your great work
You do not have the required permissions to view the files attached to this post.
kapul
ultra-n00b
Posts: 4
Joined: Fri Sep 11, 2015 6:42 pm
Has thanked: 2 times

Re: ghost recon (online) phantoms help

Post by kapul »

Hi guys

Little question here. How you run Ghost recon online from Ninja Ripper? I mean, every time I try to run the main .exe from ninja ripper, it says "please, run Ghost Recon from Ubi Launcher" and when I load from there, it says "run from steam" and... common :( :( :( :( :(

So, what's the correct way to run this?
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: ghost recon (online) phantoms help

Post by zaramot »

You should use wrapper not injector method (buy choosing wrapper and clicking "run" button NinjaRipper will copy d3d9.dll into folder with .exe, it's important to have this file in the same place as .exe of GR:Phantoms) then just run game from launcher

Also, you can get here my script to import models directly into 3d max without NinjaRipper, textures are headerless .dds files
http://zenhax.com/viewtopic.php?f=5&t=1332
Making model-import scripts, PM
kapul
ultra-n00b
Posts: 4
Joined: Fri Sep 11, 2015 6:42 pm
Has thanked: 2 times

Re: ghost recon (online) phantoms help

Post by kapul »

Okay, now it's working fine, thanks @zaramot for the help and for the script. :D :D :D
kapul
ultra-n00b
Posts: 4
Joined: Fri Sep 11, 2015 6:42 pm
Has thanked: 2 times

Re: ghost recon (online) phantoms help

Post by kapul »

Hi all again

I have another little question. I've extracted the hole yeti.big file from the Ghost Recon Phantoms, and it seems to have pretty cool thins inside. Nevermind, files are extracted as ".File" and the crappy way of renaming the file as ".obj" or something, doesn't work.

Has anyone an idea or suggestion of what can I do?

Thanks in advance

Image
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: ghost recon (online) phantoms help

Post by Acewell »

zaramot, so the solution to the square mesh problem was the vw part right?

Code: Select all

for x = 1 to (VertexCount) do (
	getPos = ftell f + 32
	vx = ((readshort f))	
	vy = ((readshort f))
	vz = ((readshort f))
	vw = ((readshort f))	
	tu = ((readshort f))
	tv = ((readshort f)*-1)	
	append vertArray ([(vx * vw), (-vy * vw), (vz * vw)] / 655350) --??	
	append UV_array ([tu, tv, 0] / 1024)	--??
)
also, what is the reason behind dividing by 655350 and 1024?
:D
kapul
ultra-n00b
Posts: 4
Joined: Fri Sep 11, 2015 6:42 pm
Has thanked: 2 times

Re: ghost recon (online) phantoms help

Post by kapul »

Hi there!

Is there any chance to get the links alive? The original ones are deleted by mediafire.

Thanks in advance
Post Reply