Pylon Bug to Find Opponent's Location - Page 6
Forum Index > BW General |
Badfan92
5 Posts
| ||
Garrl
Scotland1972 Posts
| ||
ggsimida
1146 Posts
On October 01 2019 22:39 Badfan92 wrote: Has anyone been able to replicate it with a zerg egg? I can't get the egg to show up on the stats screen without selecting it. Do you have to do it as it's about to hatch? ![]() so its anything that has a "transition animation" not just a building lol.. | ||
Freakling
Germany1526 Posts
On October 01 2019 22:39 Badfan92 wrote: Has anyone been able to replicate it with a zerg egg? I can't get the egg to show up on the stats screen without selecting it. Do you have to do it as it's about to hatch? That's what I would try. On October 01 2019 23:02 ggsimida wrote: ![]() so its anything that has a transition animation.. What do you use for Terran? Add-ons? | ||
ggsimida
1146 Posts
On October 01 2019 23:02 Freakling wrote: What do you use for Terran? Add-ons? i used a turret as you can see from my post in the 5th page of this thread. just time the yamato to hit the turret as the "transition animation" plays out (when the turret converts from its construction stage to complete) | ||
Piste
6168 Posts
| ||
Garrl
Scotland1972 Posts
On October 01 2019 23:42 Piste wrote: How is this even possible :O I wonder what sort of bug in the code enables this. (this is just my speculation, I might be entirely wrong) when you do the attack-double click thing, it doesn't clear the UI when the object dies as the game still thinks you've got the probe clicked (perhaps there isn't code for handling the specific transitory state between the building creation and finishing). Under normal circumstances, this doesn't matter because we can just click to another unit, but when you click on the portrait/ctrl c, the stored pointer to the unit points to something different as the memory has been reused by another unit being added to the list of building units, eg, before, our production list might look like this: [drone] [pylon] [drone] then: [drone] [ling] [drone] we still have a pointer to the second element after our list has been relinked. | ||
AntiHack
Switzerland553 Posts
On October 01 2019 23:42 Piste wrote: How is this even possible :O I wonder what sort of bug in the code enables this. Maybe there's a layer of the code dedicated to all the unit-selection stats and portraits of the game so with that fast click you only trigger/enter that layer of code without the code of actual unit selection so once activated you keep the access to that sublayer of code. Or maybe it have something to do with a backdoor to the whole turn of the turn-rate due to p2p net code. | ||
pebble444
Italy2495 Posts
On October 01 2019 23:42 Piste wrote: How is this even possible :O I wonder what sort of bug in the code enables this. The Broodwar Code was supposed to be made public as of 2019; This is the reason why Blizzard came out with remastered in the first place, by recreating a somewhat "new" game, to protect their intellectual property, and extend for another 20 years their copyright over the videogame, especially the code, thus insuring a consequential claim over possible massive Tournaments in the Korean scene. All this was done for money and intellectual protection. Videogames have a 20 year copyright claim, after that they become public domain. So to answer your question, you will probably never find out for another 20 years. | ||
Garrl
Scotland1972 Posts
On October 02 2019 01:44 pebble444 wrote: The Broodwar Code was supposed to be made public as of 2019; This is the reason why Blizzard came out with remastered in the first place, by recreating a somewhat "new" game, to protect their intellectual property, and extend for another 20 years their copyright over the videogame, especially the code, thus insuring a consequential claim over possible massive Tournaments in the Korean scene. All this was done for money and intellectual protection. Videogames have a 20 year copyright claim, after that they become public domain. So to answer your question, you will probably never find out for another 20 years. what first of all, I don't even know where you got the 20 years copyright thing, but even after the copyright has expired there is absolutely no prerequisite to release the source code. | ||
Chris_Havoc
United States599 Posts
On October 02 2019 01:44 pebble444 wrote: The Broodwar Code was supposed to be made public as of 2019; This is the reason why Blizzard came out with remastered in the first place, by recreating a somewhat "new" game, to protect their intellectual property, and extend for another 20 years their copyright over the videogame, especially the code, thus insuring a consequential claim over possible massive Tournaments in the Korean scene. All this was done for money and intellectual protection. Videogames have a 20 year copyright claim, after that they become public domain. So to answer your question, you will probably never find out for another 20 years. You're wrong on so many levels about this it's appalling. The U.S. copyright system has never worked that way and it never will. As long as Blizzard exists they will own the copyright to all their games in perpituity. If we go by the Berne Convention it would be 50 years beyond Blizzard ceasing to exist that StarCraft and their other properties could fall under the public domain, and even that isn't a guarantee by any stretch if another company buys the rights, which often happens. | ||
kidcrash
United States620 Posts
On October 02 2019 02:39 Chris_Havoc wrote: You're wrong on so many levels about this it's appalling. The U.S. copyright system has never worked that way and it never will. As long as Blizzard exists they will own the copyright to all their games in perpituity. If we go by the Berne Convention it would be 50 years beyond Blizzard ceasing to exist that StarCraft and their other properties could fall under the public domain, and even that isn't a guarantee by any stretch if another company buys the rights, which often happens. I think he's thinking of patents which are different than intellectual property, although they are intertwined in certain ways. In case anyone is curious here is a list of patents I found that Activision Blizzard owns. https://www.cbinsights.com/investor/activision-patents ![]() Edit: It looks like you have to sign up to see the list of all 170 patents but I just wanted to show examples to help explain the difference. | ||
![]()
BisuDagger
Bisutopia19214 Posts
On October 01 2019 18:48 Starecat wrote: Drones becoming rocks or flying templas weren't enough for you xD? Is there a vod of a drone becoming a rock somewhere? | ||
L_Master
United States8017 Posts
| ||
Freakling
Germany1526 Posts
On October 01 2019 23:42 Piste wrote: How is this even possible :O I wonder what sort of bug in the code enables this. I think it is probably a variation of the UI refresh glitch (the same that let's you give illegal orders to units, such as the half price Archon glitch). The rest is just the same unit "slot" being occupied by different units. On October 02 2019 01:44 pebble444 wrote: The Broodwar Code was supposed to be made public as of 2019; This is the reason why Blizzard came out with remastered in the first place, by recreating a somewhat "new" game, to protect their intellectual property, and extend for another 20 years their copyright over the videogame, especially the code, thus insuring a consequential claim over possible massive Tournaments in the Korean scene. All this was done for money and intellectual protection. Videogames have a 20 year copyright claim, after that they become public domain. So to answer your question, you will probably never find out for another 20 years. You could probably still use OpenBW as a code base to figure it out (not sure if it has all the UI functionality fully implemented though). | ||
Alejandrisha
United States6565 Posts
Poll: Should this bug be patched Yes (16) It doesn't matter. it's not feasible in meaningful games (5) No (4) Wait and see how it plays out in pro scene (2) 27 total votes Your vote: Should this bug be patched (Vote): Yes | ||
TelecoM
United States10666 Posts
| ||
Alejandrisha
United States6565 Posts
On October 02 2019 10:52 GGzerG wrote: Yea this should be patched obviously lol was free archon patched? i do think it should be patched, though. i don't like that you could do it in ladder and beat some one on a 4 player map with some weird play and then they come onto tl and we have to explain to them this glitch and refer them to this thread ad nauseam. | ||
RowdierBob
Australia12997 Posts
| ||
ejac
United States1195 Posts
| ||
| ||