Need help for cfg - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Configuration Tips (https://forums.xonotic.org/forumdisplay.php?fid=19) +--- Thread: Need help for cfg (/showthread.php?tid=4524) |
Need help for cfg - Shodan - 10-10-2013 Hi guys.I'm new.I need help for a basic cfg,because some cvars are different from quake and openarena. Please correct me errors : bind MOUSE1 "+attack" bind MOUSE2 "+zoom" bind mwheeldown weapnext bind mwheelup weapprev set cl_autoswitch "0" bind F3 ready bind k "kill" bind F11 screenshotjpeg bind F9 reconnect bind F8 disconnect bind ctrl +movedown cg_crosshairsize 30 bind F12 quit bind w "+forward" bind s "+back" bind a "+moveleft" bind d "+moveright" bind space "+jump" fov 110 -->it works..so simply bind e "say eheheh" bind f "say " bind r "say Sorry " bind h "say Hi!" bind g "say Good Game!! " bind l "say Bye-Bye" playermodel "Mega Erebus" -->wanna force my and enemys model player,but it dont works set xp_enemymodel "Mega Erebus" -->not work,said me the best visible modelplayer I Want the enemys brightskins.Brights skins only works on a specific servers? seta g_fullbrightplayers 1 -->not works seta g_fullbrightitems 1 -->not works Thanks for help.I have other questions,but..little at time.. RE: Need help for cfg - Halogene - 10-10-2013 You can set the player model via menu, and also force your model onto other players on your client. This works also for the color you chose. You'll find the relevant settings in the menu (Multiplayer Window - Player Setup Tab - Model Settings Button). You can of course also set them via console/config file. It is recommended to create a new config file and have it executed by adding it to autoexec.cfg. The relevant commands for forcing other player's models and colors to the ones you chose for yourself are: cl_forceplayermodels 1 cl_forceplayercolors 1 You will have to chose the Mega Erebus model for yourself, it's the only fullbright one. See this blog post for more info on optimizing perception. RE: Need help for cfg - Shodan - 10-10-2013 Thanks!for example,the correct command for .cfg is: -cl_gentle_gibs 1 -set cl_gentle_gibs 1 or seta cl_gentle_gibs 1 ? Edit:is set RE: Need help for cfg - Mr. Bougo - 10-10-2013 Use [code] next time in your forum posts, it helps RE: [code] Need help for cfg - Shodan - 10-10-2013 I've done.Thanks! RE: [code] Need help for cfg - Mr. Bougo - 10-10-2013 Hehe, that's not at all what I meant. Sorry for the misunderstanding. I meant you should wrap your configs in code tags like so: [code]abcdef[/code] Example: Code: set foo bar RE: [code] Need help for cfg - Shodan - 10-10-2013 Ok.I've forced player at the same model and color.Green and other colors are muffled.How to have really bright green skin? It's possible to set gamma?In Openarena the command is set r_gamma [value]),which is the corrispective in xonotic? RE: [code] Need help for cfg - Mr. Bougo - 10-10-2013 You can search configuration variables using the "apropos" command. Open the Xonotic console by pressing shift escape, then type Code: apropos gamma RE: [code] Need help for cfg - Shodan - 10-10-2013 Ok,gamma it's now ok.In openarena,for example,i have green brightskins.When i reduce gamma the bright of the skin is really visible and the world around appear darker.How to increase the bright of the skin?Exist a package of modified bright skins? Thanks a lot for help! RE: [code] Need help for cfg - Mr. Bougo - 10-10-2013 That would be cheating! RE: [code] Need help for cfg - Shodan - 10-10-2013 Ehehe. No it's not a cheating! In a lot of fps it can be done, such as quake, oa, cs.. It's Never considered a cheat! I'm intersted If it's possibile, i use brightskins for a year, I'm accustomed... RE: [code] Need help for cfg - Mr. Bougo - 10-10-2013 Here, custom asset modifications that improve visibility and aim are considered as cheating. It's only legit if it is provided by the official game or on a server-by-server basis through server packages. RE: [code] Need help for cfg - Halogene - 10-10-2013 You should have perfectly visible bright green skins if you select for your own player bright green and Mega Erebus as model (not Erebus). Did you do that? RE: Need help for cfg - Shodan - 10-18-2013 Yeah,thanks!With Mega Erebus works good.Please gimme the command to set Mega Erebus via cfg file. Another question:How to disable the" firing light ball"(in da pic)? Uploaded with ImageShack.us Uploaded with ImageShack.us RE: Need help for cfg - Halogene - 10-18-2013 If you open the console and type Code: apropos playermodel Code: set <thecvarthatyouidentified> <value> For the white ball I'd assume that would be a corona maybe? If it is, then try Code: r_coronas 0 RE: Need help for cfg - Shodan - 10-18-2013 r_coronas 0 or 1 hasn't effects.Any servers can inhibit that function?Other ideas? RE: Need help for cfg - cvcxc - 10-18-2013 Id also say this looks like the coronas effekt. I had something similar while starting the game the first time. Disabling the Coronas in the menu fixed it for me. Code: gl_flashbend is also asiciated with the coronas #oops that was a late edit. RE: Need help for cfg - Halogene - 10-18-2013 I have experimented a bit and you seem to have gl_flashblend set to 1, could that be? In combination with r_coronas 1 this is quite annoying in minsta. I'd recommend to set both to 0. RE: Need help for cfg - Shodan - 10-20-2013 Yeah!Now it's good.Thx! |