Skip to content

Commit

Permalink
[s2160] Update extractor binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberium committed Aug 16, 2014
1 parent 75f848c commit 6429445
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified contrib/extractor_binary/MoveMapGen.exe
Binary file not shown.
Binary file modified contrib/extractor_binary/vmapExtractor.exe
Binary file not shown.
Binary file modified contrib/extractor_binary/vmap_assembler.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "2159"
#define REVISION_NR "2160"
#endif // __REVISION_NR_H__

7 comments on commit 6429445

@Oniryck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I did something wrong here, but I found pathfinding broken in some areas like the center and north of Netherstorm (next to and under the domes). Is anybody having the same problem ?

@cyberium
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be sure using last file version
Then do a .mmap loc and copy past the info you get.
Then do a .mmap path to visualy show the path and make a screenshot.

Thank you.

@Oniryck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is up to date, maps, vmaps and mmaps freshly generated
mmap tileloc :
5302524.mmtile
gridloc [24,25]
Calc [35,20]
Dt [??,??](invalid poly, probably no tile loaded)

No need for screenshot I think : the only WP appearing with mmap path are : one on the mob and one on me, nothing along the way.

Blink spell seems to work as exepected, but no pathfinding for the mobs, resulting in them exiting combat constantly.

@cyberium
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum i confirm that zone seem problematic i'll check the source of the problem thank you for pointing

@Oniryck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right, thanks for checking this out. Tell me if I can help in anyway (even if I don't know the first thing about 3D geometry and programming). I also thank you for all the great improvements and accomplishments you do on the project !

@cyberium
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have found the problem but not yet the solution
The dome model seem a way too big -> http://i.imgur.com/gQhCeMY.png
After a big big zoom i found my terrain -> http://i.imgur.com/H0NPVGI.jpg
Another view -> http://i.imgur.com/e9OMExj.png

Dome scale seem not handled correctly. Or its because its a big model? Well... Let search.

@Oniryck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, well done finding the problem and yes, the dome seems a little bit too big ^^' I wonder why we didn't have this problem before ? (good question I know and I guess anybody who have the answer will fix this issue).

Another question is why is the dome considered in the maps (it's supposed to be transparent) ? Or is it just by detour ? (again: I'm a noob in 3D programming. Could rewrite linux kernel from scratch buuuuut suck at this :p )

Please sign in to comment.