Full-scale Grandmaster Cartography Map Aid
Agent Mold3r
WHAT THE HECK IS A TEXT SCRIPT? can someone plz tell me how to run this program?
VaMpIrE|OrD
Hey, can someone make post #313 by Asrial a bit more "idiot proof" lol because i cant seem to work out what program i need to use to make a text script i have gone through all of them and i still cant find it if anyone could help i would be grateful.
Absinth187
A text script is simply a text file created in Word, Notepad, or whatever, that a program like AVISynth uses for its commands.
Just create the text file, copy and paste the commands provided below, and name the file whatever you want with the extension .avs
--------------------
a = ImageSource("insert location and full name of 100% map here",end=0).Subtitle("baseline")
b = ImageSource("insert location and full name of non-100% map here",end=0)
c = overlay(b,a,mode="difference")
a + b + c
--------------------
Go here if you have anymore trouble: http://avisynth.org/mediawiki/Main_Page
Just create the text file, copy and paste the commands provided below, and name the file whatever you want with the extension .avs
--------------------
a = ImageSource("insert location and full name of 100% map here",end=0).Subtitle("baseline")
b = ImageSource("insert location and full name of non-100% map here",end=0)
c = overlay(b,a,mode="difference")
a + b + c
--------------------
Go here if you have anymore trouble: http://avisynth.org/mediawiki/Main_Page
Stark Dynasty
Ty very much Asrial for the info on the Avisynth/VirtualDubMod trick!
The differences in my Tyria map (96%) and the one you posted are a very clear pink pink showing me how badly I've scraped some areas. But also it's showed me where I've uncovered more than the one you've posted! (southwest area of The Wilds mission btw I saw it instantly because I did do a slow scrape of it today and wanted to check.)
I was wondering, the texmod mod you've linked to turns the map's covered areas all green and the 100% map uses the same mod (green for covered), it shows both areas that I've not got that the 100% map does pink AND areas I have that the 100% map does not (since there's some leeway at getting 100%).
Wouldn't it be better if the 100% used a similar mod but with a different fog colour like blue or red so that the 'difference' frame produced by this trick distinguished these areas? (one pink, the other type the 'difference' colour from the map and either red or blue or w/e)
It would certainly help me see the areas I need quicker but also let me see the areas of map I've uncovered more of and could post back to the cartographer to make their map EVEN MORE complete .
Nevertheless a great help, I think most aspiring GMCs should try this.
The differences in my Tyria map (96%) and the one you posted are a very clear pink pink showing me how badly I've scraped some areas. But also it's showed me where I've uncovered more than the one you've posted! (southwest area of The Wilds mission btw I saw it instantly because I did do a slow scrape of it today and wanted to check.)
I was wondering, the texmod mod you've linked to turns the map's covered areas all green and the 100% map uses the same mod (green for covered), it shows both areas that I've not got that the 100% map does pink AND areas I have that the 100% map does not (since there's some leeway at getting 100%).
Wouldn't it be better if the 100% used a similar mod but with a different fog colour like blue or red so that the 'difference' frame produced by this trick distinguished these areas? (one pink, the other type the 'difference' colour from the map and either red or blue or w/e)
It would certainly help me see the areas I need quicker but also let me see the areas of map I've uncovered more of and could post back to the cartographer to make their map EVEN MORE complete .
Nevertheless a great help, I think most aspiring GMCs should try this.
Agent Mold3r
ive been trying to make this text mod for over a week....can someone please help me?
a = ImageSource("C:\Documents and Setting\Raiders\Desktop\perfect",end=0).Subtitle(" baseline")
b = ImageSource("C:\Documents and Setting\Raiders\Desktop\ya",end=0)
c = overlay(b,a,mode="difference")
a + b + c
my virtual dub is saying it cant read the file!!! whats wrong!!?!?!
a = ImageSource("C:\Documents and Setting\Raiders\Desktop\perfect",end=0).Subtitle(" baseline")
b = ImageSource("C:\Documents and Setting\Raiders\Desktop\ya",end=0)
c = overlay(b,a,mode="difference")
a + b + c
my virtual dub is saying it cant read the file!!! whats wrong!!?!?!
Agent Mold3r
im getting desperate, ill pay anyone who can help me
jkyarr
some programs don't like spaces in file paths. Move the files to c:\ and see if it works then.... I've got no xp with textmod so that's just a generic troubleshooting idea and probably not very helpful. Good luck
jkyarr
some programs don't like spaces in file paths. Move the files to c:\ and see if it works then.... I've got no xp with textmod so that's just a generic troubleshooting idea and probably not very helpful. Good luck
Agent Mold3r
there is no space...
Davesey
Agent Mold3r,
When I tried to do this it kept giving me some message about undefined variable. Even with the files in the root directory.
To fix this, Enter the script from Virtual Dub
Start Virtual Dub
Select Tools->Script Editor
Select Edit->Script Handling->AviSync
Enter the text avs. You can use Edit->Insert Filename for the file names
Select File->Save and Open as AVI
Hope it works
Now anyone have nightfall, that's the only one I'm close too...
When I tried to do this it kept giving me some message about undefined variable. Even with the files in the root directory.
To fix this, Enter the script from Virtual Dub
Start Virtual Dub
Select Tools->Script Editor
Select Edit->Script Handling->AviSync
Enter the text avs. You can use Edit->Insert Filename for the file names
Select File->Save and Open as AVI
Hope it works
Now anyone have nightfall, that's the only one I'm close too...
naloj
could u poste a new map of chanta pl
sellars
Quote:
Originally Posted by Agent Mold3r
ive been trying to make this text mod for over a week....can someone please help me?
a = ImageSource("C:\Documents and Setting\Raiders\Desktop\perfect",end=0).Subtitle(" baseline") b = ImageSource("C:\Documents and Setting\Raiders\Desktop\ya",end=0) |
What we all mean is that you should not have spaces here, e.g.:
Documents and Setting
(Plus it's spelled "Settings")
instead, put the 2 jpgs into the root of the C: drive aka c:\, and add.jpg to the filenames. Your text file looks like this then:
a = ImageSource("C:\perfect.jpg",end=0).Subtitle("base line")
b = ImageSource("C:\ya.jpg",end=0)
I hope that helps....
sellars
I love the method, but a map of Elona if anyone has would be even better
Tryll
So after getting to 96% in Tyria, and almost to the point of ripping my hair out, I decide to have a wee look at this thread. Thanks to everyone for their tips and maps but an extra huge cookie goes to Asrial for that fantastic mapping method which as of today got me:
I had no idea how much I'd missed until I used that method! Thanks soooo much. I am now stress free enough to conquer Cantha
I had no idea how much I'd missed until I used that method! Thanks soooo much. I am now stress free enough to conquer Cantha
Water Angel
hey, i have a problem, i did made it to work but when i jump from view to other it only show me a part of the map...the supperior one of boths lol and no way scroll down or else in dub.is it normal?what to do for it show me all map not only a piece of it?
also the maps arent superposed like the oens seen form tieryu on gwonet :S
also the maps arent superposed like the oens seen form tieryu on gwonet :S
Wynthyst
ok I guess I'm just dumb when it comes to this stuff.... I downloaded all the files recommended by Asrial, installed Aviynth, and extracted VirtualDubMod. I have my screen shots, but how do I make them all work together?
Edit: ok... nevermind. I figured it out...
Edit: ok... nevermind. I figured it out...
Argentino
Quote:
Originally Posted by Wynthyst
ok I guess I'm just dumb when it comes to this stuff.... I downloaded all the files recommended by Asrial, installed Aviynth, and extracted VirtualDubMod. I have my screen shots, but how do I make them all work together?
Edit: ok... nevermind. I figured it out... |
Thanks for the explanation m8, it works fine!
Now off to GW and explore
Snograt
Umm, Asrial...
...could you please host your 50% map of Elona anyway as a work-in-progress? I might just get lucky and find the missing 0.8% I need for Legendary Carto
{EDIT} - aha, the lady done good! See the updated maps here Within 2 hours of trying out this mod, I'd gone from 99.2% to 99.6%. GMC (and indeed LC) expected in another couple of hours or so. Thanks a lot, Asrial!
[Edit #2] - yup, three hours later and Elonian Grandmaster Cartographer. This is an awesomely useful mod that I'd recommend to anybody. One short of IVE and I haven't started to grind the EotN titles yet. I can smell the leather already ^^
...could you please host your 50% map of Elona anyway as a work-in-progress? I might just get lucky and find the missing 0.8% I need for Legendary Carto
{EDIT} - aha, the lady done good! See the updated maps here Within 2 hours of trying out this mod, I'd gone from 99.2% to 99.6%. GMC (and indeed LC) expected in another couple of hours or so. Thanks a lot, Asrial!
[Edit #2] - yup, three hours later and Elonian Grandmaster Cartographer. This is an awesomely useful mod that I'd recommend to anybody. One short of IVE and I haven't started to grind the EotN titles yet. I can smell the leather already ^^
Darkside
Wow thx for this info been at 99.6 for about 5 months. Managed to get 100 after about an hour using this method.
RunningInSquares
On the VirtualDub the only load I can get is load processing settings. When I do that with my word file for the text script, it says "Parse error" I tried going to the script editor and it crashed.
Here is my text script in a word document called: whateveryouwant.avs (I just copied it off the site)
a = ImageSource("C:\Documents and Settings\Altena\My Documents\My Pictures\gw95",end=0).Subtitle(" baseline")
b = ImageSource("C:\Documents and Settings\Altena\My Documents\My Pictures\1024-Tyria",end=0)
c = overlay(b,a,mode="difference")
a + b + c
-Edit-
I don't know whether this is true, but I think the problem lies in that my full map also includes the GWEN map.
Here is my text script in a word document called: whateveryouwant.avs (I just copied it off the site)
a = ImageSource("C:\Documents and Settings\Altena\My Documents\My Pictures\gw95",end=0).Subtitle(" baseline")
b = ImageSource("C:\Documents and Settings\Altena\My Documents\My Pictures\1024-Tyria",end=0)
c = overlay(b,a,mode="difference")
a + b + c
-Edit-
I don't know whether this is true, but I think the problem lies in that my full map also includes the GWEN map.
XxSanctusxX
Can anyone plz post the Elona version of the map, tnx in advance.
EDIT: Found it on the post, tnx!
Only 50% to goxD
EDIT: Found it on the post, tnx!
Only 50% to goxD
katherinetheblood
Alright, I got a problem. I have a widescreen monitor and it's max resolution is 1440 x 900 and it is impossible to find comparison maps for that. Could someone with a widescreen possibly donate a map so I can do the difference trick without problems? Thank you very much. ^^
Edit: nvm, I ended up finishing my title so I will give my map in its 1400 by 900 resolution just for those with widescreens who need mapping. Anyone can use this, no limits. Its a charity for having this site help me get my map finished. Now, onward to Cantha! ^^
http://i214.photobucket.com/albums/c...at07/gw089.jpg
Edit: nvm, I ended up finishing my title so I will give my map in its 1400 by 900 resolution just for those with widescreens who need mapping. Anyone can use this, no limits. Its a charity for having this site help me get my map finished. Now, onward to Cantha! ^^
http://i214.photobucket.com/albums/c...at07/gw089.jpg
maraxusofk
anybody know wuts the max percentage u can get for each continent u can get is? i heard that u can get like 106% in tyria. i wanan know the max to see exactly how much leeway is possible.
sykoone
Quote:
Originally Posted by maraxusofk
anybody know wuts the max percentage u can get for each continent u can get is? i heard that u can get like 106% in tyria. i wanan know the max to see exactly how much leeway is possible.
|
the_jos
Quote:
Originally Posted by maraxusofk
anybody know wuts the max percentage u can get for each continent u can get is? i heard that u can get like 106% in tyria. i wanan know the max to see exactly how much leeway is possible.
|
Which is huge on the Tyrian map.
Sykoone mentioned not touching Hell's mission, I have a screenshot with the lower part of Lornar's still covered (it's in 'my' sticky on the Tyrian forum).
My experience tells me Cantha and Elona probably have slightly less leeway for foreign characters.
MashiMaro
Um... I can't open either of those three files. The page doesn't display. =| Any help would be great
Proff
Quote:
Originally Posted by XxSanctusxX
Can anyone plz post the Elona version of the map, tnx in advance.
EDIT: Found it on the post, tnx! Only 50% to goxD |
http://tcfish.teutonictemplar.com/ma...na_map_big.jpg <- 9.12 Mb
Splinter Slinger
ahh yes after running around with my head cut off i finally achieved legendary cartographer.
Thanks for the thread.
Thanks for the thread.
mikethevike
Fir sine reason is says not found when I click on it... Did this happen with anyone else?
Toffin
Anyone have the maps available for 1440X900? Thanks in advance.
Edbert
Does anyone know how to get to the area northeast of the Minister Cho's Estate mission area? It it directly east of the Java bluffs and far (but directly) north of the Monastery.
The bright green area in this snapshot:
The bright green area in this snapshot:
ibbo
iv started fully going for this back in october and after many hours trying to find the last couple of percentage im allmost cloce to killing my self :@
( need this for koabd title)
http://i304.photobucket.com/albums/n...2008/gw075.jpg
(dont use photobucket at all so if they dont work then ill try again)
cheers
( need this for koabd title)
http://i304.photobucket.com/albums/n...2008/gw075.jpg
(dont use photobucket at all so if they dont work then ill try again)
cheers
nkrumsvik
-.- Can't open any of the files. Anyone know what is wrong. When I click the link I just get a "HTTP 404 Not Found" Message. Plz help, really nee this. Is on the final % of 100% and is aout to go insane
MrGuildBoi
You sorta ressed a thread that was made 2 years ago. There is a chance the file-hoster deleted the files.
nkrumsvik
Quote:
Originally Posted by MrGuildBoi
You sorta ressed a thread that was made 2 years ago. There is a chance the file-hoster deleted the files.
|
Stich
imposible to open theese files .
i see others cant open too .
any advice pls ?
i see others cant open too .
any advice pls ?
KuRSeD
I'm currently working on Elona Grandmaster, and i'm stuck at 99.4% or so using texmod, I know the spots I have yet to explore, but what would give me 100%, I cant seem to unfog no matter what I do.
Was wondering if someone with Grandmaster for Elona could help me out in game and tell me how they got their title. Any help would be appreciated.
Feel free to pm me ig - Efreets Sword
Was wondering if someone with Grandmaster for Elona could help me out in game and tell me how they got their title. Any help would be appreciated.
Feel free to pm me ig - Efreets Sword
Show Some Skin
Looks Very Helpful!!! Cant wait to get started on these titles
I cant get Textmod to work so i cant use that, maybe its broken or im just dumb
I cant get Textmod to work so i cant use that, maybe its broken or im just dumb
xxlittleravynxx
Hey, so I have been trying to look at these images, I know you posted years ago but I am looking to get cartographer, and nothing works to look at these. If you still have them, can you email them to me?
Vek
You're better off using Textmod and using that to compare maps ingame.