EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 10-05-2023, 11:08 PM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default Thurgadin Grand Hall Prestige Home

Good day to you all..

I've been working on the Thurgadin Prestige home (tour), and trying to get a map working..

Question is I recently re-installed windows on my machine, and lost some files, and Can't remember what I was using to edit or stitch or piece together the dds files of the working maps.

I have though got this far with the map somewhat. by getting the zonerects for the prestige home and the thurgadin city map. and got the code as follows:

[code]
<ImageStyle Name="thurgadin_prestige_home" displayname="Thurgadin Grand Hall" zonerect="0.00,0.00,1.00,600.00">
<ImageFrame Source="images/maps/map_exp_07_thurgadin_velious.dds" SourceRect="-1,105.00,-103.00,257.00,919.00" />
</ImageStyle>
/CODE]

and for the map of the map_exp_07_thurgadin_velious, I circled in green what areas I believe would be the pretige home.



Like I said, I can't remember what program I used to edit/stitch/piece together the map pieces. Like I did with the Sands of Renewal Home, and Drunder Guildhall.

and lastly; I did something with the map I was working on, and now when I login, to the thurgadin prestige home tour, eq2maps has a transparent look to it, all I see is the outlined



Please help.... stuck like a log currently. What program can i use to edit the dds file or convert it to PNG or JPEG to edit, then convert back.?????

Thanks in advance.
__________________

Last edited by maliki7676a : 10-06-2023 at 01:38 PM.
Reply With Quote
  #2  
Unread 10-06-2023, 08:01 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

You can use GIMP to edit the image.

Looks like you have swaped the zonerect and sourcerect values.
__________________
Pimigo / Splitpaw
Reply With Quote
  #3  
Unread 10-06-2023, 01:43 PM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default

ok, doubled checked the zonerects and seems to be correct.

Still not seeing the map, same as the picture in post above.

Here's the map that I believe will work if I can get it to just show up. (adding the acutal .dds file too.

what am I doing wrong??? *facepalm*

Attached Files
File Type: dds map_thurgadin_prestige_home.dds (313.0 KB, 223 views)
__________________

Last edited by maliki7676a : 10-06-2023 at 02:01 PM.
Reply With Quote
  #4  
Unread 10-06-2023, 01:45 PM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default

Also; is there another program besides Gimp. Just hate that interface. and I swear that I was using another program.
__________________
Reply With Quote
  #5  
Unread 10-06-2023, 02:42 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

Code:
<ImageStyle Name="thurgadin_prestige_home" displayname="Thurgadin Grand Hall" zonerect="-1105, -103, 257, 919">
<ImageFrame Source="images/maps/map_thurgadin_prestige_home.dds " SourceRect="0,0,1600,1200" />
</ImageStyle>
You DID have your values swaped, a SourceRect can never have a negative number.

You did refer to a map that donīt exist, "images/maps/map_exp_07_thurgadin_velious.dds" is a hardcoded map and donīt exist on your computer unless you created it by your self.

I have corrected the code if you have the new image in the image folder, and has the resolution 1600,1200 , or you can just change the code.
__________________
Pimigo / Splitpaw
Reply With Quote
  #6  
Unread 10-06-2023, 05:00 PM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default

First of all; Thank you for all your help.

Ok, I updated the code you corrected and also added the dds map that I created from piecing together from the map_exp_07_thurgdadin_velious.dds.

the map_thurgadin_prestige_home.dds
and map_exp_07_thurgadin_velious.dds

are both under my \games\everquest2\ui\darqui\images\maps folder.

I'm still though getting that clear map picture posted earlier.

I haven't installed the map creator files again yet, after my re-install of windows. so I was hoping this shortcut would be enough, but looks like i might have to create the map again. from scratch????

Attached Files
File Type: dds map_thurgadin_prestige_home.dds (1.22 MB, 227 views)
__________________
Reply With Quote
  #7  
Unread 10-07-2023, 01:14 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

What result do you get from this command in that zone?
/map2_show_zone_rect
__________________
Pimigo / Splitpaw
Reply With Quote
  #8  
Unread 10-07-2023, 01:57 PM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default

using /map2_show_zone_rect

outside of the home

Zone rect: -1,105.00, -103.00, 257.00, 919.00. (exp_07_thurgadin_velious)

inside of the home

Zone rect: 0.00, 0.00, 1.00, 600.00. (thurgadin_prestige_home) (edited to so my log file)

Quote:
Zone rect: -1,105.00, -103.00, 257.00, 919.00. (exp_07_thurgadin_velious)
(1696608339)[Fri Oct 6 11:05:39 2023] You have entered Thurgadin Grand Hall.
(1696608341)[Fri Oct 6 11:05:41 2023] Map style name: thurgadin_prestige_home_tour
(1696608342)[Fri Oct 6 11:05:42 2023] YOUR Runic Armor has applied to Tinydancer as a ward for 0.
(1696608342)[Fri Oct 6 11:05:42 2023] YOUR Runic Armor has applied to Ancestral as a ward for 0.
(1696608348)[Fri Oct 6 11:05:48 2023] Ancestral's Runic Armor regenerates 21.9M points of absorption.
(1696608348)[Fri Oct 6 11:05:48 2023] YOUR Runic Armor regenerates 21.9M points of absorption.
(1696608353)[Fri Oct 6 11:05:53 2023] Nobody has sent you a tell!
(1696608368)[Fri Oct 6 11:06:08 2023] Zone rect: 0.00, 0.00, 1.00, 600.00. (thurgadin_prestige_home)
__________________

Last edited by maliki7676a : 10-07-2023 at 08:27 PM.
Reply With Quote
  #9  
Unread 10-08-2023, 11:14 AM
maliki7676a's Avatar
maliki7676a maliki7676a is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jun 2006
Posts: 104
Default

just logged in today and tried /map2_show_zone_rect

and it's shoing inside house and outside by door of house the same coords

Zone rect: -1,105.00, -103.00, 257.00, 919.00. (thurgadin_prestige_home) (inside house)
[Sun Oct 8 11:06:24 2023] Ancestral's Runic Armor regenerates 20.7M points of absorption.
[Sun Oct 8 11:06:24 2023] YOUR Runic Armor regenerates 20.8M points of absorption.
[Sun Oct 8 11:06:38 2023] You have entered Thurgadin, City of the Coldain.
[Sun Oct 8 11:06:43 2023] YOUR Runic Armor has applied to Jollinor Firefall as a ward for 0.
[Sun Oct 8 11:06:43 2023] YOUR Runic Armor has applied to Ancestral as a ward for 0.
[Sun Oct 8 11:06:43 2023] YOUR Runic Armor has applied to Tinydancer as a ward for 0.
[Sun Oct 8 11:06:46 2023] Zone rect: -1,105.00, -103.00, 257.00, 919.00. (exp_07_thurgadin_velious) (outside by door of house)
__________________
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 02:56 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI