Jump to content


Photo

Refinements 3.20


  • Please log in to reply
8 replies to this topic

#1 Salk

Salk
  • Modder
  • 1419 posts

Donator

Posted 13 August 2009 - 11:07 PM

Hi the_bigg!

After installing the latest version of Refinements (only the Revised High Level Abilities), I noticed that the files xpcap.2da & xplevel.2da appear in the main game folder (BG II - SoA).

Is that supposed to happen?

Thanks!

#2 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 23 August 2009 - 09:15 AM

No.

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#3 Salk

Salk
  • Modder
  • 1419 posts

Donator

Posted 08 September 2009 - 12:23 AM

I'd guess something wrong happens somewhere here under.

COPY ~refinements/Hlab/_anim~				   ~override~
COPY_EXISTING   ~xpcap.2da~   ~.../xpcap.2da~
				~xplevel.2da~ ~.../xplevel.2da~
COPY ~refinements/Hlab/_shared/copy~			~override~
COPY ~.../xpcap.2da~   ~xpcap.2da~
	 ~.../xplevel.2da~ ~xplevel.2da~

If so, since I am no modder, could you kindly tell me how to remove it manually?

It could be a good thing for the BWP fixes too... :cheers:

#4 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 08 September 2009 - 01:16 AM

Go to \refinements\lib\hlab.tpa and replace the code with...
COPY ~refinements/Hlab/_anim~				   ~override~

COPY_EXISTING   ~xpcap.2da~   ~.../xpcap.2da~

				~xplevel.2da~ ~.../xplevel.2da~

COPY ~refinements/Hlab/_shared/copy~			~override~

COPY ~.../xpcap.2da~ ~override~

	 ~.../xplevel.2da~ ~override~

Deactivated account. The user today is known as The Imp.


#5 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 08 September 2009 - 01:28 AM

Quickest fix is to put a '-' sign right after the COPY_EXISTING (which somehow Jarno forgot to add in his post):

COPY ~refinements/Hlab/_anim~				   ~override~
COPY_EXISTING - ~xpcap.2da~   ~.../xpcap.2da~
				~xplevel.2da~ ~.../xplevel.2da~
COPY ~refinements/Hlab/_shared/copy~			~override~
COPY ~.../xpcap.2da~ ~override~
	 ~.../xplevel.2da~ ~override~

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#6 Salk

Salk
  • Modder
  • 1419 posts

Donator

Posted 08 September 2009 - 02:10 AM

Thanks, guys! :cheers:

#7 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 08 September 2009 - 03:13 AM

Quickest fix is to put a '-' sign right after the COPY_EXISTING (which somehow Jarno forgot to add in his post):

I didn't forgot, cause the next point copies the table back... and if the - does negate the transfer(as I suppose it could), you get errors within:
COPY ~.../xpcap.2da~ ~override~
	 ~.../xplevel.2da~ ~override~
:P

Hmm, of course it could be that this all goes above my head, as I am not a real coder.

Edited by Jarno Mikkola, 08 September 2009 - 03:17 AM.

Deactivated account. The user today is known as The Imp.


#8 Azazello

Azazello

    The Anti-Spammer

  • Staff
  • 1912 posts

Posted 08 September 2009 - 08:07 AM

Quickest fix is to put a '-' sign right after the COPY_EXISTING (which somehow Jarno forgot to add in his post):

I didn't forgot, cause the next point copies the table back... and if the - does negate the transfer(as I suppose it could), you get errors within:
COPY ~.../xpcap.2da~ ~override~
	 ~.../xplevel.2da~ ~override~
:P

Hmm, of course it could be that this all goes above my head, as I am not a real coder.

The student debating with the master... Priceless!

#9 Quester

Quester
  • Member
  • 157 posts

Posted 16 December 2009 - 01:29 PM

Sorry for being stupid, but is this a bug that I need to worry about if I install Refinements? What does it do exactly?