Posts for feos

1 2 274 275 276 441 442
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Now as Spike removed the 2p branch (because there's no 1p counterpart yet), I guess we can remove the pacifist branch as well, since that is not a restriction time-wise, just a feature.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
He uploaded a primary downloadable to youtube, despite my PM to him where I told him not to do it, and to upload an HD, and despite the encoding batch that says:
Press 1 for Modern HQ MKV. Press 2 for Compatibility MP4. Press 3 for HD Stream. Press 4 for All of the above.
And all the relevant pages telling the difference between standard definition and high definition encodes. Also, resolutuon can be viewed via MPC, by going to File - Properties - Details - Video size.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Facepalm.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
You should add a tag (not description) "yt:stretch=4:3" to that video. Wait, what resolution is the encode?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
That's why people bind frame advance on Ctrl and D-pad to arrows.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
The video was cut because he didn't update the frame to end it that was in the package script.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Yes vote, great run! As for another category, whatever goal would show more rooms must be publishable, as this run skips a whole bunch of them. Regarding co-authors, it's up to you to actually add them, but if you tried improving them and couldn't, co-authorship is not required, as speed strats are not copyrighted.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
You left "'" as a branch (1 single quote inside 2 double quotes). Should be "''" (2 single inside 2 double).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
xoinx wrote:
I'm pretty sure it is possible to optimize the current run by at least another 30ish seconds if we can figure out the RNG and what triggers the arrow flags and dialogue flags so we can get rid of all the waiting. I get the feeling that this game is so glitchy that it is possible to find a way to glitch through the page boundaries without arrows, but that's just a guess... There are too many possibilities, but I don't have the time to study how the game works in depth... but if anyone is interested to work on this, I'm happy to help!
I have the time! I'd need all RAM addresses you have, and 2 movies demonstrating 2 possible RNG outcomes for some event. Or an explanation how to get them different.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Sounds amazing, looks very superhuman, but lasts too long really, and I wished there were more "impossible jumps". Voting Meh, Vault content. But I think it must be published!
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
There's also a way to display some huge string of numbers, breaking it into lines where it fits the best. Bonus points for displaying slot numbers over object sprites.
Language: lua

-- SolarJetman objects function DrawTable() local Xcam = memory.readwordsigned(0x4c) local Ycam = memory.readwordsigned(0x4e) for Slot = 0, 0x1f do local ID = memory.readbyte(0x317 + Slot) local X = memory.readwordsigned(0x200 + Slot, 0x21f + Slot) - Xcam local Y = memory.readwordsigned(0x25d + Slot, 0x27c + Slot) - Ycam local CellWidth = 32 local CellHeight = 8 local ScreenWidth = 256 local RowLength = 8 local OffsetX = 1 local OffsetY = 9 local Color = "white" if ID == 0 then Color = "red" end gui.text( Slot * CellWidth % ScreenWidth + OffsetX, -- text X math.floor(Slot / RowLength) * CellHeight + OffsetY, -- text Y string.format("%2d:%02X", Slot, ID), -- output string Color -- you guess ) gui.text(X, Y, Slot) end end
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Just to tell that this word is not "dirty" only: http://www.urbandictionary.com/define.php?term=loli&defid=7226798 Yes, I see all the other definitions, but this one is there for a legit reason too.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Nahoc wrote:
Isn't loli, by definition, an underage child, often depicted in sexual poses in hentai movies/images?
Dunno for other countries, but over here we use that term for real life persons too.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Nahoc wrote:
WST wrote:
I gave a cute loli a pony gift :3 :3 :3
wat
That reply is so pervert.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Yeah, I'm corrected.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Brackets around conditions (unless they're complicated) also aren't required.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Another bunch of misplaced runs accepted before Vault existed.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
You can highlight syntax, and even download code as a file: Download sample.lua
Language: lua

function stuff() x = memory.reawword(0x100) gui.text(10,10,string.format("Xpos: %d",x)) end gui.register(stuff) -- obsoletes the "while true do emu.frameadvance() end" loop
[code=sample.lua] function stuff() x = memory.reawword(0x100) gui.text(10,10,string.format("%d",x)) end gui.register(stuff) -- obsoletes the "while true do emu.frameadvance() end" loop [/code] However when using scripts with < and >, make sure to "Disable HTML in this post". I'm also pretty sure using "local" for globally declared variables is unnecessary. As is declaring them without instantly using, as is ";".
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Didn't work for me. I asked Nach to put the Warsong subs there, and he said I need to test a tool for it, which I couldn't, because I was unable to obtain a devkey, and so it went nowhere...
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
How do you send subs to TVC?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
feos wrote:
Nach: so what about restoring Kurabu's VestedEditorship?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
zeromus wrote:
The PSX can make the 320x240 framebuffer shimmy all around your television within some legal NTSC frame bounds, so that's what's being emulated.
So you'd say that grabbing the 330x240/350x240 picture and rescaling it to exact 4:3 is how it'd look on TV? Overscan being what wasn't manually tuned out of the visible TV area? Like, the image on TV stretches two-way, removing the borders. I wonder what we must use as a final preference (with overscan or without it).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
New one is nicer. How did you make it different?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
1 2 274 275 276 441 442