Page 1 of 1

create shortcut on desktop To ETc server

PostPosted: 04 Aug 2009, 10:26
by A^n00bess
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 :D :D :D :lol:
please help me i know you know Coz You smart

Re: For Jay

PostPosted: 04 Aug 2009, 14:25
by ETc|#.Jay.#
rightclick on the shortcut with mouse and then preferences, now look in my screenshot, the blue marked you need to add there.

Re: For Jay

PostPosted: 04 Aug 2009, 15:01
by A^n00bess
Thank you mannnn
:D :D :) :)

Re: For Jay

PostPosted: 04 Aug 2009, 17:29
by ETc|Dipl Ing dEI mUDDER
nice! didnt know that one. I`ll 4 ever remain a noob! :P

Re: Shortcut for ETc

PostPosted: 20 Aug 2009, 23:52
by ETc|w00t!
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.

Re: Shortcut for ETc

PostPosted: 02 Sep 2009, 10:44
by QpiD
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 :) ?

Re: Shortcut for ETc

PostPosted: 02 Sep 2009, 11:25
by AfeeRoumee
+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

Re: Shortcut for ETc

PostPosted: 02 Sep 2009, 11:29
by QpiD
thanks :lol:

Re: Shortcut for ETc

PostPosted: 02 Sep 2009, 11:48
by AfeeRoumee
You're welcome ;)

Re: Shortcut for ETc

PostPosted: 02 Sep 2009, 17:02
by ETc|Dipl Ing dEI mUDDER
oookay, lets try!
thx afee

Re: Shortcut for ETc

PostPosted: 03 Sep 2009, 07:37
by ETc|Dipl Ing dEI mUDDER
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?

Re: Shortcut for ETc

PostPosted: 03 Sep 2009, 07:55
by AfeeRoumee
[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]

Re: create shortcut on desktop To ETc server

PostPosted: 29 May 2013, 09:04
by ETc|Tieum?
This is new for me!


Thanks for the info!

xxx :w:

Re: create shortcut on desktop To ETc server

PostPosted: 29 May 2013, 09:49
by ETc|Luis
you have to make it et.clan-etc.de:27960, then it works.

Nice, even didnt knew this!

Re: create shortcut on desktop To ETc server

PostPosted: 29 May 2013, 10:40
by ETc|*csi*raYan
Niceee :) thanks :D

Re: create shortcut on desktop To ETc server

PostPosted: 02 Nov 2017, 07:36
by ETc|SON GOKUUUU
Thank you very much! so nice :)

Re: create shortcut on desktop To ETc server

PostPosted: 02 Nov 2017, 11:03
by ETc|PSYKOGRASM
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.