...copapTlk file
Moderator: Event DM
-
- Squire of Babble
- Posts: 40
- Joined: Sun Jul 06, 2003 2:50 am
- Location: Missoula, Mt.
- Contact:
...copapTlk file
I've been away from the game for awhile and now when I try to enter it says I need the Copaptlk_2.0 file. I have this already and was thinking perhaps it was updated since last i played ( last July ). I don't see the download for this on the download page, where do I get it, please?

-
- Team Member; Retired with Honors
- Posts: 3365
- Joined: Fri Jun 13, 2003 12:33 am
- DM Avatar: Senath
- Location: Sydney, Australia (GMT+10)
Try getting it from here: http://www.epignosis.info/download.php?list.7
You need to put it in the tlk directory inside the NWN main install directory. You also need to be at v1.62 of NWN, and have the CoPaP 3.1 and Universal 3.0 haks. They're both on that page too. Good luck
You need to put it in the tlk directory inside the NWN main install directory. You also need to be at v1.62 of NWN, and have the CoPaP 3.1 and Universal 3.0 haks. They're both on that page too. Good luck

Be mindful of the prayers you send
Pray hard but pray with care
For the tears that you are crying now
Are just your answered prayers
Pray hard but pray with care
For the tears that you are crying now
Are just your answered prayers
- Themicles
- CoPaP Ambassador
- Posts: 2673
- Joined: Wed Jan 29, 2003 10:45 pm
- Location: Wolverine Lake, MI
- Contact:
NOTE:
Do not override the BioWare dialog.tlk that is in the main NWN dir.
That is NO LONGER NECESSARY.
The override version is not to be used.
/me makes a note to bug the relevant people to remove it from download lists...
Get the CoPaP TLK 2.0 and extract it into your NWN \ tlk directory.
-Themicles
Do not override the BioWare dialog.tlk that is in the main NWN dir.
That is NO LONGER NECESSARY.
The override version is not to be used.
/me makes a note to bug the relevant people to remove it from download lists...
Get the CoPaP TLK 2.0 and extract it into your NWN \ tlk directory.
-Themicles
A wise man does not dwell on his past. He learns from it, he grows from it, and then moves ahead into his future.
And some wise words from a wise man.
And some wise words from a wise man.

Orleron wrote:You have to excuse Themi. Tact, diplomacy, and softness are not his best traits, but he does not mean anything by his writing. He's a nice guy. You just get used to it after a while because he doesn't seem to learn.
- Mistcaller
- Team Member; Retired with Honors
- Posts: 5477
- Joined: Sun Feb 09, 2003 3:42 pm
- Location: Athens, Greece (GMT +2)
- Nighthawk4
- Assist DM
- Posts: 25898
- Joined: Fri Feb 07, 2003 8:32 pm
- Timezone: GMT
- DM Avatar: DruEl
- Location: The Home of the Bard of Avon
- Contact:
- Nighthawk4
- Assist DM
- Posts: 25898
- Joined: Fri Feb 07, 2003 8:32 pm
- Timezone: GMT
- DM Avatar: DruEl
- Location: The Home of the Bard of Avon
- Contact:
That was the order I used in my Module.- so it should have been a valid test. However, I am happy to help with testing in Avlis tonight when I get Home, unless someone else has already tested this before then. Should be about 18:30 GMT all being well.Mistcaller wrote:One more detail-reminder:
CoPaP 3.1 should be on top of the hak list, followed by Universal 3.0. Yes, the order does matter.
Life is never as bad as you think it is, although that doesn't help at the time.
Orleron wrote:I think it's a fun idea if you can idiot-proof it. Problem is God always builds a better idiot.
-
- Squire of Babble
- Posts: 40
- Joined: Sun Jul 06, 2003 2:50 am
- Location: Missoula, Mt.
- Contact:
-
- Squire of Babble
- Posts: 40
- Joined: Sun Jul 06, 2003 2:50 am
- Location: Missoula, Mt.
- Contact:
-
- Team Member; Retired with Honors
- Posts: 3365
- Joined: Fri Jun 13, 2003 12:33 am
- DM Avatar: Senath
- Location: Sydney, Australia (GMT+10)
Ah yes, the exact error message is very important 
Welcome to Avlis, and see you around some day, if I don't get banned from every server first...
If you see Sand online and feel like a bit of a tour, send me a Tell and I'll show you around.

Welcome to Avlis, and see you around some day, if I don't get banned from every server first...

If you see Sand online and feel like a bit of a tour, send me a Tell and I'll show you around.
Be mindful of the prayers you send
Pray hard but pray with care
For the tears that you are crying now
Are just your answered prayers
Pray hard but pray with care
For the tears that you are crying now
Are just your answered prayers
-
- Newbie
- Posts: 1
- Joined: Sun Feb 15, 2004 7:07 am
- Lafferty
- Scholar
- Posts: 1129
- Joined: Tue Feb 11, 2003 5:08 pm
- Location: look at my hands... they are HUGE. And they cant touch themselves...
- Contact:
Bashscript to rename all files in a directory to lower case...
or a more sophisticated bash script for renaming: http://www2.cddc.vt.edu/linux/utils/fil ... 1.0.tar.gz
Code: Select all
#! /bin/sh
# rename files to lower case...
for i in * ; do
lc=$(echo $i|tr [A-Z] [a-z])
if [ $lc != $i ] ; then
if [ -f "$lc" ] ; then
echo "$lc already exists"
else
mv $i $lc
fi
fi
done
Tool for crafters Do you want some human to your salt? nomanisanisland.monolar.de