(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-17-24 03:49 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
(restricted)
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:08 PM, in Super Link 64? Link
1) Determine how models are stored in OoT.
2) Extract the model, textures, animation data, etc.
3) Determine how SM64's animation works.
4) Write a program to convert it to SM64's format.
5) Repoint the Mario 64 model data to your newly inserted Link model.

Note that Mario 64 uses MIO0 compression and OoT uses YAZ0. I have an MIO0 [de]compressor with source if you need it but the compression doesn't really work well. I don't know of any YAZ0 utilities that work; you might have to write a decompressor for that.
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:09 PM, in lol level 100 Link
Originally posted by Alastor the Stylish
You didn't say lol level 69, you said lol 69.

I REFUSE TO CONFORM TO YOUR ARBITRARY STANDARDS.
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:12 PM, in What's your deathday? Link
Originally posted by Sukasa +
Tatrion, if you never die, then how would you have any last words?

He goes mute.
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:29 PM, in Which Linux is right for me? Link
Originally posted by FreeDOS +
Originally posted by HyperHacker
What I'm really looking for is the open-source equivilant of Windows XP, minus the bugs. (I know of ReactOS but last I checked it's nowhere near complete enough to be useable. I'll probably try it anyway though.)

well the, you will never get what you expect from Linux. Because Linux is not Windows. It isn't implied that you can't do same tasks, but it does not work like Windows, because it isn't Windows. You have programming experience, maybe you should consider developing ReactOS..?

I'll probably see if I can get in on that, but I'm only one man. It'd still take a while before the project is complete, and that may be longer than I can wait.


Originally posted by HyperHacker
I intend to keep XP installed as a dual boot but I want to use Linux for the majority of things, ideally only switching to Windows to see how my programs run there or run programs not available in Linux. That means I want to be able to do just about everything I can in Windows, especially developing software that can run in Windows since that's pretty much what I do all day*.

You can try using Wine for running Win32 PE binaries. It runs most programs fine, though some oddballs (like Microsoft Office, etc) don't run properly or at all. Also, there's MinGW for Linux, it can cross-compile native Win32 PE and other NT binaries; it's also a billion times easier to set up in Linux than Windows.

