Join the Jokeroo.com Newsletter and win Monthly Prizes!

Go Back   Jokeroo Community > Designer's Corner > Finished Materials

Reply
 
LinkBack Thread Tools
Old 08-01-2007, 11:01 AM   #1 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default Multiple Tag Generator 04 Script Tutorial

Here's the download page.
>Multiple Tags Generator

Don't bother about the instructions there,I'll go through everything and try to keep it as simple as possible.
Anything I say to name make sure it's done exactly the same way,a simple mix up with case letter or simular would cause the code to not work.

1.Right click on the desktop and make a new folder.
Right click to rename and rename it to ss-MultipleTags
Download the script package and then extract it into the ss-MultipleTags folder

2.Open the
ss-MultipleTags folder and find the thing called SampleListOfNames_ss-MultipleTags
Drag it onto the desktop.

Now back inside the
ss-MultipleTags folder you will find two things that look like silver gears,make sure you get the right one.
The one you need is called ss-MultipleTagsMaster-04
Open the scripts trusted folder by going through my computer..cdrive..program files..Jasc Software Inc..Paint Shop Pro9.. Scripts Trusted.
Put the
ss-MultipleTagsMaster-04 into the scripts trusted folder.
Make sure it is the Scripts Trusted folder..not the Scripts Restricted by mistake.

3. Now check in the same folder directory (
my computer..cdrive..program files..Jasc Software Inc..Paint Shop Pro9) and you should find a folder called Quick Guides.
Open it and see if you have a folder there called Scripts
If you don't make a new folder there and rename it Scripts
Make enough room for you to be able to see and drag the ss-MultipleTags folder and it's contents from the desktop into the Scripts folder

4.Open the C Drive and make a new folder called PSP
Open the PSP folder and inside make 3 more new folders
Name one of them TagsPSP2 one of them TagsPSP3 and the last one TagsJPG

Now drag the
SampleListOfNames_ss-MultipleTags from the desktop into the folder called TagsPSP3

That's all the preperation done,On the next post I'll move onto step 2.
__________________


essex boy is offline   Reply With Quote
Old 08-01-2007, 11:42 AM   #2 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default

NEXT STEP

1.Open the PSP9 and make sure you can see the Script toolbar,if you can't goto view..toolbars..script.


2. You'll need to use the down arrow in the script toolbar to find the script called ss-MultipleTagsMaster-04

Now you need to do is copy this
C:\PSP\TagsPSP3\SampleListOfNames_ss-MultipleTags.txt


Now on the script toolbar you'll see what looks like paper with a feather on it.
Click that.
Find the part that says Beginning of User-Defined Variables



You'll find a part that says ListOfNames = r''
Place your text in the middle of the two dashes and paste.

It should now say this
ListOfNames = r'C:\PSP\TagsPSP3\SampleListOfNames_ss-MultipleTags.txt'

3. Copy this C:\PSP\TagsPSP2

Place your cursor between the two brackets on the line that says SavePSP = r''
Now Paste.
It should now say SavePSP = r'C:\PSP\TagsPSP2'

4.Copy this C:\PSP\TagsJPG

Place your curser between the two brackets on the line that says SaveJPG = r'
Now paste
It should now say this SaveJPG = r'C:\PSP\TagsJPG'

5.Copy this

C:\Program Files\Jasc Software Inc\Paint Shop Pro 9\Quick Guides\Scripts\ss-MultipleTags\SampleFormatScript_ss-MultipleTags.PspScript

Now place your curser between the brackets on the line that says FormatScript = r'
and paste.

It should now say this
FormatScript = r'C:\Program Files\Jasc Software Inc\Paint Shop Pro 9\Quick Guides\Scripts\ss-MultipleTags\SampleFormatScript_ss-MultipleTags.PspScript'

6.Don't edit the next two parts..prefix and identifier,they're fine as they are.

The next part should have these settings

SaveType = 2

Text type= 0

Rotation=0

TopBottomLocation = 2

LeftRightLocation = 1

