Posts for feos

1 2 206 207 208 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
What's even the point of using CDL for NSFs?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Пример
Language: lua

local BFile = io.open("Backup" .. TestNumOfDoom .. ".txt" , "w") BFile:write("StartFrame: " .. EarliestIndex .. "\n")
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Niamek wrote:
Try with a larger selection? I just edited my post.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Niamek wrote:
Another bug I have found is that sometimes it does "save as" automatically even if I am doing nothing. Steps I did, with the last downloadable build: Open a GBC rom Open TAStudio Unpause While it plays, do other stuffs on the net like browsing TASvideos or even mess up with the emulator options.
Recording frames is changing the movie, so it has stuff to save.
Niamek wrote:
Maybe there is an auto save feature somewhere. It is a nice idea, but if I did not save a file before, it might become annoying.
Config - Autosave - Set autosave interval - 0.
Niamek wrote:
Now I just can't do a rightclick after selecting a couple of frames with the last build.
Works fine for me.
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Samsara wrote:
From the interim build in Post #438690 Adding input by mouse then attempting to advance/rewind a frame will just cause the movie to play normally: https://i.gyazo.com/3f1882e7e6cc63cf2c9c5ba3d9659c88.gif This doesn't happen with Recording mode (which, as far as I've tested, seems to work just fine).
I did a quick fix so it won't unpause, but the logic there is that advance/rewind playback box buttons and mouse wheel (with RMB held) will only move the seek frame. That was needed when I was having issues with fast rewinding on cores that don't save every frame: mouse wheel rewinding was really slow and broken, so I made it decrease seek frame as well, to catch up with current frame changes. Now, this probably doesn't end up working as reliably with all the new features, but I don't want to make any serious logic changes right before release, so if you want it to work perfectly, you'll have to wait. I'll eventually overhaul this.
jlun2 wrote:
TASeditor wrote:
Use markers, these will force an greenzone to the corresponding frame.
I do too, but it seems after a while, usually 40,000+ frames later, when I click back it plays the entire movie again in turbo until that point. Any way to avoid that?
How many markers do you have, and what is the greenzone length in frames?
Niamek wrote:
->Open TAStudio ->Let some frame play ->CTRL+Z
Working on that... Done. The history code is absolute bullshit, but it should work.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Right, it would matter how many people would suddenly want it to be published, since it just technically can not be done (until it syncs).
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Do I really need to answer this question twice?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
В тасэдиторе (который в эмуляторе fceux) функция просмотра значений памяти прямо внутри пияноролла так и не была добавлена, в тастудии - не помню, так что для верности все делай на луа и все.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Скачай последний билд отсюда http://tasvideos.org/forum/viewtopic.php?t=13505
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I don't think it's mine. Also, I didn't mean the vertical size of the image, but the horizontal one, lol.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
This look fantastic, homebrews/hacks that are good looking are rare these days. if only this pic wasn't so big...
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
И как программа узнает, какой кадр твое величество ЖЕЛАЕТ в данную секунду? XD
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 (1238)
Joined: 4/17/2010
Posts: 11287
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.
Post subject: Re: AGDQ 2017 planning (spoilers)
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
dwangoAC wrote:
Here's an example of the game, at times showing all four possible tracks / "bugs": https://www.youtube.com/watch?v=2qGXC-RS-8E You can make simple loops, make changes on the fly, and otherwise do some really crazy things with TAS techniques that wouldn't be possible with a human running the show such as redirecting all of the bugs at a specific moment for a bridge portion of a song. You could also easily figure out a way to do something like the 17-second Bubble Bobble loop.
Err what the fuck is this game? You only have like 10 notes and no idea of alteration whatsoever?!
dwangoAC wrote:
feos wrote:
As for N64 stuff, what about streaming the camera data to the console screen?
That never looks as good as you think it might and would squander an opportunity for even more fun. Keep in mind, SNES only has 256 colors at a time, so that wouldn't look as impressive as you think it would, especially at the low datarates we have now.
What does it have to do with snes?
Arc wrote:
Anyway, my Pokemon Go idea is to make it seem like you can "connect" Pokemon Go to a Game Boy Pokemon, similar to the TwitchChat trick, so that a Pokemon Go screen is displayed on the (Super) Game Boy. It doesn't matter to me whether you actually accomplish it; just make it seem like you did (with ACE). Make it seem like successfully running Pokemon Go on the (Super) Game Boy is the big accomplishment in order to misdirect from the big surprise at the end: a certain Pokemon appears and disappears super fast (before anyone could pull out their phone and check). But TASBot is so fast that it instantly throws a Pokeball and catches it. And that Pokemon is... MISSINGNO.
This thing... would be the best way to use the camera displayed on tv - with usual pokemon go HUD and overlay stuff! Probably not gdq camera, but any one like dwango's personal smartphone. Isn't that totally insane to see dwango walk around the room, see on n64 what he sees on his screen, and overlay pokemons over that?
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 (1238)
Joined: 4/17/2010
Posts: 11287
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.
Post subject: Re: AGDQ 2017 planning (spoilers)
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
dwangoAC wrote:
Idea #4 (added 2016-08-19): Music composition There's an unreleased game on the SNES named Sound Fantasy that I've done some testing with. In the first game mode it's possible to position notes in a way that allows for the creation of some pretty interesting music. We might even be able to pull off some kind of crazy Twitch Plays or something, but for now I just want someone to literally write a song. I have a potential resource for this who comes from a tracker music background.
I have a song for you, but I need to know what are the capabilities of the "device". Like how many notes can it play at once and how short they can be. As for N64 stuff, what about streaming the camera data to the console screen? Might end up looking like this if the camera is positioned right:
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
There's no way yet, but I would like you to try learning the middle-button way, it's been this way since taseditor, that's why the user taseditor requested the pause hotkey to ignore the seek frame. If you can't in the end adapt, I'll make it optional. The point is, MMB was a really good idea for taseditor, I never found myself willing to move back to pause hotkey once the feature was added.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Hetfield90 wrote:
I'm having the same issue happen even when unpausing. The only way I can get the TAS to stop on the green arrow is by letting it play past it to erase it, pausing, and then clicking to make a new one.
Pause hotkey ignores seek frame, middle mouse button respects it, basically being the "restore last frame" hotkey, if there's a green arrow below playback frame.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Попробуй галку Reverse order. В любом случае, мусор неизбежен если дампишь спрайты или движущийся фон, там уже сам чини скриншотами.
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 (1238)
Joined: 4/17/2010
Posts: 11287
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.
1 2 206 207 208 439 440