The Spriters Resource Community
SearchMember ListCalendarHelp Hello There, Guest! LoginRegister



The Spriters Resource Community » The Resource » The Models Resource » Submissions » Other Systems
Ultimate Marvel vs. Capcom 3 Models

User(s) Viewing This Thread: 1 Guest(s)
Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Ultimate Marvel vs. Capcom 3 Models
Author Message
LittleBoygos Offline
Junior Member
*

Posts: 22
Joined: Jan 2012
Reputation: 0
Post: #1
Ultimate Marvel vs. Capcom 3 Models
DemonBoy will be helping me with the files for these rips. This is what I have done so far. I will update them as I rip more. If these are actually uploaded, I would prefer that they were separated between Marvel characters and Capcom characters.

Marvel Characters
[Image: GYVFL.png][Image: a9wHY.png][Image: XBY9I.png]

Capcom Characters
-None yet-
(This post was last modified: 05-23-2012 09:32 PM by LittleBoygos.)
05-23-2012 02:49 AM
Find all posts by this user
[-] Thanked by1 user thanked this post
darkslayer (01-02-2013)
Login or Register to remove these ads!
LittleBoygos Offline
Junior Member
*

Posts: 22
Joined: Jan 2012
Reputation: 0
Post: #2
RE: Ultimate Marvel vs. Capcom 3 Models
so aRE these good or no?
05-25-2012 04:08 AM
Find all posts by this user
[-]
thegameexplorer Online
*flies around*
***

Posts: 1,188
Joined: Feb 2012
Reputation: 10
Resource - Models Resource - Textures Steam YouTube
Post: #3
RE: Ultimate Marvel vs. Capcom 3 Models
Have patience....

* insert wasted space here *
05-25-2012 02:00 PM
Visit this user's website Find all posts by this user
[-]
BlueBlur97 Offline
Armwrestle with a Saiyan... See what happens
**

Posts: 632
Joined: Mar 2012
Reputation: 13
DeviantArt Facebook Steam
Post: #4
RE: Ultimate Marvel vs. Capcom 3 Models
Once a mod comes by, they'll check it out and if it's acceptable, it'll get uploaded.

[Image: 9fryz.gif] [Image: QUmE6.gif] [Image: dariC.png]
Love (Click to View)
My Ref. - Dazz - NICKtendo DS - Virtuaboy123 - Lexou Duck - Previous - Previous2 - Hiyna S Blackfeather
Seeing this, I really begin to wish Akira Toriyama drew the Naruto series (Click to View)
[Image: tumblr_lyiijcvuoh1qmyulto1_1280.jpg]
Want to chat? Visit the TSR IRC CHANNEL to interact with community, and have a blast!
(This post was last modified: 05-25-2012 05:20 PM by BlueBlur97.)
05-25-2012 05:20 PM
Find all posts by this user
[-] Thanked by1 user thanked this post
thegameexplorer (06-15-2012)
thegameexplorer Online
*flies around*
***

Posts: 1,188
Joined: Feb 2012
Reputation: 10
Resource - Models Resource - Textures Steam YouTube
Post: #5
RE: Ultimate Marvel vs. Capcom 3 Models
They look nice, but it seems you forgot to make previews.

* insert wasted space here *
05-26-2012 10:22 AM
Visit this user's website Find all posts by this user
[-] Thanked by1 user thanked this post
Mighty Jetters (06-01-2012)
LittleBoygos Offline
Junior Member
*

Posts: 22
Joined: Jan 2012
Reputation: 0
Post: #6
RE: Ultimate Marvel vs. Capcom 3 Models
So... I've waited awhile... do I need to make previews for them to be uploaded? I can do that, but how do the models look?
06-15-2012 06:26 PM
Find all posts by this user
[-]
thegameexplorer Online
*flies around*
***

Posts: 1,188
Joined: Feb 2012
Reputation: 10
Resource - Models Resource - Textures Steam YouTube
Post: #7
RE: Ultimate Marvel vs. Capcom 3 Models
(06-15-2012 06:26 PM)LittleBoygos Wrote:  So... I've waited awhile... do I need to make previews for them to be uploaded? I can do that, but how do the models look?
Normally it's a slightly angled view rendered at 356x353 and pasted onto Barabary's Icon Maker which has preview support now.

* insert wasted space here *
06-15-2012 07:22 PM
Visit this user's website Find all posts by this user
[-]
Peardian Offline
Super Moderator
***
Moderators

Posts: 826
Joined: Nov 2011
Reputation: 22
Post: #8
RE: Ultimate Marvel vs. Capcom 3 Models
Sorry for taking so long to get to these. There are some odd issues in there that you can blame on Noesis.

