R2-X2

Modders
  • Content Count

    43
  • Joined

  • Last visited

  • Days Won

    1

Files posted by R2-X2

  1. Repeating blaster attacks restoration

    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.

    31,874 downloads

       (2 reviews)

    37 comments

    Updated

  2. Energy shield damage fix

    In KotOR 1, there is a distinct problem with energy shields: They do not actually block electricity damage, despite the description saying so. Upon looking at the forceshields.2da file, I noticed that their bit flags are set to block light side damage (64) instead of electrical damage (128). This applies to every single energy shield but the mandalorian melee shield - which isn't even supposed to counter either, so no surprise there. Another thing is the amount of damage that Verpine prototype shields block: in the description, it is 70, but in the actual game, it's 120.
    I knew this post about shields, but it is actually wrong, the damage types are not switched between the games, only the shields are set wrongly for the first.
     
    This very simple 2da edit fixes both issues, making energy shields actually protect from electrical damage and rectifying the amount of protection a verpine shield gives.
     
    Using the TSLPatcher, compatibility is ensured.

    13,532 downloads

       (9 reviews)

    2 comments

    Updated

  3. No Dark Side Transitions

    I was always bothered by the abhorrent grey your face becomes as soon as you wander down the dark side a little too much, up to the point where I switched to a light side playthrough just because I couldn't stand the grey face anymore.
     
    So I made a quick search and was actually quite surprised that nobody made such a small edit yet, so I made it myself.
    What this tiny mod does is to simply remove the dark side's visual effects on your face. If this makes any sense lore-wise - I don't know and honestly don't care. I figured that there might be others sharing my displeasure over having your face all dead and grey, so I thought I'd upload it.
     
    It uses the TSLPatcher to edit the heads, portraits and appearance.2da files, simply ****-ing out (nothing censored here, there are actually 4 aterisks) the dark side texture entries. Shouldn't give any compatibility problems with anything that doesn't specifically alter the dark side face transitions, dark side portraits and dark side underwear.

    1,819 downloads

       (4 reviews)

    3 comments

    Submitted