Leaderboard
Popular Content
Showing content with the highest reputation on 05/26/2021 in all areas
-
3 pointsView File Larger Text Fonts for KOTOR WARNING: 11/29/22 - It appears that the "big" font size category is causing crashes for people attempting to open certain lockboxes in the Taris Undercity. Other sizes, such as "verybig", are unaffected. I will be working to recreate and fix this issue over the weekend. For now, I recommend players either choose a size that isn't "big" or uninstall this mod until the issue is resolved. Sorry for any inconvenience! Have you tried playing KOTOR 1 at high resolution? Then you may have noticed the text does not scale properly. As a result, text can look embarassingly small. Fortunately, this mod contains an assortment of font files that the game can use. They are organized by various sizes with the 3 kinds of text the game uses; they are also interchangeable! Using these files should give players an easier time when playing in high resolutions, customizable to everyone's needs. Hopefully everyone who wishes to play KOTOR 1 in high resolution will have a more enjoyable experience, and that one of the more common problems facing the community has been properly addressed. The attached file is a compressed archive that contains a ReadMe file, and a folder containing each set of fonts. READ THE README FILE BEFORE INSTALLING! The ReadMe contains an important explanation of what each font folder is, and instructions as to how to properly install the mod. Improper installation could lead to very unreadable text! DISCLAIMERS: You will NOT be able to see small numbers, the count of grenades for example, via the HUD. This is a problem with the game itself & how it handles larger text inside smaller HUD elements; I am unable to fix this. The game is simply too old and we don't have access to its source code (yet). This mod is NOT compatible with KOTOR 2 TSL. This mod only exclusively works with KOTOR 1. If you are using the Steam or Mobile versions of KOTOR 2, you shouldn't be experiencing this problem anyways. As far as I know, there are no compatibility issues with other mods. However, if you come across any problems or something not working as intended, please let me know here or via my Discord: Xela#6419 If you are only playing the game at 1080p or less, this mod may not be necessary. Text only stops scaling up to 1080p resolution (as far as I know). It's possible this mod will only cause issues if you play the game at less than 1080p resolution. These fonts were NOT my creation! They were found and extracted from the Russian 🇷🇺 version of KOTOR which inexplicably has larger fonts with a variety of sizes, on top of being able to work in English as well. I was also not the first person to discover these files, that credit belongs to user Drazgar! https://deadlystream.com/profile/44945-drazgar/ I do not claim these files to be my own, I simply uploaded them here to share with the community after not finding them anywhere else. Submitter sovietshipgirl Submitted 05/19/2021 Category Mods K1R Compatible Yes
-
1 point
Version 0.92
1,073 downloads
This mod fixes UI stretching that happens when playing K2 on ultrawide resolutions (21:9). In addition, even after patching the game .exe with UniWS to play in ultrawide, your character's replies are invisible, making the game impossible to play. I provide a method to fix this issue (using Hex editing). Simply fixing the UI stretching is unsatisfactory, as the game UI is not adapted for ultrawide screens. This results in an elongated, ugly and impractical UI. The text boxes are too large,the buttons too wide and too spread out on the screen. As a result, interacting with the UI is tiresome and requires way too much eye and mouse motion. Therefore I opted to redesign the game UI so that everything is centered on the screen and easier to access. The downside is that many spots are left black, which is not visually pleasing. I believe the letterboxing fix can be useful to people running 1366x768 and who cannot see dialogs. Disclaimer: This mod was only tested with the GoG version of the game (i.e. without the Aspyr patch), upscaled using UniWS to 3440x1440. I do not know how the UI files would look using either Flawless Widescreen or the Aspyr version. I have not tried any other ultrawide resolution. The UI fix is not fully tested, and some parts of the game may still contain some stretched elements. Installation instructions - stretched UI: Simply download and extract ultrawide_ui_fixes.zip, then copy the files from the downloaded override folder into your game override folder. Installation instructions - letterboxing fix: Here is the entire procedure to properly patch your game exe so that it runs in ultrawide. We are aiming at doing 3 things: 1. Use UniWS to automatically patch your swkotor2.exe to the right resolution, following this video 2. Manually Hex edit your swkotor2.exe to play movies in your native resolution, following this video. The hidden benefit is that it will speed up your game loading because you will not have to change resolutions to play the logos movie. 3. Manually Hex edit the game to change the letterboxing scaling, restoring your ability to see dialog options in game. In K1, this was done by the excellent KotOR High Resolution Menus, but there seems to be no equivalent for K2. Before doing any of this, backup your game exe !! 1. I will not provide any instruction for step 1 because UniWS is pretty straightforward. 2. Even though step 2 is well explaines in Xuul's video, I will provide here text instructions. Once you have performed step 1, you need to download and install a hex editor (such as HxD). Open your swkotor2.exe with your hexadecimal editor, and look for the Hex strings: 80 02 00 00 75 15 81 3D E8 C1 80 00 E0 01 80 02 00 00 C7 44 24 10 E0 01 In both these lines, 80 02 and E0 01 are the width (respectively height) at which videos are played, in hexadecimal. You need to change them with your desired width and height. First, use a hexadecimal converter to convert your desired width and height into hexadecimal. For the hexadecimal values to be read by the game, you need to swap the digits pair-wise for each value (if that is not clear, an example is provided below). Finally, you can replace 80 02 and E 01 by your own values in the lines above. Example: for 3440x1440. First you convert them to hexadecimal, giving 0D 70 and 05 A0. Then you swap the two pairs of figures, giving 70 0D and A0 05. Then you just need to replace 80 02 by 70 0D, and E0 01 by A0 05. The resulting lines should look like: 70 0D 00 00 75 15 81 3D E8 C1 80 00 A0 05 70 0D 00 00 C7 44 24 10 A0 05 That was step 2. Don't close the hex editor, we still have one step to do. 3. For step 3, we need to locate the letterbox scaling value into the game exe. You need to locate the hex string 5F 70 00 00 B9 6D DB 3E 20 EE 70 00 00 A7 40 00 The value of the letterbox scaling is B9 6D DB 3E. This is too small, making the bottom part of the letterbox -hence your dialog options- invisible on ultrawide. You need to replace it with a higher value ( 4A 92 A4 3E, as suggested for widescreen by K1 HR Menus works fine, but feel free to enter your own value). You need to replace B9 6D DB 3E with 4A 92 A4 3E, giving: 5F 70 00 00 4A 92 A4 3E 20 EE 70 00 00 A7 40 00 Now save and enjoy ! Known issues: the feat/power selection tree, at character creation or levelling up doesn't look nice and there's too much space between the icons. Unfortunately, it doesn't seem to scale like the rest of the UI, and I don't know how to fix it for now loading screens still look stretched, the solution here is to edit the loading screens directly and not the UI I did not rescale the pazaak screen, as I would also need to rescale the background pazaak texture for it not to be ugly Incompatibilities: This mod will not be compatible with any mod that alters the UI. The only I can think of right now is TSL galaxy map fix pack, at least the version which changes the planet position. My mod will put the planet positions to their vanilla spot. Credits: Visual KOTOR Gui Editor, an awesome tool for gui editing KOTOR Tool, to extract game files tpcview KotOR High Resolution Menu for finding the letterboxing fix in K1, -
1 pointYou can do just this, but it is not done via properties but rather you can create a new Baseitem 2da line with a modified max dexterity. So you would copy one of the vanilla armor lines thus "cloning" it and giving your clone a brand new max dexterity number.
-
1 pointNow the only question is, how much would you pay to finally live out your childhood fantasy and get one for yourself?
-
1 pointThe simple answer is you can't. How item properties work is hardcoded, the most you can do with those 2das is tweak the numbers and change the names.
-
1 pointSince TOR released a set of the Star Forge robes not too long back, I figured it might be a useful basis for a hybrid version with the vanilla cape and loincloth (the TOR version is only painted on) married to SS's flowing robes animations. At this point I've done the initial import, scale, and pose, and am now ready for the transfer to the KOTOR rig. Thanks to the Blender I/O script, I was also able to bake out the tinted textures, which is much easier than trying to approximate it manually as I have had to do in the past. Here's where it's at currently: I still need to fiddle with a few bits and pieces, and there will no doubt be plenty of tweaking to do once the rig transfer is done and I can test out animations. I also have some folded down hoods taken from other sets that I will try to marry to this torso for a hoodless/maskless version. But that will require a fair bit of massaging to get them to fit, so I'm saving that for later. Still not sure about the cape. I think having it white as well would be a bit too overpowering, but I'm not entirely sold on the brown. And I haven't done anything for the DS black version as yet. Since there's no TOR version of that colour scheme for this set, I'll have to cobble something together myself.
-
1 pointI have spent an extremely long time compiling different mods together to make my Bastila look how I want her to look and I am very pleased with the results so I thought I'd make a quick tutorial of sorts on how to make your Bastila look like mine if you would like too. It's not really a tutorial however, so much as a list of mods that I use. Models: For the Head Model I use This Mod: For the Body I use 'Bastila's Got Back': https://www.lonebullet.com/maps/download-bastila-got-back-knights-of-the-old-republic-map-level-free-52315.htm Skins: with this mod of my own on top of it: I use the blue eyes until after Malak tortures her then switch to the Sith Eyes. For Clothing: or ONLY THE SKINS FROM THIS MOD but it isn't necessary Also: with this on top of it: Extras:
-
1 point
-
1 pointWell, that's nowhere near as demanding as I was expecting.