Staredit Network > Forums > SC1 UMS Theory and Ideas > Topic: Nooks and Crannies
Nooks and Crannies
Sep 16 2009, 2:35 am
By: payne
Pages: 1 2 3 >
 

Sep 16 2009, 2:35 am payne Post #1

:payne:

Possible causes:
Quote
- Too many extended terrain tiles
- Too many clutters
- Too many doodads
- Protecting the map

Possible solutions:
Quote
- Anything not seen or interfering must be changed to plain walkable ISOM
- Reduce amount of doodads
- Reduce amount of extended terrain
- Rework your ISOM terrain to reduce clutters
- Go for Open Source! (no protection)

Many says it could be due to a buffer overflow of some kind of test practiced by SC's console when starting a map. It'd calculate all the AI pathfinding and if the size of the temporary file created is too big, it gets deleted.
Moreover, since protecting maps often delete the ISOM part of maps' code, all the tiles become "extended" (rectangular) and it increases the chances of getting the error.

Post has been edited 2 time(s), last time on Jan 21 2010, 11:14 pm by payne.



None.

Sep 16 2009, 2:40 am darksnow Post #2



rawr i think its just that scmdraft hates me



None.

Sep 16 2009, 3:12 am rockz Post #3

ᴄʜᴇᴇsᴇ ɪᴛ!

Probably something to do with isom corruption. You can probably just compress it and fix the problem.



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Sep 16 2009, 4:08 am The Starport Post #4



My two theories are either that there's some buffer limit for the game's pathfinding AI that begins to fill up when complex terrain is present, or concave corner blends somehow use up some kind of buffer of their own. Worth testing if certain specific tiles cause this effect or not.

I suspect it's Blizzard's dollar-store pathfinding AI. :P



None.

Sep 16 2009, 4:11 am samsizzle Post #5



well... i tested this and the only way i could recreate the error is by filling the map with natural looking isom terrain everywhere and covering it with one kind of doodad converted to terrain...



None.

Sep 16 2009, 8:07 am JaFF Post #6



My friend had this problem. This error occurs when you simply have too many cramped/cluttered places on the map. It is not just one small place that causes it; you just need to break some set of rules or some test SC performs before launching the map. Tux'es pathfinding AI explanation seems to be the most logical one.



None.

Sep 16 2009, 8:41 am Excalibur Post #7

The sword and the faith

Laura and I did some extensive research on this due to the Station maps being so prone to the error. Wherever there is an area the players wont be using, or in non-viewable parts of the map, turn any tiles into plain walkable terrain.




SEN Global Moderator and Resident Zealot
-------------------------
The sword and the faith.

:ex:
Sector 12
My stream, live PC building and tech discussion.

Sep 16 2009, 1:18 pm payne Post #8

:payne:

Then could someone explain me how the hell CD do not get this error? We all do agree it is very cluttered. ;o



None.

Sep 16 2009, 1:37 pm JaFF Post #9



Quote from payne
Then could someone explain me how the hell CD do not get this error? We all do agree it is very cluttered. ;o
Since we do not know the criteria SC uses, we cannot answer that question. Perhaps it is cluttered in an 'acceptable' way.



None.

Sep 16 2009, 3:05 pm Ahli Post #10

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

CD isn't big enough... if it would use nearly 256x256 you would get the error.




Sep 16 2009, 6:23 pm The Starport Post #11



Quote from JaFF
My friend had this problem. This error occurs when you simply have too many cramped/cluttered places on the map. It is not just one small place that causes it; you just need to break some set of rules or some test SC performs before launching the map. Tux'es pathfinding AI explanation seems to be the most logical one.
That would make sense. I know from programming that some kinds of optimizations are only possible before you start some activity. Since map terrain is mostly immutable, it stands to reason it makes a good 'base' for defining an early node tree for the pathfinding AI to work off of. That node tree must be limited to a certain size in memory for Starcraft to meet its advertised system specs.
Or maybe only because the programmers were too lazy to use dynamic allocation.

Post has been edited 2 time(s), last time on Sep 16 2009, 7:47 pm by Tuxedo-Templar.



None.

Sep 16 2009, 6:55 pm samsizzle Post #12



I think CD doesnt get the error because theres a variety of everything on that map, instead of just custom doodads it has real doodads and custom doodads and normal isom terrain and mud and rocky dirt and all that, theres a variety. And I forget who told me, but CD DID get the error, woodenfire just stuck the null tiles on the side. Atleast thats what i heard.



None.

Sep 17 2009, 11:10 pm payne Post #13

:payne:

