EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   SidlWidl & SIDL Fiddle help. (http://www.eqinterface.com/forums/forumdisplay.php?f=59)
-   -   Anyone else havin problems... (http://www.eqinterface.com/forums/showthread.php?t=17041)

taiisien 09-17-2005 01:36 PM

Anyone else havin problems...
 
anyone else havin problems using sidlwidl to open the inventory window?? of course with the new tabs that have been inserted my previous ui has broken but i cannot load the default inventory window in sidlwidl nor when i add the new items to my inventory window can i open it. this is the error i am getting. anyone know either what i am doing wrong or how i can fix this??


System.OverflowException: Value was either too large or too small for an Int32.

also when i just make the changes i think are needed and then try to load it in eq i loose the whole ui. any help anyone can offer would be a great help.

Taii

Drakah 09-17-2005 02:31 PM

Open up the inventory xml file and in 3 different areas you will see:

<Pieces>Listbox:ACP_ProgressionList</Pieces>
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces>
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces>
<Pieces>ACP_ProgressionInfo</Pieces>
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>

Then you can load SidlWidl and edit.
Before you load EQ, change them back. Its the tag & colon thing they added for some annoying reason and feedback'd it plenty of times to put it back the way it was.
------------------------------------------

Cliffnotes:

Backup the current Inventory Window, Search and Replace the following tags with nothing, save, and use in SidlWidl. When you have finished, use a compare program to compare your Backed up version to your new one to find the tags you need to put back. Takes only a few minutes this way.

Temporarily, remove all instances of the following from the XML:

VerticalLayoutBox:
Screen:
Page:
TileLayoutBox:

taiisien 09-17-2005 03:11 PM

thanks drakah this has been annoying me to no end lol.

Valerith 10-23-2005 10:29 AM

I hate replying to age-old posts, but here we go.

The colon is used in many languages as the "scope operator". It looks like SOE is making internal changes to the UI that will use this new feature. Just by guessing, but it may be something that will lead up to an easier time for us modders.

Guess we'll have to see...

Koreno 08-25-2006 10:24 AM

Quote:
Originally Posted by Drakah
Open up the inventory xml file and in 3 different areas you will see:

<Pieces>Listbox:ACP_ProgressionList</Pieces>
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces>
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces>
<Pieces>ACP_ProgressionInfo</Pieces>
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>

Then you can load SidlWidl and edit.
Before you load EQ, change them back. Its the tag & colon thing they added for some annoying reason and feedback'd it plenty of times to put it back the way it was.


I open up the Inventory xml by AYA so I could move the bags to the bottom and expand them downwards... But I got this error... SO I found this post and tried it... but the text you mention is not in the file. I used the find feature in notepad. :(

axeion 02-13-2007 04:39 PM

Its changed again /sigh.as of 2/13/07 ACP_ProgressionList cant even be found in the inventory xml.... back to trying to figure out what is where again /bleh.

same for ACP_ProgressionInfo..

an ACP_ProgressionLayout same not found now... um may have searched wrong/bleh note pad ++ have to have 1st line highlighted before searching ..

axeion 02-14-2007 05:53 PM

New /moddified list of things that changed as of 2/13/07 to make the invetory display in SidlWidl as posteted before but with the new lines that need to me modified to see then modified back when used in eq are.. ( small drum roll please)...

<Pieces>Listbox:ACP_ProgressionList</Pieces> fixed as of 2/13/07
<Pieces>STMLbox:ACP_ProgressionInfo</Pieces> fixed as of 2/13/07
<Pieces>VerticalLayoutBox:ACP_ProgressionLayout</Pieces>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>
add
<Pages>Page:IW_AltCurrPage</Pages>

temporarily change them to:

<Pieces>ACP_ProgressionList</Pieces> fixed as of 2/13/07
<Pieces>ACP_ProgressionInfo</Pieces> fixed as of 2/13/07
<Pieces>ACP_ProgressionLayout</Pieces>
<Pages>IW_InvPage</Pages>
<Pages>IW_EIPage</Pages>
<Pages>IW_AltCharProgPage</Pages>
<Pages>IW_AltCurrPage</Pages>

No eq devs were harmed in learning this .Just a old hillbilly playing around with that their x m l . :)


All times are GMT -5. The time now is 02:10 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.