Connection batchfile ?? Hilfe

Bitte benutzt das englische Supportforum!
xoorxa
Guardian
 
Posts: 3
Joined: Jul 19, 2012 21:05

Postby xoorxa » Jul 21, 2012 14:39

hey ich bin neu hier und wollte die batchfile einstellen aber irgend wie komm ich nicht ganz klar damit ;/

wenn ich die datei bearbeiten will steht alles drucheinander drin und ich weis net wo ich was eintragen muss ;/

kann mir jemand eine beispiel datei posten plzz ?

thx schon mal

User avatar
Akip
Alerion Knight
 
Posts: 2123
Joined: May 04, 2006 00:00

Postby Akip » Jul 21, 2012 15:08

connecte doch einfach mit daoc portal ist einfacher und hat diverse features zudem wird es in ferner zukunft eh nurnoch möglich sein mit daoc portal zu connecten
Image

xoorxa
Guardian
 
Posts: 3
Joined: Jul 19, 2012 21:05

Postby xoorxa » Jul 21, 2012 15:10

warum 5 klicks machne wenn einer reicht ?

die batchfile wird hier angeboten und ich würd sie gern nutzen ;/

User avatar
Akip
Alerion Knight
 
Posts: 2123
Joined: May 04, 2006 00:00

Postby Akip » Jul 21, 2012 15:21

wenn du diese hier meinst dann ist die nur zum beheben eines problemes von daoc portal
wenn du allerdings wirklich drauf bestehst umbedingt mit der umständlichen batch datei zu connecten kann ich dir das noch googeln. Mods musst du dann manuel installieren du kannst nur auf uthgard connecten und du hast keine quicklogins also wenn du den account wechseln möchtest musst du jedes mal die bat datei editieren viel spaß dabei
Image

xoorxa
Guardian
 
Posts: 3
Joined: Jul 19, 2012 21:05

Postby xoorxa » Jul 21, 2012 15:24

ja die mein ich , mods sind schon drauf und daoc portal auch ! ich will einfach über die bat mein game starten und gut ist ! brauch auch nur ein acc

User avatar
Akip
Alerion Knight
 
Posts: 2123
Joined: May 04, 2006 00:00

Postby Akip » Jul 21, 2012 15:26

http://uthgard.net/en/forum/viewtopic.php?f=15&t=27012
Blue wrote:We will soon set the version limit higher. Only connect.exe will be supported.
Image

User avatar
Blue
Developer
Developer
 
Posts: 15822
Joined: Apr 22, 2005 00:00

Postby Blue » Jul 21, 2012 20:41

xoorxa wrote:hey ich bin neu hier und wollte die batchfile einstellen aber irgend wie komm ich nicht ganz klar damit ;/

wenn ich die datei bearbeiten will steht alles drucheinander drin und ich weis net wo ich was eintragen muss ;/

kann mir jemand eine beispiel datei posten plzz ?

thx schon mal

Dann nimm doch mal einen anderen editor zb Notepad++

Was alles bedeutet steht säuberlich im kopf der batch.
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."

User avatar
donna89
Warder
 
Posts: 11
Joined: Oct 21, 2009 00:00

Postby donna89 » Jul 21, 2012 20:48

also falls du diese batchdatei meinst :

@echo off
rem ***************************************************************************
rem *
rem * The commandline of the launcher is the following
rem * DOLLoader {Path to game.dll or tgame.dll} {ip_address} {port} [1 for 1.74+ clients] {username} {password}
rem *
rem * {Path to game.dll or tgame.dll} <- Set to the file you want to execute eg. D:\camelot\game.dll
rem * {ip_address} <- Set to the ip address where you want to connect
rem * [1 for 1.74+ clients] <- Put a 1 here if you use 1.74+ client version
rem * {port} <- Set to the port where you want to connect
rem * {username} <- Set to your username
rem * {password} <- Set to your password
rem *
rem * Example for a 1.74+ client:
rem * DOLLoader game.dll 127.0.0.1 10300 1 testuser testpassword
rem *
rem * Example for a 1.73 or lower client:
rem * DOLLoader game.dll 127.0.0.1 10300 testuser testpassword
rem *
rem * PLEASE NOTE! EDIT only the things under this line (DOLLOADER game.dll .....)
rem ***************************************************************************

