Tremulous Forum

General => Troubleshooting => Topic started by: Kasuko on July 31, 2006, 09:02:45 am

Title: No Autogen.cfg
Post by: Kasuko on July 31, 2006, 09:02:45 am
I dont have the file autogen.cfg and I need it so I can stop entering my name every time i enter a server.

Can anyone tell me where to get it or give me a working one that I can just put in a file
Title: No Autogen.cfg
Post by: Lava Croft on August 02, 2006, 01:59:13 am
Try to start Tremulous, and quitting it. If I am correct that should generate autogen.cfg in Tremulous/base.
Title: No Autogen.cfg
Post by: Odin on August 02, 2006, 04:36:28 am
If he is running Linux, this might be a permissions problem.
Title: No Autogen.cfg
Post by: Kasuko on August 02, 2006, 05:56:02 am
Ya I realize thats my problem. Now I dont know how to fix it because the folder it is in has permision of 777 so anyone should be able to do anything to it.
Title: No Autogen.cfg
Post by: Dustin on August 02, 2006, 07:37:17 am
as root, do this
chown [yourusername] /home/[your username]/.tremulous -R

For example, I would do
chown dustin /home/dustin/.tremulous -R

Volia! (Trem's first run is as root, it'd seem, makes things bad for you ;))

That is, of course, only if your homedir is /home/[username]
I've seen systems where it's like.. /home/U/US/USERNAME..
adjust accordingly!
Title: No Autogen.cfg
Post by: Kasuko on August 02, 2006, 08:46:59 pm
Thanks Alot. That fixed it.
Title: can save contol settings but not screen settings
Post by: calford on August 06, 2006, 04:42:43 am
hi, i can save the control settings now but the resolution goes back to the default one all the time, any ideas?

Running ubuntu
Title: No Autogen.cfg
Post by: Caveman on August 06, 2006, 12:04:30 pm
Calford that is the second time I see you ask this question .)
Why not use the search button, the anwser is even on the same page as this thread.
Title: Solved
Post by: calford on August 07, 2006, 09:10:05 am
Well, sorry, but the other topic was related to textures, but anyway.
Here is what i did to solve this
I made autogen.cfg 777 and made sure i owned it.
I did that in 2 places, somehow i have 2 of those files one in ~/.tremulous/base   one in ~/.tremulous/base2
then i opened ~/.tremulous/base and changed some options to look like this:

seta r_customheight "1200"
seta r_customwidth "1600"
seta r_fullscreen "1"
seta r_mode "-1"

and now it works.

thanks