Search the Community

Showing results for tags 'animation'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Kotor Modding
    • Mod Releases
    • General Kotor/TSL Modding
    • Modding Tools
    • Work In Progress
    • Tutorials
    • Game Saves
  • Mod Projects
    • TSLRCM
    • M4-78 Enhancement Project
    • KotOR1 Restoration (K1R)
    • Revenge of Revan
    • KotOR Toolset
  • Jedi Knight Series
    • General Discussion
    • Mod Releases
  • Other Games
    • Other Games
    • Dantooine Theater Company
  • General
    • News
    • Knights of the Old Republic General
    • Star Wars
    • The Old Republic
    • Site Feedback
    • General Discussion

Blogs

There are no results to display.

There are no results to display.

Categories

  • Knights of The Old Republic
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • The Sith Lords
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • Jedi Knight Series
    • Maps
    • Mods
    • Skins
    • Other
  • Game Saves
  • Other Games
  • Modding Tools

Product Groups

  • Premium Membership
  • Modders Account

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 21 results

  1. Version 1.0

    1,891 downloads

    This is a fix for a number of issues present on the supermodels, the stock animations used for most characters in the game. When wielding dual melee weapons, male hands would clip through the weapons for some animations, notably the looping ready pose. The issue seemed to be that the fingers were gripping the weapon too tightly, so I loosened them up for the male models. If you think you've spotted any other issues, send me a picture so I can confirm what the problem is and whether it's an issue with the supermodels. If so, I'll add it to my to-do list.
  2. Version 3.10.3

    2,066 downloads

    This add-on is a fork of KotorBlender, upgraded to support newer versions of Blender. KotorBlender is in turn based on NeverBlender, forked from version 1.23a. ## Features - Import & export MDL models, including walkmeshes - Import & export LYT files - Import & export PTH files ## Installation 1. Clone this repository or download the latest release of KotorBlender from Deadly Stream 2. If you have cloned the repository, create a ZIP archive containing the **io_scene_kotor** directory 3. From Edit → Preferences → Add-ons in Blender, install the add-on from the ZIP archive and enable it by ticking a box next to "Import-Export: KotorBlender" 4. Alternatively, if you want to contribute to KotorBlender, you may want to create a symbolic link to the local repository in the Blender add-ons directory, typically located at `C:/Users/{user}/AppData/Roaming/Blender Foundation/Blender/{version}/scripts/addons`. 1. `mklink /D io_scene_kotor {repo}/io_scene_kotor` ## Usage ### Data Preparation Extract models, textures, walkmeshes, LYT and PTH files into a working directory, using a tool of your choice, e.g. reone toolkit. Recommended directory structure: - *data* — extract all BIF archives here without subdirectories - *texturepacks* - *swpc_tex_tpa* — extract swpc_tex_tpa ERF archive here If you plan to edit textures, batch-convert TPC to TGA / TXI files using **reone toolkit**, although TPC textures are also supported by KotorBlender. ### Model Import and Export 1. Import via File → Import → KotOR Model (.mdl) 2. Select top-level MDL root object to be exported 3. Export via File → Export → KotOR Model (.mdl) ### Editing Animations To edit list of model animations and corresponding events, select MDL root object and navigate to Object → KotOR Animations. KotorBlender supports both object and armature-based edits. To create an armature from objects, navigate to KotOR Animations → Armature and press Rebuild Armature and Apply Object Keyframes. Before exporting a model, make sure to copy armature keyframes back to objects by pressing Unapply Object Keyframes. ### Lightmapping 1. Select objects for which you want lightmaps to be recreated, or unselect all objects to recreate all lightmaps 2. Press KotOR → Lightmaps → Bake (auto) UV mapping: 1. Select objects having the same lightmap texture and enter Edit mode 2. For every object, ensure that `UVMap_lm` UV layer is active 3. Select all faces and unwrap UVs via UV → Lightmap Pack, increase Margin to avoid face overlapping Fine-tuning: 1. Increase lightmap image size via UV Editing → Image → Resize 2. Tweak ambient color via Scene → World → Surface → Color 3. Manually toggle rendering of objects in Outliner and press KotOR → Lightmaps → Bake (manual) 4. In Scene → Render, set Device to GPU Compute to improve performance, set Render Engine to Cycles if not already 5. In Scene → Render → Sampling → Render increase Max Samples to improve quality ### Minimap Rendering 1. Press KotOR → Minimap → Render (auto) 2. Open "Render Result" image in Image Editor and save it as "lbl_map{modulename}.tga" 3. Open "MinimapCoords" text in Text Editor and copy-paste generated properties into module .ARE file using any GFF editor Fine-tuning: 1. Tweak background color via Scene → World → Surface → Color 2. Manually toggle rendering of objects in Outliner and press KotOR → Minimap → Render (manual) ### Connecting Rooms 1. Select a room walkmesh 2. Enter Edit mode and select two vertices adjacent to another room 3. Determine 0-based index of the other room into the LYT file 4. Enter Vertex Paint mode and set brush color to (0.0, G, 0.0), where G = (200 + room index) / 255 5. Ensure that brush blending mode is set to Mix, and brush strength is set to 1.0 6. Paint over the selected vertices ### Editing Paths 1. Extract PTH file from the module's RIM file, e.g. "modules/danm13_s.rim" (Kotor Tool, reone toolkit, etc.) 2. Import PTH into Blender via File → Import → KotOR Path (.pth) 3. Create/move path points, or modify path connections via Object Properties 4. Export PTH via File → Export → KotOR Path (.pth) ## Compatibility Known to work with Blender versions ranging from 3.3 to 4.0. ## License GPL 3.0 or later
  3. View File KotorBlender (for Blender 3.3+) This add-on is a fork of KotorBlender, upgraded to support newer versions of Blender. KotorBlender is in turn based on NeverBlender, forked from version 1.23a. ## Features - Import & export MDL models, including walkmeshes - Import & export LYT files - Import & export PTH files ## Installation 1. Clone this repository or download the latest release of KotorBlender from Deadly Stream 2. If you have cloned the repository, create a ZIP archive containing the **io_scene_kotor** directory 3. From Edit → Preferences → Add-ons in Blender, install the add-on from the ZIP archive and enable it by ticking a box next to "Import-Export: KotorBlender" 4. Alternatively, if you want to contribute to KotorBlender, you may want to create a symbolic link to the local repository in the Blender add-ons directory, typically located at `C:/Users/{user}/AppData/Roaming/Blender Foundation/Blender/{version}/scripts/addons`. 1. `mklink /D io_scene_kotor {repo}/io_scene_kotor` ## Usage ### Data Preparation Extract models, textures, walkmeshes, LYT and PTH files into a working directory, using a tool of your choice, e.g. reone toolkit. Recommended directory structure: - *data* — extract all BIF archives here without subdirectories - *texturepacks* - *swpc_tex_tpa* — extract swpc_tex_tpa ERF archive here If you plan to edit textures, batch-convert TPC to TGA / TXI files using **reone toolkit**, although TPC textures are also supported by KotorBlender. ### Model Import and Export 1. Import via File → Import → KotOR Model (.mdl) 2. Select top-level MDL root object to be exported 3. Export via File → Export → KotOR Model (.mdl) ### Editing Animations To edit list of model animations and corresponding events, select MDL root object and navigate to Object → KotOR Animations. KotorBlender supports both object and armature-based edits. To create an armature from objects, navigate to KotOR Animations → Armature and press Rebuild Armature and Apply Object Keyframes. Before exporting a model, make sure to copy armature keyframes back to objects by pressing Unapply Object Keyframes. ### Lightmapping 1. Select objects for which you want lightmaps to be recreated, or unselect all objects to recreate all lightmaps 2. Press KotOR → Lightmaps → Bake (auto) UV mapping: 1. Select objects having the same lightmap texture and enter Edit mode 2. For every object, ensure that `UVMap_lm` UV layer is active 3. Select all faces and unwrap UVs via UV → Lightmap Pack, increase Margin to avoid face overlapping Fine-tuning: 1. Increase lightmap image size via UV Editing → Image → Resize 2. Tweak ambient color via Scene → World → Surface → Color 3. Manually toggle rendering of objects in Outliner and press KotOR → Lightmaps → Bake (manual) 4. In Scene → Render, set Device to GPU Compute to improve performance, set Render Engine to Cycles if not already 5. In Scene → Render → Sampling → Render increase Max Samples to improve quality ### Minimap Rendering 1. Press KotOR → Minimap → Render (auto) 2. Open "Render Result" image in Image Editor and save it as "lbl_map{modulename}.tga" 3. Open "MinimapCoords" text in Text Editor and copy-paste generated properties into module .ARE file using any GFF editor Fine-tuning: 1. Tweak background color via Scene → World → Surface → Color 2. Manually toggle rendering of objects in Outliner and press KotOR → Minimap → Render (manual) ### Connecting Rooms 1. Select a room walkmesh 2. Enter Edit mode and select two vertices adjacent to another room 3. Determine 0-based index of the other room into the LYT file 4. Enter Vertex Paint mode and set brush color to (0.0, G, 0.0), where G = (200 + room index) / 255 5. Ensure that brush blending mode is set to Mix, and brush strength is set to 1.0 6. Paint over the selected vertices ### Editing Paths 1. Extract PTH file from the module's RIM file, e.g. "modules/danm13_s.rim" (Kotor Tool, reone toolkit, etc.) 2. Import PTH into Blender via File → Import → KotOR Path (.pth) 3. Create/move path points, or modify path connections via Object Properties 4. Export PTH via File → Export → KotOR Path (.pth) ## Compatibility Known to work with Blender versions ranging from 3.3 to 4.0. ## License GPL 3.0 or later Submitter seedhartha Submitted 03/18/2021 Category Modding Tools  
  4. View File JC's Supermodel Fix for K2 This is a fix for a number of issues present on the supermodels, the stock animations used for most characters in the game. First, Obsidian added several combat animation variations for K2, but they messed up a couple of the names, causing the game to play animations that don't exist and resulting in characters freezing in place. This mod fixes that. Second, the animations for dual blasters had the hand objects in the incorrect positions. For male characters, the blasters would clip through the hands, and for female characters they would hover above the hands. I've restored them to the positions they were in K1. Third, when wielding dual melee weapons, male hands would clip through the weapons for some animations, notably the looping ready pose. The issue seemed to be that the fingers were gripping the weapon too tightly, so I loosened them up for the male models. I have also added an option to change the melee running animations to match how they are in K1. I included this as an optional part of the installation as it's an issue of preference rather than a straightforward fix. If you think you've spotted any other issues, send me a picture so I can confirm what the problem is and whether it's an issue with the supermodels. If so, I'll add it to my to-do list.  Submitter JCarter426 Submitted 08/26/2017 Category Mods TSLRCM Compatible Yes  
  5. View File HK-47 Disabled Animation Eye Fix ============================================= A KNIGHTS OF THE OLD REPUBLICII: THE SITH LORDS MODIFICATION ============================================= AUTHOR: Marius Fett NAME: HK-47 Disabled Animation Eye Fix Special Thanks: DarthParametric for pointing out the bug in the first place. DESCRIPTION: I must confess, I’d never noticed this before, but as soon as it was pointed out, I couldn’t unsee it and couldn’t ignore it. Basically, the vanilla HK-47 model doesn’t turn off the self-illumination for HK’s eye mesh when the disabled animation is playing, which makes absolutely no sense. This mod edits that animation and disables the self-illumination. COMPATIBILITY WITH TSLRCM: I don’t foresee any issues with compatibility. INSTALLATION INSTRUCTIONS: Run the installer. PERMISSIONS: This mod may not be used without the explicit permission of the author. This mod may not be distributed on other sites without the express permission of the author. Submitter Marius Fett Submitted 07/22/2022 Category Mods TSLRCM Compatible Yes  
  6. 318 downloads

    ============================================= A KNIGHTS OF THE OLD REPUBLICII: THE SITH LORDS MODIFICATION ============================================= AUTHOR: Marius Fett NAME: HK-47 Disabled Animation Eye Fix Special Thanks: DarthParametric for pointing out the bug in the first place. DESCRIPTION: I must confess, I’d never noticed this before, but as soon as it was pointed out, I couldn’t unsee it and couldn’t ignore it. Basically, the vanilla HK-47 model doesn’t turn off the self-illumination for HK’s eye mesh when the disabled animation is playing, which makes absolutely no sense. This mod edits that animation and disables the self-illumination. COMPATIBILITY WITH TSLRCM: I don’t foresee any issues with compatibility. INSTALLATION INSTRUCTIONS: Run the installer. PERMISSIONS: This mod may not be used without the explicit permission of the author. This mod may not be distributed on other sites without the express permission of the author.
  7. Version 1.0.0

    107 downloads

    ============================================= A KNIGHTS OF THE OLD REPUBLIC MODIFICATION ============================================= AUTHOR: Marius Fett NAME: Jedi Malak PC Head (Fixed Animations and Rescaled) Special Thanks: DarthParametric for his words of wisdom on body model scaling and explaining a far simpler and less painful method than I was previously using. DESCRIPTION: This mod adds Jedi Malak as a selectable PC head and includes a scaled down version of his models so that he is the same size as the other PC options and NPC’s, rather than his original height of over two metres. It also separates his head and body (they were originally one model) so that he is able to wear all of the armour and robes which your PC can normally wear but retains his usual signature outfit as his default clothing. This adds new models and a new appearance.2da row rather than replacing the originals, so any mods which feature Jedi Malak and use his existing entry will be unaffected. INSTALLATION INSTRUCTIONS: Run the included TSL Patcher utility to install the mod. PERMISSIONS: This mod may not be used without the explicit permission of the author. This mod may not be distributed on other sites without the express permission of the author.
  8. View File Jedi Malak PC Head (Fixed Animations and Rescaled) ============================================= A KNIGHTS OF THE OLD REPUBLIC MODIFICATION ============================================= AUTHOR: Marius Fett NAME: Jedi Malak PC Head (Fixed Animations and Rescaled) Special Thanks: DarthParametric for his words of wisdom on body model scaling and explaining a far simpler and less painful method than I was previously using. DESCRIPTION: This mod adds Jedi Malak as a selectable PC head and includes a scaled down version of his models so that he is the same size as the other PC options and NPC’s, rather than his original height of over two metres. It also separates his head and body (they were originally one model) so that he is able to wear all of the armour and robes which your PC can normally wear but retains his usual signature outfit as his default clothing. This adds new models and a new appearance.2da row rather than replacing the originals, so any mods which feature Jedi Malak and use his existing entry will be unaffected. INSTALLATION INSTRUCTIONS: Run the included TSL Patcher utility to install the mod. PERMISSIONS: This mod may not be used without the explicit permission of the author. This mod may not be distributed on other sites without the express permission of the author. Submitter Marius Fett Submitted 06/09/2022 Category Mods K1R Compatible Yes  
  9. Hello. Does anyone happen to know of any mods out there for K2 that edit the way your character moves with weapons equipped? Specifically the double bladed swords/lightsabers. I love using double blades and love the combat, but absolutely hate the way your character runs with the weapon. It always bothered me because it's so unnatural the way they move and it really kills my desire to use a double blade. I know this is a stupid small technical thing, but I was wondering if anyone felt the same way and if there was a mod out there to fix it? Any help would be appreciated.
  10. Version 1.6

    28,321 downloads

    This is a fix for a number of issues present on the supermodels, the stock animations used for most characters in the game. First, Obsidian added several combat animation variations for K2, but they messed up a couple of the names, causing the game to play animations that don't exist and resulting in characters freezing in place. This mod fixes that. Second, the animations for dual blasters had the hand objects in the incorrect positions. For male characters, the blasters would clip through the hands, and for female characters they would hover above the hands. I've restored them to the positions they were in K1. Third, when wielding dual melee weapons, male hands would clip through the weapons for some animations, notably the looping ready pose. The issue seemed to be that the fingers were gripping the weapon too tightly, so I loosened them up for the male models. I have also added an option to change the melee running animations to match how they are in K1. I included this as an optional part of the installation as it's an issue of preference rather than a straightforward fix. If you think you've spotted any other issues, send me a picture so I can confirm what the problem is and whether it's an issue with the supermodels. If so, I'll add it to my to-do list. 
  11. Hello! I rigged a model to T3M4 in 3ds Max 2016 using KotorMax, Kotor Tool, and MDLEdit. The animations work fine with my model in Max. They just don’t work in game. Any tips?
  12. View File JC's Supermodel Fix for K1 This is a fix for a number of issues present on the supermodels, the stock animations used for most characters in the game. When wielding dual melee weapons, male hands would clip through the weapons for some animations, notably the looping ready pose. The issue seemed to be that the fingers were gripping the weapon too tightly, so I loosened them up for the male models. If you think you've spotted any other issues, send me a picture so I can confirm what the problem is and whether it's an issue with the supermodels. If so, I'll add it to my to-do list. Submitter JCarter426 Submitted 09/08/2018 Category Mods K1R Compatible No  
  13. Version 3.0

    1,488 downloads

    Hello! This mod replaces the Ebon Hawk landing and takeoff movies included with the mod M4-78ep. Stoney originaly made these movies years ago with 3Ds Max. I decided to remake them using my student version of Autodesk Maya to make them look more consistent with the other Ebon Hawk movies in the game. The audio was created using sounds from Soundjay.com and the Star Wars films, and includes original music by the user Delator. This mod includes a regular version of the landing and takeoff movies as well as upscaled versions to match the High Quality Movies Patch. Don't want to wait to watch these movies? Preview them on YouTube first, at REQUIREMENTS TSLRCM and M4-78ep. If you don't have these, they're available here at DeadlyStream. Optional: The High Quality Movie Patch on kotorfiles.com INSTALLATION -(optional) Backup the files DroMov02.bik and DroMov04.bik in the Movies folder of TSL's main directory -Drop the DroMov02.bik and DroMov04.bik into the Movies folder of TSL's main directory -If you have the High Quality Movies Patch, use the files in the Upscaled folder included with this mod UNINSTALLATION -Restore the backups you made of the original movies from the M4-78ep mod THANX Thanks to Adobe Photoshop, Gmax, MDLOps, Autodesk Maya Student Version, Soundjay.com, Audacity, Sony Vegas, and Rad Video Tools. Special Thanks to Stoney for his work on the original movies, to Sith Holocron for all his help and support with this mod, to Delator for his original music, and to the rest of the M4-78ep team!
  14. This is the problem I'm having, I have already posted it to Reddit. From what Snigaroo said on the subreddit, it's probably the robe mods that I have installed that seems to have issues with Melee animations. The robe mods I have installed are Force Fashion II and Lore Keeper Robes. I have never had this issue before. My questions now is if I was able to go in and fix the animation issues, how would I do so? I assume I would use KotorTool, but what would be the hypothetical steps I would need to take?
  15. Greetings, fellow Jedi! I am here to ask and to report; does bump-map breaks the animation of certain level geometry? It does occur with the m02ac_02b\Geometry\Box273 mesh on my end. Screenshot: Update: It does working now. I had just recompiled the m02ac_02b.mdl/mdx again and strangely enough it does working on another attempt. But still I don't know what's causing the animation to stop with the aforementioned screenshot. Screenshot of the working bump-map: List of tools which have been used on this attempt: bead-v's "KOTORmax" bead-v's "MDLedit" ndix UR's "tga2tpc" Fred Tetra's "KotOR Tool" Many thanks for considering this- and have a nice weekend y'all!
  16. I've come across a .tga that is animated in a model (essentially increases and decreases in size to provide a glow-effect), though there is no associated .txi. Here's the file in question: This leads me to believe that the graphic is animated by the model, though the .tga looks like it's set up in frames. Is there a way I can check to see if this is the case in the model?
  17. Hi everyone ! I'm new to the TSL modding party and I just joined this forum. Actually, I tried my hand at modding on KotOR last year with a simple head retexture followed by a much tougher seamlessly implemented custom lightsaber mod (that I thought I could maybe share online). I struggled a lot with this one and Deadly Stream forums, amongst others, were of a priceless help and I 'd like to thank you all for that. This time around is no different but despite all the infos I could find on the matter, I still could not solve my problem. So, right after beating KotOR for the second time last month, I decided to play through TSL too once again. So I dived head first into the creation of a main player head mod. I picked one that I liked in the TSL roster (i.e. PMHA05), extracted the model with Kotor Tool, imported it into 3ds Max, modified its geometry and corrected the skin weights to match those of the unmodified model. After that, I exported the model to test it in game, only to find out that, in the character selection screen, the modded head did not feature any facial animation. I then launched a new game to further test it, and there was indeed no facial animation playing at all. I came back to the max file, and saw that the aurorabase modifier wasn't featuring any animations in the animations list... And I discovered that in fact none of the head models contained animations. So I began my searches and came across numerous interesting threads on Deadly Streams: JCarter426's one called " Ripping heads from a full body model " (http://deadlystream.com/forum/topic/4507-ripping-heads-from-a-full-body-model/) in particular gave me some great insights about this problem and had me hope for a providential solution in a piece of software he calls " Head Fixer " in the thread that I've unfortunately been unable to find anywhere. This program would allow me to recover the animation back to the modded file. I also found a thread mentioning " Taira's Replacer " as a mean to get the animations back to the modded file. The only caveat to this method being that this utility doesn't allow for any vertex count change, however I have already been adding vertice to add resolution to the mesh and get a nicer silhouette, and I'd like to keep those modifications if possible. Being unsuccessfully experimenting and fiddling with the NWmax plugin, MDL Ops and even hex editing, I find myself out of ideas now... That's why I decided to go seek help directly here. So, do you guys have any thought on this ? Do you know of any way to recover the animations ? I'd be really grateful to JCarter426 or any of you guys if you could maybe give me a link to this " Head Fixer " program... In any case, thanks a lot for your attention !
  18. File Name: Box's Flamethrower Mod File Submitter: Box File Submitted: 12 May 2016 File Category: Mods TSLRCM Compatible: Yes This is a very quick and dirty mod. It adds a flamethrower weapon for meatbags. It uses Mira's wrist launcher animation. Some dude on the forums asked for it, then I was bored and decided to just go for it. To install, you need TSLPatcher, standard procedure. To get the weapon, you need to cheat. Use the console command `giveitem box_flame. It's worth 1000 credits if you want to play fair and deduct that from your inventory. You'll need fuel as well. You can craft fuel at med stations. There are a few side effects. Whomever equips the flamethrower will be able to shoot rockets, there's nothing I can do about that. Also the flamethrower fuel icons look like rockets, that I could probably fix if anyone cares. Also, with regard to the screenshots, the mod does not include the funny hat. That was something else I was testing. Click here to download this file
  19. Box

    Box's Flamethrower Mod

    Version 0.0.4

    220 downloads

    This is a very quick and dirty mod. It adds a flamethrower weapon for meatbags. It uses Mira's wrist launcher animation. Some dude on the forums asked for it, then I was bored and decided to just go for it. To install, you need TSLPatcher, standard procedure. To get the weapon, you need to cheat. Use the console command `giveitem box_flame. It's worth 1000 credits if you want to play fair and deduct that from your inventory. You'll need fuel as well. You can craft fuel at med stations. There are a few side effects. Whomever equips the flamethrower will be able to shoot rockets, there's nothing I can do about that. Also the flamethrower fuel icons look like rockets, that I could probably fix if anyone cares. Also, with regard to the screenshots, the mod does not include the funny hat. That was something else I was testing.
  20. M4-78 Movies Remade View File Hello! This mod replaces the Ebon Hawk landing and takeoff movies included with the mod M4-78ep. Stoney originaly made these movies years ago with 3Ds Max. I decided to remake them using my student version of Autodesk Maya to make them look more consistent with the other Ebon Hawk movies in the game. The audio was created using sounds from Soundjay.com and the Star Wars films, and includes original music by the user Delator. This mod includes a regular version of the landing and takeoff movies as well as upscaled versions to match the High Quality Movies Patch. Don't want to wait to watch these movies? Preview them on YouTube first, at REQUIREMENTS TSLRCM and M4-78ep. If you don't have these, they're available here at DeadlyStream. Optional: The High Quality Movie Patch on kotorfiles.com INSTALLATION -(optional) Backup the files DroMov02.bik and DroMov04.bik in the Movies folder of TSL's main directory -Drop the DroMov02.bik and DroMov04.bik into the Movies folder of TSL's main directory -If you have the High Quality Movies Patch, use the files in the Upscaled folder included with this mod UNINSTALLATION -Restore the backups you made of the original movies from the M4-78ep mod THANX Thanks to Adobe Photoshop, Gmax, MDLOps, Autodesk Maya Student Version, Soundjay.com, Audacity, Sony Vegas, and Rad Video Tools. Special Thanks to Stoney for his work on the original movies, to Sith Holocron for all his help and support with this mod, to Delator for his original music, and to the rest of the M4-78ep team! Submitter tjsase Submitted 07/08/2015 Category Media  
  21. Ninko

    EXPLOSION ANIMATION

    From the album: KotOR and TSL

    A screenshot of the explosion of one of the droids in the Military Base in the Excavation site at RZ-0031