Leaderboard


Popular Content

Showing content with the highest reputation on 11/20/2018 in Files

  1. 2 points

    Version 1.2.3

    15,970 downloads

    This mod allows the player to access a full map of the Ebon Hawk in KOTOR II. If you're annoyed at blocked off corners within the ship that prevent you from filling the map on your own, then this is the mod for you! Installing this will add an option to the ship's security system that allows you do download it in full. I've also added background stars to the Ebon Hawk's interior maps to make them look less bland. Installation To install this mod, run Installer.exe and proceed with the installation. To uninstall this mod, run the installer again and click Tools -> Uninstall Mod / Restore Backup. Compatibility & Known Issues TSLRCM must be installed prior to installing this mod. This mod is compatible with the Reveal Map Armband mod. I've tried adding compatibility for versions of the game that aren't in English, but please let me know if this doesn't work! Credits Fred Tetra, Kotor Tool tk102, DLG Editor & K-GFF Editor NickHugi, HoloPatcher The GIMP Team, GIMP Disclaimer This mod is not supported by LucasArts, BioWare, or Obsidian Entertainment. It is for personal usage only and intends no copyright infringement. Questions, etc.? Contact me on Deadly Stream or via the unofficial KOTOR Discord if you have any questions, comments, suggestions, or the like. If you want to use this mod as a part of an external work, you must receive my permission. This mod should only be found on Deadly Stream or Nexus Mods. No user may upload it to another modding site.
  2. 2 points

    Version 1.4

    33,967 downloads

    This mod makes some alterations to the arena in the Taris Upper City cantina. The primary change is the removal of the original low quality crowd sprites. In the vanilla game these are VFX nodes. It appears that Bioware's original intention was for these to be animated, but that was likely disabled due to performance issues on the Xbox. Subsequently, most of the sprites are lacking arms. Another issue is the scaling. The sprites are completely out of scale with the rest of the game world, appearing to be about half the height of an average human. This was possibly an attempt to skew the perspective, an attempt to make the arena look bigger than it actually is. The original sprites have been completely removed in favour of better quality crowd sprites ported from The Old Republic. Additionally, the bays housing the crowd have been resized in order to fit proper human-sized figures. To comply with recent local ordinance changes, transparisteel safety screens have been fitted for the crowd’s protection. Other minor changes include some texture swaps on the roof section and a dummy door model to hide some unsightly fog on the original. Additionally, players participating in duels should now correctly face their opponent, and give an alignment-specific emote when they are announced. Opponents will now politely wait until their name is announced before giving their little fist pump. After some complaints by their union about a lack of proper medical services, defeated opponents are now healed back to full health post-match rather than being left to limp around. The view screens in the cantina have been upgraded to have a dynamic display of the current arena rankings. These will change as the player progresses up the ranks. The placeable computer screens have all had their positions adjusted so that they properly contact the walls they are supposed to be mounted to, and to align them with one another. Ajuur the Hutt’s dialogue has also had some minor surgery performed on it, to better deal with player and party positioning. Carth should now properly face Ajuur and the player during his relevant interjections, and won't be replying from across the room. N.B. - Because alterations are made to the module's GIT file, the mod requires a save before entering the Upper City cantina for the first time. It is thus best suited for a new game. If you load a save after having entered, none of the screens will line up properly with the computer placeables. Known Issues: If you initiate a conversation with Ajuur while the party is standing in the corner with the medpac bin, you will likely see them jump out of frame as they are moved to their now scripted fixed positions directly in front of the Hutt. That's an unfortunate consequence of the way it was handled, but the camera angle should mask the transition from pretty much anywhere else. Acknowledgements Thanks to @bead-v for MDLEdit Thanks to @ndix UR for TGA2TPC Special thanks to @JCarter426 for helping with some scripting, particularly extended troubleshooting of the Ajuur party positioning script Thanks to @Salk for alerting me to the TSLPatcher problem with v1.0 Thanks to @A Future Pilot for pointing me to the fixed version of TSLPatcher Thanks to @Publicola for informing me about the ability to click through announcement animations Some screenshots feature @Sithspecter's High Quality Blasters The video features @ndix UR's KOTOR High Resolution Menus Crowd and glass textures ported from The Old Republic MMO
  3. 1 point

    Version 2.0

    32,079 downloads

    Short story: Repeating blasters were originally intended to give the user an additional attack in every round of combat (like twin-blade melee weapons do). This mod implements that effect. I.e. a character without force speed would normally do 1 attack when using a repeater, 2 when using rapid shot as well. Now, 2 attacks will be done when using the default attack and 3 when using rapid shot. Long story: After investigating in 2015 what could be the reason for repeaters costing more (500 vs 300) credits while having a worse crit range (5% vs 10%) than blaster rifles while having no advantage whatsoever, I found out that repeaters were originally intended to give the user an additional attack per round, sort of making them the double-blades of the blasters. Sadly, this was never implemented, as one internal item comment even comments on. I didn't know enough about scripting back then and quickly lost interest in fixing this. But now, more than 3 years later, it's finally fixed via scripting, placing the required code in the k_ai_master script. Known issues: Due to hardcoded mechanics, power blast can never do more than 1 attack, and sniper shot never more than 2. Normal attack appears to usually only do 2, but may rarely do 3 when using force speed as well. Sadly, these cannot be changed without access to the game code. This information turned out to be incorrect, and the user Darg727 made a fix for this. However, this has a downside: It works by making power blast and sniper shot always shoot 4 shots regardless of how many attacks are available, which looks very strange because all shots that don't have a corresponding attack round are auto-misses. For example, using a sniper shot with a blaster rifle or single pistol will cause 4 shots to be fired simultaneously, like a shotgun blast, with 3 of the 4 automatically hitting the floor/ceiling/wall. Using knight speed would allow 2 of those 4 to hit and only 2 would be an auto-miss, etc.... As per Darg727's upload permissions, I have included the responsible file (weapondischarge.2da) as an optional mod in the download for additional visibility for those people that might want to use the feature but would not come across his modification otherwise. Compatible with any mod that does not edit the k_ai_master.ncs file, and incompatible with any that does. (However, it is easy for any modder to add the compatibility, source is included.) Note that this fix works for both the player and enemies! This can make some fights of the game slightly more challenging.