-
Content Count
200 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by TamerBill
-
Nah, baseitem.2da changes are retroactive. It’s only changing a template, like a uti, that needs a new copy of the object.
- 16 replies
-
- mini mod
- no max dex bonus
-
(and 6 more)
Tagged with:
-
No, if it still mentions max dex than it hasn't taken. It should look like this picture. It's a very simple mod so there's not much to troubleshoot. It's retroactive with previous armour. If you ran the patcher and correctly pointed it at your TSL installation then it should have worked is all I can say. Works for me.
- 16 replies
-
- mini mod
- no max dex bonus
-
(and 6 more)
Tagged with:
-
Max dex is something all armours have. Generally speaking, the heavier the armour the less defence you can get from dexterity. Light armour like Zeison Sha has a max dex of +4, which means you get full benefit from 18 dexterity or lower, but dexterity higher than 18 won't provide any additional defence. Clothing and robes have no max dex, so raising your dexterity bonus will always raise your defence as well. The mod gives jedi armour the same effect.
-
View File Request: No Max Dex On Jedi Armour Mod by TamerBill, requested by Nodood Zeison Sha armour and all its derivatives no longer have a maximum dexterity bonus (originally capped at +4). Submitter TamerBill Submitted 11/05/2021 Category Mods TSLRCM Compatible Yes
-
-
Installing TSLpatcher mods without the exe
TamerBill replied to Golbolco's topic in General Kotor/TSL Modding
Theoretically you could read the changes.ini file and make all the changes manually in lieu of running TSLPatcher. You know, if you were crazy. If you have temporary access to a PC you could install all the mods on there and then copy the Override/dialog.tlk/any affected Modules across to the Mac. -
Sure, this is pretty trivial. If you want to do it yourself then open baseitems.2da, go to row 102 ("Armor_Zeison_Sha") and change the value in the column "dex bonus" to -1. Row 102 is used for all armoured robes, and -1 here means 'not applicable'. Bung it in your Override and you're good.
- 16 replies
-
- 3
-
- mini mod
- no max dex bonus
-
(and 6 more)
Tagged with:
-
Increase Hit points without increasing damage
TamerBill replied to kallas_br's topic in Mod Requests
That would work, albeit only for TSL. Doubling the multiplier doesn’t give exactly double the VP due to the way the formula works but it’s certainly close enough for horseshoes. I don’t know how many enemies are exempt from level-scaling but ideally you’d boost their VP manually to match, or they’d come across as unusually weedy. -
No need to make a job of it, djh has the right answer. The author simply forgot to include some base-game scripts.
-
Increase Hit points without increasing damage
TamerBill replied to kallas_br's topic in Mod Requests
I'm getting deja vu over here. Like I said the last time you posted this, the difficulty settings don't affect HP. The only thing you can do with difficultyopt.2da is change how much damage enemies do. -
Maybe see if you get your hands on the old Versus Books 'Neverwinter Nights World Builder Guide', it's got a nice tutorial on nwscript. Different game, obviously, but the language is the same.
-
It's one of Rickard's lines during the murder investigation, "Yes, you green-skinned nerfherder!" You have to get only half the evidence before making the judgement for him to say it, which is why you wouldn't have heard it. The line's not actually in error; in the original XBox version Bolook was green. He was swapped to orange in the PC version, presumably for variety, but whoever made the change obviously didn't see that line either.
-
Modding finesse for melee weapons into K1
TamerBill replied to jacksuspenders's topic in General Kotor/TSL Modding
If you just set the base type to lightsaber then it would be a lightsaber in all respects. Theoretically you could repurpose one of the slots. Remove either shortsabers or doublesabers from the game, and change their old slot to have vibroblade appearance, sounds, damage type, feats etc. Never tried it but in theory that would work. -
Modding finesse for melee weapons into K1
TamerBill replied to jacksuspenders's topic in General Kotor/TSL Modding
Unfortunately the basic attack roll mechanisms are hardcoded and can’t effectively be modded, including the mechanism behind finesse. In terms of how the game sees it, it’s specifically looking for the three rows in baseitems.2da, the ones for lightsaber, shortsaber and doublesaber. Any weapon using those rows gains all the benefits of being a lightsaber, including blaster deflection, throw saber, and finesse. TLDR: Gotta play TSL if you want melee weapon finesse. -
How to apply changes using Kotor Tool
TamerBill replied to HarrvestMoon's topic in General Kotor/TSL Modding
Changes made to item files won't affect items you already have. You'll need to reacquire the robe to get the changed version. -
Eh, yes with heavy caveats? But there's a far simpler solution if you think blaster rifles are underperforming and it's this: This is actually very easy, because base damage is already separated by weapon type. Open baseitems.2da, row 77 is blaster rifles. Base damage is the columns numdice and dietoroll. For rifles it's 1 and 8, for 1d8 damage. Put whatever numbers you like in, save baseitems.2da to your Override and you're done, all rifles will have the new damage numbers.
-
How to apply changes using Kotor Tool
TamerBill replied to HarrvestMoon's topic in General Kotor/TSL Modding
Put the uti file in the Override folder in your game directory. -
No, you have the right method, that's not the problem. First thing is to confirm that the game is actually reading your edited file. Try setting a class's level 1 feats to some other number and checking it in character creation. Secondly, check you're changing the right values. Scoundrel feats are the column 'scd_reg', and note that the level is the 'label' value, not the row number (because 2das are indexed from 0, not 1).
-
The difficulty slider actually only affects enemy damage, not their HP. So while you can tweak the numbers in difficultyopt.2da it won't help you with this goal. The simplest option would be to edit the individual enemy files to give them more HP. There's a lot of enemies, though, so I don't recommend it. You can change max HP values via script, so the best way to do it would be editing the spawn script to give more HP to all non-PC creatures.
- 1 reply
-
- 2
-
Well, looks like you’ve screwed up your dialog.tlk somehow. TSLPatcher can only add strings, not change them, so I’m going to put this down to installing something wrong. Delete your dialog.tlk and repair the installation to get a fresh copy, then start the modding over again.
-
Assigning individual lightsaber sounds
TamerBill replied to Sith'ari Lokhran's topic in KotOR Toolset
The sounds are associated with the base item type, in baseitems.2da. It's easy to have different sounds for lightsabers, doublesabers, and shortsabers, because those are different base item types. Different colour lightsabers all share the same item type, though, so you can't give them separate sounds. You could make a new base item type, but the game's hard-coded to only recognise the original three as lightsabers. A clone would look and sound like a lightsaber, but it wouldn't function for things like blaster bolt deflection and Throw Lightsaber. Edit: I notice you asked the same question 3 years ago. I assure you the answer hasn't changed since then.- 1 reply
-
- kotor tool
- lightsabers
-
(and 2 more)
Tagged with:
-
Is it possible to make kreia robes wearable for the player character
TamerBill replied to DarthDip's topic in Mod Requests
Given that you can't see their face, and that they're missing their left hand, that character is probably just using Kreia's model wholesale. Kreia's model is a single piece, she doesn't have separate robes and head like most party members. This is why her appearance never changes no matter what you equip her with. -
I assume you're using KotorTool? Uthar is kor35_utharwynn.utc in kor_m35aa_s.rim and kor39_utharwynn.utc in kor_m39aa_s.rim.
- 1 reply
-
- 1