Members in Shoutbox
None.

Shoutbox Search
Search for:


Shoutbox Commands
/w [name] > Whisper
/r > Reply to last whisper
/me > Marks as action

Shoutbox Information
Moderators may delete any and all shouts at will.
Global Shoutbox
Please log in to shout.
Pages: < 1 « 796 797 798 799 8003571 >

[2017-5-08. : 2:07 am]
Moose -- Veta
Veta shouted: Trying to get blizzard's attention, if you have an account please comment on this bug report: https://us.battle.net/forums/en/starcraft/topic/20754367303
Excellent research. Does this imply that if the entire map were revealed to all players at all times that this desync would not happen? If so, does that further imply that if vision were shared between all players at all times that this desync would not happen?
[2017-5-08. : 2:01 am]
Moose -- Did another folder ... sent 12296 bytes, received 457780768 bytes, 54887.96 bytes/sec, total size is 472647563 speedup is 1.03, real 139m0.336s
[2017-5-08. : 12:47 am]
NudeRaider -- indeed
[2017-5-08. : 12:41 am]
Lanthanide -- good work on that investigation Veta
[2017-5-08. : 12:38 am]
Veta -- Trying to get blizzard's attention, if you have an account please comment on this bug report: https://us.battle.net/forums/en/starcraft/topic/20754367303
[2017-5-07. : 11:47 pm]
m.0.n.3.y -- Mini Moose 2707
Mini Moose 2707 shouted: Correct. (Assuming nothing has messed with the Anywhere location, which is a thing that can happen)
Thank you sir
[2017-5-07. : 11:40 pm]
Moose -- Correct. (Assuming nothing has messed with the Anywhere location, which is a thing that can happen)
[2017-5-07. : 11:39 pm]
m.0.n.3.y -- Oh, and if that's "anywhere" it goes to the center of the map?
[2017-5-07. : 11:37 pm]
Moose -- To the center of the location you were searching for the thing in.
[2017-5-07. : 11:36 pm]
m.0.n.3.y -- Here's a question though, if you have a location that is always centering on a thing, but then that thing isn't there, where does the location go?
[2017-5-07. : 11:35 pm]
theskinsurf -- kk
[2017-5-07. : 11:34 pm]
m.0.n.3.y -- Wait actually I figured it out, just an old trigger that I had was messing it up
[2017-5-07. : 11:33 pm]
theskinsurf -- mon3y what's going on?
[2017-5-07. : 11:33 pm]
CecilSunkure -- SEN is crusty C|XDDDD
[2017-5-07. : 11:32 pm]
m.0.n.3.y -- theskinsurf
theskinsurf shouted: np
so actually it's not working
[2017-5-07. : 11:32 pm]
Moose -- Do it at 3 AM every day for the next month LMAO
[2017-5-07. : 11:30 pm]
Dem0n -- do it at like 3 AM tbh
[2017-5-07. : 11:29 pm]
Moose -- Hm, about 30 minutes for 13604 files totaling 159M. (I should have actually timed this) Only need to do 13GB, should be done quick LMAO
[2017-5-07. : 11:26 pm]
theskinsurf -- np
[2017-5-07. : 11:25 pm]
m.0.n.3.y -- Ok I got it! Thank you dem0n and theskinsurf! :D
[2017-5-07. : 11:24 pm]
theskinsurf -- make sure, then, that you SET "kills score" to 0 each time
[2017-5-07. : 11:24 pm]
Voyager7456 -- Mini Moose 2707
Mini Moose 2707 shouted: Just noting that if the site is slow(er than usual), there's actually a good reason this time, rsync is starting to push user uploaded files to the new server.
Mini Moose 2707
Mini Moose 2707 shouted: Well, just doing the avatars now to see how it goes. Then I'll have some stats and an idea of how long the bigger stuff (attachments, DLDB) will take.
sweet
[2017-5-07. : 11:24 pm]
theskinsurf -- indeed mon3y, or whatever action you want
[2017-5-07. : 11:23 pm]
m.0.n.3.y -- theskinsurf
theskinsurf shouted: you use hypertrigger and do "kill score > 1", which any kill will be, and turn that into a token
a token such as "+1 gas", and then when you get "20 gas", create the ACTUAL token we were going for in the first place
[2017-5-07. : 11:23 pm]
theskinsurf -- by token i mean deathcount
[2017-5-07. : 11:22 pm]
Dem0n -- you could do if kill score is at least 1, add 1 death of some unit, and then when the player has 20 deaths of that unit, add 1 ore and set the deaths to 0
[2017-5-07. : 11:22 pm]
theskinsurf -- you use hypertrigger and do "kill score > 1", which any kill will be, and turn that into a token
[2017-5-07. : 11:22 pm]
Dem0n -- no, each unit has a differently kill score, so not like that
[2017-5-07. : 11:22 pm]
theskinsurf -- so, you either manipulate that, with highest values descending for precision, OR
[2017-5-07. : 11:21 pm]
theskinsurf -- each unit has a hardcoded kill score. lings are 50, hydras 350 i think, etc etc.
[2017-5-07. : 11:19 pm]
m.0.n.3.y -- So it would be "current player kill score is at least 20", "create token", "set kill score to 0 for current player", "preserve trigger" ?
[2017-5-07. : 11:19 pm]
theskinsurf -- but kills cant be manipulated, so you need to work with kill score
[2017-5-07. : 11:18 pm]
m.0.n.3.y -- So I have hypertriggers. I'm trying to do kills >=20, add one kill token
[2017-5-07. : 11:17 pm]
theskinsurf -- dem0n's would work if, kills > 1, add kill token, set kills 0, 20 kill tokens -> action, etc etc
[2017-5-07. : 11:16 pm]
Dem0n -- wait I read that so fucking wrong LMAO
[2017-5-07. : 11:15 pm]
Dem0n -- if there aren't like buildings or stuff that you don't want to count towards those 20 kills, just have the condition be "current player kill score is at least 1", then make the action "add 20 ore, set kill score to 0, preserve trigger"
[2017-5-07. : 11:13 pm]
Moose -- You could manipulate a perfect kills-to-cash system into doing that. If multi-kills are infrequent (at hyper trigger detection speed), a kill score-based system would work.
[2017-5-07. : 11:10 pm]
m.0.n.3.y -- So is there any way to make it so that every time "current player" gets 20 kills they get $1? Or do you literally have to make out the triggers for 20 kills, 40 kills, 60 kills, etc.?
[2017-5-07. : 11:08 pm]
lil-Inferno -- thx moose, ur our hero <3
[2017-5-07. : 11:04 pm]
Moose -- Well, just doing the avatars now to see how it goes. Then I'll have some stats and an idea of how long the bigger stuff (attachments, DLDB) will take.
[2017-5-07. : 10:59 pm]
Moose -- Just noting that if the site is slow(er than usual), there's actually a good reason this time, rsync is starting to push user uploaded files to the new server.
[2017-5-07. : 10:29 pm]
ihjel -- Unless placed as unit sprites
[2017-5-07. : 9:35 pm]
jjf28 -- start locations aren't spawned when the map loads - ie they don't take up any indexes
[2017-5-07. : 9:33 pm]
m.0.n.3.y -- Hey so does remove [any unit] also remove a players start location? I messed something up somehow where it's like the computer players aren't loading
[2017-5-07. : 8:56 pm]
m.0.n.3.y -- Ok thank you, I was trying to use the search but it took like 5 minutes to load haha
[2017-5-07. : 8:47 pm]
lil-Inferno -- smh ninja'd cuz slow AF
[2017-5-07. : 8:46 pm]
lil-Inferno -- 1000/84 deathcounts = 1 second
[2017-5-07. : 8:46 pm]
Moose -- 1000/84 DCs per second (2 frames each) on fastest
[2017-5-07. : 8:42 pm]
m.0.n.3.y -- Or isn't it something arbitrary like 295?
[2017-5-07. : 8:42 pm]
m.0.n.3.y -- Hey another question, does 1 death counter = 1 millisecond? so 1000 value of a death counter is one second?
[2017-5-07. : 8:16 pm]
Fire_Kame -- Voyager7456
Voyager7456 shouted: Dem0n :wob:
same
[2017-5-07. : 7:44 pm]
Voyager7456 -- Dem0n
Dem0n shouted: le pen got the le bop O_O
:wob:
[2017-5-07. : 7:38 pm]
Veta -- jjf28
jjf28 shouted: I can't increase sprite/image limit in a map, I was saying blizzard could do that; what I can do in CHKD is count images
Hopefully they do. It would be awesome to see a tool like this in CHKD, this would help with lowering the count. This desync is super common in the diplo/conquest/war map community
[2017-5-07. : 7:05 pm]
Ashamed -- lol i went to unistall chrome and it wont even unistall itself ><
[2017-5-07. : 6:57 pm]
jjf28 -- I can't increase sprite/image limit in a map, I was saying blizzard could do that; what I can do in CHKD is count images
[2017-5-07. : 6:49 pm]
lil-Inferno -- w/e
[2017-5-07. : 6:46 pm]
Dem0n -- le pen got the le bop O_O
[2017-5-07. : 6:42 pm]
Ashamed -- Veta
Veta shouted: jjf28 unrelated, do any tools exist to batch swap one tile id with another e.g. replace one water tile id with a different water tile id. If not, any interest in adding it to CHKDraft? I know it would come in handy for the Conquest style diplo maps using tile terrain.
There was some java application I used way back in the day that did this I believe... It was even before editors let you do square terrian
[2017-5-07. : 6:39 pm]
Veta -- jjf28
jjf28 shouted: O___O
unrelated, do any tools exist to batch swap one tile id with another e.g. replace one water tile id with a different water tile id. If not, any interest in adding it to CHKDraft? I know it would come in handy for the Conquest style diplo maps using tile terrain.
[2017-5-07. : 6:35 pm]
Ashamed -- Fucking chrome keeps crashing on my puter and then not working until I reboot >< dumb hung process.. I am using IE :(
[2017-5-07. : 6:35 pm]
Veta -- God the lag here, who can I throw money to to permanently fix this
[2017-5-07. : 6:30 pm]
Veta -- jjf28
jjf28 shouted: tbh just raise the image limit and make sure they're all properly recycled - problem solved :)
How do you mean raise the image limit, I thought that was hardcoded. We're not talking about sprite limit. This includes non-sprites like the terrain tiles. Would this be possible to make as a feature?
[2017-5-07. : 6:29 pm]
Veta -- jjf28
jjf28 shouted: tbh just raise the image limit and make sure they're all properly recycled - problem solved :)
How do you mean raise the image limit, I thought that was hardcoded. We're not talking about sprite limit. This includes non-sprites like the terrain tiles. Would this be possible to make as a feature?
[2017-5-07. : 5:41 pm]
jjf28 -- O___O
[2017-5-07. : 5:35 pm]
lil-Inferno -- O___O
[2017-5-07. : 5:31 pm]
Excalibur -- O___O
[2017-5-07. : 5:19 pm]
Dem0n -- MEESE IN THE DISCORD? O___O
[2017-5-07. : 5:16 pm]
Moose -- Ya
[2017-5-07. : 5:15 pm]
LoveLess -- Is that a meese in the discord? Voyager7456
Voyager7456 shouted: LoveLess In 1.18?
Yes

Pages: < 1 « 796 797 798 799 8003571 >


Members Online: NudeRaider