I was playing this map called Beep Bound Level 3, and after i typed in one word, a magnet of text string popped up in front of what i was going to say.
If you dont understand, play this map and you will see what i mean.
Map unprotected to find out why this is.
Holy shiat. That's pretty weird.
I doubt its a trigger, maybe its a unit that does that, but i dont know.
I don't have my SC CD at the moment, could you explain what happens in a more detailed manner? As far as I know, it is impossible to detect when a player says something... are you saying that this map does so?
OK. When you play the game, it adds a Magnet in front of what you are about to say.
So far i have found these tags.
@ (invisible color)c
@ (Crash Text)c
@ (Dark color)c
Space
- New line
it's one of the high number players, dont know which one. if you check the tutorial you can probly find wich one it is, I'm to lazy to link it right now though.
It seems to control what you can and cannot type. I don't think it's a trigger either, that or something with an extended player.
I don't know how you can decifer that. But all I see is a dash. I think it was done through hexing the map.
Oh yeah, now I remember. It was an extended player.
And you hex a map with a hex editor, silly.
Edit one more time. It was player 18.
Player 19 adds 3 characters of text in front of what you're about to say. It's near the frame rate values that come just before it(player 13/14).
Edit: What player number and unit does that? and does the unit have to be seen?
Woah crap... I just tried this like 4 times and it was random each time. Two of the times, it crashed my SC when I type two things in a row. One of the other times, it replaced everything i said with some weird - mark, and the last time it added something like - (enter) c to everything I said.
EDIT: It also affects every other game you play until you quit out of Starcraft. Of course, crashing makes you quit out of Starcraft so don't worry about your games crashing.
[center]Wow, the extended players can really do some awesome junk. I wonder HOW they affect the game? It really doesn't make sence.[/center]
damn sat

WAS WAK lol it made ma sc weird afta i played itt

:
Unused players affect starcraft through buffer overflows. Basically what will happen is SC will write some data into a region of memory that is used for something else because a certain offset is out of the normal range. This is very similar to undefined colors, except that only reads data out of some unknown memory location instead of writes to it.
One of the drawbacks of using tricks like these in maps is that it will not have the same effect on macs and PCs. These tricks will also probably stop working if starcraft.exe is ever patched.
Not necessarily. If a new version of Starcraft is made, Blizzard probably won't change the section. The memory addresses would be moved, but most of the time, large player-specific sections aren't separated. Also, most player-specific sections are right next to each other.