Jump to content


Photo

Small incompat with Refinements and CtB


  • Please log in to reply
10 replies to this topic

#1 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 13 May 2008 - 01:05 PM

Hi the bigg!

I am enjoying your refinements mod along with your tb#quest mod in my mega installation. Just a note that the refined SPCL922 does not work with CtB SPCL922. Both are tracking but CtB uses it's tracking ability in the chores part (to obtain a certain item). For now I just use CtB's from the Refinements backup folder.

http://www.shsforums...&...st&p=393280

Thanks!

Edited by Hoppy, 13 May 2008 - 01:06 PM.

?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#2 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 13 May 2008 - 01:10 PM

Can you give a more detailed description of the issues without forcing me to download 150MB of duped areas?

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 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 13 May 2008 - 01:16 PM

In CtB chores part, the player receives a special ability and if they choose tracking, then the player can cast the spell outside to reveal a hidden container. The container can then be opened to pick up food for the cows to make them produce milk faster. I went through it many times and it only worked with CtB SPCL922.

Edit: one more detail,
The use of CtB's SPCL922 sets a global when cast in AR3500 (Candlekeep outside area)

The AR3500.BCS looks for
IF
Global("SPCL922", "GLOBAL",1)

It won't set for the Refined spell.
Does that help?

Edited by Hoppy, 13 May 2008 - 01:21 PM.

?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#4 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 13 May 2008 - 01:21 PM

I was going to suggest something like 'upload the version of spl922.spl from CtB' (or whichever version makes it work) rather than rewording the high-level description of the problem.

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.


#5 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 13 May 2008 - 01:23 PM



That is the one that works :cheers:
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#6 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 13 May 2008 - 01:31 PM

Oh boy, this is going to be a game of chicken between me and <maintainer of CtB> for who will update first his mod. Either I figure out what was changed between original and Refs version and make that patch-rific, or <CtB Maintainer> changes AR3500 so that rather than
Global("SPCL922","GLOBAL",1)
it checks for
SpellCast([ANYONE],4922) // Tracking

In the meantime, I'll keep my not-so-nice attitude and say "don't play mods that force you to milk cows" :)

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.


#7 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 13 May 2008 - 01:41 PM

King Diamond is the maintainer I think.

We can easily correct the BAF for that area in AR3500. That seems a lot easier and more friendly for other mods that might change the spell. Thanks for the code suggestion! ^_^
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#8 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 13 May 2008 - 01:47 PM

Actually, I think I'll just make Refs patch-rific to be on the safe side (for example with Fixpack).

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.


#9 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 13 May 2008 - 02:28 PM

Can you test this for me? Overwrite refinements/lib/hlab.tpa with the attached file, reinstall, see if it now works properly.

Attached Files

  • Attached File  hlab.tpa   44.38K   173 downloads

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.


#10 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 13 May 2008 - 04:38 PM

That works perfectly! Thanks the bigg! :cheers:
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#11 King Diamond

King Diamond

    Give Me Your Soul...Please

  • Modder
  • 1430 posts

Posted 17 May 2008 - 09:24 AM

Oh boy, this is going to be a game of chicken between me and <maintainer of CtB> for who will update first his mod. Either I figure out what was changed between original and Refs version and make that patch-rific, or <CtB Maintainer> changes AR3500 so that rather than
Global("SPCL922","GLOBAL",1)
it checks for
SpellCast([ANYONE],4922) // Tracking

In the meantime, I'll keep my not-so-nice attitude and say "don't play mods that force you to milk cows" :)

"CtB Maintainer" is here.... :D

SpellCast() trigger isn't working for innate spells.... unfortunately. Does it really look like some kind of revelation....?
DAMN! you should've been mature enough to know such things at your ages! :P :cheers:

http://forums.gibber...s...ic=5685&hl=

Edited by King Diamond, 17 May 2008 - 09:36 AM.

(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme