connect to Uthgard using a version 1.74/1.75/1.78 client

If you need support, you can get help here!
User avatar
Darkco
Warder
 
Posts: 8
Joined: Feb 25, 2006 01:00

Postby Darkco » Mar 30, 2006 21:00

The game file was not found, please check the first parameter :S

can you give me excatly what i must fill in in connect.bat

User avatar
Satz
Alerion Knight
 
Posts: 1860
Joined: Jun 21, 2005 00:00
Location: Albion

Postby Satz » Mar 30, 2006 21:11

There are 2 different connectbats possible:

@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 ***************************************************************************

DOLLoader game.dll 89.238.64.166 10300 20 accname pw



or:

@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 ***************************************************************************

@DOLLoader "D:\DAOCDR\ToA\game.dll" 89.238.64.166 10300 20 accname pw

Dont forget to delete the last space developing while pasting.

User avatar
Darkco
Warder
 
Posts: 8
Joined: Feb 25, 2006 01:00

Postby Darkco » Mar 30, 2006 21:26

ok last one work now next problem: Connection to service failed
Maybe it dont support Shrouded Isles v1.83b ?

User avatar
Satz
Alerion Knight
 
Posts: 1860
Joined: Jun 21, 2005 00:00
Location: Albion

Postby Satz » Mar 30, 2006 21:31

Dont know about it, i think, the last version, it supports, was 1.82, but you could try to update from the european version, wait asec for the update.dat.

Mythic Patch
patch.camelot-europe.com:1280/updates/english/isles/mpatch.dat
patch.camelot-europe.com:1280/updates/english/isles/mpatch.dat


Dont forget to remove that space, developing from pasteing.


By teh way, if you join on Albion, and /send me, i could spare you some money.
Last edited by Satz on Mar 30, 2006 21:56, edited 1 time in total.

User avatar
Arthuri
Guardian
 
Posts: 3
Joined: Jul 14, 2006 00:00

Postby Arthuri » Jul 14, 2006 22:54

when i launch my normal DOAC (the one i downloaded in official site)i updated it and on bottom it says its version v1.62 and i downloaded the isles one what do i do i need help nay time ok tyvm and post replys on all my posts kk bye cya l8ter

User avatar
T-Man
Phoenix Knight
 
Posts: 1673
Joined: Apr 17, 2005 00:00
Location: Stuttgart, Germany

Postby T-Man » Jul 14, 2006 23:18

1.62 is the current version of the update program. For help please refer to the stickies in the Help, Support, Questions and Tutorials section of the forum.
Happy hunting!
-----
<img src="http://www.uthgard.the-bart.org/Kazu/Avatare/T-Man.jpg"/><img border="0" src="http://metty.the-bart.org/other/daoc/sig.php?name=Tamurel&s=9" />
Other characters

User avatar
Raven
Gryphon Knight
 
Posts: 456
Joined: Jan 21, 2006 01:00

Postby Raven » Feb 25, 2007 19:02

Are those things still working ?
If i update my client using the edited update.dat

Mythic Patch
193.252.123.21:1280/updates/english/atlantis/mpatch.dat
193.252.123.21:1280/updates/english/atlantis/mpatch.dat


What version will I end up with ?

Client is ToA
Should I use something else ?

User avatar
T-Man
Phoenix Knight
 
Posts: 1673
Joined: Apr 17, 2005 00:00
Location: Stuttgart, Germany

Postby T-Man » Feb 25, 2007 19:43

Yes, this should bring you to 1.86 (current version according to official HP).
Happy hunting!
-----
<img src="http://www.uthgard.the-bart.org/Kazu/Avatare/T-Man.jpg"/><img border="0" src="http://metty.the-bart.org/other/daoc/sig.php?name=Tamurel&s=9" />
Other characters

User avatar
Hammen
Guardian
 
Posts: 6
Joined: Jul 03, 2007 00:00

Postby Hammen » Jul 03, 2007 15:25

Satz wrote:There are 2 different connectbats possible:

@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 ***************************************************************************

DOLLoader game.dll 89.238.64.166 10300 20 accname pw



or:

@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 ***************************************************************************

@DOLLoader "D:\DAOCDR\ToA\game.dll" 89.238.64.166 10300 20 accname pw

Dont forget to delete the last space developing while pasting.


Sorry im a nub to this stuff, i copy and pasted the second program, but i dont understand cause it still wont work, am i filling everything thats in a ( ) out or just the very last line..@DOLLoader ...ect? im confused! heeeelp meh

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

Postby Blue » Jul 03, 2007 15:31

You fill only the last line with your data and our IP. The rest are comments "Rem" means "Remark", a comment in batch programming.

Previous

Return to Support

Who is online

Users browsing this forum: No registered users and 7 guests

Saturday, 19. April 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