(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
06-02-24 12:05 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: 6313 days
Last view: 6313 days
Posted on 12-25-06 06:58 AM, in ROM Memory banks Link
HiROM is more efficient, since LoROM has 32K of unuseable blank space after every 32K of data. HiROM also means you can have smaller code and tables by using 2-byte pointers more often.
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: 6313 days
Last view: 6313 days
Posted on 12-25-06 08:25 AM, in Who cares about those other stories of 'holiday spirit'? The Christmas Truce beats them all Link
That's incredible. If we can stop an entire war for this one day, why can we not apply the same state of mind every other day?
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: 6313 days
Last view: 6313 days
Posted on 12-25-06 08:36 AM, in SM64 Editor (questions=made editor) Link
OK, well my editor will be open-source if I ever finish this version, so you can work from there. You'll need to completely re-implement the level loading routines (currently 747 lines for just polygons and textures, and Mario 64 is much more complicated), texture handling (works entirely different), object handling (objects not part of the level mesh), and level writing. Even that is still going to keep you busy for quite some time.

I don't mean to discourage you, but do realize what you're diving into before you jump. The current "editor" - still just a viewer at this point, even - is 6,422 lines of code.
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 02:38 PM, in Merry Christmas! Link
Didn't get much here, the money is nice though.

  • Chocolate, chocolate, chocolate. I'ma get so fat...
  • Laptop carrying case
  • The Simpsons season 3 DVD
  • Novelty pens
  • Mints in a box that looks like an NES controller
  • Various clothes
  • Probably other stuff I forgot
  • Like $450 and another $50 in gift certificates for the mall


My mom sent me $350 to buy a Wii with because she couldn't get one herself. Next best thing I guess. But I didn't get my world peace nor my $4294296295.

I had a variety of interesting/crazy dreams the night before Christmas too, from erotic to just plain scary (read: huge indestructible insect infestation).
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 04:38 PM, in ROM Memory banks Link
Originally posted by Gideon Zhi
Originally posted by Alice
HiROM is more efficient, since LoROM has 32K of unuseable blank space after every 32K of data. HiROM also means you can have smaller code and tables by using 2-byte pointers more often.


What the hell? This information is completely incorrect. Please don't shoot your mouth off on subjects you obviously know nothing about.


For once I'd like to see someone on this board make a mistake and not be ridiculed for it. FYI, the info came from this oooooold document I read back in 2K3 or so.
Originally posted by ASM Hacking for Dummies - v1.0 by SysTEm[id
]5.1 LoRom Address Equation

You have seen twice now in this doc notations about LoRom address. LoRom
games have 32k hunks of empty bits between pages, so when you hack a LoRom
address, you need to account for that.


Also, with double bank size you're twice as likely to fit all of a given data block in one bank, negating the need for three-byte pointers. Hence the "use 2-byte pointers more often" idea.


(edited by Alice on 12-26-06 10:40 AM)
(edited by Alice on 12-26-06 10:42 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: 6313 days
Last view: 6313 days
Posted on 12-26-06 05:50 PM, in Merry Christmas! Link
I put that money to use to buy a new 4GB Compact Flash card for my DS. It's a Sandisk - a brand I've actually heard of - so I imagine it'll be a bit better than the last one. They normally cost $300 but I got it for $150, so yay. No more trying to stuff 1.3GB into a 1GB MP3 player for me!
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 05:59 PM, in Post like it's 2018! Link
What is this? Who are you? What's this button d--
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 06:01 PM, in This is an open poll of no real significance. Link
YOU'VE PLAYED 1,000,000 VS MATCHES! GO OUTSIDE!
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 06:02 PM, in Favorite meal? Link
Whichever tastes best that day.
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 06:04 PM, in I don't post enough threads. Link
YOU do. You're not staff.
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 06:10 PM, in Welcome to Minitrue! 2 + 2 = 5 Link
Well let's not forget all the bugs one might find in a pile of snow.
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: 6313 days
Last view: 6313 days
Posted on 12-26-06 06:11 PM, in Link
Hm, no more -0 scheme?
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 04:25 AM, in I don't like the new Adobe CS3 icons. Link
Originally posted by Tarale
For example -- "Ai" = Adobe Illustrator?

Makes sense to me. The lowercase i is odd I guess...

It does suck, but I can see why they chose those letters.


(edited by Alice on 12-29-06 12:04 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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:04 AM, in Post like it's 2018! Link
*Alice 's maid flips his brain to "On"*

OK, that's better. One of the downsides of these silly implants, lean the wrong way and you go senile. But hey, the camera-eye thing is awesome either way.

Hey, did anyone see the Blurnsball game last night? That was liek totally ftw! lol, like NE1 says that NEmore?


Oh and I heard DOA Xtreme Volleyball 42 is out now. Apparently they've made signifigant progress on improving the hands-free control mode. All in the name of science, of course, because that technology might be useful for something else some day!

I'ma teleport down to the Unimall on Earth now and pick up some authentic Italian food, maybe check out the Bush Idiocy Museum in The State Formerly Known As Alabama, stop by Old Japan to check out the video games, and if I have time I might hang out in Walmart City, NY for a while. All from one convenient linked building! Why back in my day we had to walk uphill both ways through blinding snow and wind...

Originally posted by Milly
AcmlmBoard 2.0 finally came out yesterday, I thought it'd never happen at this rate, but it was worth the wait

That reminds me, I found a bug. When you're in the lobby, if you poke at that hole in the wall, your custom face gets deleted.


Final Fantasy XXX was fun too, although it's rated M for some reason ... maybe it's because only mature people can handle 4D graphics

Well those 4D graphics are really something, but I think it's because of all that adult content. I mean, you can use weapons in that game! And attack things! Much too violent for children. Or at least that's what the ESRB says.
Though IMO, the game would have been better if a little less than 70% of the viewing area were occupied by Tsuya's breasts. I mean it's pretty hard to use the menus when you can't see them.


And damn, I just saw the specs for the upcoming Windows 2019 ... you'll need something like a 32-core 10GHz processor, 128GB RAM, 10TB disk space and DirectX³ (DirectXXX) 16.1 support just to run it, since it got 4D graphics ... I think I'll stay with good old Windows Vienna, maybe even Vista would still be better as old as it is now

I still use XP. I'm planning to move to Linux eventually though.
And those are the minimum specs. We're talking at least 256GB ATSTRAM and a 40TB supercooled hyperdrive to get any decent performance out of it, especially with all that DRM and Windows Movie Maker 93.1 (which still crashes on saving ) hogging up all the system resources. Not to mention a 64GB voxel-shading hypercube-mapping video card with onboard springle reticulator and flux capacitor if you want to use the AppPole interface. FFS 4D graphics have no place in an operating system.

Anyway yeah, going now. *Alice 's model vaporizes just like the enemies do in Mega Man LXI*

...Crap, I'm still logged in. And invisible. Can someone go give that server a good swift backthwap?


(edited by Alice on 12-26-06 11:09 PM)
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:14 AM, in This is an open poll of no real significance. Link
ftw.

OBJECT EVENT
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:17 AM, in Super Mario 64 Hacking discussion thread - READ THE FIRST POST BEFORE POSTING! Link
That document has some formatting problems.
Originally posted by mortalkenshi2
EDIT:I hope the sm64 hacking discussion thread moves back to the "HOT" Section instead of the "NEW" section.

wtf
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:20 AM, in Let's Rant about Visual Basic! Link
I did silly things like Pong, Don't Hit The Cow (you move your mouse to prevent the cursor from hitting this one stationary cow as the road scrolls by), crappy Pac-Man clones, and other random junk like that. One of our projects was just to make something in Java that used images and scrolling backgrounds. I made a Pokémon Silver map renderer using graphics stored in bitmap files.

One amusing one we did was a program that had you enter an amount of money and it calculated interest on it or something. I made mine look like a malfunctioning "Eye-Bee M" bank machine - you put in a random name and password (just mash anything and hit Enter), then it says something like "system error, re-enter account balance". Mr Graham (freaky coincidence?) was amused, so bonus.


(edited by Alice on 12-26-06 11:22 PM)
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:24 AM, in My Killerapp for the PSP (Shoot 'em ups) Link
Well hold on. You live in Europe, and...
Originally posted by PrincessPeach
The bad news first: No US release. I dare to say never.

Now as this is Sony I'm guessing no US release means no EU release either. I hope you're not planning to import it from Japan? They'll send goons to break your legs!
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: 6313 days
Last view: 6313 days
Posted on 12-27-06 05:26 AM, in Wii Link
Same here, once the check clears I'll technically have enough for a Wii. Part of it's supposed to be a college fund but the $100 that should be coming in some time next week will fill that back up. Then I just have to find one... so I guess I'll get one some time in May.
(restricted)
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.037 seconds; used 467.19 kB (max 611.44 kB)