no chat in fury.
Moderators: Lavish Software Team, Moderators
no chat in fury.
I have finnally got fury installed and it says that it has loaded the plugin's for eq1 and eq2. I loaded the fury-eq2.xml from the wiki site. Fury seems to have no audio besides the starup audio.
Am i missing something?
(since there is no install documentation yet).
Am i missing something?
(since there is no install documentation yet).
Yeah, I need to get busy on the documentation 
Are you trying to use it for EQ1 or EQ2?
For EQ2, you need to make sure to turn logging off and then on in game. There's an EQ2 bug that puts the log in the wrong place, and then it's pretty useless to Fury. Additionally, Fury-EQ2 only reads the log directories that exist at the time Fury is launched (this should get fixed), which means that if you turn on logging on a new server that wasnt previously having any logs, you need to restart Fury.

Are you trying to use it for EQ1 or EQ2?
For EQ2, you need to make sure to turn logging off and then on in game. There's an EQ2 bug that puts the log in the wrong place, and then it's pretty useless to Fury. Additionally, Fury-EQ2 only reads the log directories that exist at the time Fury is launched (this should get fixed), which means that if you turn on logging on a new server that wasnt previously having any logs, you need to restart Fury.
Here is the change i did in the eq2 mod
Orignal
<Setting Name="2">L:\EverQuest II\logs\Antonia Bayle\eq2log_Huhog.txt</Setting>
with change
<Setting Name="L:\EverQuest II\logs\Antonia Bayle\eq2log_Huhog.txt"</Setting>
I changed "2">L: to "L:
The drive Letter is where you installed EQ2
You also have to put the server name and your Char. name
Orignal
<Setting Name="2">L:\EverQuest II\logs\Antonia Bayle\eq2log_Huhog.txt</Setting>
with change
<Setting Name="L:\EverQuest II\logs\Antonia Bayle\eq2log_Huhog.txt"</Setting>
I changed "2">L: to "L:
The drive Letter is where you installed EQ2
You also have to put the server name and your Char. name
1) You shouldnt have the full log file in the settings file, just the path to EQ2. e.g. L:\EverQuest II. What told you to put the entire filename in there?
2) All you've done is make it so it's not reading the settings file at all, because that's not valid XML. So it's just detecting the path to EQ2 and using it.
2) All you've done is make it so it's not reading the settings file at all, because that's not valid XML. So it's just detecting the path to EQ2 and using it.