N-DReW25

Modders
  • Content Count

    2,384
  • Joined

  • Last visited

  • Days Won

    163

N-DReW25 last won the day on October 23

N-DReW25 had the most liked content!

Community Reputation

1,526 The Chosen One

About N-DReW25

  • Rank
    ROR Writer

Contact Methods

  • Website URL
    https://www.youtube.com/channel/UCom7p_fuByYeU4W25Dq-G-w

Profile Information

  • Gender
    Male
  • Location
    Tyrena Station

Recent Profile Visitors

198,574 profile views
  1. If you mean making a mod that makes the player character speak, then I believe this was attempted before in a thread years ago and the result was either it's impossible to do or it requires a lot of time consuming effort to essentially implement one single line of dialogue that it'd take years to produce a little bit of voiced player dialogue that'd be prone to all sorts of problems and incompatibilities that it's virtually impossible regardless.
  2. As Squall has said, there is no launcher for the Steam version. You mean this mod? The K2CP mod? That Community Patch? The K1CP should be installed first for Kotor I mods only, the same does not apply to K2CP - the reason for this will be listed down below. K1CP is to be installed first for Kotor I, followed by RC-K1CP the Kotor I restored content mod for that game. TSLRCM is to be installed first for Kotor II, followed by K2CP assuming you aren't using M4-78EP. The reason TSLRCM is installed first is because it was released first, its installer does not use a combability installer like TSLPatcher or HoloPatcher that'll merge conflicting files together. Instead, TSLRCM's installer just copies all of the files into the right places to install the mod. TSLRCM is massive and it changes a lot of things so it wouldn't be feasible to have a compatibility installer. It both restores cut content and fixes hundreds of bugs. Modern mods get around this by making you, the player, install TSLRCM first and our mods afterwards. We make our mods with the objective of being compatible with TSLRCM and K2CP is no different. You install TSLRCM, you launch the game, and you see if the Kotor II logo has been replaced with a new Kotor II logo that says TSLRCM 1.8.6 in-game. That's how you check on Steam.
  3. The Korriban Academy Guard is on a lower elevation then the player, making it a bit hard to see. You can take better screenshots of the Sith Commando if you use the Taris Undercity elevator guard and the Manaan Sith Commando instead of the Korriban Academy Guard.
  4. N-DReW25

    HD Canderous Ordo

    I understand now. I'm not sure why it says that but the file "P_CandH01.tga" is a head texture. I'm guessing here, but I know Dark Hope revised her textures at one point so maybe the HD texture in the .RAR file isn't the same as the one in the screenshot. Again, I am guessing.
  5. Don't be bummed out if few people watch, I'm not saying people don't want to watch your progress but time zones are a thing and some of us can't watch livestreams if they start at 3 in the morning in our different time zones. Do upload the streams as videos and link to them here, I'll definitely be interested in watching them should I miss the streams. You might also be allowed to mention your livestreams to the Kotor Discord, though do follow their anti-advertisement guidelines of course. I fully understand the concept, but when you see what I see... 😨
  6. N-DReW25

    HD Canderous Ordo

    The head is included in the download
  7. @Elayerfawkes45 Can you update the mod so that the TGA files are contained inside of a .ZIP file?
  8. Yes, K1CP includes the fix so you don't have to install the fix if you've already got K1CP installed.
  9. As Salk has said, the features you've listed were either added after this list was made and/or they were adding so much restored content at the time that certain content was forgotten and weren't added to the list despite it being in the mod. The same could be said about TSLRCM's restoration list, there are things within TSLRCM and things that aren't restored in TSLRCM that aren't listed on TSLRCM"s what's restored page. My own restored content mod for the K1CP mod has restored features that aren't listed on K1R's what's restored page and they probably won't be listed for the reasons I am about to explain: Even though their lists are incomplete, there is enough information in both K1R''s and TSLRCM's what's restored lists for first time players to have a read and be convinced that they want to play with TSLRCM/K1R. My restored content mod has Ajuur's restored appearance, a 4th Black Vulkar who gets killed by Calo, expanded VO for the Dantooine Star Map, and Chadra-Fan NPCs on Tatooine. Adding these to the K1R list under "not restored" and adding things like Ixgil the Bith as "restored" isn't going to make people download K1R and like the mod more, people are already downloading K1R and these unmentioned restorations are merely surprises that they encounter along the way.
  10. @SAO1138 I've been chasing a bug report for the RC-K1CP mod and I've discovered that the cause of their problem is due to the current HoloPatcher installer setup for your own mod. Here is the following text I fished out of the changes.ini file that is the culprit here. Everything that is a module for Sleheyron is fine, it's the fact that you have vanilla module .MOD files alongside the Replace= function. Assuming those are the vanilla module files compiled into the .MOD files, this exact setup is literally nuking the K1CP and RC-K1CP mods that are installed before Sleheyron as your modules are hard overwriting our modded .MOD files with unmodded .MOD files and are undoing all of the work these two mods have done for these modules. The user I was helping claimed that all of my restored content in danm13 didn't show up, no arguing master and apprentice, no Shuma etc. It's late at night so I can't explain it in full detail now, though another modder might be able to help you if I'm unavailable, but you'll want to use the File= function instead of Replace= function. Replace= will hard overwrite the .MOD file if it is already in the Modules folder whereas File= (File0=, File1=, File2= etc) will skip the .MOD file if a .MOD file of the same name is already present. The correct way to have your setup is to use the File= function to check whether or not the .MOD is present. If it is present it will skip and if it isn't present it copies the vanilla, unmodified .MOD file into the Modules folder. After that, it injects files in like the .DLG files and/or patches files inside that .MOD file such as the .GIT file and such. What I instead do is, because I'm lazy, force players to download the K1CP mod before all of my other mods. This way I can skip the whole File= function for the .MOD files as the .MOD files will already be present in the Modules folder via K1CP and I can instead inject and/or patch my files into the K1CP's .MOD files. As that mod is immensely popular and is a bug fix mod pack there isn't much reasons for players not to use it. You don't have to follow my method, but this is a possibility if you want an easy way out. And can you also remove the old versions from the main download page? If you delete it from there, players can still download old versions by going to the "What's New in" section on the bottom, clicking on the "See Changelog" button, and for example if I press version 1.0.0 then a download button appears on the bottom.
  11. I have discovered the problem, this has been caused by the Sleheyron Story Mode mod. I will be commenting the bug report on the Sleheyron mod page shortly.
  12. Can you send me the changes.ini file from inside the TSLPatcher folder of the Sleheyron version you installed?
  13. Was this installed via the latest Sleheyron update that was released on Monday?
  14. Is the file m13aa.git in your Override folder?
  15. So Shuma the Hutt is not present? Did Ajuur have his new appearance as shown above? Are the restored footlockers and unlocked the static footlockers there? The restored footlockers are in the training room with the workbench and the Aratech shop whilst the "static footlockers" are the footlockers that can't be opened in the vanilla game (RC-K1CP restores the ability to open them). Did Tar'eelok and Garrum spawn? And where did the crazy lady and her boyfriend/CS-42 spawn after doing her side quest? She's supposed to spawn out in the hall as her room is now occupied by Shuma. If all of those things above did appear but not Shuma, it might be possible that a bug is preventing him spawning in. I would like to say this, having one thing not appear and being able to move on despite it is better than the game being soft locked and/or crashed.