The first is the usual texture path problem seen in every model Noesis exports. The program always sets them as being located in your computer's Noesis folder. It also leaves out the extension of the file, which is important to almost all programs. This makes the textures load incorrectly for anyone who tries to load it. Fortunately, it's easy to fix. All you need is a text editor like Notepad (or Notepad++).

For MTL files, you'll see a number of lines that read "map_Kd" followed by a path, such as "chr\CapAmerica\model\1p\America_tex01_BM". You need to get rid of all of the folder names before it, leaving just the texture name and adding ".png" at the end. For this case, it will be "America_tex01_BM.png". Now, since Noesis renamed the textures when it exported them, you'll have to change it to "America_tex01_BM.360out.png", or else programs won't find it.

Fixing the DAEs is similar. Right near the top is a section called "library_images", which defines all of the textures. You'll see similar paths defined in each "init_from" tag.

Now, as you're doing these, you'll notice the big problem. Every single material uses the same texture. I've never seen this happen before, but I'm guessing it's something Noesis did. Fortunately for you, setting the right texture for these models will be a matter of switching "01" with "02". However, keep in mind that you will have to go in and figure out which materials should have which texture. It will be a bit tedious, but difficult.

Also, where are Captain America's normal and specular maps? He's the only one of the three to not have them.

-Peardian-
07-21-2012 05:28 AM
Find all posts by this user
[-] Thanked by2 users thanked this post
Mighty Jetters (07-21-2012), Tonberry2k (08-01-2012)
LittleBoygos Offline
Junior Member
*

Posts: 22
Joined: Jan 2012
Reputation: 0
Post: #9
RE: Ultimate Marvel vs. Capcom 3 Models
(07-21-2012 05:28 AM)Peardian Wrote:  Sorry for taking so long to get to these. There are some odd issues in there that you can blame on Noesis.

The first is the usual texture path problem seen in every model Noesis exports. The program always sets them as being located in your computer's Noesis folder. It also leaves out the extension of the file, which is important to almost all programs. This makes the textures load incorrectly for anyone who tries to load it. Fortunately, it's easy to fix. All you need is a text editor like Notepad (or Notepad++).

For MTL files, you'll see a number of lines that read "map_Kd" followed by a path, such as "chr\CapAmerica\model\1p\America_tex01_BM". You need to get rid of all of the folder names before it, leaving just the texture name and adding ".png" at the end. For this case, it will be "America_tex01_BM.png". Now, since Noesis renamed the textures when it exported them, you'll have to change it to "America_tex01_BM.360out.png", or else programs won't find it.

Fixing the DAEs is similar. Right near the top is a section called "library_images", which defines all of the textures. You'll see similar paths defined in each "init_from" tag.

Now, as you're doing these, you'll notice the big problem. Every single material uses the same texture. I've never seen this happen before, but I'm guessing it's something Noesis did. Fortunately for you, setting the right texture for these models will be a matter of switching "01" with "02". However, keep in mind that you will have to go in and figure out which materials should have which texture. It will be a bit tedious, but difficult.

Also, where are Captain America's normal and specular maps? He's the only one of the three to not have them.

Whoah, I'm not to good at this technical stuff xD I'll just ask my pal DemonBoy. He's got this figured out, and he's a good friend of mine over at KC-MM.
07-31-2012 12:14 AM
Find all posts by this user
[-]
darkslayer Offline
Junior Member
*

Posts: 1
Joined: Jan 2013
Reputation: 0
Post: #10
RE: Ultimate Marvel vs. Capcom 3 Models
Awesome models, especially thank you for Jean Grey's.

I haven't checked them out myself yet, but I wanted to ask if they were rigged or not?
01-02-2013 07:26 PM
Find all posts by this user
[-]
Previous Away
Posting Freak
***

Posts: 3,646
Joined: May 2008
Reputation: 80
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #11
RE: Ultimate Marvel vs. Capcom 3 Models
darkslayer, please pay attention to post dates and avoid bumping threads that were inactive for a month or longer.


I'm closing, if someone needs this thread again, please contact a mod.

Avatar courtesy of Mighty Jetters
01-02-2013 08:00 PM
Find all posts by this user
[-]
« Next Oldest | Next Newest »
Thread Closed 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


 Quick Theme:


Login or Register to remove this ad!
Contact UsThe Spriters ResourceReturn to TopReturn to ContentMobile VersionRSS Syndication

Current time: 05-19-2013, 03:32 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S.