|
|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
| Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum) |

09-07-2008, 05:28 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
These are all Azone2 converted Map files.
Just to be sure nothing got broke during transfer, you should have a total of 459 files in the package (watermaps included).
None of the files on the package have placeable objects added, as the batch I made would not deal with the ini file properly (kept mixing all the objects to all the maps), not to mention all the work involved in converting them - I have to keep on making those out as I can
What I did was rename my old maps to MapsOLD , and started a new Maps directory with these new maps. Then I replaced the maps with placed objects
A few maps may not work right, namely Lavastorm and Nektulos , because these were done with the eqg file present.
If so, post here and I'll make non-eqg ones.
Last edited by Angelox; 10-04-2008 at 04:56 AM..
Reason: Links to Maps are removed
|

09-25-2008, 01:27 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Derision;
No matter what map I use here, the Mobs stand under the huts instead of in them.
They used to stand in them
here's the updated hollowshade map
|

09-25-2008, 01:48 PM
|
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Quote:
Originally Posted by Angelox
Derision;
No matter what map I use here, the Mobs stand under the huts instead of in them.
They used to stand in them
|
I think you found a bug. The aspect ratio of the huts in Hollowshade looks wrong in OpenEQ (using the same file loader routines as in Azone2). I'll look into it at some point, but it won't be for a while.
|

09-25-2008, 01:57 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Quote:
Originally Posted by Derision
I think you found a bug. The aspect ratio of the huts in Hollowshade looks wrong in OpenEQ (using the same file loader routines as in Azone2). I'll look into it at some point, but it won't be for a while.
|
Any idea on how I can bring it back to how it was? I tried the original azone hollowshade map, and that had same results.
|

09-25-2008, 02:39 PM
|
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Quote:
Originally Posted by Angelox
Any idea on how I can bring it back to how it was? I tried the original azone hollowshade map, and that had same results.
|
Since the BestZ changes were first introduced, those mobs should always have been standing underneath the huts. Setting Map:FixPathingZMaxDeltaSendTo to 1 (or 0) should fix it for static mobs (not on a grid), at least it did on the one I tried, but as always when changing these global rules, you don't know what side effects it may have (shouldn't cause pathing mobs to hop though).
|

09-25-2008, 03:29 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Well, Mr 'D, you fix things with out even trying to fix it!
I started my blundering ( I always do when things don't want to work); my first idea was to set all of the Map:FixPathingZ* from 20 to 12 (since it worked so nicely with the Map:FixPathingZMaxDeltaMoving fix), and now they stand in the huts (glad it was a short blunder, I've blundered for days, even weeks).
I checked the old 'hopper zones', and it all looked good (no hopping at all). So I guess they are better to default to 12 instead of 20.
Now, if I could only get the moonwalkers to stop ( I hate moonwalkers!).
|

09-25-2008, 04:31 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
When I did all my work in Hollowshade, must have been before Best Z fixes - time flies in cyberworld!
|

10-03-2008, 09:04 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Today I noticed many missing maps in my current posted Map package. I think Azone2 didn't make them all, as I used the same batch-script as the one for Azone (not sure though).
I just made a new package which should have all the maps, including all the ones I had posted here to date.
You can get it here
If you were seeing problems like spells not landing, or bots/pets not attacking in certain zones, then this might solve your problem.
I took away all other links to map files on my site, since they are all in this new package, and these files are humongous HD space- eaters.
If you spot any more missing zone maps, post here and I'll add it.
|
 |
|
 |

10-05-2008, 07:58 AM
|
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Quote:
Originally Posted by Derision
I think you found a bug. The aspect ratio of the huts in Hollowshade looks wrong in OpenEQ (using the same file loader routines as in Azone2). I'll look into it at some point, but it won't be for a while.
|
I found the cause of this. Each instance of a placeable object in the .WLD file has an X and Y scale factor associated with it. This is so that a single base model can be included for that object, then various different size instances of that object can be placed in the zone.
There doesn't appear to be a Z scale factor. (I checked in OpenZone and that doesn't use a Z scale either), so the WLD processing code in OpenEQ and azone2 just sets the ZScale to 1.0.
This turns out to mean that any object that is scaled in relation to the base object looks skewed in OpenEQ and is put into the .map with the wrong geometry by azone2.
I analysed every S3D file, and in every case, the X and Y scale factors were always the same, so I changed the code so that the Z scale factor is set to whatever the X and Y scales are. The huts in Hollowshade seem to have the correct proportions now, and I built a hollowshade.map including models 9 and 10 (the huts on stilts) and the mobs stand on them correctly, even with Map:FixPathingZMaxDeltaSendTo set to the default value.
I've updated the downloads:
Source: http://www.rama.demon.co.uk/azone2/azone2.rar
Windows Executables: http://www.rama.demon.co.uk/azone2/az2exes.rar
This means that any maps with placeable objects using the previous versions should really be rebuilt. This only affects placeable objects. If you have azone2 generated base maps with no placeable objects, then they will be fine.
|
 |
|
 |

10-05-2008, 09:16 AM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Ok thanks, I still have my azone.ini file, and will re-make the maps and post the new ones during the week.
|

10-23-2008, 09:27 PM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Here is all the maps I had posted on this thread earlier, but with the new updated Azone2. These include placeable objects in them.
Last edited by Angelox; 02-16-2009 at 06:18 PM..
Reason: Fixing Links
|

02-16-2009, 10:22 AM
|
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Here's two more Maps;
Crystal
GreatDivide
All the new Maps are still posted here
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 04:45 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |