Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Inner Circle > Community Works

Notices

Reply
 
Thread Tools Display Modes
Old Aug 12, 2007, 07:25 PM // 19:25   #321
Lion's Arch Merchant
 
Join Date: Jan 2007
Guild: Death Legion Of Cantha
Profession: W/Rt
Advertisement

Disable Ads
Default

WHAT THE HECK IS A TEXT SCRIPT? can someone plz tell me how to run this program?
Agent Mold3r is offline   Reply With Quote
Old Aug 13, 2007, 04:32 PM // 16:32   #322
Krytan Explorer
 
VaMpIrE|OrD's Avatar
 
Join Date: Jun 2006
Location: United Kingdom!
Guild: Acolytes Of Anguish [aOa]
Profession: W/
Default

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.
VaMpIrE|OrD is offline   Reply With Quote
Old Aug 13, 2007, 06:42 PM // 18:42   #323
Lion's Arch Merchant
 
Absinth187's Avatar
 
Join Date: Sep 2005
Location: 32°45′26.49″N, 97°19′59.45″W
Guild: Some Like It Hot [sake]
Default

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

Last edited by Absinth187; Aug 13, 2007 at 06:45 PM // 18:45..
Absinth187 is offline   Reply With Quote
Old Aug 14, 2007, 12:49 AM // 00:49   #324
Ascalonian Squire
 
Stark Dynasty's Avatar
 
Join Date: Mar 2007
Location: UK
Guild: Hard Mode Legion [HML]
Profession: R/
Default

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.
Stark Dynasty is offline   Reply With Quote
Old Aug 16, 2007, 07:16 PM // 19:16   #325
Lion's Arch Merchant
 
Join Date: Jan 2007
Guild: Death Legion Of Cantha
Profession: W/Rt
Default

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!!?!?!
Agent Mold3r is offline   Reply With Quote
Old Aug 16, 2007, 07:29 PM // 19:29   #326
Lion's Arch Merchant
 
Join Date: Jan 2007
Guild: Death Legion Of Cantha
Profession: W/Rt
Default

im getting desperate, ill pay anyone who can help me
Agent Mold3r is offline   Reply With Quote
Old Aug 16, 2007, 09:06 PM // 21:06   #327
Frost Gate Guardian
 
jkyarr's Avatar
 
Join Date: Jan 2007
Location: Earth, mostly
Guild: Hotties Of Ascolonian Rule
Profession: Mo/Me
Default

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 is offline   Reply With Quote
Old Aug 16, 2007, 09:21 PM // 21:21   #328
Frost Gate Guardian
 
jkyarr's Avatar
 
Join Date: Jan 2007
Location: Earth, mostly
Guild: Hotties Of Ascolonian Rule
Profession: Mo/Me
Default

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 is offline   Reply With Quote
Old Aug 16, 2007, 09:24 PM // 21:24   #329
Lion's Arch Merchant
 
Join Date: Jan 2007
Guild: Death Legion Of Cantha
Profession: W/Rt
Default

there is no space...
Agent Mold3r is offline   Reply With Quote
Old Aug 24, 2007, 02:54 AM // 02:54   #330
Pre-Searing Cadet
 
Join Date: May 2006
Default

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...
Davesey is offline   Reply With Quote
Old Sep 13, 2007, 05:51 PM // 17:51   #331
Pre-Searing Cadet
 
Join Date: Sep 2007
Guild: dragons of hellfire
Profession: N/
Default

could u poste a new map of chanta pl
naloj is offline   Reply With Quote
Old Sep 20, 2007, 05:40 AM // 05:40   #332
Ascalonian Squire
 
Join Date: Jul 2007
Profession: R/E
Default There is no space?!

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 is offline   Reply With Quote
Old Sep 20, 2007, 05:41 AM // 05:41   #333
Ascalonian Squire
 
Join Date: Jul 2007
Profession: R/E
Default

I love the method, but a map of Elona if anyone has would be even better
sellars is offline   Reply With Quote
Old Sep 26, 2007, 06:12 PM // 18:12   #334
Frost Gate Guardian
 
Tryll's Avatar
 
Join Date: Sep 2005
Location: Scotland
Guild: [DS]
Default

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
Tryll is offline   Reply With Quote
Old Oct 06, 2007, 10:47 AM // 10:47   #335
Banned
 
Water Angel's Avatar
 
Join Date: Mar 2006
Location: Paris
Profession: Me/E
Default

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

Last edited by Water Angel; Oct 06, 2007 at 11:06 AM // 11:06..
Water Angel is offline   Reply With Quote
Old Oct 07, 2007, 09:25 AM // 09:25   #336
Site Contributor
 
Wynthyst's Avatar
 
Join Date: Aug 2006
Guild: Gems of Destiny
Profession: D/
Default

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...

Last edited by Wynthyst; Oct 07, 2007 at 10:37 AM // 10:37..
Wynthyst is offline   Reply With Quote
Old Oct 12, 2007, 10:19 PM // 22:19   #337
Academy Page
 
Argentino's Avatar
 
Join Date: Mar 2007
Location: Gmt+1
Profession: N/
Default

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
Argentino is offline   Reply With Quote
Old Oct 13, 2007, 06:45 PM // 18:45   #338
rattus rattus
 
Snograt's Avatar
 
Join Date: Jan 2006
Location: London, UK GMT±0 ±1hr DST
Guild: [GURU]GW [wiki]GW2
Profession: R/
Default

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 ^^
__________________
Si non confectus, non reficiat

Last edited by Snograt; Oct 17, 2007 at 07:11 PM // 19:11..
Snograt is offline   Reply With Quote
Old Oct 22, 2007, 04:00 AM // 04:00   #339
Krytan Explorer
 
Darkside's Avatar
 
Join Date: Dec 2006
Location: Chantry of Secrets
Guild: [Angl]
Profession: D/
Default

Wow thx for this info been at 99.6 for about 5 months. Managed to get 100 after about an hour using this method.
Darkside is offline   Reply With Quote
Old Oct 24, 2007, 02:41 AM // 02:41   #340
Ascalonian Squire
 
Join Date: Oct 2007
Location: Washington
Guild: The Sacred Order of Teriyaki
Profession: W/E
Default

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.

Last edited by RunningInSquares; Oct 25, 2007 at 12:58 AM // 00:58..
RunningInSquares is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
scale Zeroo Questions & Answers 3 Jan 11, 2008 01:03 AM // 01:03
Find Scale JATO Questions & Answers 8 Mar 08, 2006 09:58 AM // 09:58
Skill Scale Oort Questions & Answers 6 Jul 08, 2005 12:18 PM // 12:18
Shimmering Scale Ce'Nedra Questions & Answers 4 Jun 13, 2005 11:17 PM // 23:17
Shimmering Scale Fuzzmaister Questions & Answers 7 May 19, 2005 09:36 PM // 21:36


All times are GMT. The time now is 01:20 PM // 13:20.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("