Posts: 23
Threads: 7
Joined: Nov 2014
(11-01-2016, 02:09 PM)Chaze Wrote: (11-01-2016, 01:41 PM)gdkchan Wrote: (11-01-2016, 01:20 PM)Chaze Wrote: Cool!
I hope when S/M comes out it will be work perfectly. I need 1st gen animations for my unreal project. And I way too bad in animating. Tested with a Pokémon and seems to be working
Can you upload the files somewhere? Or maybe the xorpad file?
I want to try it out in UE4 Thank you!
EDIT: I found a solution to extract the files without xorpad files and I made some progress.
Could you describe you got the animations? I'm new, would love to use the models and animations in a project but do not know how or where to get them :/
Posts: 15
Threads: 0
Joined: Mar 2015
11-04-2016, 07:17 PM
(This post was last modified: 11-05-2016, 04:08 AM by waielal.)
(11-04-2016, 04:07 AM)Trikeboy Wrote: (10-31-2016, 03:38 PM)crueldude100 Wrote: So I got the textures fixed http://i.imgur.com/lQKnltK.png
If you want'em then you can tell me and i'll pm you with the fixed textures :0
Could you please also send me a link to the thread where you found the ripped model? I wanna see if I can find other ripped models there ;w;
Can you explain how you did it? I've been trying to get the textures for the hair in X&Y. The only texture I can get is the white, shaded textures. It might be a similar way of finding the textures in S&M.
It's pretty easy. The hair for example consists of three information:
1) the white shaded texture
2) the highlight texture
3) and the base color.
If you are writing a shader the math behind this is simply:
Code: ResultImage = WhiteShadedTexture + HighlightTexture + BaseColor - 1;
In Photoshop your first layer is a layer with the base color.
Then you "Linear Burn" the white shaded texture and "Linear Dogde (Add)" the highlight texture:
The skin behaves nearly the same, but you don't have a highlight texture. Instead you sometimes have a mask texture.
The mask tells which areas need to be modified (white) and which you have to leave as it is (black);
With a mask the math is:
Code: ResultImage = MaskTexture * (WhiteShadedTexture + BaseColor - 1) + (MaskTexture - 1) * WhiteShadedTexture;
Without a mask simply:
Code: ResultImage = WhiteShadedTexture + BaseColor - 1;
In Photoshop you precede as above.
You "Linear Burn" the white shaded texture with the base color and apply the mask:
Posts: 61
Threads: 4
Joined: Jul 2013
(11-04-2016, 07:17 PM)waielal Wrote: (11-04-2016, 04:07 AM)Trikeboy Wrote: (10-31-2016, 03:38 PM)crueldude100 Wrote: So I got the textures fixed http://i.imgur.com/lQKnltK.png
If you want'em then you can tell me and i'll pm you with the fixed textures :0
Could you please also send me a link to the thread where you found the ripped model? I wanna see if I can find other ripped models there ;w;
Can you explain how you did it? I've been trying to get the textures for the hair in X&Y. The only texture I can get is the white, shaded textures. It might be a similar way of finding the textures in S&M.
It's pretty easy. The hair for example consists of three information:
1) the white shaded texture
2) the highlight texture
3) and the base color.
If you are writing a shader the math behind this is simply:
Code: ResultImage = WhiteShadedTexture + HighlightTexture + BaseColor - 1;
In Photoshop your first layer is a layer with the base color.
Then you "Linear Burn" the white shaded texture and "Linear Dogde (Add)" the highlight texture:
The skin behaves nearly the same, but you don't have a highlight texture. Instead you sometimes have a mask texture.
The mask tells which areas need to be modified (white) and which you have to leave as it is (black);
With a mask the math is:
Code: ResultImage = MaskTexture * (WhiteShadedTexture + BaseColor - 1) + (MaskTexture - 1) * WhiteShadedTexture;
Without a mask simply:
Code: ResultImage = WhiteShadedTexture + BaseColor - 1;
In Photoshop you precede as above.
You "Linear Burn" the white shaded texture with the base color and apply the mask:
Thank you for that but it is the base colors I'm trying to find
Posts: 37
Threads: 2
Joined: Jun 2015
11-06-2016, 06:46 AM
(This post was last modified: 11-06-2016, 06:54 AM by Fallenleader.
Edit Reason: found them. https://gist.github.com/nallar/367a195712dc9cfc6f6c
)
Does anyone have a more recent offset list for X/Y and OR/AS? I used to have a list telling me where things were (e.g. a/0/1/2 - insert content type here e.g. "pokemon models" or "pokemon sprites"), but I seem to have lost that and cannot find it. It would take a while to extract and dig through to find overworld characters, pokemon models, etc, etc, and my old lists were actually quite outdated as well. Any help is appreciated. I mainly need map models, NPC and PC models (I may wait for S/M to be released BC their models are closer to in battle ones rather than chibi like versions), and pokemon offsets, since that is what I am after.
Edit: Found them. https://gist.github.com/nallar/367a195712dc9cfc6f6c
Posts: 25
Threads: 0
Joined: Aug 2015
(11-04-2016, 04:07 AM)Trikeboy Wrote: (10-31-2016, 03:38 PM)crueldude100 Wrote: (10-31-2016, 07:36 AM)Deep Weeb Wrote: Some Anon in 8chan managed to rip the female protag model, butit has some problems with the textures, the skin is too pale. (probably because that way is easier to choose the different skin tones)
Could anyone fix this?
Download
So I got the textures fixed http://i.imgur.com/lQKnltK.png
If you want'em then you can tell me and i'll pm you with the fixed textures :0
Could you please also send me a link to the thread where you found the ripped model? I wanna see if I can find other ripped models there ;w;
Can you explain how you did it? I've been trying to get the textures for the hair in X&Y. The only texture I can get is the white, shaded textures. It might be a similar way of finding the textures in S&M.
I used the recolor tool in paintdotnet to color the hair. For the skin texture the same thing but for the eyelid textures I had to crop out the eyes and use plugins etc till I got it looking right.
Posts: 75
Threads: 14
Joined: Mar 2016
Posts: 37
Threads: 0
Joined: Mar 2016
Posts: 9
Threads: 1
Joined: Sep 2013
I'm sorry for butting in, but...somebody leaked the complete ROM of Pokemon Moon. I'm not going to provide the link to it, of course.
All I'm saying is...should we start ripping models from the ROM now that it's available, or should we wait until Sun & Moon are actually released first before we start doing so?
Just saying.
Posts: 83
Threads: 2
Joined: Oct 2014
(11-08-2016, 11:33 AM)//X-Gluon// Wrote: I'm sorry for butting in, but...somebody leaked the complete ROM of Pokemon Moon. I'm not going to provide the link to it, of course.
All I'm saying is...should we start ripping models from the ROM now that it's available, or should we wait until Sun & Moon are actually released first before we start doing so?
Just saying.
In my honest opinion, I think it's best we wait until the actual game is released, so that we don't get into any sort of trouble. Besides, it's only 10 days until the games are out.
Posts: 75
Threads: 14
Joined: Mar 2016
(11-08-2016, 11:52 AM)Yunpol Wrote: (11-08-2016, 11:33 AM)//X-Gluon// Wrote: I'm sorry for butting in, but...somebody leaked the complete ROM of Pokemon Moon. I'm not going to provide the link to it, of course.
All I'm saying is...should we start ripping models from the ROM now that it's available, or should we wait until Sun & Moon are actually released first before we start doing so?
Just saying.
In my honest opinion, I think it's best we wait until the actual game is released, so that we don't get into any sort of trouble. Besides, it's only 10 days until the games are out.
I think that only the things that have been already confirmed officially should be ripped.
Posts: 37
Threads: 0
Joined: Mar 2016
I hope this isn't against the Rules....
Posts: 9
Threads: 1
Joined: Sep 2013
11-08-2016, 05:22 PM
(This post was last modified: 11-08-2016, 05:23 PM by //X-Gluon//.)
(11-08-2016, 01:13 PM)Deep Weeb Wrote: (11-08-2016, 11:52 AM)Yunpol Wrote: (11-08-2016, 11:33 AM)//X-Gluon// Wrote: I'm sorry for butting in, but...somebody leaked the complete ROM of Pokemon Moon. I'm not going to provide the link to it, of course.
All I'm saying is...should we start ripping models from the ROM now that it's available, or should we wait until Sun & Moon are actually released first before we start doing so?
Just saying.
In my honest opinion, I think it's best we wait until the actual game is released, so that we don't get into any sort of trouble. Besides, it's only 10 days until the games are out.
I think that only the things that have been already confirmed officially should be ripped. Very well. That's the reaction I expected.
Posts: 16
Threads: 0
Joined: Dec 2014
Interesting to note for animators that a few of the main characters now have proper mouth bone controls, rather than just sprites!
Posts: 37
Threads: 0
Joined: Mar 2016
(11-08-2016, 07:32 PM)N1AF Wrote: Interesting to note for animators that a few of the main characters now have proper mouth bone controls, rather than just sprites!
It's from demo or the leaked one?
Posts: 16
Threads: 0
Joined: Dec 2014
(11-08-2016, 07:42 PM)Chaze Wrote: (11-08-2016, 07:32 PM)N1AF Wrote: Interesting to note for animators that a few of the main characters now have proper mouth bone controls, rather than just sprites!
It's from demo or the leaked one?
Full version, demo didn't have the battle models packed in, just overworld ones.
I'm just observing though, not releasing. They're out there if you want a nosy yourself.
|