Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    willmaster74's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired

    Making a Weapon Skin

    Hi guys I have seen some users like ccman or so upload skin packs, and I wonder how they make the skin packs and the installers for them. If anyone here on mpgh have any tips and tricks for me to make my own skin pack and an installer for it I will very much appreciate it!!!

  2. #2
    FatAssHacker123's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Who's asking?
    Posts
    524
    Reputation
    46
    Thanks
    128
    My Mood
    Hungover
    I would like to know too.

  3. #3
    GlowingStone's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Earth.dll
    Posts
    735
    Reputation
    20
    Thanks
    698
    My Mood
    Confused
    Only a few members know how to do it and they aren't really on this section anymore.. @SteelSkinz was on of them, but you should know that skining in AVA is extremly difficult since files are packaged in .upk
    Last edited by GlowingStone; 07-07-2013 at 02:55 PM.





     

    Riddick
    zZzeta/S
    AVA PlaYe
    Chrome Boy
    SteelSkinz
    ccman32
    Jabberwo0k
    Akinator
    Comanderr
    [D]opeDog
    Prepix
    Lehsyrus

    MPGH member since 29/12/2012
    Dedicated to AVA section since 29/12/2012
    AVA Editor from 09/06/2013 to "i don't remember"
    AVA player since.. it's beginning!

  4. #4
    Predator's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    君の名は。🌸
    Posts
    11,989
    Reputation
    3064
    Thanks
    5,164
    My Mood
    Yeehaw
    Only SteelSkinz could really make one. Its really hard.





    MPGH Member Since: 2011
    AVA Minion Since: 7.14.2013 - 7.4.2014

    ⎳ℴ ⎷ ℯ
    進撃の巨人

    私は武器販売業者と一緒に旅行した

    犬の日が終わった


     


    MPGH Relic, Full-time Lurker.

    Join Anime Force, take over the world.

    ✘✘✘













  5. #5
    ccman32's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Germany
    Posts
    1,306
    Reputation
    325
    Thanks
    22,221
    My Mood
    Devilish
    Quote Originally Posted by GlowingStone View Post
    Only a few members know how to do it and they aren't really on this section anymore.. @SteelSkinz was on of them, but you should know that skining in AVA is extremly difficult since files are packaged in .apk
    Actually .upk,
    .apk are android applications

  6. The Following User Says Thank You to ccman32 For This Useful Post:

    Derpik (07-07-2013)

  7. #6
    GlowingStone's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Earth.dll
    Posts
    735
    Reputation
    20
    Thanks
    698
    My Mood
    Confused
    Quote Originally Posted by ccman32 View Post

    Actually .upk,
    .apk are android applications
    Oh sorry, what was i thinking..
    Shit brain! ^^





     

    Riddick
    zZzeta/S
    AVA PlaYe
    Chrome Boy
    SteelSkinz
    ccman32
    Jabberwo0k
    Akinator
    Comanderr
    [D]opeDog
    Prepix
    Lehsyrus

    MPGH member since 29/12/2012
    Dedicated to AVA section since 29/12/2012
    AVA Editor from 09/06/2013 to "i don't remember"
    AVA player since.. it's beginning!

  8. #7
    willmaster74's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    Quote Originally Posted by GlowingStone View Post
    Only a few members know how to do it and they aren't really on this section anymore.. @SteelSkinz was on of them, but you should know that skining in AVA is extremly difficult since files are packaged in .upk
    Thanks i will try to get contact with him to find out more.

  9. #8
    Predator's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    君の名は。🌸
    Posts
    11,989
    Reputation
    3064
    Thanks
    5,164
    My Mood
    Yeehaw
    Quote Originally Posted by willmaster74 View Post
    Thanks i will try to get contact with him to find out more.
    Its actually a "She". Steel will probrably send you this because she already told a lot of people the same thing. Im just saving your time.

    I already helped many of people who try to made these. One more wouldn't hurt but I must warn you it's really difficult. Before I start. I must tell you that I do most math in papers. And everyone I teach run away at first sign of complication. So brace yourself.

    Here we go. Everyone have problem with repack because there is no repack application(there is, Redduck have one) So then in order to make this modification happen you had know how the file work.

    below is how my method work.

    Encrypted package > decrypt > Encrypted file > decrypt > compressed image > decompress > image(editable at this point)

    then in order to make it work inside the package again you need to

    compress the image > encrypt > get all files that were in package together and encrypt the whole package again.

    First, In each package(upk) contain encrypted files. Textures or skins included. This is the first problem. You need to learn how to decryption the file.

    then how to learn or know about decryption and encryption ?
    I suggest you read RSA algorithm to learn the basic of it.(at this point you should have knowledge of Computer Sercurity : Encryption) But any of encryption algorithm always have the key(in this case : an equation). This key obtain by compare between the files.

    For example : you need an old one and updated one, SA58 Para, W098.upk is the most frequency update at a time). To obtain the key is required the mathematics called differential equation in order to solve and obtain key.(the key is an equation that can be use for decryption and with a little work it can also encrypt the file as well)

    To make short, compare, use differential equation to find the key . Easy does it ?(not really)

    second step is the decompress images. This is easy. There are a lot of application that will help you make file.texture2d into any image extension. But I suggest you make yourself one. Because the whole encryption and decryption required a bit of coding to help. Unreal use zlib image compression algorithm.
    Go look for one or make. Don't be lazy and use umodel because it won't bother compress the texture2d back to former state.

    third part : PARTY Time.
    Paint, Photoshop whatever you good at but note this. It's difficult to encrypt it back when you modify it a lot because of size and pixel mapping. You can see I made only 1 unique skin here, the Silver M4A1, because it's extremely difficult to made one when the whole image file is changed It's took me a very long time to learn from Skin maker and made one that why the rest of released skin are not unique.

    fourth step. Compress it back.

    fifth step. Encrypt it.

    last step gather the whole file in package and make them whole and encrypt tehm then test it in game.




    It's quite frustrate when the file didn't work. It happened to me a lot, more than I care to count so be patient with these trial and error methods. Here is what skin maker told me. "I don't care if you have the Skills or knowledge. Without will and passion you won't gonna success."(actually it's require a lot of knowledge) so I hope you have the will and passion to succeed. If it's easy then It'd happened long time before SEA AVA.(the server opened almost two year and the skin maker made first change of texture there, he also post it here on MPGH, the Asia rank for ijji server.)





    MPGH Member Since: 2011
    AVA Minion Since: 7.14.2013 - 7.4.2014

    ⎳ℴ ⎷ ℯ
    進撃の巨人

    私は武器販売業者と一緒に旅行した

    犬の日が終わった


     


    MPGH Relic, Full-time Lurker.

    Join Anime Force, take over the world.

    ✘✘✘













  10. The Following User Says Thank You to Predator For This Useful Post:

    GlowingStone (07-07-2013)

  11. #9
    GlowingStone's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Earth.dll
    Posts
    735
    Reputation
    20
    Thanks
    698
    My Mood
    Confused
    Quote Originally Posted by Commanderr View Post


    Its actually a "She". Steel will probrably send you this because she already told a lot of people the same thing. Im just saving your time.

    You're completely right.

    @willmaster74 you should also note that she is Chinese (if i remember well) and doesn't have a perfect english.. Makes it even harder to learn from her.
    But as her master said, if you have the passion and will, you will succeed!





     

    Riddick
    zZzeta/S
    AVA PlaYe
    Chrome Boy
    SteelSkinz
    ccman32
    Jabberwo0k
    Akinator
    Comanderr
    [D]opeDog
    Prepix
    Lehsyrus

    MPGH member since 29/12/2012
    Dedicated to AVA section since 29/12/2012
    AVA Editor from 09/06/2013 to "i don't remember"
    AVA player since.. it's beginning!

  12. #10
    BtchPlease's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Japan
    Posts
    878
    Reputation
    16
    Thanks
    233
    My Mood
    Angelic
    Quote Originally Posted by Commanderr View Post


    Its actually a "She". Steel will probrably send you this because she already told a lot of people the same thing. Im just saving your time.

    That was a lot of complicated text, my brain is seriously fucked right now.
    Join the anti beggers group now!

    www.mpgh.net/forum/groups/1886-anti-beggers.html


  13. #11
    Predator's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    君の名は。🌸
    Posts
    11,989
    Reputation
    3064
    Thanks
    5,164
    My Mood
    Yeehaw
    Basically what she replied to me when I asked her the same question.





    MPGH Member Since: 2011
    AVA Minion Since: 7.14.2013 - 7.4.2014

    ⎳ℴ ⎷ ℯ
    進撃の巨人

    私は武器販売業者と一緒に旅行した

    犬の日が終わった


     


    MPGH Relic, Full-time Lurker.

    Join Anime Force, take over the world.

    ✘✘✘













  14. #12
    SteelSkinz's Avatar
    Join Date
    Feb 2012
    Gender
    female
    Posts
    369
    Reputation
    36
    Thanks
    1,634
    My Mood
    Happy
    Why using skins when you can just spawn them ?

  15. The Following User Says Thank You to SteelSkinz For This Useful Post:

    aaiight (07-07-2013)

  16. #13
    willmaster74's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    Quote Originally Posted by BtchPlease View Post


    That was a lot of complicated text, my brain is seriously fucked right now.
    I never knew she was a girl & yeah ik i am too but that wont stop me from trying !!!

    ---------- Post added at 07:07 PM ---------- Previous post was at 07:06 PM ----------

    Quote Originally Posted by SteelSkinz View Post
    Why using skins when you can just spawn them ?
    I dont have ********* hack, because that is the only way i have seen people do that.

  17. #14
    aaiight's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Inuti din mammas punani
    Posts
    451
    Reputation
    10
    Thanks
    118
    My Mood
    Psychedelic
    Quote Originally Posted by SteelSkinz View Post
    Why using skins when you can just spawn them ?
    Long time no see SteelSkinz

  18. #15
    Cipres's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    23
    My Mood
    Lonely

    For me I think it would be a little easier, half of my life I spend studying methods of encryption if I remember correctly, I started with the old method of cesar.
    Last edited by Cipres; 07-07-2013 at 10:24 PM.
     





    Is that the kind of youth we want?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] Making a Weapon Skin
    By willmaster74 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 07-06-2013, 10:20 PM
  2. [Help Request] How to make weapon skins?
    By huehuehuehuehue in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 03-09-2013, 10:26 AM
  3. I wanna make a weapon skin
    By Albion745a in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 02-01-2013, 08:13 AM
  4. make warrock weapons soundless (Tutorial)
    By floris12345! in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-01-2007, 08:42 AM
  5. warrock weapon skin hack
    By slash83 in forum WarRock - International Hacks
    Replies: 45
    Last Post: 02-10-2006, 04:43 PM