PDA

View Full Version : Underfoot update


Dabloon
03-15-2011, 03:55 PM
I am currently using a standard set up server with wich players can log in and play using Titanium SOD and SOF i believe. However they can not log in using Underfoot. I was wondering how do i update my server so that clients can log in using underfoot. Are there server side files needed to make this possible and if so where might i find them? Thanks in advance for any assistance on this.

blackdragonsdg
03-15-2011, 05:16 PM
Well if you can log in with SoD but not Underfoot then I would imagine the expansions field in the variables table is set incorrectly. Run the following and then try to login with Underfoot.

update variables set value = 32767 where varname = 'Expansions';

If that solved the problem then try reading the Expansions section found here http://www.eqemulator.net/wiki/wikka.php?wakka=ServerVariables#setting as it might help you better understand where that number came from and what it might need to be changed to in the future.

Huppy
03-15-2011, 05:27 PM
Although I am not having any probs, after I read this post, I looked at the
expansions in variables table and mine is set by default 16383.
But I can still log in with all my different clients from Titanium to HoT with
no problems.
Would that problem of Dabloon have anything to do with patch_underfoot.conf
maybe missing or something ? I am just curious.

blackdragonsdg
03-15-2011, 06:38 PM
I never even thought about the .conf files....that just might cause a problem if the needed one were off in some way.

I believe 16383 is the default in the variables table for peqdb but I remember that value not working for me when using SoD or Underfoot which is why I changed mine. Maybe a developer will see this and tell us one way or another what it is suppose to be.

Dabloon
03-17-2011, 03:59 AM
Ok I am able to login to other servers using underfoot just not my own server. I changed the expansion variable to 32767 and it still did not work. I changed it back to the default 16383. Any ideas on this? I assume it is a server side issue just not sure what

sorvani
03-17-2011, 10:02 AM
I compiled a server (Windows) a few weeks ago straight from the SVN and was able to immediately log in with Titanium, SoD and UF.

If your compile is older, back up your system and recompile a new server from SVN. There were a lot of changes made for UF support at the end of last year after the SoD download was removed from Steam.