Home Gallery Resources The Team Rules chat Login Register
Pages:  [1] 2
Author Topic: Vertex Copying?  (Read 8432 times)
0 Members and 1 Guest are viewing this topic.
TheZac268™
Extreme Kitten
*******
Offline Offline

Posts: 354


I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « on: September 24, 2010, 03:13:44 PM »


    Not exactly that but I vertexed Peach's right shoulder ball, I tried re-making it on the other ball, but it turns out to be an epic fail! Is there anyway that I could make her left shoulder ball the exact same shape as her right? I tried hexing, I took both the vertex sets for each ball and the model and put them into HxD. I copied the hex values of the left ball and search for them in her model file, then, once i found them, I copied the hex values of her right ball and pasted them over the left balls values. But it messed up and when you look at it in BB, its very spikey and the texture I put on it is darker than the right side. Being familiar with Peach's balls(xD), the left one is flipped upside down when vertexing it, so when I hexed it, it was right-side up. So I flipped it up-side down and that still didn't fix it. So does anyone know what I could do?
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #1 on: September 24, 2010, 03:35:56 PM »


    you need to take the values for the R shoulder and scale them to X = -1

    that should help Smiley

    if you need help on doing that, let me know :/
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DrPanda
    Special Access
    *****
    Offline Offline

    Posts: 1704


  • Awards Super Saiyan Topic Renowned Hacker Featured Heart Container

  • View Profile Awards
    « Reply #2 on: September 24, 2010, 03:42:28 PM »


    Do you use 3dsmax?
    You could use the morpher tool, then rotate it back if you do.

    Otherwise I'd suggest doing them both again, but do them both at the same time so that they match.

    EDIT: Or what Tcll said... It would probably work out better like that anyway
    « Last Edit: September 24, 2010, 03:43:49 PM by DrPanda » Logged

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #3 on: September 24, 2010, 03:43:53 PM »


    Yea, could you explain a little more of how to do so? I'm not quite sure as to what you meant.
    And no I don't use 3DSMax, it won't let me install it on my CPU... So I still use Anim8or.
    I'm about to upload some pics of what I did and what I want to do.
    EDIT:

    Alright I want the Left Shoulder to be exactly like the Right Shoulder.  I hate how the Left Shoulder is up-side down when you vertex it with Anim8or.
    « Last Edit: September 24, 2010, 04:00:42 PM by TheZac268™ » Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #4 on: September 24, 2010, 04:28:02 PM »


    I'm not sure as to what you're doing... :/

    how/what are you doing to get the sholders like that??
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #5 on: September 24, 2010, 04:50:03 PM »


    It's vertexing. I Re-shaped the shoulder balls into sleeves. and i can't get the left sleeve to look right, in-game the right sleeve is find but the left is not, it sticks out. i want both sleeves to look exacty alike, just one on the left and one on the right, do you want a picture of the whole model with the sleeves on? would that help?
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #6 on: September 24, 2010, 06:24:51 PM »


    all I can really think of for you to do is: (it's easier to explain in math)
    Rshoulder = for (vertex): return X,Y,Z
    Lshoulder = (Rshoulder *= -1)

    basically saying to * the Rshoulder vert offsets by -1,
    and adjust the Lshoulder vert offsets to those #'s
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #7 on: September 24, 2010, 06:31:44 PM »


    I'm sorry but... ¡No comprende!  Undecided
    I don't understand what you mean by that or how to do it... I feel like I know nothing now that I read that! XD Is there anyway to explain into further detail on how to do so or am I just gonna have to ask someone do it for me?
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #8 on: September 24, 2010, 06:50:14 PM »


    I'm sorry but... ¡No comprende!  Undecided
    I don't understand what you mean by that or how to do it... I feel like I know nothing now that I read that! XD Is there anyway to explain into further detail on how to do so or am I just gonna have to ask someone do it for me?

    if I had my cpu, or at least my wireless Kbd, I'd explain it alot better...

    blender would be alot easier to obtain and apply the vert offsets...

    I'd do it for ya, but...
    no cpu...

    only on Wii with stupid wii-mote on Opera channel >:/
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #9 on: September 24, 2010, 06:58:55 PM »


    What happened to your CPU?
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #10 on: September 24, 2010, 07:03:52 PM »


    mom took it and I'm trying to get it back... >_>

    EDIT:
    but now it has no net...
    she took the freakin w-less card in it >:/
    « Last Edit: September 24, 2010, 07:06:00 PM by Tcll » Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #11 on: September 24, 2010, 07:09:10 PM »


    Ugh! That sux, like REALLY SUX!! Your so into what you do, and yet your Mom won't let you do it... I know the feeling.
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #12 on: September 24, 2010, 07:21:22 PM »


    well, I'm glad I'm not alone...
    thanx Smiley

    gawd I feel like a kid beggin for a fudgebar mom's holding,
    but won't let you have and eats it in front of you...
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #13 on: September 24, 2010, 07:39:45 PM »


    I've got a big list of stuff to do...
    some of it I still can't rmbr...

    but yea...
    http://tcll5850.proboards.com/index.cgi?board=general&action=display&thread=44&page=1

    you should be able to view it, just not post in it... (unless you subscribe)
    but yea...

    lotza crap I can't do right now... :/
    some of it I can finish in at least an hour...
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    TheZac268™
    Extreme Kitten
    *******
    Offline Offline

    Posts: 354


    I am THEZac268

  • Awards Tutorial Writer

  • View Profile Awards
    « Reply #14 on: September 24, 2010, 07:43:07 PM »


    Ur welcome.
    I can't wait tell I'm done with this Peach vertexture! I think people gonna love it.
    So I guess I'm just gonna have to wait until you get your cpu back, huh? I can wait XD At least I'll get some help.
    So what exactly do you do with all your spare time??
    EDIT:
    Well now I know XD
    That's almost too much!
    Logged

    vErTeX hAcKs HeRe
    tExTuRe HaCkS hErE

    Pages:  [1] 2
    Print
    Jump to: