The Black Wyrm Lair Forums
The Black Wyrm's Lair Terms of Use Help Search Members Calendar

Welcome Guest ( Log In | Register )

> Installation Problem
jadorelordina...
post Feb 15 2006, 12:28 AM
Post #1





Forum Member
Posts: 2
Joined: 15-February 06
From: Forgotten Realms




I have a problem installing Azure. The kit works fine but when i install azure and its on the extending script it says it has a parsing and compiling error. what do I do? huh.gif


the file they said to send is here:

This post has been edited by jadorelordinateur: Feb 15 2006, 12:37 AM
Attached File(s)
Attached File  SETUP_AZURE.DEBUG ( 72.89k ) Number of downloads: 89
 


--------------------
United we stand, divided we fall - Elminster
Go to the top of the page
 
Quote Post
 
Start new topic
Replies
Valiant
post Apr 6 2010, 09:00 AM
Post #2


3ds Max Mage
Group Icon

Mod Developer
Posts: 663
Joined: 25-December 05
From: Slovensko




Glad it works. Not exactly like it should, but still...smile.gif

EDIT: I was doing my own research, too. And found the problem in a script that is appending AR1900 area script during instalation. Balduran forgot to correct the triggers.
If you take a look on the script named ar1900.baf (located in Azure/are/ folder in main game directory, open the file with e.g. NOTEPAD), you´ll find this:

CODE
IF
Global("AzureExists","AR1900",0)
Global("AzureFound","GLOBAL",0)
OR(2)
GlobalGT("Chapter","GLOBAL",2)
GlobalGT("Chapter","GLOBAL",3)

THEN
RESPONSE #100
SetGlobal("AzureExists","GLOBAL",1)
CreateCreature("azure",[4935,1991],1)
END

....
(second block is not important...)
.....


...but it should look like this:

CODE
IF
Global("AzureExists","AR1900",0)
Global("AzureFound","GLOBAL",0)
OR(2)
Global("Chapter","GLOBAL",2)
Global("Chapter","GLOBAL",3)

THEN
RESPONSE #100
SetGlobal("AzureExists","GLOBAL",1)
CreateCreature("azure",[4935,1991],1)
END

....
(second block is not important...)
.....


GlobalGT means that the variable MUST be greater than the value specified to be true (...in other words, Azure will pop up only if you´re currently in Chapter 3 or 4...). Global will correct this. So only thing you have to do is to uninstall the mod, change this two "words" in this particular file from Global GT to Global (...delete GT... biggrin.gif ), save it, and install it again. Then it will work as it was originally intended (Azure will pop up in Chapter 2 or 3)....

Hope now you understand this... blink.gif

This post has been edited by Valiant: Apr 6 2010, 09:26 AM


--------------------
Valiant

Tower Of Deception creator.
Go to the top of the page
 
Quote Post

Posts in this topic
jadorelordinateur   Installation Problem   Feb 15 2006, 12:28 AM
balduran   Yeah, sorry about that. I got a letter about it so...   Feb 19 2006, 10:07 PM
jadorelordinateur   Thx a lot :D ^_^   Feb 27 2006, 01:58 PM
NewNameEachTime   I had another installation problem resulting from ...   Sep 4 2006, 05:52 PM
jastey   Oh, great... Seems Azure just messed up my whole ...   Sep 4 2006, 08:45 PM
NewNameEachTime   Yeah, I know. But my Azure installation fit neithe...   Sep 5 2006, 01:33 AM
jastey   There is nothing in the azure installation code th...   Sep 5 2006, 01:26 PM
NewNameEachTime   Sorry to sound so negative above - it was just the...   Sep 5 2006, 02:23 PM
jastey   No offence taken from my side. If you say neither ...   Sep 5 2006, 03:17 PM
Baronius   The TP2 and the TRA files have valid content, so A...   Sep 5 2006, 04:13 PM
NewNameEachTime   I used WeiDU v195, if that would make any differen...   Sep 5 2006, 08:10 PM
balduran   As Jastey already mentioned, that bug is probably ...   Sep 8 2006, 09:04 AM
NewNameEachTime   ... that bug is probably due to the uninstallatio...   Sep 9 2006, 07:25 PM
Gergoth0   hi i have the same prob jadore had and the link is...   Jul 6 2007, 12:19 AM
Baronius   The forum says that post isn't available. It w...   Jul 6 2007, 01:39 AM
Gergoth0   Ok thanks for that all i can do is hope soon rathe...   Jul 6 2007, 06:58 AM
balduran   Hi, I am sorry I wasn't paying much attention...   Jul 6 2007, 08:55 PM
aphantasm   I'm having trouble installing this. Like the p...   Aug 12 2007, 03:09 PM
Leomar   I'm having trouble installing this. Like the p...   Mar 26 2009, 04:31 AM
goldengirl   hello everyone:) first i would like to thank all o...   Jan 18 2008, 05:42 AM
aphantasm   Wow responding to post that is a year and a half o...   Mar 26 2009, 12:21 PM
Baronius   Perhaps the problem's solution interests other...   Mar 26 2009, 05:49 PM
aphantasm   Actually I don't visit the forum. I had forgot...   Mar 26 2009, 05:59 PM
Seeker   i know this is a very old form but i'm just fi...   Mar 24 2010, 09:51 AM
Hoppy   Do you have the rar or zip archive extracted into ...   Mar 25 2010, 11:40 PM
Seeker   i have the zip in the directory and and i extracte...   Mar 28 2010, 08:18 AM
Valiant   It´s simple - just extract all content that comes...   Mar 29 2010, 01:12 PM
Seeker   OK if i have the class it might be working, its a ...   Mar 30 2010, 08:08 AM
Seeker   this is so frustrating of all the mods i found thi...   Mar 31 2010, 05:46 AM
Chaplain   Have a look at this post :) (from this thread)   Apr 1 2010, 12:22 AM
Seeker   Thank you for all you help and patience, it tells...   Apr 1 2010, 10:38 AM
Seeker   I'm still not finding her in the grove, and d...   Apr 5 2010, 05:50 AM
Seeker   Ok, mod works i was playing my pal and and my sroc...   Apr 5 2010, 06:35 AM
Seeker   i did some experimenting and it seem you have to b...   Apr 5 2010, 07:43 AM
Valiant   Glad it works. Not exactly like it should, but sti...   Apr 6 2010, 09:00 AM
Seeker   ok that makes sense, the only hard part is findin...   Apr 6 2010, 05:32 PM
Valiant   ...find it in what text??... :blink: you mean mod ...   Apr 7 2010, 07:06 AM
Seeker   i thought it would be a long file i would have to ...   Apr 12 2010, 05:35 AM
ericp   Hello, Sorry if this is a "necro-post" ...   Jul 12 2010, 03:01 PM
munchkin   hi. I'm quite looking forward to playing thi...   Aug 5 2010, 10:31 AM


Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:



- Lo-Fi Version Time is now: 24th June 2025 - 11:15 PM