|
|
|
Page 1 of 1
|
[ 15 posts ] |
|
|
msheeler
|
Posted: Wed, Sep 29 2010, 12:25 PM |
|
|

Player
Joined: 17 Dec 2008 Location: eastern USA
|
I have I have been working with the scribe job for a while now and something has always troubled me when writing descriptions that are longer than the text block in NWN.... I always seem to get what looks like a hard return when I dont want one (see image)  As you cam see in the above image I added the text one sentence at a time because the number of characters for the entire paragraph is more than NWN allows you to type at one time. I did this using the "/s ds_j append" command and I get what looks sloppy to me Does every one else have this problem? Does anyone know a way to fix this?
|
|
|
|
 |
|
Isaiah
|
Posted: Wed, Sep 29 2010, 12:28 PM |
|
|

Player
Joined: 29 Sep 2009 Location: Ohio, USA
|
|
Just go "/s ds_j append " enter (with an extra space at the end). Then do it again with what you want to say. That's how I do it at least. It takes longer, but it works.
_________________ I am the wisest man alive, for I know one thing, and that is that I know nothing. -Socrates
|
|
|
|
 |
|
Gravemaskin
|
Posted: Wed, Sep 29 2010, 12:39 PM |
|
|

Player
Joined: 29 Jul 2007 Location: Norway: Home of the Trolls
|
|
When scribing I suggest you remain in windowed mode and make a notepad list of what you want to copy in, one line at a time.
WITH the commands added infront. That way you can just copy paste and try to see how it turns out quickly and then easily change it.
_________________ Adair - Druid and part time treant cosplayer
|
|
|
|
 |
|
msheeler
|
Posted: Wed, Sep 29 2010, 12:55 PM |
|
|

Player
Joined: 17 Dec 2008 Location: eastern USA
|
Gravemaskin wrote: When scribing I suggest you remain in windowed mode and make a notepad list of what you want to copy in, one line at a time.
WITH the commands added infront. That way you can just copy paste and try to see how it turns out quickly and then easily change it. This is exactly what I do... I have a code book written up for the in game book that looks something like this: Quote: /s ds_j name The Spellsword /s ds_j bio What is a Spellsword you may ask, or perhaps you believe that you already know the answer to that. /s ds_j append /s ds_j append To most it means nothing more than the sum of the words: one who knows spells and swords. /s ds_j append /s ds_j append However, it means so much more than that to a true Spellsword. /s ds_j append /s ds_j append Yes in the simplest of terms a Spellsword is someone who knows how to employ the use of a blade as well as the use of the weave. /s ds_j append /s ds_j append But still, to say that you know this and believe that you have an understanding of what it means you be a Spellsword would be to deceive yourself. /s ds_j append
Which gives me a space between each sentence... But if I want something that has paragraphs and I change my coding to this: Quote: /s ds_j name The Spellsword /s ds_j bio What is a Spellsword you may ask, or perhaps you believe that you already know the answer to that. /s ds_j append To most it means nothing more than the sum of the words: one who knows spells and swords. /s ds_j append However, it means so much more than that to a true Spellsword. /s ds_j append Yes in the simplest of terms a Spellsword is someone who knows how to employ the use of a blade as well as the use of the weave. /s ds_j append But still, to say that you know this and believe that you have an understanding of what it means you be a Spellsword would be to deceive yourself. /s ds_j append I get exactly what appeared in the above picture.... with the hard returns after each period. What I want is to get rid of those so I get something that looks like a normal paragraph.
|
|
|
|
 |
|
-Cloak-and-Dagger-
|
Posted: Wed, Sep 29 2010, 13:10 PM |
|
|

Player
Joined: 09 Feb 2009 Location: England
|
|
Reading the description of the commands in the job pages, it seems automatic.
Maybe the thing to do is rewrite your book into smaller paragraphs that fit into the text box, rather than doing one sentence at a time.
|
|
|
|
 |
|
Bravo21
|
Posted: Wed, Sep 29 2010, 16:24 PM |
|
|

Player
Joined: 11 Nov 2008 Location: In the land of liquid sunshine and coffee
|
|
Yeah, I've seen the same thing. It's because you are doing each sentance seperately, it's like hitting enter between each sentance.
Use the suggestion to copy and paste the entire paragraph at once with word pad, and insert the paragraphs seperately with page breaks inbetween. It works, and it's easier to make all your changes on a word document and then insert it piece by piece onto what you're scribing.
_________________ Thine taste in horrid footwear not withstanding, I did not say that thou were in fact an idiot, I merely implied that such things were self evident.
-Krrja
|
|
|
|
 |
|
BrainSplitter
|
Posted: Wed, Sep 29 2010, 16:45 PM |
|
|

Player
Joined: 06 Apr 2005 Location: Victoria, Australia
|
|
The trick is to break NWN's chat limiter.
/s ds_j bio This is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends!
How to use the above? Easy.
Copy (CTRL+C) the entire text you want to use, including the /s ds_j bio or append at the front. IE; exactly as you would enter it into the Chat Channel in game. Use the above block of text as a test or example. Find an empty Quickslot. Right Click. Add Chat Macro. Give it whatever label you want. When it comes to the command, to EXACTLY this.
Click into the field -once-. Hit CTRL+V. Hit the Accept button.
Do not hit enter, or click into the bar again, or try correct it. If you do -anything- but those three steps, it'll chop your text.
Use that trick to do entire paragraphs at once, without silly linebreaks.
_________________ Mostly Retired
|
|
|
|
 |
|
msheeler
|
Posted: Wed, Sep 29 2010, 17:01 PM |
|
|

Player
Joined: 17 Dec 2008 Location: eastern USA
|
BrainSplitter wrote: The trick is to break NWN's chat limiter.
/s ds_j bio This is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends, it just goes on and on my friends! Some people started singing it not knowing what it was, and now they're stuck forever just because this is the song that never ends!
How to use the above? Easy.
Copy (CTRL+C) the entire text you want to use, including the /s ds_j bio or append at the front. IE; exactly as you would enter it into the Chat Channel in game. Use the above block of text as a test or example. Find an empty Quickslot. Right Click. Add Chat Macro. Give it whatever label you want. When it comes to the command, to EXACTLY this.
Click into the field -once-. Hit CTRL+V. Hit the Accept button.
Do not hit enter, or click into the bar again, or try correct it. If you do -anything- but those three steps, it'll chop your text.
Use that trick to do entire paragraphs at once, without silly linebreaks. OMG you are so freaking awesome! I am sooooo trying this when I get home tonight. If you are a guy I'll send you hugs and kisses galore... hell prolly if you're a girl too !
|
|
|
|
 |
|
BrainSplitter
|
Posted: Wed, Sep 29 2010, 17:06 PM |
|
|

Player
Joined: 06 Apr 2005 Location: Victoria, Australia
|
|
*looks down*
Yep. Bloke. Mirha?
Anyway, glad I could help. I used the trick quite alot myself for Eary's artwork.
_________________ Mostly Retired
|
|
|
|
 |
|
Glyph
|
Posted: Wed, Sep 29 2010, 17:50 PM |
|
|

Player
Joined: 10 Jun 2010
|
|
add /s for shout channel
ds_j Name ~name here~ ds_j Bio etc etc etc etc ds_j append "for gaps put nothing here" ds_j append next line continues here
and copy paste from notepad to save time using windowed mode.
so " /s ds_j [tag] content "
I don't know if copy pasting is cheating the job rank system on scribe but frankly if I have to type a paragraph of text fifteen times again I will be upset with something. thus copy paste. (I typed a bio about twenty times in a row, took me about an hour, and then I learned this method.)
once you have your 'item' written up in notepad in that format all should be rather self explanitory.
ed: I guess I didn't need to go into that much detail, its been covered above. its deffinatly one of the more confusing jobs.
|
|
|
|
 |
|
ticket
|
Posted: Thu, Sep 30 2010, 4:34 AM |
|
|

Player
Joined: 02 Jan 2009
|
|
|
|
 |
|
Isaiah
|
Posted: Thu, Sep 30 2010, 6:03 AM |
|
|

Player
Joined: 29 Sep 2009 Location: Ohio, USA
|
Glyph wrote: and copy paste from notepad to save time using windowed mode.
This is a noob question but I can't figure it out on my own. How do you put it in window mode? I have to tab from fullscreen (which sometimes just makes my whole computer crash) to my desktop then to whatever. It really slows down my computer.
_________________ I am the wisest man alive, for I know one thing, and that is that I know nothing. -Socrates
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Sep 30 2010, 6:07 AM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
|
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
Isaiah
|
Posted: Thu, Sep 30 2010, 6:17 AM |
|
|

Player
Joined: 29 Sep 2009 Location: Ohio, USA
|
 That was incredibly simple. Thanks
_________________ I am the wisest man alive, for I know one thing, and that is that I know nothing. -Socrates
|
|
|
|
 |
|
msheeler
|
Posted: Thu, Sep 30 2010, 14:20 PM |
|
|

Player
Joined: 17 Dec 2008 Location: eastern USA
|
I just wanted to let you all know that brainy's trick worked wonderfully well. I tested it last night and was able to turn out some 4 hours of work inm 15 minutes  Thanks again brainy!
|
|
|
|
 |
|
Page 1 of 1
|
[ 15 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 96 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
|
|