Staredit Network

Staredit Network -> UMS Assistance -> My Map Doesnt Want To Be Completed
Report, edit, etc...Posted by KiLLeR2001 on 2005-01-22 at 15:04:36
Ok. So close from finishing the p1 mode its not even funny (FF7 World).

Was doing some last strings of text when I noticed the dreaded (no text) inside of the text box. So I immediately figured I was maxed out on strings. So I went into ProEdit's String Editor and it said I only had 877 strings. I selected all the strings then recycled them and it stayed at 877. I can add more locations and switch names and such, but any more text I had gets converted to (no text).

Is there some sort of max strings of text allowed within the string limit of 1024 that I'm not aware of?

huh.gif
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-22 at 16:24:53
There is a character limit as well, but I don't know what it is. (So you cant have 1000 1 million character strings.)
Report, edit, etc...Posted by chuiu on 2005-01-22 at 20:17:32
There is a size limit to the amount of strings you can carry (kb wise) and there is a string limit (1024). So you can pass the size limit but not the string limit. Which is probably the case in your map.
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-22 at 22:35:27
The size limit is essentially the same thing as a character limit because every character uses 1 byte.
Report, edit, etc...Posted by Heimdal on 2005-01-22 at 22:42:20
It's doubtful you're passing that size limit with only 887 strings. You have an average of around 71 characters per string at that number. It's possible Proedit does something to the string section which doesn't allow any new strings. If you'd like you can send me the map at starforge_feedback@hotmail.com and I can see if I can do anything with it.
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-22 at 22:43:35
It is certainly possible to attain that size limit. All you have to do is have paragraph-long strings to be displayed at different places for Howtos and stuff like that.
Report, edit, etc...Posted by KiLLeR2001 on 2005-01-23 at 13:49:05
Well, there is a crap load of dialog, but most of it is only a few lines long. I suppose I'll just have to trim it down some... dunno I'll experiment.

btw what is the character limit? 65535?
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-23 at 16:09:09
No clue. Try experimenting. Perhaps 65535. Actually it probabally is cause of what hiem says. 885*71 round to nearest power of 2.
Report, edit, etc...Posted by Neiji on 2005-01-23 at 23:31:38
Maybe it overheated or something, or a bug... ur map must have a lot...

QUOTE
If you'd like you can send me the map at starforge_feedback@hotmail.com and I can see if I can do anything with it.


HAHAHAHA NICE EXCUSE TO SEE HIS FINAL FANTASY 7 MAP! AHAHAHHAAHHA!
Report, edit, etc...Posted by chuiu on 2005-01-24 at 00:16:47
I don't think Heimdal really cares about seeing his map. I think he wants to help get the problem solved.
Report, edit, etc...Posted by GSG-9 on 2005-01-24 at 08:11:28
QUOTE(Johnznothere78 @ Jan 24 2005, 12:31 PM)
HAHAHAHA NICE EXCUSE TO SEE HIS FINAL FANTASY 7 MAP! AHAHAHHAAHHA!


angry.gif Please tell me you're joking, 'cause that's NOT A VERY NICE THING to say to Heimdal angry.gif mad.gif ranting.gif
Report, edit, etc...Posted by Staredit.Net Essence on 2005-01-24 at 12:23:43
hmm lol your maqp dont like you, you have to be a good boy with it, give it cookies and remove useess things then try again wink.gif
Report, edit, etc...Posted by Heimdal on 2005-01-24 at 14:36:00
The amount of space you have for strings:

space = 65535 - 2 * (n + 1)

where n = number of strings in table (always 1024 unless you're good with hex or are using a map editor sent back through time)

If you aren't using all of the strings, you lose one extra byte because you need an empty string for the unused ones to point to. Also keep in mind that every string takes one more byte than it has characters for the terminating null.

It would take a LOT of text to hit this limit with only 877 strings. The AVERAGE length would need to be 71 characters. I assume a lot of these strings are location names, switch names, and comments, which aren't usually very long. That would mean the remaining strings would have to be much longer. I highly doubt he has hit the length limit.

My offer to help still stands, and I'm sure Clokr will want to know if something is wrong with his program.
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-24 at 15:47:28
All he needs is multi-paragraph howtos for say 50 strings and that will bring up the average. multiparagraph being like 300 characters.
Report, edit, etc...Posted by MapUnprotector on 2005-01-24 at 15:51:25
Do the default location names like Location 0 take up string space?
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-24 at 15:53:00
No, they are hard-coded.
Report, edit, etc...Posted by (U)Bolt_Head on 2005-01-24 at 17:06:53
QUOTE(devilesk @ Jan 24 2005, 02:51 PM)
Do the default location names like Location 0 take up string space?
[right][snapback]131496[/snapback][/right]


Yes locations use a string even if you don't rename it.
Report, edit, etc...Posted by chuiu on 2005-01-24 at 18:03:33
That includes the Anywhere location.
Next Page (1)