Search the Community
Showing results for tags 'legacy'.
-
As always, happy to announce a new ET: Legacy update! After nearly a whole year, we've lived to see a round version number 2.82 Feel free to download at https://www.etlegacy.com/download (remember to use 32 bit version if you also play on other mods than Legacy) Full change-log: https://github.com/etlegacy/etlegacy/wiki/Changelog#2820---march-2024 Summary & gfx by @kemon:
-
Since Legacy has replaced ETPro as a mod for competitive games - a little update is required. ~ BEFORE YOU START IN ORDER TO PLAY ON LEGACY MOD WITHOUT INCOMPATIBILITY ISSUES, IT IS RECOMMENDED TO USE THE ET: LEGACY CLIENT. If you don't use it already, you can download it from here: https://www.etlegacy.com/ (make sure to use 32 bit version!) Take your time and read the wiki pages written by ETL devs. Installation, path structure, change-log, new cvars, commands. Everything you need. https://github.com/etlegacy/etlegacy/wiki ~ BINDS & SCRIPTS Basic scripts that'd barely changed over the years + some new stuff you need to know. Selfkill: bind [key] "kill" (it will auto tapout) Enemy spawntimer: bind [key] "resettimer" (you don't need multiple binds - the correct spawntime for given map and team will be set automatically) (optional: bind [key] "sharetimer", in order to share the spawntimer you've set) Spawn selector: bind [key] "setspawnpt 1; play sound/menu/select; echo ^0[^7spawn @ 1^0]" bind [key] "setspawnpt 2; play sound/menu/select; echo ^0[^7spawn @ 2^0]" bind [key] "setspawnpt 3; play sound/menu/select; echo ^0[^7spawn @ 3^0]" bind [key] "setspawnpt 4; play sound/menu/select; echo ^0[^7spawn @ 4^0]" bind [key] "setspawnpt 5; play sound/menu/select; echo ^0[^7spawn @ 5^0]" bind [key] "setspawnpt 0; play sound/menu/select; echo ^0[^7spawn @ default^0]" Some spawnpoints are different in Legacy compared to ETPro. You can use /spawnmenu or /listspawnpt to make sure you spawn at the correct place. Class selector: bind [key] "class m 1; echo ^0[^7medic^0]" bind [key] "class e 1; echo ^0[^7engi w/ smg^0]" bind [key] "class e 2; echo ^0[^7engi w/ rifle^0]" bind [key] "class f 1; echo ^0[^7fops^0]" bind [key] "class c 1; echo ^0[^7sten^0]" bind [key] "class c 3; echo ^0[^7sniper^0]" bind [key] "class s 2; echo ^0[^7mobile mg^0]" bind [key] "class s 4; echo ^0[^7panzer^0]" ~ CUSTOMIZATION Over the years of Legacy mod development, there were lots of cvars removed and some added. At least 50 removed cvars are HUD-related cvars. Legacy has an advanced HUD editor that allows players to customize their UI for maximum convenience. If you wanna see some other players' custom HUDs, you can check this page: https://ratemyhud.com/ The HUDs were made by players, you can preview and download them. Some also include a .cfg file! Go to /about page for more info, like installation details. The first thing I did when I put my hands on the HUD editor was moving my spawntimer and enemy spawntimer closer to the center of the screen. This way I almost never selfkill on full spawn. Make some stuff bigger (my radar/minimap, yeah), some stuff smaller, get rid of something or move it somewhere else, and you'll be done and good to go with your own setting. More about the HUD editor --> https://etlegacy.readthedocs.io/en/latest/hudeditor.html There's also a tutorial by @Shoresy, where he talks about Legacy configuration and how to use HUD editor: Here are some cvar and their values recommendations that might be useful in competitive gameplay: Make sure you can see teammates changing their classes: cg_fireteamLatchedClass "1" Make your popups stay longer, so you see for example, how many enemies already died: cg_numpopups "9" cg_popupStayTime "12000" cg_popupFadeTime "20000" Have demo autorecord enabled, so you have a way to confirm or learn something after the match. set your cg_autoaction to "1" or one of these "3" "5" "7" (different value - different auto actions taken except for taking the demo) Enable bullet tracers for enemy only. This way you can often determine where the enemy was shooting from. cg_tracers "3" This one might be just my preference - but I'm so used to playing this enabled. Setting cg_simpleItems to "1" (enabled except for objectives) or "2" (enabled for all items) transforms the stuff that lies on the ground (medpacks, weapons, obj, etc.) into more distinguishable, shiny objects. Much easier to find stuff around. Comp games tend to be fast, so you need to be fast. Speed up your console open/close animations with this cvar: con_openspeed "15" Enable quick chat binds. For example, when you hold a grenade and use weapalt (right mouse button press by default) you'll say "Fire in the hole!". This can be done with this cvar: cg_quickchat "1" Even though you'll use comms, sometimes it's good to emphasize something in-game. All quickchats: https://etlegacy.readthedocs.io/en/latest/cvars.html#cg-quickchat Hide gun/disable gun animations. This might feel weird at start, but having the guns doing less movement or having them hidden completely, can greatly improve visibility. In Legacy, you can use either cg_drawGun "0" (hide all weapons/tools) or cg_drawGun "2" (hide primary and secondary weapons only). To control weapon animations, there is cg_weapAnims bitflag cvar. Default is 15 meaning all animations are enabled. Choose and add together the animation values you want to see. | 0 None | 1 Move | 2 Firing | 4 Reload | 8 Switch | (I prefer to use cg_weapAnims "13" - firing anim disabled and cg_drawGun "1" - no weapons hidden) Show spawnpoints during warmup. There's a cool feature that draws exact spawnpoint numbers on the floor/where you spawn. Since newer maps and ETL overhauls use more spawnpoints (not to mention the so-called minor spawns) this makes it easier to find out the perfect spawnpoint to spawn from. cg_drawSpawnpoints "1" You'll need to adjust your cg_fov and sensitivity values if you're switching from other mods. Due to game changes, those might feel slightly different. Fov value can be converted (for example using this formula - replace ETPRO_FOV with your fov: https://www.wolframalpha.com/input?i=atan(3%2F4*tan(PI*ETPRO_FOV%2F360))*360%2FPI) And here's list of all cvars that I use, if you just wanna copy-paste seta cg_fireteamLatchedClass "1" seta cg_numpopups "9" seta cg_popupStayTime "12000" seta cg_popupFadeTime "20000" seta cg_autoaction "5" seta cg_simpleItems "2" seta con_openspeed "15" seta cg_quickchat "1" seta cg_drawGun "1" seta cg_weapAnims "13" seta cg_drawSpawnpoints "1" I'm not covering any renderer cvars here, there's plenty of tutorials on this I think. The Legacy mod changes in that area were less significant than the UI for example. Anyway, here are more cvar explanations: https://etlegacy.readthedocs.io/en/latest/cvars.html (as of writing this tutorial, not all cvars are described, sadly). In general, ETL devs have fixed many cvar default values, so that new player with standard config will have pretty much "plug&play" client. Not to mention, the in-game menus are much more intuitive - you just hover on a setting and it tells you what it does. For undemanding people - all you need is a few clicks and you're ready to go, while default ET 2.60b/ETPro config is quite unplayable. Speaking of old ET versions - it is highly NOT recommended to use old configs with Legacy. These 2 commands will come in handy while playing with configuration: - /cvar_restart - self explanatory, resets all cvars to their default values - /cvar_trim - when used, it will remove all invalid/unknown cvars from your currently loaded config. If you think you've got a mess in your .cfg, consider using this command, and then using /writeconfig *filename.cfg* to save it to a file. ~ COMMS Since Discord became popular, it took over all ET players using other apps for communication (like TS3, etc.). Having a working mic and actively supporting your team by giving accurate comms is crucial in successful team-play. Don't worry if you don't know how to say something or how to call a specific place - takes like 5 times playing a map to learn. You'll just describe what you see and more experienced players will understand you with no problems. And NEVER worry about your accent/bad english. You're having a perfect opportunity to learn how to use spoken version of the language, no one will hate you for that. ~ TACTICS Those have not changed. Even though there were new features added, like dropping the objective (which has never existed on ETPro), this is still the same game, only better IMO - some still miss the old days - I don't do much, really. If you're new on that, I found this old tutorial about ETPro scrimming basics, most of the tips are still useful: --- I'll do my best to update this tutorial when some changes are needed. Meanwhile, don't hesitate to reply to this thread or DM me if you've got any questions. Happy fragging!
-
Today, ET: Legacy version 2.81 was released, after over 7 months since the last stable release. Tons of bugs and issues were fixed, and the HUD rework with in-game HUD editor is hell of a feature. All I can say - just update and have fun! With ETL gaining more and more attention, I can't wait until FA Legacy server starts kicking Release notes: ET: Legacy 2.81 Incoming! It's happening ! We are kicking off the year 2023 with a massive release and there is so much MORE on the horizon! 20th Anniversary LAN Release cycle HUD Editor Changelog DOWNLOAD https://www.etlegacy.com/download [20:00] Notable MOD changes General Stability/Performance UI Weapons [20:00] Notable ENGINE changes Client Server
-
Fearless Assassins and eV!L*sQuad present our new partnership! eV!L*sQuad is a clan that has been hosting competitive gathers on their Discord. It is a competitive Enemy Territory community. If you're looking for a place to play some friendly 3on3 and 6on6 Legacy mod games (including tournaments), consider joining eV!L*sQuad Discord! Based on our agreement with EinsGurke (eV!L*sQuad founder) eV!L*sQuad members/players are allowed to advertise (but not spam) their Discord server and their gathers community on our ET: Legacy server. In return, our =F|A= ET: Legacy server will be promoted on their Discord, being a preferred public server for competitive players gathering. We have decided to build this Legacy environment together: Fearless Assassins and eV!L*sQuad share the same values in Enemy Territory and are open to expand this cooperation in future. eV!L*sQuad Discord: https://link.fearless-assassins.com/evil-squad
- 15 replies
-
- 32
-
- evilsquad
- partnership
-
(and 6 more)
Tagged with:
-
A while ago, I created this website: https://ratemyhud.com/ It's a place where people can share they custom HUDs generated by Legacy HUD editor. I thought you might want to check what it's capable of, even if you don't play on Legacy (yet ). You can read a bit more on /about page. You can test the HUD editor on our ETL server (etl.clan-fa.com:27950), in Options > View > HUD Editor. Each HUD on the page can be downloaded. I hope it's gonna interests some of you at least!
-
ET Playing ET via Steam - low FPS - a video fix with Legacy
RASHOMON posted a topic in ET Discussion
Disclaimer : If the issue has already been brought up and resolved, delete my post! Hey everyone, I'm back in the game and I'm loving it! I recently noticed that ET was available for free on Steam so I decided to give it a try through Steam so that the game could gain some visibility (boosting playtime numbers, etc.). On FA, I had very low FPS when moving so I googled the issue and found out that playing through ETLegacy could fix the issue... but getting ET Legacy to work though Steam is a little tricky but there's a video on YT (probably from an ETLegacy project member) that I closely followed and the FPS issue was totally gone. I've already recommended it to several players on JAY1 and it seems to have worked - even though one player experienced an annoying bug -known by the ETLegacy crew). Here is the video, it's 5 minute long: I recommend people to play ET via Steam so that Steam can see that the game is still being played and thus promoting it more. Why there's an FPS issue with the Steam version I don't know, Bethesda must have messed up with the porting (?) they did in order to bring the game on Steam, I dno really... (I have no link whatsoever with ETLegacy btw :P) Sniping regards, RASHOMON -
Hello I'm just trying ET:legacy, but when I try to connect to silent server I get the next message: Disconnected from server. Server file name " silent/~fearless_ssp_b1.pk3" is containing an invalid character for the ET:Legacy file structure Downloading file denied. I think it's because of this character: ~ What do you think? Has anyone successfully connected to silent servers using ET:Legacy?
- 6 replies
-
- legacy
- invalid character
- (and 6 more)
-
Hi this is my first post and (as I tell to many FA:HC players) I'm having a very annoying issue with my game. 1 My problem begins with the game itself: Randomly when I start etl.exe[1] the main menu runs with 1-2 FPS, even the background music sounds laggy, and of course the only solution is just Alt-F4 and restart again and again until the menu can show up fluently. that takes me to the next issue: 2 Then I always connect to hc.clan-fa.com but whenever I connect (also happens with other servers), the game takes a lot to load (about 30-60 seconds) and may randomly crash and when the load completes (yeah, i have to wait about 1 minute to finally look how the game closes without crash output). Things that I've tried: Setting all configs to default, switching ETL renderers, reinstalling/uninstalling, running as admin, changing permissions, look for openGL compatibility, modifying Windows registry, everything.. [1]: I'm using ETL because the old ET had the same menu issue before, and I couldn't fix it but ETL seems to work,.. except for that. I'm running Windows 10 - 64 bit, 4GB RAM - Intel Inside - Intel HD Integrated Card - Notebook (this issue began with a random Win10 update, also other openGL based programs like Blender also had FPS issues but no so problematic like this one) There are some days that my game crashes like 10 times before I connect to a server (and i play laggy). Well, if anyone of you can help me Thanks i'm so frustrated with this bug/issue
-
Well, some time ago et legacy has been released. He're is a link to its site http://www.etlegacy.com/ It has some bugfixed, improvements, support for newer windows etc. Feel free to test it yourself Th3o P.S. Didn't find any topic like that, even in search, If you know about similar one, ask staff+ to merge them
About Us
We are glad you decided to stop by our website and servers. At Fearless Assassins Gaming Community (=F|A=) we strive to bring you the best gaming experience possible. With helpful admins, custom maps and good server regulars your gaming experience should be grand! We love to have fun by playing online games especially W:ET, Call of Duty Series, Counter Strike: Series, Minecraft, Insurgency, DOI, Sandstorm, RUST, Team Fortress Series & Battlefield Series and if you like to do same then join us! Here, you can make worldwide friends while enjoying the game. Anyone from any race and country speaking any language can join our Discord and gaming servers. We have clan members from US, Canada, Europe, Sri Lanka, India, Japan, Australia, Brazil, UK, Austria, Poland, Finland, Turkey, Russia, Germany and many other countries. It doesn't matter how much good you are in the game or how much good English you speak. We believe in making new friends from all over the world. If you want to have fun and want to make new friends join up our gaming servers and our VoIP servers any day and at any time. At =F|A= we are all players first and then admins when someone needs our help or support on server.