Cronwerks MCCode/MCCodes Forums

Please login or register.

Login with username, password and session length

News:

Have you purchased a mod and are struggling to install it? Cronwerks now installs mods for only $3/$2.50. Message Cronus to discuss the details or purchase.


This forum is now closed and has moved to a new location! Click here to find out why.

AuthorTopic: [McCodes] v2 avatars  (Read 1529 times)

gambino

  • Active Member
  • **
  • Reputation Power: 0
  • gambino is looked down upon.gambino is looked down upon.gambino is looked down upon.
  • Offline Offline
  • Posts: 113
    • View Profile
[McCodes] v2 avatars
« on: September 19, 2009, 01:28:33 PM »
I want to try making this. it is going to be hard though but I need help on making it. if you have ever seen gaiaonline.com as they have avatars. I would like to make a site like that with all sorts of clothing, guns, and other things as well. I would like a lot of help on this project because I want to use it.

is someone a better coder and graphics designer that can make good avatars and stuff but not just pictures of fighters?
Logged

Danny696

  • Senior Member
  • ****
  • Reputation Power: 317
  • Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.
  • Offline Offline
  • Posts: 540
    • View Profile
    • WWW
Re: [McCodes] v2 avatars
« Reply #1 on: September 19, 2009, 01:31:20 PM »
Im do not understand what you mean. Explain futher please
Logged
Project Choosen - 10%
Daniel - Hanson . Com

gambino

  • Active Member
  • **
  • Reputation Power: 0
  • gambino is looked down upon.gambino is looked down upon.gambino is looked down upon.
  • Offline Offline
  • Posts: 113
    • View Profile
Re: [McCodes] v2 avatars
« Reply #2 on: September 19, 2009, 03:05:16 PM »
you know how gaiaonline.com has their site right? with their avatars and where you can equip stuff to your person? I want to do that on my site. I don't want just an image of a fighter, or anything with just a picture. I want an actual person where you can edit what your person looks like with cloths, hats, accessories, etc.
Logged

SharkEyes

  • Basic Member
  • *
  • Reputation Power: 0
  • SharkEyes has no influence.
  • Offline Offline
  • Posts: 2
    • View Profile
    • Email
Re: [McCodes] v2 avatars
« Reply #3 on: December 03, 2009, 02:09:52 PM »
for the clothing just add more tables to the users header, like head, top, bottom, hand, feet etc

Then when they buy a new hat or something and wear it just update the head to the item ID

