Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
I agree: If you add/remove/copy text lines in a file, you've edited the file, if you add/remove/copy files in a game, you've edited the game.
But what if you can cause file-corruption from within the game? I think that should be allowed. Maybe you could choose a game-save path that overwrites game files or something.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Find L4d on DVD, install it, don't let Steam update it (uncheck 'let Steam automatically keep this game up to date'), and play offline.
Should work I'd have thought.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Unbelievably awesome glitch-run!
This run deserves several "wtf"s, and even some "omfg"s too :D
It needs some subtitles or audio commentary that explains what's going on as it happens though.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
I managed to compile Gens on Linux, and hacked the source code a little to make it compile too.
Also, I thought that Gnome widgets were cross-platform - that's why you can get the GIMP and Pidgin on Windows.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
He landed inside a wall, got bounced about then thrown out of the wall. The finish line happened to extend inside the wall though, so when he was bounced about he went over the line several times - thus racking up several laps in almost no time at all.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
I'm just firing up the emulator to watch this now...
cstrakm - how did you manipulate the luck?
I scripted snes9x with Python and made it go over the item squares every frame to work out what item would come when, I assume you did something similar...?
Edit: Just watched it now.
Bowser Castle 1: superb improvement!
Mario Circuit 2: Saving the mushroom until you're starting was an excellent idea, I hadn't thought of that.
Choco Island 1 & 2: Ahaaaa! The legendary super skip! Congratulations on breaking the game!
One question:
On Ghost Valley 1 it might be possible to skip the last lap faster by instead of going round again, twisting and dropping off the edge. Did you try testing this?
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
"Mogo has an estimated 3-4 dan strength in 9x9 games." says Wikipedia
I think 3-4 dan is better than an average club player, and this tas was played on a 9x9 board...
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Does it let up on the gas? It shouldn't do... I thought it just sounds like it does during mini-boosts, but I haven't actually watched the key-presses to check.
I give the bot a (really bad) set of waypoints to follow, and it moves the waypoints about optimising them.
The discoveries it has made are the ability to skip laps by bumping into certain walls without hopping, and a way of making mini-boosts last longer.
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Thats what genetic algorithms and fuzz-testing are for.
My Super Mario Kart bot has already discovered (and exploited) two new things I didn't know were possible in SMK.
Don't know if it's on-topic here... but my bot is now doing quite well
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Bisqwit wrote:
According to Finalfighter, there are many people in Japan who think that publishing video captures from video games breaks the (copyright?) law.
Apparently, even someone has been arrested because of it.
The copyright laws are much tighter in Japan than they are in many other countries. It can easily be seen for example by browsing the Japanese Wikipedia; it has no (or very few) image captures of video games (and very few images in general) because of the legal issues.
According to Finalfighter, I-Filter is a software installed in many places where children might use computers, and as such, it takes a very steep line in which things to censor.
Yeah, but I-Filter didn't say "copyright violation", it said "illegal software".
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
adelikat.com wrote:
Andrés (Andy) is a man of many musical talents. He is a composer, recording artist, sound/recording engineer, music teacher, guitarist, bassist, and pianist.
But not a web designer. Ugh - I hate having to scroll sideways.
Also, check your purple/black edges:
Should probably be more like this:
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Bisqwit wrote:
I can't spot anything particularly strange in your output, I would have to test it myself. But this patch is basically a backport... (forwardport?) of my patch for snes9x-1.43, just applied in snes9x-1.51. I haven't got a chance to much test it yet. Maybe there are errors in it.
Ah well, thanks for the help anyway.
I might have a look at the patch and try figuring it out later this week.
Edit:
Forget that - the patch is huge! It'd take ages for me to figure out.
Edit2:
I changed VIDEO to:
VIDEO="touch /home/ajh02/called.txt"
and the file wasn't created
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Bisqwit wrote:
Huffers wrote:
it doesn't produce mencoder.log either :(
Was mencoder perhaps not found then? Judging from your previous example, try putting "~/MPlayer/mplayer/mencoder" where it says "mencoder".
Already tried that. I changed the snes9x bit to point to the right snes9x too.
I don't know what this "NESVSETTINGS" argument is that appears to be for mencoder, but it doesn't work either with or without it.
If I change the last line of your script to echo the command instead of running it I get:
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Cool, I've got it to compile now, but how do I tell it when to end the video?
I end up just doing ctrl+c in the terminal it's running in, and it doesn't seem to produce "test0.avi".
it also complains about:
/home/bisqwit/povray/nesvlogov5/logo_256_224_fXXX.png: No such file or directory
(XXX counts up)
Could that be breaking it?
Experienced Forum User, Published Author, Former player
Joined: 3/23/2006
Posts: 211
Thanks, but when I try to compile it I get:
"unix/nesvideos-piece.cc:14:16: gd.h: No such file or directory"
There isn't a file called gd.h in the patch, and both "locate gd.h" and "find -name gd.h" find nothing.
I assume this is some "gif drawing" package I don't have installed...