Posts for feos

1 2 194 195 196 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
But does getmarker() behave the way you want?
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: TAS Editor lua demonstration
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Done!
TASeditor wrote:
Get the string of the current marker where the playback courser is. It is the string that is visible at the top in TAS Editor
emu.framecount() http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getmarker http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getnote
TASeditor wrote:
Get the index of the current marker where the playback courser is.
emu.framecount() http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getmarker
TASeditor wrote:
Get the string of the current marker where the selection courser is. It is the string that is visible at the bottom in TAS Editor
http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getselection http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getmarker http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getnote
TASeditor wrote:
Get the index of the current marker where the selection courser is.
http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getselection http://www.fceux.com/web/help/taseditor/index.html?LuaAPI.html#getmarker
TASeditor wrote:
int taseditor.markedframe(int index) returns the the frame number of a marker with the corresponding index, nil if the index doesn't exist
http://www.fceux.com/web/help/taseditor/LuaAPI.html#markedframe
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
Won't he still die in the next stage?
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
In such cases,it doesn't seem to do proper work with samples that are left from the previous frame and the buffer that's allocated for the frame after you load a state. Maybe it's a common problem for several games, but what I found out is that states crash the emu without the movie too, and in vanilla mame of that time. So you could test if it crashes without movie loaded, on both original mame 0.139 and latest one. And if you want to be really helpful, and find the exact mame release when that was fixed (if it was), I might adopt the fix before I start working on the fork of new mame (new year holidays), so in the end you could resume tasing on mame sooner.
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
If you run it from commandline, does it spawn a similar message when it closes as in the bug I linked?
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
That's my plan, after this: https://github.com/TASVideos/mame-rr/issues/7#issuecomment-266497733 Also, will you finish the run?
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
The idea of having 2 versions published, one in Moons due to being short and entertaining to most people, and the other in Vault as an actual speed record and, supposedly, full completion, is interesting, but that way the latter will contain the entirety of the former in it, creating the obsoletion possibility, and we've had examples of Vault runs obsoleting Moons branches that were unvaultable. #3998: MESHUGGAH's NES Cross Fire in 05:52.50
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
Dunno about the kill screen being mandatory, but if the difficulty keeps increasing infinitely, it doesn't solve the problem either..
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
Are the levels in the American version any harder? If not, then it doesn't look like it's worth it to go the longer way just to see some screen, since the content would be exactly the same, just copypasted a few times.
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
Does anybody know if this version was intended to be just a demo/playable teaser for the actual flash version, or the latter was a separate idea? I can only find "play online" kinds of links on google instead of useful information.
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
Should I only judge it or only publish it? I can't do both.
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
To a layperson like me it looks like dedicated team chats should use Discord, while the general and random chat for the whole site is better as IRC. Sharing files, voice talks - all that stuff is handy when the team has a goal. General purpose occasional mumbling feels more comfortable on IRC.
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
Man... TASBot is officially complete rocket science now!
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
A thorough manual to a tool that tastudio is based on. http://www.fceux.com/web/help/taseditor/
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 is thanks to Windows working so amazingly compatible between versions. Same story as with markers/branches/inputroll separator control.
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
Try abstracting from it being absurdly fast. What else does that run have that makes you want to watch it over and over? So far, my opinion on it is kinda close to what it was on Kiwi.
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 tip is worth an exclusive mention somewhere!
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
Unembed the pic please.
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
Which glitches does it skip exactly? And if there's a bunch of them, are they actually all possible glitches for this game? Because if it only skips some, it can't be glitchless. And if it skips some that are really common in this game, it can in the end become "no X glitch". http://tasvideos.org/JudgeGuidelines.html#Branches
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
mame-rr 0.139 v0.1-alpha released! Downloads Changes Usage
  • You can replay/record movies by pressing the corresponding hotkeys (Control+R and Control+N by default). There are also hotkeys for stopping a movie (Control+T by default) and for playing the active movie from the beginning (Shift+R by default).
  • You can toggle movie read-only/read+write mode (Control+Q by default).
  • You can use RAM Search and RAM Watch by pressing the corresponding hotkeys (Control+F and Control+W by default).
  • You can open the Lua console by pressing the corresponding hotkeys (Control+L by default) or with the command line parameter "-lua" (example: mame.exe cninja -lua example.lua).
  • AVI (uncomressed) can be recorded from the movie using the command: mame-rr romname -pb moviename.mar -aviwrite aviname.avi. To stop recording, just close the emulator.
  • If movie recording was started while paused, the replay dialog should also be opened while paused.
  • If the state was saved while paused, it should also be loaded while paused.
What's new
  • read-only switch
  • movie header now stores framerate (as it should be parsed too for tasvideos submissions to provide proper movie time), the header changed a bit
  • movie replay dialog shows new contents (rom name, emulator version, framerate)
  • HUD shows more info relevant to tasing (recording/paused/fastforwarding, number of frames, total frames)
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
nrg_zam wrote:
I'm getting an immediate unhandled exception when opening TAStudio on the latest interim build, but not on 1.11.9.1. TAStudio still works, but without markers or a scrollbar on the piano roll.
Everything work for me in both.
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
It's a bit hard to be unimpressive enough in game choice to get rejected. [2891] DS You Have to Burn the Rope DS by NitroGenesis in 00:25.87
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
How is TASSSSSSSStudio even related?
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 194 195 196 439 440