Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,710,077
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 06-03-24 01:46 AM
Guest: Register | Login

Main - Posts by HyperHacker

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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55

HyperHacker
Posted on 06-18-07 10:46 PM, in IM fields? Link | Quote | ID: 46667

...
Level: 73

Posts: 885/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Posted by Xkeeper
Or you could just do "AIM: whatever" instead of breaking the table layout.
Or at least remove the line breaks to get rid of that big gap. :-/

HyperHacker
Posted on 06-18-07 10:49 PM, in Kraid in Donkey Kong Country (rev. 2 of 06-18-07 10:50 PM) Link | Quote | ID: 46668

...
Level: 73

Posts: 886/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Posted by Dwedit
Maybe when the game goes to press, it is a sparse file, and the data isn't cleared between pressings.
Could be something like that. I know some devs made the mistake of padding their ROM images by simply changing the file size instead of actually writing zeros, so the padding ended up being data from other nearby sectors of their hard drive, such as the source code to Air Fortress.

In some cases though this doesn't explain it, like the Zelda sound in Super Mario Advance. It has an entry in the pointer table and everything.

HyperHacker
Posted on 06-18-07 11:01 PM, in Megahack Link | Quote | ID: 46672

...
Level: 73

Posts: 889/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Looks like a DS wifi reference document.

HyperHacker
Posted on 06-18-07 11:02 PM, in Accessing current XML document in Javascript Link | Quote | ID: 46673

...
Level: 73

Posts: 890/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
I doubt it, because the XSLT is what outputs the script. Also, the script needs to be triggered at the push of a button.

HyperHacker
Posted on 06-19-07 12:45 AM, in There America goes again... Link | Quote | ID: 46696

...
Level: 73

Posts: 891/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Now that is terrible. To know you have Alzheimer's and be told repeatedly that your memory is failing (not to mention the obvious "but why do I keep ordering donuts for breakfast?") like that... I can only imagine the havoc that could wreak on one's state of mind. I hope you told the police or something.

And of course, donuts? Couldn't it at least be something healthy?

HyperHacker
Posted on 06-19-07 12:49 AM, in SMW and 65816 pros: Look here Link | Quote | ID: 46697

...
Level: 73

Posts: 892/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
But does this:
DoSomethingCool:
LDA $Coolness
CMP #$FF
BEQ .BailOut
INC
STA $Coolness
.BailOut:
RTS

count as one label or two?

HyperHacker
Posted on 06-19-07 12:50 AM, in SMW and 65816 pros: Look here Link | Quote | ID: 46699

...
Level: 73

Posts: 893/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
That was quick.

HyperHacker
Posted on 06-19-07 01:04 AM, in Accessing current XML document in Javascript Link | Quote | ID: 46707

...
Level: 73

Posts: 894/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
You link to it: <?xml-stylesheet href="../codes.xsl" type="text/xsl"?> and the browser uses it automatically.

HyperHacker
Posted on 06-19-07 02:50 AM, in Accessing current XML document in Javascript Link | Quote | ID: 46731

...
Level: 73

Posts: 895/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
I could do that, but it'd require Javascript to be on to view the page. :-/

HyperHacker
Posted on 06-19-07 03:25 AM, in Accessing current XML document in Javascript Link | Quote | ID: 46735

...
Level: 73

Posts: 896/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
I think one of us is confused. When you access the .xml file in the browser it loads the XSL file, which tells it what to output. Javascript can be part of that output, but I need some way for that Javascript to read the XML file itself and there doesn't seem to be any way to do that. Your idea seemed to be that the user accesses a plain HTML page which then uses Javascript to download the XML/XSL files, which means without Javascript they won't see anything.

The only way I can see to make that work is to have an index page listing the XML files, and use an onclick handler on the links to download and parse the XML file. If Javascript were disabled the link would lead directly to the XML file like normal. However, this has some problems I can see right away:

  • It'd be a pain in the ass to code.
  • If Javascript were on then you wouldn't actually leave the index page, so you couldn't bookmark/link externally to the XML files and Back would go back to the page before it.
  • It may still not be possible for the script that loads the XML file to pass info to the script that the XSL file produces.
  • There's gotta be some way to read the original XML...