In the viewuser page just have, (vague example)
Put this in dreamweaver and see what it looks like
Code: [Select]
if (head > 0)
{
print '<table width="500" height="300" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="75" height="100" colspan="3"><div align="center"><img src="item1.png" width="75" height="100" alt="head"/></div></td>
  </tr>
  <tr>
    <td height="125" colspan="3" valign="bottom"><div align="center"><img src="item2.png" alt="left" width="50" height="75"/><img src="item4.png" alt="top" width="150" height="125"/><img src="item3.png" alt="right" width="50" height="75"/>
      </div>
    </td>
  </tr>
  <tr>
    <td height="175" colspan="3"><div align="center"><img src="item5.png" width="75" height="175" alt=""/></div></td>
  </tr>
  <tr>
    <td height="50" colspan="3"><div align="center"><img src="item6.png" width="125" height="50" alt="feet"/></div></td>
  </tr>
</table>';
Logged

Djkanna

  • Basic Member
  • *
  • Reputation Power: 0
  • Djkanna is looked down upon.
  • Offline Offline
  • Posts: 29
    • View Profile
Re: [McCodes] v2 avatars
« Reply #4 on: December 19, 2009, 12:35:01 PM »
I understand what you mean I just cannot fathem how to make it work I'd use something like flash or Ajax to do that perhaps you could have like a inventory of clothes at the side and a default person at the other and drag and drop the clothes.

It's something to think about I'll have a look at how to do this  :-\
Logged

mentaljason

  • Basic Member
  • *
  • Reputation Power: 13
  • mentaljason has no influence.
  • Offline Offline
  • Posts: 28
  • MentalJason HURRAH
    • View Profile
    • WWW
Re: [McCodes] v2 avatars
« Reply #5 on: January 14, 2010, 08:27:50 AM »
then get researching, they arn't the easiest script to link with a db, i think the item pic for head etc is a better option. aloght instead of item1, it would be more like <mg src=folderforitempics/{['field for head item equipt']}width=XX height=XX /> more along them lines, then do what sharkeyes said... hope this helps
Logged
Like Mccodes? Like things to be free? try My mods forum where all of the mods are free!

mentaljason

  • Basic Member
  • *
  • Reputation Power: 13
  • mentaljason has no influence.
  • Offline Offline
  • Posts: 28
  • MentalJason HURRAH
    • View Profile
    • WWW
Re: [McCodes] v2 avatars
« Reply #6 on: January 14, 2010, 08:28:47 AM »
If you can provide me with some images that fit i could have a try.... PM me or email me, jasononthis@yahoo.co.uk
Logged
Like Mccodes? Like things to be free? try My mods forum where all of the mods are free!

Danny696

  • Senior Member
  • ****
  • Reputation Power: 317
  • Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.Danny696 is a force to reckon with.
  • Offline Offline
  • Posts: 540
    • View Profile
    • WWW
Re: [McCodes] v2 avatars
« Reply #7 on: January 14, 2010, 12:47:24 PM »
"{['field for head item equipt']}"   "<mg" fail much :P and its ivalid XHTML. and ill do this for ya, i think i know what you mean, pm me
Logged
Project Choosen - 10%
Daniel - Hanson . Com

wrx

  • Basic Member
  • *
  • Reputation Power: 2
  • wrx has no influence.
  • Offline Offline
  • Posts: 5
    • View Profile
Re: [McCodes] v2 avatars
« Reply #8 on: January 15, 2010, 09:57:51 PM »
I want to try making this. it is going to be hard though but I need help on making it. if you have ever seen gaiaonline.com as they have avatars. I would like to make a site like that with all sorts of clothing, guns, and other things as well. I would like a lot of help on this project because I want to use it.

is someone a better coder and graphics designer that can make good avatars and stuff but not just pictures of fighters?




something like this quick example w/ ( jscript rollover to equip/unequip menu)

?
Logged

gambino

  • Active Member
  • **
  • Reputation Power: 0
  • gambino is looked down upon.gambino is looked down upon.gambino is looked down upon.
  • Offline Offline
  • Posts: 113
    • View Profile
Re: [McCodes] v2 avatars
« Reply #9 on: January 20, 2010, 11:41:40 AM »
I want to try making this. it is going to be hard though but I need help on making it. if you have ever seen gaiaonline.com as they have avatars. I would like to make a site like that with all sorts of clothing, guns, and other things as well. I would like a lot of help on this project because I want to use it.

is someone a better coder and graphics designer that can make good avatars and stuff but not just pictures of fighters?

close but no cigar man. I'm looking for something like Gaiaonline has. something where you can apply clothing, items, backgrounds, surroundings, misc., and other things that come to mind. Something so you can do donation packs and everything so you can get more money. I'm sure people love donation packs where it lets you choose the type of thing they want.


something like this quick example w/ ( jscript rollover to equip/unequip menu)

?
Logged

MrWickedJester17

  • Basic Member
  • *
  • Reputation Power: 0
  • MrWickedJester17 has no influence.
  • Offline Offline
  • Posts: 1
    • View Profile
Re: [McCodes] v2 avatars
« Reply #10 on: July 28, 2011, 04:04:22 PM »
would probably be best off contacting the folks who coded for gaia to help you out but that may infringe on a contract they may have with gaia
Logged
 


This forum is now closed and has moved to a new location! Click here to find out why.