Posts for Ilari


Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Cpadolf wrote:
Hmm, I don't get any values when I load that watch, I just get a "#syntax (illchar)" next to the watch name. Anyway there's still some way to go before I reach that point in the run, I'm just entering norfair.
The watch file looks to be in new format that appeared in rr2-β16.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
BTW, bsnes does not emulate reading controller registers in middle of poll correctly (alternate poll timings are better, but still not fully accurate). Oh, and the effects that occur on real hardware pretty much make executing anything off those registers while polling impossible. Because of this, avoid executing anything off those during scanlines 225-228. If in controller registers, those scanlines should happen in some state that does not execute normally. At least the following do so: - Interrupt wait (WAI).[1] - NMI (invoked at start of scanline 225) - Active DMA. [1] If NMI is on, NMI will interrupt the wait, but the normal execution won't resume until the NMI returns.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Ubercapitalist wrote:
Here is a sample of gameplay with the weapon swaps and item grabs cut out: http://www.youtube.com/watch?v=AQD3PBYTFFk Thoughts good/bad? Is it worth making a full version?
Looks good, albeit I notice some flickering during cuts. Would be much easier to do if there was automated means to identify what to cut out, but I presume there isn't. :-/ Also, since this is taking so long, what about canceling this submission and when verification is ready, un-canceling it?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Radiant wrote:
My signature doesn't appear under my posts. Does that mean I need a higher site rank or am I doing something wrong?
AFAICT, the signature appears properly in the above post. Can you be more specific what's wrong?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
I presume no 384-wide modes are used? Using both 384-wide and other modes requires special handling if AR is to be correct.
Post subject: Re: TASing multplayer continued: Using Gamepads....
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
YushiroGowa wrote:
So, I have two XBox 360 controllers that I got to work with my laptop, and I use them to play on my rr emulators. Now suppose I was going to TAS a two player game of River City Ransom, for example. How would I go about such using controllers and not the keyboard?
I would say 2 gamepads is just a bad idea. If this is NES, FCEUX TASEditor should work rather nice (once you get it).
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Mothrayas wrote:
I'm guessing he means the module on the main page.
Fixed.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
AzureLazuline wrote:
Very minor thing that has been bugging me for a while. The submissions name and branch title aren't spaced properly. It uses GBA Castlevania: Harmony of Dissonance"Maxim, all bosses" instead of having a space before the first quote. Very small compared to the other things listed here, but it was worth pointing out! :P
Where? I checked both submissions list and submission page (for 4200S), appeared properly for me in both...
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
thatguy wrote:
Ilari wrote:
Can you be more specific? Error message? Ratings just don't stick? Something else?
I get a "user not found" message when I click on the "rate this movie" link.
Does it show you as logged in in the upper bar when displaying that error? If not, I think this is one of those cookie bugs...
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
thatguy wrote:
I'm having trouble rating movies. Anyone else having that problem?
Can you be more specific? Error message? Ratings just don't stick? Something else?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
mamuuuut wrote:
what kind of name should i give this branch?
If this is just intended as fastest completion, remove the branch name entierely.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Warp wrote:
Ilari wrote:
What might be less easy: What is the desnest (asymptitocally slowest growing) such natural number sequence where natural numbers can be expressed as unique sums?
Wouldn't that be the set of all natural numbers? Or did I misunderstand something?
No, and actually it is 2^(n-1) too (at least if sum of numbers is defined as subset sum sense).
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Warp wrote:
What is the sparsest sequence of distinct natural numbers for which it can be said "any natural number can be written as a sum of unique numbers in this sequence"?
If one defines "sparseness" as asymptotic growth rate of element in ordinal... Suppose that sequence sparser than 2^(n-1) existed: Without loss of generality, order the sequence f in increasing order. Then there exists first element in sequece that is greater than 2^(n-1). Call it c (with value k). Now how would k-1 be represented? It can't involve k or element even greater, because there are no negative numbers. But it can't be sum of any lesser number because: sum(f(n),n,1,c-1) <= sum(2^(n-1),n,1,c-1)=2^(c-1)-1<k-1. So k-1 can't be represented. A contradiction. Thus, there can be no sequence sparser than 2^(n-1). In fact, the sequence 2^(n-1) can represent all natural numbers as unique sum of numbers. So 2^(n-1) (1, 2, 4, 8, 16, 32, 64, ...) is the sparsest. What might be less easy: What is the desnest (asymptitocally slowest growing) such natural number sequence where natural numbers can be expressed as unique sums?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Patashu wrote:
Ilari wrote:
Many SNES games just can't be verified, no matter how good emulation.
Because of Uninitialized RAM, right?
That, other things being uninitialized and CPU<->SMP clock jitter.
the_randomizer wrote:
How long Snes9x will still be accepted for remains to be a mystery.
I'm sure full snes9x deprecation will be done like snes9x 1.43 deprecation, so should be safe to start a run. Also, as to when it starts, it seems like far off.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Patashu wrote:
The most important thing about using bsnes-derived emulator core for TASing is that it allows for Console Verification.
Many SNES games just can't be verified, no matter how good emulation.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
franpa wrote:
How big is the download of the 720p quality youtube video? Currently at 900MB downloaded and Firefox is saying -295% complete :D
Looks like 3.70GB...
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
STV_Brozer wrote:
So How can I can delete the 30 firsts seconds of my movie ?
Hex editor? But deleting that might make the rest desync...
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
STV_Brozer wrote:
the movie doesn't use cheats.
Looks like that movie has hacks flag set. Does the following edited version sync (cleared the hacks flag): http://tasvideos.org/userfiles/info/13061167391286640 ? Also, I think I know why it fails: If movie has cheats or hacks flag set and is text, the movie file parser starts parsing garbage (it parses text input as binary input).
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
thatguy wrote:
Hyper Princess Pitch will never be beaten I feel. Anyone know the kills per minute in that movie?
6589 kills by official count. 15.675 minutes movie length. => ~420.36 kills per minute.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
STV_Brozer wrote:
I tried again and it still doesn't work :/ the movie spend 1:58 hours for 11.25MB unzip (85ko zipped) Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/tasvideos/public_html/formats/pjm.php on line 162
Can you put the movie file somewhere, so one could figure out WTF is going on... Also, why does that movie seemingly use cheats? I can't see a way for that code to reach line 162 otherwise...
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
NitroGenesis wrote:
Actually Hourglass runs the game and audio perfectly fine. The only issue is music, which can easily be externally added:
Do I misremember or did Natt have hacked version of Hourglass (or some other hack) that could dump MIDI music (assuming that game uses MIDI for music)?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Flossy wrote:
I'm playing Smash Bros Melee v 1.2. dspdump 0 and 1 are really short with seemingly no content, and dspdump 3 has the audio, but it is even more desynced than the audio in the avi.
Also, basic sanity check, you are applying the given timecodes (timecodes.txt?) to the video? As otherwise the video has who knows what timings.
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Flossy wrote:
Even with this hack the audio for my tas doesn't properly sync. Are there certain settings or something that I should be using? (Version is 4.0.2 64-bit)
What game? And you are using dspdump*.wav or whatever those were called, not the audio dump in the AVI?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
Patashu wrote:
It remains rejected because of the platform it was made on, which tasvideos doesn't support/recommend as a TASing platform, and has a low optimization level as a result.
Err, What??? Can you give reference about the run being badly optimized as result of bad emulator (as opposed to suboptimalities in routing)?
Post subject: Re: Star Control II TAS for Vault?
Emulator Coder, Experienced Forum User, Published Author, Skilled player (1142)
Joined: 5/1/2010
Posts: 1217
c-square wrote:
I just finished watching http://tasvideos.org/1493S.html, and though it was initially rejected, wouldn't this qualify for the vault?
No, because it doesn't sync for anyone else (and not even for Bisqwit nowadays).