Jump to content

Omicron

Members
  • Posts

    1,195
  • Joined

Everything posted by Omicron

  1. Skinning Tutorial #1 - The Basics Getting your first skin in game - from start to finish. What this will cover: Required software Some basics Setting up your working directory Making your skin Making your .pk3 Closing remarks Links Required software: Additional links will be at the end. You need: Graphics program Simple text editor like notepad ModView Pakscape (optional, makes navigating PK3 files easier) ... and patience. Some basics: .pk3 Files: Jedi Academy reads game data like maps, models, skins, etc from .pk3 files in the base and mod folders (e.g. japlus). These are just renamed .zip files - to open one you can change the file extension from .pk3 to .zip, or assign your file archiver to recognise the extension. Likewise, to create a .pk3, make a .zip and rename the extension. Easy! ModView: A utility to view your skin without having to load up JKA each time. It requires a very strict folder hierarchy in order to work, along with some additional files. Your working directory: Somewhere on your computer, make a folder where you can work on your skin. Remember how I mentioned ModView requires a strict folder directory? This is where it goes. Make a folder called "base". Inside that, "models" and in that, "players". ..\My Skin\base\models\players Next, go to your JKA base folder, located at: Windows: C:\Program Files (x86)\LucasArts\Star Wars Jedi Knight Jedi Academy\GameData\base Steam: <steam folder>/steamapps/common/Jedi Academy/GameData/base And open assets1.pk3, you should see something like this: Navigate to models/players and copy the _humanoid folder into the "players" folder you created earlier, along with the folder of the character you want to reskin. For this tutorial, I'll be reskinning rebel_pilot. Now, go to the model's folder you just copied over, and open model.glm with Modview, you should see this: If you get this error, then just press OK. For this error, select No, unless you don't mind it popping up every time you refresh the textures. Some basic navigation tips in Modview: Holding down left-click and moving your mouse rotates the model. Holding down right-click and moving your mouse forwards or backgrounds will zoom in and out of the model. Holding down alt + left-click and moving your mouse will shift where the model is on the scene. Now open the model_default.skin with notepad, and you should see something like this: hips,models/players/rebel_pilot/rebel_pilot_legs.tga hips_torso,models/players/rebel_pilot/rebel_pilot_torso.tga torso,models/players/rebel_pilot/rebel_pilot_torso.tga torso_l_shoulder,models/players/rebel_pilot/rebel_pilot_torso.tga torso_r_shoulder,models/players/rebel_pilot/rebel_pilot_torso.tga torso_cap_head_off,models/players/stormtrooper/caps.tga torso_cap_hips_off,models/players/stormtrooper/caps.tga torso_cap_l_arm_off,models/players/stormtrooper/caps.tga torso_cap_r_arm_off,models/players/stormtrooper/caps.tga head,models/players/rebel_pilot/rebel_pilot_head.tga head_teeth,models/players/rebel_pilot/teeth.tga head_face,models/players/rebel_pilot/face.tga head_helmet,models/players/rebel_pilot/helmet_chinstrap.tga head_goggles,models/players/rebel_pilot/googles.tga r_arm,models/players/rebel_pilot/rebel_pilot_torso.tga r_arm_cap_r_hand_off,models/players/stormtrooper/caps.tga r_arm_cap_torso_off,models/players/stormtrooper/caps.tga r_hand,models/players/rebel_pilot/rebel_pilot_hand.tga r_hand_inner_glove,models/players/rebel_pilot/rebel_pilot_hand.tga l_arm,models/players/rebel_pilot/rebel_pilot_torso.tga l_arm_cap_l_hand_off,models/players/stormtrooper/caps.tga l_arm_cap_torso_off,models/players/stormtrooper/caps.tga l_hand,models/players/rebel_pilot/rebel_pilot_hand.tga l_hand_inner_glove,models/players/rebel_pilot/rebel_pilot_hand.tga torso_frontpack,models/players/rebel_pilot/rebel_pilot_head.tga hips_cap_l_leg_off,models/players/stormtrooper/caps.tga hips_cap_torso_off,models/players/stormtrooper/caps.tga hips_cap_r_leg_off,models/players/stormtrooper/caps.tga l_leg,models/players/rebel_pilot/rebel_pilot_boots.tga l_leg_cap_hips_off,models/players/stormtrooper/caps.tga l_leg_boot_pipe8,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe7,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe6,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe5,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe4,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe3,models/players/trandoshan/foot.tga l_leg_boot_pipe2,models/players/rebel_pilot/rebel_pilot_legguard.jpg l_leg_boot_pipe1,models/players/rebel_pilot/rebel_pilot_legguard.jpg r_leg,models/players/rebel_pilot/rebel_pilot_boot_right.tga r_leg_cap_hips_off,models/players/stormtrooper/caps.tga This is showing you which textures go on which parts of the model. If you want to edit the torso, find the lines which reference the torso, and look at what texture(s) they point to. (This isn't strictly necessary, as you can usually look at the textures and work out where they are on the model.) Here we find it's pointing to rebel_pilot_torso.tga. The image itself isn't a .tga, but that's the extension commonly used in .skin files. Now for the fun part, doing the skinning! Making your skin: Open up the rebel_pilot_torso texture with the image editing software of your choice, and you should see this. For a first skin, you'll most likely want to do something simple, like adding a few colours, changing the hue, adding a logo, etc. Once you have edited the texture, you'll need to save it. If it's a jpg, you need to make sure progressive is turned off. So, you have made your texture and it has replaced the rebel_pilot_torso texture. Now to make ModView recognise the change. Go to the ModView teskbar and press the circled button marked as TEX: If it works, then your textures will have refreshed and you should see your edited texture on it! Now to make this its own separate species to the rebel_pilot. Close ModView, and open up model_default.skin again, you'll notice that all the directories say: models/players/rebel_pilot/ but a few say: models/players/stormtrooper/ Leave the stormtrooper lines alone, they point to the burn marks you see when your character gets chopped in half, decapitated, etc. Change "rebel_pilot" to whatever you want your skin's name to be. Do the same for model_red.skin and model_blue.skin, as they are team skins. Once you have done that, rename the rebel_pilot folder to the name you called your skin in the .skin files. Icons: Now for the icons, so it doesn't show up empty in the main menu. I highly recommend these JKA icon backgrounds by Ruxith. If you go for your own icon style, the dimensions have to be to the power of two on the x and y axes, most people go for 128x128 or 256x256 px. (The base icons are 128x128.) The icon name has to match up with the .skin file name: model_default.skin goes with icon_default.jpg, model_red.skin goes with icon_red.jpg, etc. Making your .pk3: Once you are happy with your skin, it's time to get it in game. Delete the _humanoid folder you copied over, then create a .zip archive of your models folder and its contents. Change the extension to pk3. Now put your pk3 in your game's base folder, boot up JKA, and if everything has been done correctly, it should be in your menu and work in game! If you have reached this far, then congratulations, you have successfully put your own custom skin into JKA! Closing remarks: All textures in the game (model textures, icons, gfx images, etc) have to be to the power of two on the x and y axes. (2, 4, 8, 16, ..., 1024, 2048, etc) Never modify the assets*.pk3's directly and put your own skins in them; make your own .pk3's. Software links: Paint.NET (free) GIMP (free) Photoshop ModView Pakscape
  2. Fooling around on JKGalaxies a number of years ago with Rami, eez, Pande, Resuru... Good times. Definitely my fondest memory of JKA.
  3. First year uni done :L

    1. Show previous comments  1 more
    2. Smoo
    3. Omicron

      Omicron

      Know what you mean. Don't get me wrong, I'm looking forward to it, but it's not as exciting as when I was younger

    4. Smoo

      Smoo

      I got one and a half year left

  4. wtf am I learning about mips/assembly language :<

  5. Rob Halford's christmas album is
  6. love christmas
  7. Anyone seen Sabaton live?

    1. Show previous comments  4 more
    2. Bek

      Bek

      It happens. If you ask me I think it's a dumb idea. Robbing someone while in a crowd could seriously go bad quick. What if the dude notices that he's being robbed? He could ask his friends to gang up on you lol.

    3. IrocJeff

      IrocJeff

      Omicron, do you get to see them with Accept as well?

    4. Omicron

      Omicron

      I won't bother taking anything valuable in, extra stuff to carry more than anything. Yeah, Accept and Twilight Force (haven't heard either) are support.

  8. Uni is fun

    1. Show previous comments  5 more
    2. Bek

      Bek

      It answered mine.

    3. Smoo

      Smoo

      Agreed. Well much more enjoyable than Highschool. I hated Highschool but I enjoy uni. Highschool you're taught to be obedient, uni you're taught to be a free thinker.

    4. Omicron

      Omicron

      Well this got cheery

  9. stark is vgREAT MUI
  10. base jka is only jk
  11. i lobe alcohol

    1. Cerez

      Cerez

      I do not, sir. I do *hic* not!

  12. Fixed it. It was the ExplorerFrame.dll's which were causing the issue (used to change the back/forward button). Reverting back to the default ones fixed it.
  13. Yeah, but reverting back to default still has the issue. It could be that when I was installing theme(s) I altered something I shouldn't, but I can't think what.
  14. Found the same issue in notepadd++ but oddly saving seems fine. it seems that it's one type of dialog box having this issue globally. Something wrong with my explorer?
  15. Same issue with my laptop. Had this problem for a few weeks now at least, not sure how or when it started. haven't found anything online (so far) that helps. Not sure if this is a problem exclusive to Chrome as I don't have this issue when saving in other programs.
  16. Hoping the sunny weather can last here...

    1. Show previous comments  2 more
    2. Ramikad

      Ramikad

      I don't know. Rain and wind clean the air, and help with farming. It's needed every now and then.

    3. Bek

      Bek

      Looking at lightning storms from time to time is always awesome!

    4. Bek

      Bek

      Looking at lightning storms from time to time is always awesome!

  17. Got into my first choice of uni!

    1. Show previous comments  3 more
    2. Jango40

      Jango40

      let the stalking begin ( ͡° ͜ʖ ͡°)

    3. Ping

      Ping

      I always thought you were from the US. I'm no expert on CS, so I don't know how well the subject is taught there, but still cool. Grats!

    4. Omicron
  18. RATM make the best christmas singles

    1. Jango40

      Jango40

      Don't make me depressed, why can't the summer last forever :(

×
×
  • Create New...