PDA

View Full Version : Launcher config.


rojadruid
03-05-2006, 01:47 PM
From the wiki

A launcher cannot successfully connection to world until world is told it exists.

The launcher is configured using the world HTTP interface. For information about how to log into this interface, see ServerWorldLogin (http://www.eqemulator.net/wiki/wikka.php?wakka=ServerWorldLogin). Under the World menu, there is a launchers option.
The first thing you need to do is to add a new launcher. The launcher name should be short and should not contain spaces or special characters. Dynamic Count is the number of dynamic zones you want to boot on this launcher. (if you get errors on creation, hit the reload link)
Now you will get a rather empty launcher configuration screen. From this screen, you can configure all the zones you want your launcher to boot. You can boot static zones by specifying a valid zone short name (http://www.eqemulator.net/wiki/wikka.php?wakka=ZoneList), and an optional port if you want the zone to use a specific port (0 means dynamic assignment).
Heres my current problem, when I enter a launcher name and a dynamic number then hit "add" nothing happens the browser just sit's there saying waiting for reply. I don't get to the launcher config screen.

cavedude
03-05-2006, 02:22 PM
That's a known problem (I think). For now, you can manually add the launcher in your db and it'll work. At least it does for me.

rojadruid
03-05-2006, 03:28 PM
That's a known problem (I think). For now, you can manually add the launcher in your db and it'll work. At least it does for me.

And how does one add the launcher to the DB manually?

fathernitwit
03-05-2006, 05:53 PM
well...

it looks like post is broken in the web server. A temp fix would be to change the form actions from POST to GET in launcher.html and launchers.html

i'll get this fixed eventually.

rojadruid
03-06-2006, 07:24 AM
well...

it looks like post is broken in the web server. A temp fix would be to change the form actions from POST to GET in launcher.html and launchers.html

i'll get this fixed eventually.

Thank you Fathernitwit editing those two files allowed me to use the launcher config to add a launcher entry. NOw I am not having to use my boot60zones.bat file to boot the zones.

Thanks again.