OK, good. As long as I can pass some extra parameter to my makefile or whatever to compile a Windows version and make sure it works. (BTW, I didn't find it difficult to set up in Windows.)


Originally posted by HyperHacker
Emulation is also important since I do a lot of ROM hacking too, and I hear there's very little available in the field of Linux emulators.

Not much to do here. Either deal with what's available, or use Windows for emulation. It's a hard choice, and I can't really tell which is better.

Eh, hopefully Wine can take care of it. I need an N64 debugger and the only one I know of is Nemu (and it sucks anyway), and I don't know if it has a Linux version.


Originally posted by HyperHacker
Other important things include NTFS access without mucking up my data (as I'd rather not have to convert everything to EXT2 given there's no good EXT3 drivers for Windows), sharing files on the network (prefferably accessible from Windows machines), and supporting two monitors (both on one video card; one on a standard VGA port and one using a DVI-VGA adapter) acting as one large screen.

NTFS is not a problem, ntfs-3g pretty much nails NTFS write support 99% (there are some cases that it can't perform some operations; but the NTFS is in such an odd state, it's rare to ever encounter it, you probably won't). Windows can access ext2/3 alright with the driver from http://www.fs-driver.org/. It's closed source though, so I don't trust it on anything except test partitions.
Sharing files on a network is a simple with Samba (hey look its configuration uses INI format, so it won't be strange to you)
About the video thing, it's absolutely not a problem. Normally, I'd ask why do you ask, but I just remembered you're coming from Windows.

Right, I heard about ntfs-3g a while ago (or else I'd have just asked for EXT3 for Windows ). I've seen a few EXT2/3 drivers for Windows but they were buggy and none could write EXT3.


Originally posted by HyperHacker
And of course it has to be reliable and fast. (Mandrake was worrysome... only supported 1024x768 and crashed frequently. ) This doesn't just mean not crashing at random, but also not corrupting my files or having a lot of annoying little bugs like Windows.

Mmk, don't use Mandrake. Try Debian or Ubuntu. Those two both take on an Apple approach to software; it just works, and all the fancy stuff is hidden enough to not bother casual use, but it can easily be found and used for doing fancy commands.

Excellent. Come to think of it, Mac OS is probably closer to what I want than Windows. (I haven't used it in a long time though, so I'm not sure.)


Originally posted by HyperHackers
I can compile other peoples' code, but I've never had much luck doing it. I always have to make signifigant changes for one reason or another (in many cases just plain bad code) to get it working, which is difficult. (It doesn't help either that every piece of software I see these days that isn't written with Visual Studio uses a Unix-style makefile, which I have no experience with; I use batch scripts to compile my programs.)

First off, it's probably Windows bugs that make it seem like "bad code", if the code is coming from a Unix. This is assuming you're experienced only in windows. Makefiles aren't hard, they're basically shell-scripts (Unix equivalence of DOS Batch files) with features to make it more suitable for compilation.

Nah, I mean they do things like cast incorrectly or not at all, rely on undocumented, incorrect or depreceated behaviour *cough*everyVisualStudioprogramever*cough*, etc... you'd be surprised how many peoples' code is just plain messy. Try to compile WinLAME in C++.
I'm sure I can figure out shell scripts, just I have no experience using them.


Originally posted by HyperHacker
I've become quite accustomed to Textpad with its huge list of features and customizeable hotkeys. I'd really like to find something similar for Linux. I don't know how I ever lived without auto-indent, a clipbook, hotkeys to indent/outdent and move quickly between bookmarks and matching brackets in code, and a search/replace function that accepts regular expressions. Customization in general is pretty important to me.

Never used Textpad (or heard of it ), but most of those listed features are standard in all text editors, basic and advanced. reg-exp searches are the exception, you'll want something like Emacs or Vi(m) to do those.

Well maybe I'll just have to hack Regexp into something.


Originally posted by HyperHacker
I've heard good things about Ubuntu but it sounds more like it's designed for people who have no idea how to use a computer than people who know computers but don't know Linux. Does it still offer all the power and flexibility of other distros for those who know how to use it?

Sure. It's designed for people with no experience with computers at all, like Mac OS X is. Also like Mac OS X, all that advanced Unixy stuff is a click's away to the Terminal.

Alright, I might just have to give it a shot then.


Originally posted by HyperHacker
*This is probably my biggest concern. Most of what I do is design software. If I move to Linux I'll have to learn how to do everything there that I already know how to do in Windows. And since Windows is still dominant, I don't want to drop support for it (I know you'd all hate me if I released a Mario Kart 64 editor for Linux only), especially since I already have a number of Windows apps in development. So I'd have to write programs that run on (or can be compiled for) both Windows and Linux. Realistically this means using some form of wrapper (especially for GUIs) that would let me use the same code for both, like GTK. Problem there is I've never seen one of these in which the Windows version doesn't suck ass. Maybe I could write my own if I really need to, but ehh...

Try using Qt, it's pure awesome. On Unixes, it looks like whatever the hell you want. On Mac OS X, it looks indistinguishable from a native Aqua application. On Windows, it looks -- guess what -- just like native Win32!! And the API is marvelous, best API of all GUI widgets evar.

Awesome. I always hated cross-platform GUI libraries that don't look or behave like the native GUIs. GTK is really bad for this; it's ugly and lacks a lot of functionality that literally every other Windows program I've used has.


Originally posted by HyperHacker
(BTW, if it's possible to somehow run Windows inside Linux, that'd be awesome. Virtual machines are about what I mean, but they tend to use a "fake" filesystem in which the virtual hard disk is really a file, so it'd be like having a whole different disk. I'd want to be able to load Windows in the box from my actual hard disk, do something there, save it, close the box, actually boot into Windows, and see those changes.)

It's only feasible if the emulated hardware is the same as your real hardware; else Windows will be hell in the virtual machine, and even if you don't think you did anything, it'll be even more hell once you boot it again on the real machine (trust me, I tried )

The best you could do is use Qemu with KQEMU; it's the same speed as VMware, but absolutely free (well, KQEMU is proprietary; you could use qvm86 if you want free software only virtualization, but it's a bit slower). Yes, you'll use a hard disk image, but if you use FAT, you can still access files inside it with mtools (do not do this at the same time as running the machine).


Why wouldn't it be the same hardware? I might even be able to just use Wine or similar for the most part.

Thanks for the input. (Long post!)


(edited by HyperHacker on 08-26-06 04:29 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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:31 PM, in New colors, what do they mean? Link
They mean PARTY!!
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:34 PM, in Thunder Storms with Rain Link
Yeah, that smell can be cool. And it seems like a lot of people can't smell it, so being able to detect a storm by it makes you seem psychic.

There were a lot of storms here this summer too, some really strong ones. Seemed the weather didn't want to even out. It just kept getting really hot, then some cold wind would rush in and form a storm, but it didn't stay cool afterward like usual, it just got hot again. Must have happened like 15 times.

(BTW, you guys should see Alberta. Practically every time it rains, it looks like it's going to flood. Massive storms there.)
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:36 PM, in Xkeeper vs Acmlm Link
Win at what?
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 05:41 PM, in testtestetsetsetlskdjgadslgjl Link
But they all look the same with auto-update on. So sad.
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 11:48 PM, in New colors, what do they mean? Link
I thought about her, but her last activity was around 2AM so I figure she showed up.
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: 6328 days
Last view: 6328 days
Posted on 08-26-06 11:55 PM, in Mario Kart 64 Level Hacking. Seriously! Link
F-Zero simply draws a curve between several points. Recreate the curve algorithm and you've pretty much got your editor. Mario Kart's tracks are just a big model, so editing them will mean playing around with polygons. I'm not sure how it defines the course path yet.
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: 6328 days
Last view: 6328 days
Posted on 08-27-06 12:02 AM, in Which Linux is right for me? Link
Well I tried the Ubuntu live CD. The bootscreen looks nice. That's about all I managed though. Every option leads to an endless blinking cursor that only responds to Ctrl+Alt+Delete.
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: 6328 days
Last view: 6328 days
Posted on 08-27-06 12:40 AM, in Super Mario 64 Hacking discussion thread - READ THE FIRST POST BEFORE POSTING! Link
Starting to look good now.
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: 6328 days
Last view: 6328 days
Posted on 08-27-06 12:41 AM, in Xkeeper vs Acmlm Link
He has two votes, so I'd say 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: 6328 days
Last view: 6328 days
Posted on 08-27-06 03:14 AM, in Happy 23rd, Acmlm! Link
Originally posted by Millenia
Ace is posting?

What color is the sky again? I think this must be a mistake.

Happy 23rd, by the way.

It's every colour of the rainbow, and a few new ones that were so beautiful I cried...

[edit] Nooooooooo... normal is boring.


(edited by HyperHacker on 08-27-06 02:15 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: 6328 days
Last view: 6328 days
Posted on 08-27-06 03:17 AM, in do cats have manners? Link
My cat makes an effort to poop in some out-of-the-way spot if she can't get into her litterbox for some reason. Besides that, heck no. She scratches the carpet and bangs on my door (seriously ) all hours of the night.
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: 6328 days
Last view: 6328 days
Posted on 08-27-06 03:20 AM, in smw, meh Link
We have a Super Mario World Hacking forum.
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: 6328 days
Last view: 6328 days
Posted on 08-27-06 03:26 AM, in Super Mario 64 Hacking discussion thread - READ THE FIRST POST BEFORE POSTING! Link
Candy canes are usually round. You should try making the bridges look like chocolate bars, and the gates' poles and/or poundable posts look like candy canes.
I must say though, candy land is a surprisingly awesome idea.


(edited by HyperHacker on 08-27-06 02:27 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: 6328 days
Last view: 6328 days
Posted on 08-27-06 05:47 AM, in Happy 23rd, Acmlm! Link
I figured it would... when Board2 came 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: 6328 days
Last view: 6328 days
Posted on 08-28-06 05:06 AM, in Backup restored Link
Given how many posts he made, I'd say he overloaded the server.

Shame all the cat craziness threads were lost though.
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.033 seconds; used 475.41 kB (max 626.88 kB)