ConvertToRaster = 1

Now goto file..save and close the notepad.
If you forget to save it'll ask you when you close the notepad down if you'd like to save the changes. Say YES.

Now you're ready for Part 3
__________________


essex boy is offline   Reply With Quote
Old 08-01-2007, 11:53 AM   #3 (permalink)
Senior Member
 
Angy's Avatar
 
Join Date: Jul 2004
Location: Proud Smoggie
Posts: 11,020
Rep Power: 1170
Angy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond repute
Default

Great stuff EB I was gonna start looking for a tut for scripting as I don't have the patience to sit and make em all by hand lol will this work for PSP 10
__________________

Angy is offline   Reply With Quote
Old 08-01-2007, 12:10 PM   #4 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default

PART 3..Now to use the Script

1.Open the tag that you wish to have the names added to.
Click on the text tool then choose the text font,color,and size.
Have the antialias as smooth.

2.Now check the toggle execution mode.
It's on the script toolbar next to the paper with the feather.
It should be turned off,if it has a border around it then it's on so click on it to turn it off.

3.Next to the script name on the script toolbar is a blue arrow pointing to the right.
Click that to start the script working.
It'll give you a message..click OK
You'll now get another message..click OK again.
You should now be able to sit back and watch as the names get added automatically.

4.Now goto mycomputer..CDrive..PSP..TagsJPG

In there should be the saved tags.

5.Now that you know the script works it's time to edit your name list ready for when you wish to have your own friends names there instead of the sample names.
Simply go into the CDrive..PSP..TagsPSP3 folder and edit the names that are there for names that you wish.
Keep the names in the same order as they are on the sample.
Do not change the savename but goto file..save to save your formatted names.

6.One more thing to be aware of..if you wish to keep the tags you'll need to change the tag savenames otherwise when you make the next tags for the same people it will save them as the same savename and overwrite the tags originally made with that same savename.

I hope this was as clear as possible and not to much of a nightmare for you
__________________


essex boy is offline   Reply With Quote
Old 08-01-2007, 12:32 PM   #5 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default

Quote:
Originally Posted by Angy View Post
Great stuff EB I was gonna start looking for a tut for scripting as I don't have the patience to sit and make em all by hand lol will this work for PSP 10
Thanks,I'm sure there's a lot of frustrated people who could find this a godsend,after 16 hrs it was driving me crazy trying to work it all out lol
I have now tested it in thPSP10 and it does work but it needs a couple more edits than the PSP9 does.

In Part1 step 2 the ss-MultipleTagsMaster-04 has to go in the PSP10 trusted scripts folder,not the PSP9 folder as my directions give in the tutorial.
To get to the PSP10 trusted scripts folder I believe you have to go through CDrive..Program Files..Corel..PSP10..Scripts trusted.

Also when you do Part 2 and edit the script here's the extra edits for the PSP10.
At the start you'll find from JascApp import *

