Log in

View Full Version : EQLaunch.exe Echo On?


koldar
09-16-2007, 03:21 PM
Is there a way to turn on something like an echo command for eqlaunch.exe? I like how when I statically launch zones with zone.exe it shows everything that is being loaded. Is this possible with eqlaunch?

Thank you,
Josh

techguy84
09-16-2007, 05:16 PM
I dont think that it would be worth it to have the window show information do the fact of how much information it will need to show and hold on to. You figure, you have all the normally lines that appear in zone.exe right. Multiply that many lines by however many dynamic zones your running in eqlaunch. Now add in the lines needed for each char, everytime they do something, zone, chat ect...

The window will fill up with tons of one liners more than anything and you will have to wade through all that info just to find what your looking for.

Sakrateri
09-16-2007, 06:09 PM
I personally dont use launcher, I use bat5 zones and have it set up like this



REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 192.168.200.4

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 192.168.200.4 7985 192.168.200.4
start zone . 192.168.200.4 7986 192.168.200.4
start zone . 192.168.200.4 7987 192.168.200.4
start zone . 192.168.200.4 7988 192.168.200.4
start zone . 192.168.200.4 7989 192.168.200.4
start zone.exe gfaydark
start zone.exe felwithea
start zone.exe felwitheb
start zone.exe butcher
start zone.exe lfaydark
start zone.exe crushbone
start zone.exe kithicor
start zone.exe tutorial
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

then I add those zones I want static to my launcher zones in the database. Its nice to be able to see whats going on. This gives me 5 dynamic and 8 static.

koldar
09-17-2007, 03:38 AM
I can see where it would be quite a bit of data for most servers however, I'm the only person playing on my server right now. I just wanted to find out if there was a we to pass a parameter to eqlaunch to turn on an output function. I only run a few dynamic zones so the amount of output wouldn't be too much.