Jump to content


Nathan82

Member Since 26 Mar 2012
Offline Last Active Apr 01 2025 09:36 PM

Posts I've Made

In Topic: [WIP] Revised BWP Guide

01 April 2025 - 08:20 PM

I'm not using the EEs, I'm using the originals.

The WeiDu log for my most recent big BGT-WeiDU install - new BGT install, new issues - Page 3 - General Mod Discussion - The Gibberlings Three


In Topic: [WIP] Revised BWP Guide

01 April 2025 - 08:04 PM

@TDouglas, are you sure these aren't linux problems?

I've got a working install following the most recent pdf, including tobex afterlife, generalised biffing and far too many other mods. Yeah I've got a few issues but it nothing major, that I've found so far anyway. And the issues I have had on recent installs were usually my own fault for doing something dumb.

This is on a win10 machine.

Why do you say the pdf is that out dated as to be unusable?

There have been a lot of cool looking mods released recently for the EE games but I don't think there have been any major changes to mods that work on the originals, and so I don't see why the install order would have changed that much in the last 18 months..

Which ones are you having problems with?

I am tweaking a few things for my next planned install but again nothing major. I'm interested in seeing what you come up with, not trying to say don't bother or anything like that, if there is a better order I'll happily give it a try.


In Topic: [Solved] Problem with the Great Gaazib and Oopah

11 March 2025 - 06:14 PM

Hello. Sorry for wasting your time, it's not BGT thats doing it. I should have actually checked properly rather than just assuming before posting in a rush.

According to the changelog its this;

~SETUP-VCV21.TP2~ #0 #9 // New Fixes: v2.1 BWP adaptation

 

I didn't think Vlad's compilation really touched BG1 (apart from the black talon elite and bank) and so I assumed it wasnt that or Nej.

I'm pretty sure this isn't what its supposed to be doing but not sure why its happening.

Thanks again


In Topic: BG1 NPCs for SoA & ToB

17 September 2024 - 04:10 AM

Done!

 

Mod updated!
New verison - 15.1!

  • fixed a bug with Deekin's portrait on the "classic version" of the game
  • fixed a code inaccuracy in the tobbanter2.d file


I've just done a new install and its all installed without issue, thanks


In Topic: BG1 NPCs for SoA & ToB

13 September 2024 - 04:31 AM

Hello, me again.

I'm still having an issue getting this to install on BGT.

It's a different error this time;

 

ERROR: error loading [BG1NPCSoA/portraits/MAIN/vanilla-portraits/DEEKINM.BMP]
Stopping installation because of error.
Stopping installation because of error.
ERROR Installing [Water Gardens. New Athkatla's district & new quests], rolling back to previous state
Will uninstall   5 files for [BG1NPCSoA\BG1NPCSoA.tp2] component 0.
Uninstalled      5 files for [BG1NPCSoA\BG1NPCSoA.tp2] component 0.
ERROR: Unix.Unix_error(20, "stat", "BG1NPCSoA/portraits/MAIN/vanilla-portraits/DEEKINM.BMP")

 

The problem seems to be with this bit (lines 151 - 159)

ACTION_IF (GAME_IS ~bg2ee eet~) BEGIN
COPY ~BG1NPCSoA/portraits/MAIN/EE-portraits/DEEKINL.BMP~ ~override/DEEKINL.BMP~
COPY ~BG1NPCSoA/portraits/MAIN/EE-portraits/DEEKINS.BMP~ ~override/DEEKINS.BMP~
COPY ~BG1NPCSoA/portraits/MAIN/EE-portraits/DEEKINM.BMP~ ~override/DEEKINM.BMP~
END ELSE BEGIN
COPY ~BG1NPCSoA/portraits/MAIN/vanilla-portraits/DEEKINL.BMP~ ~override/DEEKINL.BMP~
COPY ~BG1NPCSoA/portraits/MAIN/vanilla-portraits/DEEKINS.BMP~ ~override/DEEKINS.BMP~
COPY ~BG1NPCSoA/portraits/MAIN/vanilla-portraits/DEEKINM.BMP~ ~override/DEEKINM.BMP~
END

 

I commented that bit out and retried the install and it worked.

I then copied DeekinL.BMP and DeekinS.BMP from BG1NPCSoA\portraits\MAIN\vanilla-portraits to the override folder.

 

BG1NPCSoA\portraits\MAIN\vanilla-portraits only has 3 files - DeekinL.BMP, DeekinS.BMP and ZOPANs.BMP

 

Thanks