def ScriptProperties():
return {
'Author': u'Suz Shook',
'Copyright': u"2005-2006 Suz's Place SuzShook",
'Description': u'Multiple Tag Generator Script',
'Host': u'Paint Shop Pro',
'Host Version': u''

Change the 'Host Version': u'' to 'Host Version': u'10.00'

Also when you choose your font colour,size etc..in the PSP10 set the 'Units' parameter to pixels.
__________________


essex boy is offline   Reply With Quote
Old 08-01-2007, 12:40 PM   #6 (permalink)
Senior Member
 
Angy's Avatar
 
Join Date: Jul 2004
Location: Proud Smoggie
Posts: 11,020
Rep Power: 1170
Angy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond reputeAngy has a reputation beyond repute
Default

Quote:
Originally Posted by essex boy View Post
Thanks,I'm sure there's a lot of frustrated people who could find this a godsend,after 16 hrs it was driving me crazy trying to work it all out lol
I haven't tried it in 10 yet but it says that it does work but it needs a couple more edits than the PSP9 does.
With the PSP10 when you do Part 2 and edit the script here's the extra edits for the PSP10.
At the start you'll find from JascApp import *

def ScriptProperties():
return {
'Author': u'Suz Shook',
'Copyright': u"2005-2006 Suz's Place SuzShook",
'Description': u'Multiple Tag Generator Script',
'Host': u'Paint Shop Pro',
'Host Version': u''

Change the 'Host Version': u'' to 'Host Version': u'10.00'

It also says that when you choose your font colour,size etc..in the PSP10 set the 'Units' parameter to pixels.
thanks Essex I'll have a mess about with it this weekend since footie starts the weekend after that I might not have much time if I'm celebrating or drowning my sorrows in the pub on a Saturday
__________________

Angy is offline   Reply With Quote
Old 08-02-2007, 10:31 AM   #7 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default

Quote:
Originally Posted by essex boy View Post
Thanks,I'm sure there's a lot of frustrated people who could find this a godsend,after 16 hrs it was driving me crazy trying to work it all out lol
I have now tested it in thPSP10 and it does work but it needs a couple more edits than the PSP9 does.

In Part1 step 2 the ss-MultipleTagsMaster-04 has to go in the PSP10 trusted scripts folder,not the PSP9 folder as my directions give in the tutorial.
To get to the PSP10 trusted scripts folder I believe you have to go through CDrive..Program Files..Corel..PSP10..Scripts trusted.

Also when you do Part 2 and edit the script here's the extra edits for the PSP10.
At the start you'll find from JascApp import *

def ScriptProperties():
return {
'Author': u'Suz Shook',
'Copyright': u"2005-2006 Suz's Place SuzShook",
'Description': u'Multiple Tag Generator Script',
'Host': u'Paint Shop Pro',
'Host Version': u''

Change the 'Host Version': u'' to 'Host Version': u'10.00'

Also when you choose your font colour,size etc..in the PSP10 set the 'Units' parameter to pixels.
Since the quote you made,Angy,I've tested it in my PSP10 and it does work.
The quote in this post is the information you'll need
__________________


essex boy is offline   Reply With Quote
Old 09-13-2007, 09:26 AM   #8 (permalink)
Jokaroo VIP Status
 
lil_ms_grouch712003's Avatar
 
Join Date: Apr 2004
Location: ~*~In Love,Peace & Happiness~*~
Posts: 132,573
Rep Power: 5567
lil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond reputelil_ms_grouch712003 has a reputation beyond repute
Default

I will have to try this......thanks
__________________






lil_ms_grouch712003 is offline   Reply With Quote
Old 09-13-2007, 12:28 PM   #9 (permalink)
Super Moderator
 
essex boy's Avatar
 
Join Date: Nov 2003
Location: Southend,Essex,England
Posts: 41,520
Rep Power: 100
essex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond reputeessex boy has a reputation beyond repute
Default

Good luck.hopefully it will be fine.
Sewnutz came across a error that is baffling everyone connected with the script.
She gets a message that the script isn't in her trusted scripts folder even though she knows it is lol.
It did work in both my PSP versions though,so hopefully should work for you,especially if you're using PSP9.
__________________


essex boy is offline   Reply With Quote
Old 10-25-2007, 02:45 AM   #10 (permalink)
Senior Member
 
tha 1&only MsyRoss's Avatar
 
Join Date: Sep 2007
Location: Alto Texas
Posts: 3,802
Rep Power: 254
tha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond reputetha 1&only MsyRoss has a reputation beyond repute
Send a message via AIM to tha 1&only MsyRoss Send a message via Yahoo to tha 1&only MsyRoss
Question

Essex Please Help me!!!
I installed the multiple tag script...and edited it all just the way you said....but it keeps giving me a message


the script name you entered was not found.
enter a valid script name...full path...and then restart the script.

?????? what to do next???
missy ross

im running psp9
__________________
tha 1&only MsyRoss is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Inactive Reminders By Icora Web Design

Search Engine Friendly URLs by vBSEO 3.2.0