Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Posted on 20-06-22, 21:56 in Games You Played Today REVENGEANCE
Ask me about SCI

Post: #501 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
It's a Gals Panic clone. Only thing that seems to be missing is the opponents.
Posted on 20-06-23, 22:44 in Games You Played Today REVENGEANCE
Ask me about SCI

Post: #502 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Who knows why there's none in the screenshot.
Posted on 20-07-23, 16:23 in Board feature requests/suggestions
Ask me about SCI

Post: #503 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Removed by request.
Ask me about SCI

Post: #504 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Recovered from my personal copy of the archived board:

from struct import unpack
from io import FileIO
import sys,os,glob


def split_file(fd):
datafile = FileIO(fd,"r")
num_pointers = unpack("<I",datafile.read(4))
pointer_fmt = "<%dI"%num_pointers[0]
pointers = unpack(pointer_fmt,datafile.read(num_pointers[0]*4))
pointers+=(os.stat(datafile.name).st_size,)
i = 0
datafile.seek(pointers[0],0)
while i < (num_pointers[0]):

splitname = "%s_file%u.bin"%(datafile.name,i)
with FileIO(splitname,"w") as splitfile:
splitfile.write(datafile.read(pointers[i+1]-pointers[i]))
i+=1

for arg in sys.argv[1:]:
for files in glob.glob(arg):
split_file(files)
Ask me about SCI

Post: #505 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
...and yeet goes the thread~
Posted on 20-08-09, 00:22 in I have yet to have never seen it all.
Ask me about SCI

Post: #506 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
... okay, that's just sad.
Posted on 20-08-13, 11:43 in Misc. software
Ask me about SCI

Post: #507 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
I just use youtube-dl.
Posted on 20-08-13, 22:48 in Misc. software
Ask me about SCI

Post: #508 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
I dunno, I regularly do "youtube-dl -U".
Posted on 20-08-17, 19:32 in Where is the official download link for higan?
Ask me about SCI

Post: #509 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
There's a v110 on Github, the last one Near/byuu himself released. But if you want higan 107 specifically, here's the copy I downloaded back then. Sorry, Windows only.
Posted on 20-08-17, 20:55 in Where is the official download link for higan?
Ask me about SCI

Post: #510 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
You go to the github page for higan, click "Releases", scroll down to v110, drop down the assets list and there it is.
Posted on 20-08-22, 01:28 in game genie "special load" option...
Ask me about SCI

Post: #511 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Watch the caps, friend. They make it less likely you'll be taken seriously.
Posted on 20-08-25, 17:19 in game genie "special load" option...
Ask me about SCI

Post: #512 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
You're reading this right.
Posted on 20-08-25, 18:45 in game genie "special load" option...
Ask me about SCI

Post: #513 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
I don't really see it do much more damage than a regular cartridge hotswap 🤔
Posted on 20-08-26, 08:44 in game genie "special load" option...
Ask me about SCI

Post: #514 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
It still wouldn't let you use one game's codes on another game though. GG, AR, PAR, or raw unencoded address-value pairs, it simply doesn't work.
Posted on 20-08-26, 16:43 in game genie "special load" option...
Ask me about SCI

Post: #515 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
If you could it'd be useless. It'd have no game to genie.
Posted on 20-08-26, 20:30 in game genie "special load" option...
Ask me about SCI

Post: #516 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Ah, you might say, but when you emulate it there's no need to worry about lockout chips even on SNES!

Well, I'd counter, then you'd still be left with a Game Genie without a game to genie.
Posted on 20-09-12, 02:21 in game genie "special load" option...
Ask me about SCI

Post: #517 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Posted by funkyass
Its not the headers breaking the code, its older emulators breaking themselves in hackey ways.
... Yeah, that seems pretty likely. That or possibly revision differences.
Posted on 20-09-13, 14:54 in I've been called a SNES-hating Genesis fanboy.
Ask me about SCI

Post: #518 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
No the majority of Snes games ran at high res of 320x224
SNES video output is usually 256px and pretty rarely 512px wide. There is no 320 option here. It was the Genesis that could switch between 256 or 320px wide, and had no 512 mode. So somebody here needs to do their freakin' homework.
Posted on 20-09-15, 14:56 in Board feature requests/suggestions
Ask me about SCI

Post: #519 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Lol nope, easier to just get a watchdog.
Posted on 20-09-15, 15:58 in Board feature requests/suggestions
Ask me about SCI

Post: #520 of 598
Since: 10-29-18

Last post: 114 days
Last view: 4 hours
Posted by funkyass
why is mysql dying anyway?

does it need more disk?
24G total, 8.8 used 🤷‍♀️
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    Main » Kawa » List of posts
    Get an ad blocker.