DOLLoader game.dll 88.198.56.21 10300 1 DEINACCNAME DEINPASSWORT

User avatar
Blue
Developer
Developer
 
Posts: 15822
Joined: Apr 22, 2005 00:00

Postby Blue » Jul 21, 2012 21:05

Ich kann immer noch nicht nachvollziehen was da jetzt schwierig ist.

Im Downloadbereich Batch downloaden. Account und Passwort eintragen, und noch die Pfade siehe set. Läuft.
http://uthgard.net/en/downloads/connectionutils/

Code: Select all
@echo off
REM #####################################################################################
REM # DAoC Portal Batch-Connect | Author: Uthgard Staff               #
REM #-----------------------------------------------------------------------------------#
REM #                                 #
REM # Enter the absolute path to DAoCPortal's Connect.exe, the game.dll in your DAOC   #
REM # folder and the server address below. Example:               #
REM #                                 #
REM # set connect="C:\Program Files\DAoC Portal\Connect.exe"            #
REM # set gamedll="C:\Dark Age of Camelot\game.dll"               #
REM # set server="uthgard.game-server.cc:10300"                  #
REM #                                 #
REM # Enter your accounts below like the given example:               #
REM #                                 #
REM # %connect% %gamedll% %server% youraccount yourpassword            #         
REM #                                 #
REM # You can add as many lines as you want, but do not forget to put a comment on   #
REM # unused lines. There can be only one execution line at a time. If you want to   #
REM # store several logins in this file, put a "REM" in front of the unused line.   #
REM # The following example would connect account 3 and ignore the others:      #
REM #                                 #
REM # REM %connect% %gamedll% %server% account1 password            #
REM # REM %connect% %gamedll% %server% account2 password            #
REM # %connect% %gamedll% %server% account3 password               #
REM #                                 #
REM # Enjoy the game.                           #
REM #                                 #
REM #####################################################################################


set connect="C:\Program Files\DAoC Portal\Connect.exe"
set gamedll="C:\Dark Age of Camelot\game.dll"
set server="server.uthgard.net:10300"

REM # Enter your lines here:

%connect% %gamedll% %server% youraccount yourpassword
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."

User avatar
Miyavi
Gryphon Knight
 
Posts: 255
Joined: Apr 02, 2007 00:00
Location: Bochum

Postby Miyavi » Jul 21, 2012 21:43

Nabend.

Also bei mir funktioniert das ganze auch nicht, da z.B. DAoC Portal meine Version auch nicht erkennt.
Seltsamerweise startet das Spiel aber trotzdem.

Von daher bleibe ich einfach bei der Portal Version.
Falls jemand einen Workaround für nicht erkennbare DAoC Version im Portal hat, dann gerne her damit! :D
Ich habe schon fast alles ausprobiert. ^.^


Grüsse ;)
Back active after 2 Years :)

Image

User avatar
Blue
Developer
Developer
 
Posts: 15822
Joined: Apr 22, 2005 00:00

Postby Blue » Jul 21, 2012 21:55

Das mit der DAoC Version muss ignoriert werden. Das ist normal.

Für alle anderen ich habe die Connection Batch im Downloadbereich nochmal überarbeitet und Serveradresse (!) mal korrigiert und nun auch mit Zweischritt Anleitung.

http://uthgard.net/en/downloads/connectionutils/
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."

User avatar
Rector
Alerion Knight
 
Posts: 2744
Joined: Mar 02, 2006 01:00

Postby Rector » Jul 21, 2012 22:06

Ihr dürft übrigens im DAoC-Ordnernamen keine Leerzeichen haben, sonst funktionierts mit der connect.bat net.

User avatar
Blue
Developer
Developer
 
Posts: 15822
Joined: Apr 22, 2005 00:00

Postby Blue » Jul 22, 2012 13:28

Mit Anführungszeichen sollte das keine Rolle spielen.
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."


Return to Support (de)

Who is online

Users browsing this forum: No registered users and 3 guests

Wednesday, 18. June 2025

Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.

Valid XHTML & CSS | Original Design by: LernVid.com | Modified by Uthgard Staff