I got this error again and I tried the Null tricks. It worked, though I decided not to stop there. I've tried to replace all these null tiles by isometrical Dirt terrain... and it worked.
Also, it might help researches: when I tried to open the map in SC with a third party program (iCCup), iCCup crashed with a memory error so you guys might be right ;o



None.

Sep 20 2009, 8:35 pm EzTerix Post #14



Quote from payne
I got this error again and I tried the Null tricks. It worked, though I decided not to stop there. I've tried to replace all these null tiles by isometrical Dirt terrain... and it worked.
Also, it might help researches: when I tried to open the map in SC with a third party program (iCCup), iCCup crashed with a memory error so you guys might be right ;o

I had a giant lake in the middle of my map that wasn't really needed and decided to turn most of it into dirt and the error disappeared, for now at least. Certain types of terrains used in different amounts probably effects whether you will get the error or not. If you use 256/256 and fill up most of the map you will probably get the error like me :P



None.

Sep 20 2009, 8:59 pm CecilSunkure Post #15



I actually had this error on a 128x128 map. This map, somehow, had every single isom tile converted into rec tiles. I can't remember how that happened, but many other things in that map were prone to corruption. I call it the perfect map protection.. If you edit a single trigger, the map then becomes unstable and causes SC to crash. If you edit (almost) any string, the map will become unstable. Lucky for me, this happened after I used a map protector.

Anyways, when my terrain was first converted, somehow, to pure rec tiles from a state of pure isom, I got the "nooks and crannies" error. What I did to solve this, was I re-made a large portion of the terrain back into its original isometric state, and then the error stopped appearing. I am assuming that there is a pre-test that SC runs on the terrain, a sort of scan. It checks the terrain against a set of rules, and if you fail you are shot back out to the main menu of SC. My "broken rule" was obviously corrupted terrain in some form or another.

Just thought this info might be of some use. And to clarify, my terrain was changed to rec before I used the protector. Everything else becoming corruption prone was a result of my map protector.

Post has been edited 2 time(s), last time on Sep 20 2009, 9:03 pm by CecilSunkure. Reason: Typo



None.

Dec 29 2009, 11:08 pm Vrael Post #16



Could it potentially have to do with sections of terrain like this:

Where many units will not be able to fit through but smaller ones such as zerglings can?



None.

Jan 2 2010, 12:32 pm LoveLess Post #17

Let me show you how to hump without making love.

Quote from Vrael
Could it potentially have to do with sections of terrain like this:

Where many units will not be able to fit through but smaller ones such as zerglings can?
I say no, because I had this problem when my map was nothing but Regular Iso terrain, before I joined SEN. It was in an old map of mine that had nothing but regular iso terrain and I encountered it in several maps. My opinion, is looking back on that, I used several different levels of terrain (low, mid, high) and were mostly in-accessible to each other. These maps were all 256x256 and I noticed that Space terrain did it most often and Jungle practically never did.



None.

Jan 2 2010, 2:33 pm Norm Post #18



Something strange about this bug...

I actually had a map with no error UNTIL i protected it. Once protected, it was unplayable due to nooks and crannies error.



None.

Jan 2 2010, 11:55 pm samsizzle Post #19



So apparently CD *DID* get the error, woodenfire just stuck all that null on the map and it went away.

EDIT
Oh geez my bad... i already posted this...



None.

Jan 3 2010, 1:30 am Doodle77 Post #20



I heard that copying and then pasting the terrain (removing the ISOM i guess) got rid of this error. Truth?



None.

Options
Pages: 1 2 3 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- there are some real members mixed in those latter pages, but the *vast* majority are spam accounts
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- there are almost 3k pages
[2024-4-14. : 9:21 pm]
O)FaRTy1billion[MM] -- the real members stop around page 250
[2024-4-14. : 9:20 pm]
O)FaRTy1billion[MM] -- look at the members list
[2024-4-12. : 12:52 pm]
Oh_Man -- da real donwano
da real donwano shouted: This is the first time I've seen spam bots like this on SEN. But then again, for the last 15 years I haven't been very active.
it's pretty common
[2024-4-11. : 9:53 pm]
da real donwano -- This is the first time I've seen spam bots like this on SEN. But then again, for the last 15 years I haven't been very active.
[2024-4-11. : 4:18 pm]
IlyaSnopchenko -- still better than "Pakistani hookers in Sharjah" that I've seen advertised in another forum
[2024-4-11. : 4:07 pm]
Ultraviolet -- These guys are hella persistent
[2024-4-11. : 3:29 pm]
Vrael -- You know, the outdoors is overrated. Got any indoor gym and fitness equipment?
[2024-4-10. : 8:11 am]
Sylph-Of-Space -- Hello!
Please log in to shout.


Members Online: reaganelynn