HyperHacker
Posted on 06-19-07 06:46 AM, in OpenPoké - who wants some? Link | Quote | ID: 46783

...
Level: 73

Posts: 897/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
So I noticed you've used alt= when you should be using title= in your screenshots. IE's behaviour of mixing the two is sick and wrong and shall not be emulated by any decent browser.

HyperHacker
Posted on 06-19-07 09:42 AM, in OpenPoké - who wants some? (rev. 2 of 06-19-07 09:43 AM) Link | Quote | ID: 46811

...
Level: 73

Posts: 898/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Right. Alt is alternate text to display in place of an image, title is used to apply tooltips to any random element. IE's behaviour is another case of Microsoft saying "fuck the standards, I'm doing it my own way".

HyperHacker
Posted on 06-19-07 09:54 AM, in Accessing current XML document in Javascript Link | Quote | ID: 46812

...
Level: 73

Posts: 899/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
No, see, you're linking to an HTML page that uses Javascript to download an XML file. I'm linking directly to the XML file and having the XSL stylesheet output Javascript which needs to read the XML file it was generated from. Not download a file.

You go to foo.xml which links to bar.xsl which produces some nice fancy HTML for the browser to render. Within that HTML is some Javascript code. This code needs to be able to read foo.xml, not the nice fancy HTML, without having to download it a second time. Got it?

HyperHacker
Posted on 06-19-07 10:49 PM, in STOP Link | Quote | ID: 46974

...
Level: 73

Posts: 900/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Stop hammertime before it's too late!
Posted by Trapster
With that name, what´d you think people would guess what gender you were? Insert Coin. Guess where to insert it.
Why into the nearby vending machine, obviously.

HyperHacker
Posted on 06-19-07 10:52 PM, in Breakfast Link | Quote | ID: 46975

...
Level: 73

Posts: 901/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Breakfast? That'd mean being awake before noon.

HyperHacker
Posted on 06-19-07 10:54 PM, in On another note Link | Quote | ID: 46976

...
Level: 73

Posts: 902/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Yes, WTF is that?

HyperHacker
Posted on 06-19-07 11:00 PM, in Accessing current XML document in Javascript Link | Quote | ID: 46979

...
Level: 73

Posts: 903/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
That seems terribly inefficient... I guess I'll have to redownload it, it's looking like Javascript may end up being required anyway.

HyperHacker
Posted on 06-19-07 11:02 PM, in On another note Link | Quote | ID: 46982

...
Level: 73

Posts: 904/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
You mean this?

HyperHacker
Posted on 06-19-07 11:19 PM, in On another note Link | Quote | ID: 46991

...
Level: 73

Posts: 905/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
Vertically is still a problem though.

HyperHacker
Posted on 06-20-07 01:35 AM, in IRC quotes thread (rev. 3 of 06-20-07 03:23 AM) Link | Quote | ID: 47040

...
Level: 73

Posts: 907/1220
EXP: 3376915
Next: 108953

Since: 03-25-07
From: no

Last post: 6129 days
Last view: 6112 days
<HyperHacker> ~catgirlray target=Tina
<Tina> Tina decides to fire the SUPER CATGIRL BEAM at HyperHacker instead.
<Tina> HyperHacker is now a 5 foot, 5.1-inch catgirl with thick, dark red hair, who weighs 147.8 pounds and has B-cup breasts.

Smart bot.

<HyperHacker> ~catgirlray target=||board
<Tina> Tina fires the SUPER CATGIRL BEAM at ||board...
<Tina> ||board is now a 5 foot, 5.2-inch weighty catgirl with long, cyan hair, who weighs 171.4 pounds and has D-cup breasts.
<HyperHacker> lol!
<NightKev> ohgod
<Kurisutofaa> XD
<HyperHacker> an improvement I'd say
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55


Main - Posts by HyperHacker

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.240 seconds. (332KB of memory used)
MySQL - queries: 36, rows: 68/68, time: 0.231 seconds.