DarthParametric

Modders
  • Content Count

    4,677
  • Joined

  • Last visited

  • Days Won

    533

Posts posted by DarthParametric


  1. They basically destroyed Crew Skills when they introduced the Cartel Market. All the best stuff comes from packs these days. While you can craft some crystals now that aren't level locked, they are all kind of crap and the material requirements are absolutely ridiculous. It's far easier just to buy them off the GTN. And these days they are pretty affordable (unlike at the start of the CM system, when good crystals would cost millions a pop).


  2. Just paste one of these (depending on your version of Windows) into a text file, edit the game install location as appropriate, save as a .REG file and double click, saying yes to add to the registry. Make sure you keep the double slashes between folders in the Path line.

     

    For 32bit Windows:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\BioWare\SW\KOTOR]
    "Path"="F:\\Star Wars Knights of the Old Republic\\K1"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\LucasArts\KotOR2]
    "Path"="F:\\Star Wars Knights of the Old Republic\\TSL"
    
    For 64bit Windows:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare\SW\KOTOR]
    "Path"="F:\\Star Wars Knights of the Old Republic\\K1"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LucasArts\KotOR2]
    "Path"="F:\\Star Wars Knights of the Old Republic\\TSL"
    

  3. I got it into the game:

    TSL_Armoured_Robes_Test_02_TH.jpg     TSL_Armoured_Robes_Test_03_TH.jpg

    There are a couple of minor issues with it, some of which are inherited from the vanilla models (bad deformation, clipping), but generally it seems OK. Just needs a couple of minor tweaks.

    It's just using the vanilla textures atm, but ideally someone would retexture the armour bit.

    • Like 2

  4. Can the actual STORY ARCS be played together? I already know that same-class storylines can't, but if I'm a Sith Warrior and he a Sorcerer, can we play side-by-side? Do we both get to immerse in each-other's story arc?

    No, KOTFE is single player. All you can do is spectate. Makes a lot of sense in an MMO, right?


  5. Well... the companion influence led to some interesting companion side-stories. Some of which I really felt they could have expanded a whole ton on.

    In beta all the companions had much more dialogue and all of them had personal quests that you would accompany them on. Now it is only the first companion that gets that (or 2nd, in the case of the Jedi Knight), and a lot of the dialogue has been cut back. You could also kill or dismiss pretty much all of them, but they got rid of that after too many people whined about no longer having a healer after they killed one of their companions.

     

    There is no further personal or companion story progression once you finish the main class quest and all the companion dialogue at level 50, because that's what the core game was built around. When the game failed to live up to their financial expectations, they scrapped any further content focused on personal stories, and went with one generic story for everyone, with the odd throwaway class reference here and there. It's even more generic in KOTFE now that everyone also shares all the same companions.


  6. I messed up and hit the "Start Flashpoint" instead of "Solo Mode"

    Yeah that would be your problem. The boss is scaled for a party of four. That fact that you even got that far shows how ridiculously overpowered companions are now. You'd never be able to solo a flashpoint solo in the old days without being 5-10+ levels above it, which doesn't work any more with level scaling.

     

    Resetting the flashpoint won't help, you'd just have to do it from scratch. Presumably you can't drop it because it is part of a story quest chain. I'd say your only option is to get someone in to help you. What server are you on? If nobody here is on the same server, you'll have to go with a pickup group of randoms.


  7. DP: If I recall correctly, you mentioned that MDLOPS would need to be updated to accomplish certain adjustments in model replacement. Would this eye glow topic fall under the same topic?

    MDLOps is borked, yes. So is KAurora for that matter (albeit in different ways). It has nothing to do with self-illum/glow specifically, the problem is that you can't compile functional models for many/most droids, amongst other things. In this instance you'd need to split out the eyes to new meshes, thus you'd have to compile a new model.


  8. I updated that texture file, which now is applied to the Assassin and War droid blasters. I had initially tried to replace the models, but that crashed the game.

    Based on my prior experiments, replacing the war droid model (using the same rig) is a complete no-go. Replacing the assassin droid model is possible, but it completely breaks its combat functionality because for some reason blaster bolts are no longer generated, so it deals no damage.


  9. Self-illumination, if that is what you are talking about, is handled in the mesh, not the texture. The original model doesn't have any self-illum for the eyes because they are part of the head mesh (and obviously you don't want the whole head glowing). There's currently no practical way to address that for this model. It's not something that can be hex edited, because you'd need entirely new meshes for the eyes. Trying to compile a new model will almost certainly not work due to the issues with MDLOps. The only option is to fake it in the texture, the same as the original texture did. Start by cranking up the brightness.


  10. Heck, even the story missions feel like they take forever.

    Their basic level design is a series of hallways stuffed with endless trash mobs. It becomes extremely tedious after more than a couple of minutes, and they stretch it out as long as possible to pad out the play time. Then you get to the end of the corridor and there's the old "fight boss who takes X amount of damage, goes invulnerable, spawns adds, repeat until dead" trick they love so much.


  11. Also - now that I have a level 60+ character of my own, can I use this character to play "KOFE" or do I have to make a new character using the "Create Level 60" character option?

    The option to create a level 60 character is just for those people that want to roll a new character for KOTFE without having to grind it all the way up from level 1. Your existing character can jump into KOTFE no problem. If it's your first character then (assuming you haven't already) it would be advisable to do all the ROTHC, SOR, and Ziost story content beforehand, so you are familiar with all the back story, characters, and references. With how overpowered the companions are now, you should be able to burn through that pretty quickly if you ignore all the side-quests.

    • Like 1

  12. I throw up in my mouth a little bit every time I have to talk to one

    If MDLOps could ever be fixed (or at least made less broken), we could import some new protocol droid models.

     

    It also gave me an excuse to develop/use a new (to me) technique, which is using 3d modeling software to bake an ambient occlusion map (in my case the software is blender), and using that map as a shading layer for the diffuse texture

    Are you using xNormal for your bakes? I usually find that the easiest route, assuming you are creating a high poly source mesh via a subdivision surface or the like.