Search the Community

Showing results for tags 'modding'.



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

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 71 results

  1. Hey guys! I'm brand new to modding. As in "first day of pre-school" new. I downloaded some modding tools from here and started playing around with them, primarily KotOR Tool. I've even made some tiny mods for TSL that actually work in the game. Where I'm seeking help is with quests that end with rewards or loot. For example - on Dantooine, when you alter the will of the dead salvager and turn it in to Zherron, you're rewarded some random items. How would I go about modifying what items a quest like that rewards the player? Is it a scripting issue? Is there a specific file I need to track down? I'd appreciate any advice or even a link if this has been covered somewhere else on the forum. Thanks!
  2. Hey, thanks for coming in to check this out! I've been messing around with feat.2da to get more familiar with KoTOR Tool and noticed that when I made all of the feats selectable for every class, Zalbaar was able to pick up the armor feats (even though it does nothing for him). That prompted me to mess around with classes.2da and create my own class to see if I could give Zalbaar a separate feat list - but I am not able to choose the custom class I made whenever I edit Zalbaar's UTC file. All I did was add in a new row to classes.2da and copy everything from the Scout row to the new row, but are there any extra steps I need to take in order to have the class selectable in the UTC files if it's even possible to give party members custom classes?
  3. 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?
  4. As the title says, what exactly do you need to do to have custom items spawnable as loot?
  5. Hello. I am aware that Darth Bandon's utc files on The Endar Spire and Manaan are the same ref tag (g_bandon001). I want to know how to script a lightsaber onto Darth Bandon during his appearance in both of these settings. My first problem is that if you edit the utc and put it into the module file directly (for The Endar Spire), Darth Bandon will not brandish his lightsaber. I imagine this is a problem with the script telling Darth Bandon to pull out a lightsaber that doesn't actually exist on his utc hand slot (his inventory on his utc does not have one on his hand). On Manaan you can edit it onto his hand directly, which is fine, if I wanted to edit the utc. and put it into the module file. I am trying to understand how scripting works though, and it is very frustrating. I am trying to create a script in Kotor Tool and have it trigger a new script (with the lightsaber command) and the old script (k_pend_cut26), which is the line where Darth Bandon appears (but i'm not sure if it's when he spawns). Simply put, can somebody walk me through how I would write a script that would target Darth Bandon and put a different lightsaber into his hand than the one that he has now. My modding knowledge is very basic because I only remember stuff from 2000s era modding, so please explain it to me as if there are zero presumptions on what I know. There are some things that users on this site speak of that I don't understand because I haven't modded in a long time. I remember basic stuff like 2da editing, utc and uti editing etc. but no complicated stuff like scripting. Also, I hope you can understand my post. French is my first language, so my English may be very bad. Sorry if I say anything that isn't correct.
  6. Version 0.1.0

    456 downloads

    DESCRIPTION This is a little tool that mimics the visible console from K1, in TSL. It's written in Python (I've attached the source code below). IMPORTANT NOTES - The tool does not work in fullscreen mode (for now). I'd like to fix this in the future, but for now it only works in windowed mode. - The tool doesn't connect to TSL at all - it's completely separate. This means that (for example) if you open the console in TSL with tilde, and then alt-tab out of TSL and press tilde again, K2Console will detect this but TSL itself won't (meaning K2Console and TSL will be out of sync). - If you get out of sync and/or want to start the program again, you can type "xxxxx" (five x's in a row) into the console while it's open, which will close the program. Then just run the file "k2console.exe" and it'll start up again. No need to restart TSL (but make sure the TSL console is closed when you start K2Console, or you'll still be out of sync). - This program works by reading your keyboard inputs and storing them to memory, which is also one way a keylogger might work - so your anti-virus might identify it as such. This code does not connect to the internet at all (you can verify this for yourself if you like). I haven't included the source with the program package to avoid cluttering your TSL installation, but I included it as a separate download below. INSTALLATION Unzip all three files into the same folder as swkotor2.exe (i.e. C:\SteamLibrary\steamapps\common\Knights of the Old Republic II\, or wherever your TSL installation is located). UNINSTALLATION Delete the three files "k2console.exe", "console.bat", and "steam_console.bat". INITIALIZATION If you use Steam: Instead of starting your game through Steam, you can start it by running the file "steam_console.bat", located in your TSL install folder. Otherwise: Start the game by running "console.bat", again located in your TSL install folder. USAGE - Whenever you press ` to open the console in TSL, the mimic console should pop up too. I tried my best to exactly match the behavior of the TSL console (e.g. when it keeps text vs clears it), but if you find any discrepancies please let me know so I can fix them. - If I did my job, you shouldn't really be able to tell that the console's not built into TSL, so just use it as normal (with the ability to see what you wrote!) - To close the program (not TSL, just the console), type "xxxxx" (5 x's in a row) into the open console (this won't work if the console's not visible). Alternatively, you can close the command line that opens when you run the .bat file. INCLUSION IN OTHER MODS I'm not sure why you'd want to include this in other mods, but if you want to, you're welcome to do so with appropriate attribution. CREDITS Thanks to Thor110 for the idea for this tool, and for helping out with testing and ideas (as well as taking the screenshot for me). k2console.py
  7. Normally i use Blender converting SWTOR models into Jedi Academy, But when i saw a blender video about destroyer, i have been inspired ^^
  8. View File JRL Merger by Stoffe Author: Stoffe (Original lucasforums post) I've put together a small utility that saves some time while combining the global.jrl files of different mods that use this file but don't come with a mod installer. It will currently take two global.jrl (Quest Journal) files and merge together any changes to existing Category fields in them, along with any new Category fields that have been added in either file. It will not handle any fields having been deleted from the standard global.jrl file, but I can't see any reason why anyone would want to do that. It will also check the resulting merged file and warn you if multiple Categories have the same tag (which could happen if both mods use similar tags for new journal entries). You can get it here if you want it. Be warned that this is a test/beta version for now, it worked fine with a number of different modded global.jrl files I tested it with, but there may still be problems I haven't been able to spot yet. If you run into any problems using it please let me know so I can attempt to fix them. It will need an unaltered copy of global.jrl in addition to the two modded files that should be merged, to be used to compare against. This file can be extracted from the dialogs.bif file with KotorTool. Submitter jc2 Submitted 02/24/2020 Category Modding Tools  
  9. Version 1.0.0

    393 downloads

    Author: Stoffe (Original lucasforums post) I've put together a small utility that saves some time while combining the global.jrl files of different mods that use this file but don't come with a mod installer. It will currently take two global.jrl (Quest Journal) files and merge together any changes to existing Category fields in them, along with any new Category fields that have been added in either file. It will not handle any fields having been deleted from the standard global.jrl file, but I can't see any reason why anyone would want to do that. It will also check the resulting merged file and warn you if multiple Categories have the same tag (which could happen if both mods use similar tags for new journal entries). You can get it here if you want it. Be warned that this is a test/beta version for now, it worked fine with a number of different modded global.jrl files I tested it with, but there may still be problems I haven't been able to spot yet. If you run into any problems using it please let me know so I can attempt to fix them. It will need an unaltered copy of global.jrl in addition to the two modded files that should be merged, to be used to compare against. This file can be extracted from the dialogs.bif file with KotorTool.
  10. Pseudo Guide to Installing Mods on Android. By jc2. Part 1: What I Can Teach You. Texture mods are your bread and butter. Let's go through 3 popular texture mods from deadlystream and install them. Dark Hope's HD Twi'lek Female < https://deadlystream.com/files/file/982-hd-twilek-female/> This type of mod is a Retexture mod, because it retextures vanilla assets. Retextures are simple, unzip (find a program that can unzip) and go into your kotor folder create an "override" folder.Now copy and paste all of the UNZIPPED files from this mod into the override directly. It's installed. *Note: navigate to Android/data/com.aspyr.swkotor/files/ and create a folder there labeled "override" While there you can also create a folder labeled "Movies" if you have any mod that uses movies. Let's try another texture mod, but this time it adds new modded content with new textures. JC2 Robe Mod. This is not popular for good reason, but it is useful for teaching. (Promise me you will delete this!) This type of mod adds textures and adds new items (jedi robes), but it does not have any 2da files, like appearance.2da. This type is Added Textures & Items No 2da. Unzip files, copy and paste files from each subfolder that you want into the override folder. As simple as that. Now delete them... you promised. Robe mods are usually a good type of mod to have on Android because they do not require 2das, especially appearance.2da to function (each mod is unique though, please check each mod's files before installing). Any audio related mods may work if you play the audio files within the override, instead of placing them in the streamvoice or streamwaves folders. TSLPATCHER MODS: Let's try to install a TSLPATCHER Added Textures & Items Mod. JCarter426 or JC *the OG* created a JC's Fashion Line I: Cloaked Jedi Robes For K1 1.2 https://deadlystream.com/files/file/1378-jcs-fashion-line-i-cloaked-jedi-robes-for-k1/ This requires a TSLPATCHER to PATCH the 2das, but this mod doesn't have 2das, thankfully. Brief summary of how a tslpatcher works. Tslpatcher starts with the vanilla 2da files within its tslpatchdata, and the modded content is patched unto it through the tslpatcher, allowing it to patch other 2da files within the override folder, however, on Android you cannot run a tslpatcher, thus you cannot install this mod. Not all hope is lost, you can install this mod on PC (see this video on how to do this), then take those post-patched files and copy &paste them into your override folder. *Important note, you can find a full dialogue.tlk file on deadlystream in this mod. CAUTION: This is extraordinarily risky as many things can go wrong, too many to list. Please proceed with caution, and the less mods you install this way the better. Let's say you want JC's Fashion LIne and you want to install JC's Jedi Tailor for K1 Run the tslpatcher of one, then before copy & pasting it over override, install the other mod into that folder before moving the combined collection of files into their respective folders. Because! JC's Jedi Tailor has a modules folder as well as an override folder, both will go in swkotor/Files as 2 different folders. Do not merge these folders. Now let's go back to JC's Fashion Line, that mod doesn't have 2da files, the tslpatcher there is simply for speed and simplicity. You could *WARNING* actually just take the files directly out and paste them into your override folder, this is very rare and should only be done with mods that have no dialogue.tlk, 2da files, or module editing. If noob, do not try this at home, even this mod could be updated and no longer function. What that means, is JC2's Fashion Line could be installed without a PC, but JC's Jedi Tailor requires a PC due to the modules editing. *Note* If you have a PC, you can install multiple mods into one override folder using the tslpatcher, which should patch the 2da files allowing a smooth and compatible installation. Never overwrite a 2da file unless you are completly removing that mod from your override, left over files can cause issues. We can add textures, retexture, add items, add robes, but can we add merchants & dialogue related mods? Yes, JC's Jedi Tailor adds a merchant & dialogue. What about lightsaber mods? Lightsaber mods that add new lightsabers, new hilts, and new crystals are TSLPATCHER 2da mods. Most of these mods will require a TSLPATCHER, but we can install on PC like before, some don't though, and if they don't that's the one you'll want if you have Android only. (often times these are older mods, found on https://www.gamefront.com/games/knights-of-the-old-republic) Here's an example of normal 2da Tslpatcher lightsaber mod https://www.gamefront.com/games/knights-of-the-old-republic/file/long-saber-crystal-pack Here's an example of a non-tslpatcher lightsaber mod by SithSpecter https://www.nexusmods.com/kotor/mods/1222 Finally, if you want to install something HUGE that will radically effect your endgame of kotor *shameless plug* you should check out Lehon Mandalorian Expansion This is a massive mod that is going to be one of the worst to install on Android, because of its use of multiple 2da files and its reliance on custom audio. It requires a tslpatcher to install, requiring a PC. Recently updated Shanilia. will now have a Android version that has already been patched by the tslpatcher allowing the User to copy and paste folders directly, without needing a PC. Types of files generally okay to install: .nss & .ncs (scripts), .dlg (dialogue files), most uti's (uti's are items) {unless they come with a 2da, then double check}, utm's (merchants), Questionable files (proceed with caution): utc's (NPCs) {if they have appearance.2da alongside them}, any 2da file, globalcat.2da, appearance.2da, etc, Mods to double check: If they alter any vanilla module, if they add any additional module, multiple robe mods (incompatibilities), high definition texture mods (will slow down or crash Android). Mods to avoid: Music mods (they won't work) & Brotherhood of Shadow (You may break your playthrough). K1R relies heavily on tslpatcher and patches a mass variety of files. Part 2: What I Cannot Teach You. How to Get BrotherHood Of Shadow to Work on Any Device Known to Man. Here's a youtube video on it, I hope it works for you. Get TSLPATCHER to work directly on Android. Opening 2da files & GFF files on Android. Enabling Cheats on Android. Give you a good reason why the custom Sounds/Audio doesn't work & how to fix it. How to make K1R work on Android. Part 3: Good advice Always read Readme's. Always look at reviews, sometimes mod's will be incompatible and people will mention it. Always doublecheck and open install logs when using tslpatcher mods, especially if you are on Android. Unless you are confident do not install 2 mods that both alter the same module (map area). Go to the forums & /r kotor (they have a discord) for questions and help & read this guide on android modding It's better to have less mods without crashes, then risking crashes for a more mods. Never overwrite a 2da file, unless you are fully destroying all mods assosiciated with that 2da file ( for example if you installed multiple mods into the override folder, put it in the Android, and then later installed more mods and tried to put them in the Android which results in the option of overwriting the 2da file already in the Android. This would be bad, if you did not then purge all the files that were connected to those 2da files.) I hope this helped in some way. -jc2
  11. Hello all! Basically I want to make a run with TSLRCM, M4-78 EP, Extended Enclave, Partyswap, GenoHaradan Legacy, Azgath N'Dul's Tomb, Liskis Restoration, Thorium Charge and N-DReW's Mini Mod Collection. Those in terms of story content. Gameplay wise, I want to add: High level Force Powers, Improved AI, and the Improved Gameplay mod. These are the mods I want to install mandatory wise. I think they are compatible but the order of installation is messing with my head. Also after installing those is it OK to install other textures/skins mods or those go first?
  12. Hello! I'm new to the modding world and I want to try my hand at modding some of the PC heads in KOTOR 1. I'm using KotorTool, can someone tell me what file I need to extract if there is anything special that I have to do outside of dropping the file in the override folder when I am done? That is the one part that I'm not sure of. Also, if there are any tutorials I can find on doing this, that would be helpful as well. Thank you for all the help!
  13. Need to change the entire party's clothed and un-clothed textures. I have been searching to no avail. Help would be great. Thanks.
  14. So I am totally new at modding KOTOR and am trying to get a new texture for the main female player. I am trying to reskin the player.
  15. Greetings, fellow Jedi! Hope y'all doing fine. In vanilla and/or modded state of the game there seems to be rendering issue with a texture that is rendered behind blending additive shader. As seen in the screenshot: Is there any way to get around this problem? I have tried with removing the additive and using the alpha channel as transparency instead but it looks ugly and then again, another problem as the hilt that was rendered behind is hidden accordingly with the dimension of the top layer's texture. By using the TPC format seems to didn't help much as any alpha-blending value between 0 to 1.0 failed to resolve the issue. I haven't tried with removing the shader/alpha from the hilt that is in the left-hand but- will it work? And even if it works, is there any other way around as a hilt without metal shade is 🤪. Many thanks for considering this!
  16. Greetings, fellow Jedi! Hope you all doing fine. We know there's a thing like <FullName> in the K1's TLK, which makes a conversation/DLG checks the [custom] name of our main character and I wonder; is there a similar function which checks our PC's gender preference? Let's say, if I play as a male character and make a string in the TLK that reads - I am no longer <XYZ> now. it would shown as - I am no longer him now. in-game. Is it possible to do that in K1? Many thanks for considering this, and may the Force be with you.
  17. I couldn't find a translation for my language for Knights of the Old Republic 1, so i started making my own, i found issues when trying tones (é, á, ã) or other letters, like Ç. I would like to know how to change the in-game font in order to fix these issues. Please, i really want to to this. This is how it looks in-game
  18. Greetings, fellow Jedi! Have a good day y'all. I have a question - just like the title says; What is clamp -in KotOR implementation- that were oftenly used with most player heads? I asked of this because earlier I fiddle around with LSP_planettari01* by using this parameter - blending punchthrough clamp 3 on the TXI and then the planet's gone. The alpha were applied appropriately, because later when I used only this - blending punchthrough the planet's there. Many thanks for considering this, and may the Force be with you! _____ __ _____ * Taris planet texture that were used in the turret mini-game backdrop
  19. Greetings, fellow Jedi! May the Force be with you. Along with the compiling-decompiling model attempt I have done recently, some discoveries were found regarding the end-result of using both MDLedit v1.0.3 and MDLOps v1.0.0. First, this comparison purpose is to give the potential user of both tools a preview of the compiled model using each of the tools mentioned. This also had no intention to show which tools are best and which are less; it's simply to share the discoveries been found. Here's a screenshot for details: Left image is TSL's n_quarren [Quarren's F model] model compiled using MDLedit v1.0.3 with tangentspace enabled by not ticking the bumpmap flag, but instead changing its value inside the ASCII file from 0 to 1 using a text editor. Right image is TSL's n_quarren [Quarren's F model] model compiled using MDLOps v1.0.0 with tangentspace enabled by changing its value inside the ASCII file from 0 to 1 using a text editor. As we can see there is a difference in the head part; which MDLOps version produce a noticeable line whilst MDLedit version isn't. This occurrence already emerging several times on my end; such with compiled TSL's n_commf model. I hope this discovery kind of helps with any future modding attempt, and gave an insight of what will and what won't regarding the implementation of the aforementioned method. Edit: Be advised that they had nothing to do with normal maps. It's a smoothing error, as informed by DarthParametric. The normal maps activation is just part of the compiling process.
  20. Hey all, I've recently gotten into creating my own mods through the KOTOR tool but I've encountered a problem. I made an armor piece that disguised you as the Sith Masters from Dxun (id Dark_Jedi_Hi_3) I believe but when ever I hover over the item in the inventory my game crashes after a split second. I've attached the file, does anyone see anything that pops out to them as a cause? a_robe_sith.uti
  21. Greetings, fellow Jedi! Hope you all doing fine. In my current attempt I have successfully attached the MaskHook and GoogleHook to a head model and it works as intended in-game. But as I'm not properly adjust the position of the mask it looks way out of bounds from the head. As I'm using a custom head here; I have been told that it's probably easier just to integrate the mask into the head model. My query is: How to integrate the mask model to the head model? The program that is available to me is gmax/KOTORmax, and I already know how to import models and some basic stuffs so- any advises could just skip to the attaching part and into the exporting process if one's don't mind it. Many- many thanks for considering this. May the Force be with you!
  22. Many thanks to: This instructive topic Fred Tetra's "KotORTool" bead-v's "MDLedit" Chuck Chargin Jr./ndix UR's "MDLOps" JCarter426's "JC's Cloaked Jedi Robes & Supermodel Port for K1 - Supermodels" stoffe/Fair Strides' "TSLPatcher" and DarthParametric's past-present modding knowledge , My first ever porting attempt went a success! I remembered back then; the very first thing I wanted to do with modding is on doing this, which ends-up me going nowhere with the attempt lol. So, although I'm not actually "create" one, it is always a pleasing feeling to see an effort comes to fruition. Again, credits to the aforementioned folks; as only because of their effort, the dream isn't just a dream. May the Force be with you all!
  23. Version 2.2

    3,804 downloads

    Kemar Elim will now appear on Onderon after you arrive back there the second time, enabling the completion of the sidequest. He's out of the way of the soldiers, so you may have to search a little to find him. Also, be warned that you can _only_ start the quest the first time you go to Onderon. If you try to do so the second time, he won't speak to you. I've also cleaned things up with the holocron in the tomb a bit, so that it's less...messy. Hopefully, this will eliminate any errors.
  24. I'm curious to see if they do, (A puppet is what remote is.) because I noticed there were 2 empty puppet slots while looking through the files, maybe I'll use them.
  25. Someone on the KOTOR reddit said that porting was allowed now, is that true? because I didn't hear anything about that.