Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Enemy Territory Config file - 6 of them
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
jchomarat
n00b
n00b


Joined: 20 Jan 2004
Posts: 73
Location: Paris / France

PostPosted: Tue Apr 20, 2004 8:59 am    Post subject: Enemy Territory Config file - 6 of them Reply with quote

Hello,

I have put a post a couple of month ago, asking information on how to avoid ET resetting my settings. I had a very good answer, just remove the pid file before starting ET as a "bug" makes it crash when it exits. For info, here the script I found (thanks to c4Ff3In3 4ddiC+)

Code:
#!/bin/sh

find $HOME/.etwolf -name '*.pid' -exec rm '{}' ';'

cd /opt/enemy-territory
exec ./et.x86 "$@"


I have however another question. I wanted to personalise my etconfig.cfg (put shortcuts to chat, such as s for sorry, m for i need a medic etc).

I updated the file $HOME/.etwolf/etmain/etconfig.cfg, and it did not work. I then updated $HOME/.etwolf/etmain/profiles/MyProfile/etconfig.cfg, and it worked on some servers i'm usually on. So, I updated all the etconfig.cfg I could find in $HOME/.etwolf/, probably 6 of them, and I don't seem to have any more problems.

Ok it works, but I just want to know why!! What do all these cfg files correspond to?

Thanks
Back to top
View user's profile Send private message
wishkah
Guru
Guru


Joined: 09 May 2003
Posts: 441
Location: de

PostPosted: Tue Apr 20, 2004 5:58 pm    Post subject: Reply with quote

I also have four of them... I had many versions of et emerged, maybe some of them were used by older versions. portage can't delete user specific configuration files that are no longer used by the new version (for obvious reasons)
_________________
if only I could fill my heart with love...
Back to top
View user's profile Send private message
jchomarat
n00b
n00b


Joined: 20 Jan 2004
Posts: 73
Location: Paris / France

PostPosted: Thu Apr 22, 2004 8:19 am    Post subject: Reply with quote

But I just emerged ET one time. I thought that maybe it was for the different kind of modes.

What is the difference of the folders etmain, etpro and ETpro inside ~/.etwolf?

Thanks anyway for your answer
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum