WordPad line limit?
Moderators: Bob the Hamster, marionline, SDHawk
- Only One In All
- Metal Slime
- Posts: 356
- Joined: Tue Oct 16, 2007 5:56 am
- Contact:
WordPad line limit?
Just out of curiousity, does Microsoft WordPad have a limit to how many lines/words a document can handle?
My script file for OHR House K is over 10,000 lines and Week Three isn't even halfway done, so I know it's probably going to surpass over 30,000 by then, so I'm worried that eventually, it's going to get to a point where I'll have to separate all different weeks into different files or something. I couldn't find anything that states whether WordPad has a limit or not either.
My script file for OHR House K is over 10,000 lines and Week Three isn't even halfway done, so I know it's probably going to surpass over 30,000 by then, so I'm worried that eventually, it's going to get to a point where I'll have to separate all different weeks into different files or something. I couldn't find anything that states whether WordPad has a limit or not either.
- Only One In All
- Metal Slime
- Posts: 356
- Joined: Tue Oct 16, 2007 5:56 am
- Contact:
don't worry about it and don't use garbage like wordpad. use notepad++.
http://notepad-plus.sourceforge.net/uk/site.htm
indentation works a lot better, bracket highlighting, parenthesis highlighting .... etc. trust me, you'll love it. i guess if you're just using it for showtextbox(###) waittextbox(####) it won't be that good for you, unless you want to macro or something.
http://notepad-plus.sourceforge.net/uk/site.htm
indentation works a lot better, bracket highlighting, parenthesis highlighting .... etc. trust me, you'll love it. i guess if you're just using it for showtextbox(###) waittextbox(####) it won't be that good for you, unless you want to macro or something.
Last edited by misterj on Sun Sep 14, 2008 3:16 pm, edited 1 time in total.
<center><img src="http://i.imgur.com/qXKfH.png" title="CONGRATS ON BIG FOOTBALLS"></center>
- JSH357
- Liquid Metal Slime
- Posts: 1340
- Joined: Mon Oct 15, 2007 7:38 pm
- Location: Columbia, SC
- Contact:
Protip: You need to make your episodes shorter anyway.
My website, the home of Motrya:
http://www.jshgaming.com
http://www.jshgaming.com
amateurTip:
I've found that breaking up different sorts of scripts into separate files works rather nicely. It makes it much easier to find things that need fixed, etc. For example, in Tales 1, I didn't do this and going back now to try fising or twiddling with things is a royal pain. However in Tales 2, I have all of my 'utility' scripts in one file, my 'story-related' scripts in another, and in fact I have one file which is for nothing but scripts related to my custom item system, and another file which is for nothing but my character who learns techniques from enemies in battles. I've also found it helpful to have my own documentation on my scripts, also in a separate file, telling me what scripts do what by accepting what arguments, etc.
I've found that breaking up different sorts of scripts into separate files works rather nicely. It makes it much easier to find things that need fixed, etc. For example, in Tales 1, I didn't do this and going back now to try fising or twiddling with things is a royal pain. However in Tales 2, I have all of my 'utility' scripts in one file, my 'story-related' scripts in another, and in fact I have one file which is for nothing but scripts related to my custom item system, and another file which is for nothing but my character who learns techniques from enemies in battles. I've also found it helpful to have my own documentation on my scripts, also in a separate file, telling me what scripts do what by accepting what arguments, etc.
I am Srime
- JSH357
- Liquid Metal Slime
- Posts: 1340
- Joined: Mon Oct 15, 2007 7:38 pm
- Location: Columbia, SC
- Contact:
Oh wait. We're talking about hamsterspeak scripts here?
Just use Notepad++, Xer. You'll love it, trust me. Wordpad is a really ancient program at this point. I used to like it too, but times have changed.
Just use Notepad++, Xer. You'll love it, trust me. Wordpad is a really ancient program at this point. I used to like it too, but times have changed.
Last edited by JSH357 on Tue Sep 16, 2008 1:08 am, edited 1 time in total.
My website, the home of Motrya:
http://www.jshgaming.com
http://www.jshgaming.com
Also for whatever it's worth, I still rock the classic Notepad, and while doing Tales 1 I ran out of space for my text file SEVEN times. I had eight script files with no organization between them at all, other than the chronological scheme of my working on new scripts. So to Mazin, it is true that some programs impose limits on the amount of text that they can 'interface', for lack of a better word at the moment. And these limits are not always so incredibly high that they don't matter.
To JSH, I guess I just assumed Hamsterspeak because he asked about scripts for OHR House, and I read it as 'plotscripts'. I think MrJ did the same.
To JSH, I guess I just assumed Hamsterspeak because he asked about scripts for OHR House, and I read it as 'plotscripts'. I think MrJ did the same.
I am Srime
- Only One In All
- Metal Slime
- Posts: 356
- Joined: Tue Oct 16, 2007 5:56 am
- Contact:
Yeah, sorry I wasn't exactly clear that it wasn't the plotscripts.JSH357 wrote:Oh wait. We're talking about hamsterspeak scripts here?
Just use Notepad++, Xer. You'll love it, trust me. Wordpad is a really ancient program at this point. I used to like it too, but times have changed.
I'll go with what everyone said and download Notepad++, and the seperating the weeks into different files might also be a good idea soon. Thanks everyone!
- Twinconclusive
- Liquid Metal Slime
- Posts: 976
- Joined: Mon Oct 15, 2007 6:45 pm
- Location: Tabletop
Just started trying out Notepad++ and I like the interface so far.
(Parenthesis checker, awesome)
But is there a way I can compile with Hspeak.exe directly through it?
(I guess I could just drag and drop the file if I really had to)
[edit] Also, any access to Hamsterspeak Help?
(Parenthesis checker, awesome)
But is there a way I can compile with Hspeak.exe directly through it?
(I guess I could just drag and drop the file if I really had to)
[edit] Also, any access to Hamsterspeak Help?
Last edited by Twinconclusive on Sun Sep 28, 2008 6:21 am, edited 2 times in total.
♪♪♪ Du du duuuu ♪♪♪
since it's not made with that in mind, no. just have a command prompt up in another window anyways... it's best that way for testing in the first place(hspeak scriptfile hsfile --------> custom rpgfile hsfile ------> game rpgfile)
the only problem with that is you'd need to close custom during it ... i think. maybe yhou can keep custom running and still import through command prompt. i'm not sure.
the only problem with that is you'd need to close custom during it ... i think. maybe yhou can keep custom running and still import through command prompt. i'm not sure.
Last edited by misterj on Sun Sep 28, 2008 7:30 am, edited 1 time in total.
<center><img src="http://i.imgur.com/qXKfH.png" title="CONGRATS ON BIG FOOTBALLS"></center>