FUNBOY ET FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.



Config issue?

5 posters

Go down

Config issue? Empty Config issue?

Post by jonoconor Thu Jan 22, 2015 10:43 pm

After doing the autoexec.cfg fix for the Arctic map, and after adding a new etkey, because that was the first recommended fix, my settings were wiped to default. And the player movement seems very slow compared to usual. I removed the fixes and it's still the same. Is this a new thing?
jonoconor
jonoconor

Posts : 19
Points : 23
Join date : 2012-09-16
Location : Victoria, BC Canada

Back to top Go down

Config issue? Empty Re: Config issue?

Post by NeroQC Thu Jan 22, 2015 11:16 pm

Its important to change setting and start game with admin privileges.
NeroQC
NeroQC

Posts : 408
Points : 480
Join date : 2013-06-12
Age : 55
Location : Canada, Quebec, Levis

http://www.ceptbiro.com

Back to top Go down

Config issue? Empty Re: Config issue?

Post by jonoconor Fri Jan 23, 2015 12:26 am

Thanks, Nero. I'll check that.
jonoconor
jonoconor

Posts : 19
Points : 23
Join date : 2012-09-16
Location : Victoria, BC Canada

Back to top Go down

Config issue? Empty Re: Config issue?

Post by Selene Fri Jan 23, 2015 2:55 am

Esc -> Options -> Game -> Always run

As for other settings, if you already wiped them, there's nothing we can do. Don't use configs from unknown sources. If you want to restore regular settings, type /exec etconfig.cfg

I can make a file for you that will set your resolution, if you tell me what resolution is set on your desktop. Also I'll include the most needed fixes (like hunkmegs etc).

Etkey doesn't matter, what matters is punkbuster. It's truly enabled only if ET is installed on regular path (in Program Files or Program Files x86). It very often lags the system, so it's better to play without it (although you won't save XP anymore). Anyway, if you changed etkey, your XP is gone too.

I'll make a file for you and then I'll give you further instructions what to do with it ;]
Selene
Selene

Posts : 2132
Points : 2906
Join date : 2012-12-13
Age : 31

Back to top Go down

Config issue? Empty Re: Config issue?

Post by jonoconor Fri Jan 23, 2015 9:16 pm

Thanks, Selene. As far as configs go, I only use a m_pitch and cg_fov setting that kidd or Narayan told me about, nothing else. I saved my old etkey and put it back in the folder so we'll see if my xp is gone.  I use 1280x1084 resolution. I have 'always run' set, but it was still slow. I'll log on now and see how it's going tonight. If you'd make me up a config like you say, that would be great.
Cheers,
jonoconor
jonoconor
jonoconor

Posts : 19
Points : 23
Join date : 2012-09-16
Location : Victoria, BC Canada

Back to top Go down

Config issue? Empty Re: Config issue?

Post by Selene Sat Jan 24, 2015 8:51 am

http://www.speedyshare.com/5hkVc/jonoconor.cfg

1. Download this and put it in your etmain folder.
2. Go to your ET folder and delete the jaymod folder entirely.
3. Go to your "etmain" and delete "profiles" folder from it.
4. Start the game as admin.
5. You will be prompted to create a new profile. Type in your name and click "Enable Punkbuster".
6. Open the console (~) and type /exec jonoconor
7. Close the game and start it again.
8. Connect to Beginner and download every needed file again. You'll have to download only jaymod mod and the soundpack, all maps are still in etmain. So it should take 20 seconds top.
 
Smile

You can change m_pitch to your liking in this file before you /exec it ofc.
I made a custom crosshair too, if you don't like it, I can change it to something else.
Selene
Selene

Posts : 2132
Points : 2906
Join date : 2012-12-13
Age : 31

Back to top Go down

Config issue? Empty Re: Config issue?

Post by obituary Sun Feb 01, 2015 12:33 pm

This is a good config for people to use:

Copy the bold text below and paste it into a Notepad file, then save it as autoexec.cfg (use .cfg as the file extension, not .txt).

Then put it in your etmain folder, then start the game and open your console (use the ~ key to open your console in-game)

then type this:

/exec autoexec.cfg



Here is the cfg:


//autoexec cfg by obituary
seta cg_autorate 1
seta cg_optimizeprediction 0
seta cg_smoothclients 0
seta cl_maxpackets 100
seta cl_packetdup 0
seta com_hunkmegs 192  //set higher if you have more RAM
set com_maxfps 71 //set to whatever u like, 71 reduces recoil
set cg_drawfps 1
set cg_lagometer 1
set cg_drawclock 1
set cg_drawtimer 1
set cg_atmosphericeffects 0
set cg_shadows 0
set cg_wolfparticles 0
set r_lodbias 0
set r_picmip 0
set r_mode 4  //set to whatever u like
set r_finish 0
set r_detailtextures 0
set r_subdivisions 999
set r_fastsky 1
set cg_drawCrosshair 6  //set to whatever u like
set cg_crosshairpulse 0
set pb_sleep 500
set pb_system 0
set pb_security 0
set cg_bobup 0
set cg_bobpitch 0
set cg_bobroll 0
set cg_bobyaw 0
set cg_runpitch 0
set cg_runroll 0
set cl_mouseaccel 0.0 //also keep enhanced mouse precision off in windows ctrl panel
set m_pitch 0.016
set m_yaw 0.022


//bindz
bind p messagemode4 // for PMing friends
bind k "kill"  //for suicide



//mouse

set cg_fov 105  //set between 90 and 120 as u like
set cg_gun_fovscale 0 //for silent mod only
set sensitivity 5.00  //set to whatever u like


//demo toggle to record vidz
bind F12 "vstr demotoggle"
set demotoggle "vstr demostart"
set demostart "autorecord; set demotoggle vstr demostop"
set demostop "stoprecord; set demotoggle vstr demostart"


//crouch toggle
bind c "vstr crouch"
set crouch "vstr crouchon"
set crouchon "+movedown; set crouch vstr crouchoff"
set crouchoff "-movedown; set crouch vstr crouchon"


//map toggle
bind g "vstr map"
set map "vstr mapon"
set mapon "+mapexpand; set map vstr mapoff"
set mapoff "-mapexpand; set map vstr mapon"
obituary
obituary

Posts : 3495
Points : 4817
Join date : 2011-05-15

Back to top Go down

Config issue? Empty Re: Config issue?

Post by OneOldMan Sun Feb 01, 2015 3:11 pm

I tried this but my fps dropped like a rock.  I reinstalled my orig etconfig. and back to normal.  Crying or Very sad

OneOldMan

Posts : 644
Points : 820
Join date : 2013-01-28
Location : McDonough, Ga.

Back to top Go down

Config issue? Empty Re: Config issue?

Post by NeroQC Sun Feb 01, 2015 3:56 pm

I sent my configuration to Bayman and it seems that all is well. Its not the same as you but its ok.

I will try to change some lines, I will see....
Tks again Obit
NeroQC
NeroQC

Posts : 408
Points : 480
Join date : 2013-06-12
Age : 55
Location : Canada, Quebec, Levis

http://www.ceptbiro.com

Back to top Go down

Config issue? Empty Re: Config issue?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum