All things related to Enemy Territory game. Maps, mods, scripts etc.
A^n00bess
Posts: 11 Joined: 07 Jun 2009, 20:36
discord:
Post
by A^n00bess » 04 Aug 2009, 10:26
How to make ET Shortcut For ETc.....when I press on ET icon is connecting to ETc
sorry for my english Or
sori for may inglish
please help me i know you know Coz You smart
Last edited by
A^n00bess on 05 Sep 2009, 21:50, edited 1 time in total.
ETc|#.Jay.#
ETc| Member
Posts: 1775 Joined: 25 May 2008, 22:01
discord: ETc|₪.Jay.₪ #4322
Location: Germany
Contact:
Post
by ETc|#.Jay.# » 04 Aug 2009, 14:25
rightclick on the shortcut with mouse and then preferences, now look in my screenshot, the blue marked you need to add there.
Attachments
shortcut.jpg (146.98 KiB) Viewed 36508 times
ETc|w00t!
ETc| Member
Posts: 177 Joined: 09 Mar 2009, 21:17
discord:
Location: Afghanistan
Post
by ETc|w00t! » 20 Aug 2009, 23:52
Moved to ET and sticked.
And I was thinking about adding a button in ET menu called 'create shortcut on desktop' or something, I'll add that to client-side wishlist.
QpiD
ETc| Member
Posts: 1471 Joined: 21 Apr 2009, 19:55
discord:
Location: always moving
Post
by QpiD » 02 Sep 2009, 10:44
One noobie question from someone who have no IT skill at all lol
Is it possible in the shortcut to put the IP + resolution so he doesnt open with low resolution
?
nemo saltat sobrius
AfeeRoumee
ETc| Member
Posts: 2595 Joined: 02 Jul 2009, 22:00
discord:
Post
by AfeeRoumee » 02 Sep 2009, 11:25
+set r_mode "x"
x = 4 for 800x600
x = 5 for 1024x768
x = 6 for 1152x864
x = 7 for 1280x1024
x = 8 for 1600x1200
Example: + connect clan-etc.de:27960 +set r_mode 5
Silence
is
golden.
QpiD
ETc| Member
Posts: 1471 Joined: 21 Apr 2009, 19:55
discord:
Location: always moving
Post
by QpiD » 02 Sep 2009, 11:29
thanks
nemo saltat sobrius
AfeeRoumee
ETc| Member
Posts: 2595 Joined: 02 Jul 2009, 22:00
discord:
Post
by AfeeRoumee » 02 Sep 2009, 11:48
You're welcome
Silence
is
golden.
ETc|Dipl Ing dEI mUDDER
ETc| Member
Posts: 4169 Joined: 08 Feb 2009, 12:47
discord:
Location: Gelnhausen, Germany
Post
by ETc|Dipl Ing dEI mUDDER » 03 Sep 2009, 07:37
And so I did:
When I started ET it all worked with connecting and resolution, only that my picture was shifted about 4 cm to the right!?
Is this a common problem?
AfeeRoumee
ETc| Member
Posts: 2595 Joined: 02 Jul 2009, 22:00
discord:
Post
by AfeeRoumee » 03 Sep 2009, 07:55
[edit]
Damn. I dont know what is going on.
Maybe first you have to change your resolution in-game, and then make a change in your shortcut?
Really I am lost.
If your problem doesnt disappear, go to your main menu (not in-game on server menu, just main menu, on etmain) and change your resolution. Maybe others know any solutin for that?
[/edit]
Silence
is
golden.
ETc|Tieum?
ETc| Member
Posts: 32 Joined: 07 Mar 2013, 19:14
discord:
Post
by ETc|Tieum? » 29 May 2013, 09:04
This is new for me!
Thanks for the info!
xxx
ETc|Luis
ETc| Member
Posts: 479 Joined: 13 Sep 2010, 23:33
discord:
Location: Netherlands
Contact:
Post
by ETc|Luis » 29 May 2013, 09:49
you have to make it et.clan-etc.de:27960, then it works.
Nice, even didnt knew this!
xfire: etcluis
ETc|SON GOKUUUU
ETc| Member
Posts: 125 Joined: 21 Oct 2017, 01:14
discord:
Post
by ETc|SON GOKUUUU » 02 Nov 2017, 07:36
Thank you very much! so nice
I am the hope of the universe. I am the answer to all living things that cry out for peace. I am protector of the innocent. I am the light in the darkness. I am truth. Ally to good! Nightmare to you!
ETc|PSYKOGRASM
ETc| Member
Posts: 151 Joined: 13 Nov 2012, 15:14
discord:
Post
by ETc|PSYKOGRASM » 02 Nov 2017, 11:03
If like me you use portable install yo can add a powershell function to launch from conhost like so:
Code: Select all
function etc
{
Push-Location "C:\Users\rorgo\etlegacy"
./etl.exe +set fs_homepath "C:\Users\rorgo\etlegacy\ETLegacy" +connect clan-etc.de:27960
Pop-Location
}
to
Code: Select all
C:\Users\rorgo\OneDrive\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
Adjust locations/users for yourself of course.