View Single Post
  #838  
Unread 09-17-2005, 12:57 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Enkei_jp, the zoning window is resizable and the default size was made much wider in release 4.4. Your server_character_settings.ini is prbly bugged but you might try right-clicking the window to bring up window settings, then restore it to default. If that fails, try replacing your server_character_settings.ini with one of the provided layouts or trashing it. This will prbly require you to reposition stuff to your liking.

gunth82, this sounds like a memory issue. EQ2 is really bad about managing memory to begin with and will eventually exhibit these symptoms if playing long enough. Its worse on systems with low RAM (annoyingly common with 512k RAM). This entire UI set (particularly the EQ2Maps piece) does use a bit more RAM than the default UI, which will result in these issue happening sooner.

Raydriel, this usually results from installing an EQ2ui.xml file from another mod or the default ui (they use a smaller base screen resolution). You'll need to edit your version in Notepad.
Change
Code:
ScrollExtent="1024,768" Size="1024,768"
to
Code:
ScrollExtent="1280,1024" Size="1280,1024"
Retnaburn, I'm aware of the feature you refer to and rejected it as a Fetish standard due to the security risk it possed. The versions I've seen require you to save your character name and password in a file that could be read by someone accessing your machine. Please let me know if this isn't the case for Vert and I'll look at that implementation.

Freekin4901, sounds like your eq2ui_examine.xml file is messed up. Reinstall the copy from 4.6. While you're at it, reinstall the eq2ui_mainhud_persona.xml from the 4.6 ZIP.

Aweebard, sounds like your eq2ui_examine.xml file is messed up. Reinstall the copy from 4.6.

merneith, all the font size settings can be found in FetishStyles.xml (below the <Namespace Name="Fonts"> line) and eq2ui_fonts.xml. Simply change the PointSizes. If you tweak these settings, you'll want to make backups befor installing updates. You'll also have to manually update code when the files change.

Persona Window: note that only the standard file has been updated to be compatable and seams to be working fine on most systems. DO NOT use the configuration tool to install any of the alternate Personabar files, they are all incompatable.

Market Window: I have confirmed more than one SOE side bug with the Market/broker window. Offline seller names and locations do not currently show. Also some items (Tradeskill volumes for example) can not be searched for. These are SOE bugs I can't do anything about.

The new "All Classes & lvls" button label is supposed to wrap. There isn't space for a wider button.

Note: due to several requests, I did bump up the seller font size 1pt. This may cause some cropping when the window is shrunk to a narrow width.

Trade Window: Apparently SOE nerfed 9 item trading. The window still shows 9 slots but only 6 items can be added. Nothing I can do about this except remove the 3 extra slots.
Reply With Quote