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

Parasite Eve

Post questions about game models here, or help out others!
Post Reply
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Parasite Eve

Post by Sharppy »

Image

I was able to figure out the algorithm finally to this game. Still seem to have a few things wrong but I'm hoping to have some help now.
Looking at the Eve Stage 2 Long Arms file I made I found we have the correct vertex by starting at the beginning set of zeros.
Image
This is what we see in the viewer.
Image
For the faces we go just below the 80 80 80 80 's and it starts after 80 80 80 OA. But this first OA is part of the actual mesh.
Image
And we get this in the viewer.
Image
It seems like most of her mesh is there but I still see some things missing. I know i should go through each offset and find where it starts and ends. Like her head, arms, dress, ect. That would make it easier. But I still cant figure out the UV's.
Here is were they start.
Image
I was able to use a program a buddy made for me and it does work for reading them. Something about the color palette. The 80 70 is one and the 88 00 is another. That is the triangle UV's.
Image
This is the quad UV's offset start. You can tell the from the C0 70 and then 88 00. Not sure how these are read.
Image
From the program
Image
With the texture applied in into the program you can see they all line up perfectly with the image.
Image
But for some reason I cant get this UV map to show in Model Researcher. Any help on this would be appreciated. I've been working on this project for 2 years now. Each day seems to get me closer but I could really use some help at this point.
Last edited by Sharppy on Sun Oct 20, 2019 5:26 am, edited 1 time in total.
nightwolf1982
veteran
Posts: 158
Joined: Fri May 05, 2017 7:19 am
Has thanked: 7 times
Been thanked: 22 times

Re: Parasite Eve

Post by nightwolf1982 »

Do you have a sample file you can post/link to?
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Yes here is a link to all my research.
https://drive.google.com/drive/folders/ ... sp=sharing
Lazov
veteran
Posts: 84
Joined: Sat Oct 08, 2016 11:56 am
Has thanked: 17 times
Been thanked: 55 times

Re: Parasite Eve

Post by Lazov »

Most likely, the problem is in negative coordinates. If the coordinate is less than 0, then the program converts by subtracting the coordinate from 1.
--
if u < 0: u = 1 - abs(u)
Perhaps this is the wrong approach.
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Not to sure what that means, thanks for the reply. My other buddy said something about quads and triangles. This file somehow uses both. Have you ever seen this kind of architecture ? I know you have studied hundreds of files I'm sure. As have I. But I cant seem to break this one. How would one go about in reversing that ? I know the offsets of all the data. Its just the order, or the padding I'm hoping. But every time I try to do a certain order. Model Researcher don't support it. So I could really use some help. Been on this project for 2 years now. And what do you mean by abs(u) ?
Lazov
veteran
Posts: 84
Joined: Sat Oct 08, 2016 11:56 am
Has thanked: 17 times
Been thanked: 55 times

Re: Parasite Eve

Post by Lazov »

Sharppy
This will seem strange, but I have not studied hundreds of files. I am not very good at researching and unpacking resources. Most 3D formats are very simple, so the data from them can be read using programs such as Hex2Obj.
As for texture coordinates, I don’t know how this program reads data. MR does not support quadrangles. This is apparently another reason for the incorrect display. I will try to add support in the near future.
The abs() function returns the absolute value of a number. abs(-1) = 1
You can try writing a script for Noesis.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4288
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1149 times
Been thanked: 2243 times

Re: Parasite Eve

Post by shakotay2 »

Sharppy wrote: Sun Oct 27, 2019 4:48 pmI know the offsets of all the data. Its just the order, or the padding I'm hoping. But every time I try to do a certain order. Model Researcher don't support it.
You need to tell how your buddy's prog reads the uv data.

This for example (for tris) doesn't seem to work:
.
parasite uvs.png
You do not have the required permissions to view the files attached to this post.
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?"
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Thanks for the reply. Unfortunately i cant. He went ghost on me about 10 months ago. His sites are down and he is just gone.. I don't know. And I know he said something about color palettes. Like every other set of bytes was a pointer. I know he cant be the only one to see the algorithm. In the attached file in the "Research" section are the pictures of what he sent explaining it. But he was wrong on a few things. I told him he was wrong and he got all shitty with me kinda. But he was. Vertex start at the 00 00 00 00 sets. Not the CD FF 3D 3F sets. I didn't just figure that out until about a month ago. But i just knew there was something wrong. Because it wasn't right lol
Omission7x
n00b
Posts: 15
Joined: Sat Nov 15, 2014 9:15 am

Re: Parasite Eve

Post by Omission7x »

very interesting! does this mean we'll be able to mod the characters? or be able to boost the game's internal resolution?
Lazov
veteran
Posts: 84
Joined: Sat Oct 08, 2016 11:56 am
Has thanked: 17 times
Been thanked: 55 times

Re: Parasite Eve

Post by Lazov »

Sharppy
Can you send an example file from the screenshot and the program?
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Here is the program Lazov
https://drive.google.com/file/d/1ZkvJZX ... sp=sharing
You need to load a .PEM from the PEM folder in my research. Here is an example file.
https://drive.google.com/file/d/1RIrgrd ... sp=sharing
And here is her texture
https://drive.google.com/file/d/1KQjkVQ ... sp=sharing
Screenshot of this file
Image

My count and offsets arent right in this picture. This was just my research snap. They are close to them ranges though.
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Omission I don't think we can increase the res or anything. Unless you modded the textures but then the repack would be crazy hard since it was all binary information. I'm doing this for model researching. I have already started my HD remake of this game about a year ago. I just would like to have the models as a reference to the high-poly ones im creating along with uv's. Im not good at laying out my UV's and since these already have them I would like to know how they are laid out. Its hard to tell by the programs I have I need the whole model textured to really see what goes where.
Lazov
veteran
Posts: 84
Joined: Sat Oct 08, 2016 11:56 am
Has thanked: 17 times
Been thanked: 55 times

Re: Parasite Eve

Post by Lazov »

I have a different result:
Image
Sharppy
mega-veteran
mega-veteran
Posts: 163
Joined: Thu Jun 07, 2018 8:09 am
Has thanked: 83 times
Been thanked: 66 times

Re: Parasite Eve

Post by Sharppy »

Um.. that might be a different file I used at that time. Sorry about that. Try this one.
https://drive.google.com/file/d/1TTVr0F ... sp=sharing
Image

And it looks like you were close to the data just had to go up or down a few. It looks all like that until its on the first offset then it all comes into view so i might of been wrong on them. I have changed the files since then cutting out unnecessary data. They are close to them ranges though. Thanks for looking into this.
adolthered
ultra-n00b
Posts: 3
Joined: Sat Jun 27, 2020 11:14 am

Re: Parasite Eve

Post by adolthered »

Hi were you ever able to put these up somewhere? Also were the PE2 models extracted?
Post Reply