(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-24-24 02:02 AM
Acmlm's Board - I3 Archive - - 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
User Post
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-11-07 10:24 AM, in RLE compression for SMK Link
Yeah, I see now they're not quite the same as An (relative vs absolute offset), so they must be special cases.


(edited by HyperHacker on 02-11-07 04:24 AM)
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 08:49 AM, in Time to chalk up another gaming webcomic... Link

So I got ExciteTruck a couple weeks ago.

Yep, that explains the lack of updates. That game is virtual crack.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 08:54 AM, in "No ones camping out 4 months after release!" Link
Why exactly do you have two? Have you used the second yet? Can I have it?
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 08:56 AM, in FC Twin Video Game System (NES/SNES) Link
There are plenty of SNES games that don't use expansion chips. Or they could simply emulate those as well.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 08:58 AM, in Bug Reporting / Feature Requests Link
I would assume so.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 09:04 AM, in What k-mart really sells Link
Originally posted by Sweet Kassy Molassy
Originally posted by Koitenshin +∞
The self checkouts at our walmart were removed due to theft.


Like people scanning 2 DVD's over at once so one rings and both anti-theft devices are deactivated?

The Zellers here has those, but they have very precise scales and have the exact weight of each item in their database. If you were to scan one DVD but bag two, it'd start complaning. I mean I put my hat in the bag and it complained.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 10:47 AM, in General Project Screenshot Thread Link
As if you can't guess what this is. Ridiculous how easy it was to find, really.

Attachments

HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 10:51 AM, in A bit of help with THUMB and jumps? Link
Yes, you should see things like this all the time (using Z80 as an example because I know it):

DEC A
JR NZ, somewhere

LD A,(HL)
AND A ;a Load instruction on Z80 doesn't update the flags
JR Z, somewhere


ARM even has the ability to choose whether an instruction will update the flags.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 10:54 AM, in Unused sprite graphics? Link
It kinda resembles a Micro-Goomba. In any case, it's truly bizarre.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-12-07 11:48 AM, in What annoys you? Link
I could make a huuuuuuuuuuuuuuuuge list, but I'll try to avoid some of the more obvious ones.

-Those "chat bots" all the phone companies use now, where you call the tech support line or whatever and you get this machine that talks to you and wants you to describe the problem in English. These things never work! And I hate talking to machines on the phone, it's just so akward. (Similarly, I hate when I close down the car wash at night, I have to phone the manager and just read off a list of things I was supposed to do. It's the same list every time, what good does this do? Reading from a script over the phone is just argh.)

-Ads of just about any kind. Any online ads that pop up/under windows, move, and especially play sound and/or try to install adware. Really loud TV commercials. Commercials in which people sing some stupid jingle that gets stuck in your head and makes you want to harm small animals. Forums that have the second/second last/every second "post" be a fake post which is really just an ad (in some particularly terrible cases, even for registered users).

-Whoever decided Ctrl+V should be paste, so you copy something, go to some other part of the document/whatever, highlight something else that you want to paste over, and accidentally hit Ctrl+C instead of Ctrl+V. This is especially annoying if you'd used Cut instead of Copy.

-People who are always right just because. People who complain about me not knowing things they didn't tell me. (E.g.: Them: "Hey why did you eat the pizza on the counter"
Me: "Because you said we could just eat anything that was sitting on the counter"
Them: "Well not pizza"
Me: "And how was I supposed to know this?"
*no answer*)

-Compiler errors that make no sense. You use -> instead of . or leave out a semicolon and you get 20 pages of crap like "(dsdf87ew5r76.o + 0x78564) - line 0: In function "___ZXXFG876655(unsigned long int __GFUYD78, unsigned long int __4yti4G)": Cannot convert "const char*" to [some giant type that doesn't exist]".

-Visual C++. It doesn't appear to be C++ compatible at all; I don't think I've ever managed to compile a program with it that wasn't written with it, and I've certainly never managed to compile a program written with it with any other compiler. Half the time, it won't even compile programs that were written with it.

-Boards that don't allow guests to view pages, download attatchments, etc. I remain convinced that a properly designed and implemented CAPTCHA would prevent any automated spam from getting in. (Few if any are properly designed and implemented, so they don't work and people complain and just block out guests entirely.)

-Trackbacks on blogs. You see a blog post with 400 comments and 395 of them are just pieces of text from the article, links to some other site or pieces of text from their article on the subject, or occasionally one or even no words, surrounded by "[...]".

-Having to sleep, eat, go to the bathroom etc. The thought of spending 33% of my life asleep bugs me. For that matter, any change in my conciousness (having to go to sleep sucks, but once I'm asleep, having to wake up sucks).

-When things on your computer change and you have no idea why. Even when they change back, it's still annoying, because you wonder why it happened in the first place.

-When you hear something fall off a shelf but can't see what it was.

-Cravings for food you can't get. I could sure go for a chickenburger right now, but it's 4 AM.


(edited by HyperHacker on 02-12-07 05:50 AM)
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:01 AM, in Picross Layouts Link
I think the idea is once you beat the built-in puzzles you unlock another option which lets you just do random ones without going through the built-in ones again.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:03 AM, in General Project Screenshot Thread Link
But I have 486593 other things to do, one of which I'm actually being paid for () so it kinda evens out.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:07 AM, in Changing ingame music? Link
Editing music is possible. Copying music from one game and pasting it in another is usually impossible; you can do it if the games use the same sound format, but you'll generally have to fix up pointers, instruments, etc. Copying from a game on another system, haha no.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:15 AM, in Super Mario 64 Hacking discussion thread - READ THE FIRST POST BEFORE POSTING! Link
If you get that star in, say, Whomp's Fortress, which does it count as? The byte before or after the one that decides what's in the box might decide which star it is. Or there could be 6 different bytes that produce stars, did you try others?
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:25 AM, in rebinding_keyboard Link
Did you smash it? Drop in it? Spill something in it? You probably need a new keyboard.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:32 AM, in cheer up guys Link
It's OK, you don't take damage from falling in SMW! Yoshi just hits the ground and wanders off.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:35 AM, in The Truth about the display case Link
60hz? I hope you don't enjoy the ability to see, you won't have it much longer.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 07:37 AM, in What k-mart really sells Link
Originally posted by Cynthia
Great waste of your 5000th post, HH.

Thanks, it was pretty good wasn't it?
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 11:30 AM, in Changing ingame music? Link
USF is just an N64 ROM with non-music-related stuff removed, and SPC is just a dump of the SPC700 memory. The only way either of them will help is you don't have to find the music data in ROM to learn its format. You'd still have to learn the formats of both games, and they're probably different enough that all you'd end up doing is remaking the songs from scratch anyway.

It just might be possible to emulate the SPC700 on the N64, maybe even while a game is running, to allow for importing .spc files as the game's music. However, this would mean not only writing an SPC700 emulator from scratch on the N64, but writing it into an existing game ROM. And no, you are NOT going to play a USF on a SNES, unless perhaps you add another CPU.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6304 days
Last view: 6304 days
Posted on 02-13-07 11:37 AM, in The Truth about the display case Link
Originally posted by Koitenshin +∞
Sure "Alice"

Who?


I'm going to throttle my LCD screen to 80hz

Why not?
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
Acmlm's Board - I3 Archive - - Posts by HyperHacker


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.039 seconds; used 469.74 kB (max 619.59 kB)