Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by Atma X
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
User Post
Atma X

Bandit
Level: 43

Posts: 789/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 04-14-05 02:06 AM, in importing music in SMW? Link
Originally posted by Tweaker

ASM is something I'm still starting to get into... I plan on getting into SNES ASM once I get better with 68K ASM.

When I said music format, I meant the specific format of music setup that SMW uses. I don't plan on making a whole new sound driver... I plan on modifying the old one. If you don't know what I mean by game specific, I would ask you have a look at my Sonic music hacking guide. All my knowledge of this format is all in hex, and I use no ASM at all to port music between games. Sure, ASM may be involved in some of the instructions carried out by flags in the music, but my preferred enviroment is hex.

If you do figure it out, could you give me a byte by byte breakdown of the format of a song? It seems to be exactly what I need to work my magic. =P

Well, I meant the format for the specific game (SMW), while considering the limited variety of Sounds that the Snes can produce (I may have forgot to meantion something clarifying that though).

Now with porting things between Games (esspecially Beta to Final), you won't neccessarily need any programming experience (I ported some Sprites form Sonic 2 Beta to the Final before I knew how to program,... including that unused Pirhana Sprite )

Btw, when you're working with Programming, you'll definately be working with Bin, Hex, Oct, Dec, or whatever number Base you decide to work with (unless you decide to be a Scripter,... ,... which is a horrible thing to do).

I definately think that the 68k Language is a better place to start,... the Instructions are a bit eaiser to get used to as a first language.

(as an example, the 68k's JMP Instruction is written with following Information/Values that point to an Address as it is written. The Snes will require that the Values written to point to the Address will be written backwards etc. ,... and if you search for a few Instructions, it'll be easier finding 68k Instructions, because each Instruction is Two Bytes, rather than One Byte,... though that's not a big deal if you can think of the Instructions that are being used to perform the operations that are producing the result(s) that you see, or hear)


(edited by Atma X on 04-13-05 09:07 AM)
(edited by Atma X on 04-13-05 09:07 AM)
(edited by Atma X on 04-13-05 09:09 AM)
(edited by Atma X on 04-13-05 09:09 AM)
(edited by Atma X on 04-13-05 09:13 AM)
(edited by Atma X on 04-13-05 09:14 AM)
(edited by Atma X on 04-13-05 09:15 AM)
Atma X

Bandit
Level: 43

Posts: 790/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 04-15-05 11:06 AM, in importing music in SMW? Link
Yea
...ah shit

Well, hopefully there's a few more talented people here than I'm aware of
Atma X

Bandit
Level: 43

Posts: 791/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 04-27-05 01:22 PM, in SMB and TLL Screenshots Link
Originally posted by peter_ac

we have PMs here on this board! use them!

Or not ,... maybe they should keep their hands away from the keyboard all together. I have other things I want to say,... but that's a bit harsh .
Atma X

Bandit
Level: 43

Posts: 792/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 05-14-05 06:28 AM, in FuSoYa's Bizzar Way of making animations Link
And he doesn't even need a private copy of the editor,... (he may have one, but it's usless,... except maybe to write certain information to the game faster that he can with a hex editor,.. and to display gfx that he's working with, so he can change it while looking at it the way it'll look in the game).

Btw, edit Gfx # 33 to change the animations that the game has originally. That's all you can do, unless you're a programmer,... or if someone takes their time to write a program that'll allow you to be even lazyer.


(edited by Atma X on 05-13-05 01:29 PM)
Atma X

Bandit
Level: 43

Posts: 793/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-19-05 06:54 AM, in Should I lock my hack? Link
ya know,.... if you just change 1 or 2 byte(s) in the header, the rest of the header will most likely be exactly the same as the header in my rom,.... and in that case I can find what you changed by doing a simple compare between the two roms to see what's different in that area, find out what information should be written to those/that byte(s) (by looking at mine), and then change it back .


(edited by Atma X on 06-18-05 09:58 PM)
(edited by Atma X on 06-18-05 09:58 PM)
(edited by Atma X on 06-18-05 10:00 PM)
(edited by Atma X on 06-18-05 10:00 PM)
(edited by Atma X on 06-18-05 10:11 PM)
Atma X

Bandit
Level: 43

Posts: 794/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-24-05 07:34 AM, in Should I lock my hack? Link
Originally posted by Surlent
Locking games is good for one thing -
Keeping newbies and idiots from hacking your game, or from using a program to alter it
Atma X

Bandit
Level: 43

Posts: 795/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-26-05 09:48 AM, in Learning SMW ASM [ASM howto] Link
I have to agree with that this thread won't be extreamly useful,... but for other another reason. The reason is that you can't just learn a few instructions and start programming,... because there's many concepts that needs to be learned,... and most people don't seem to understand them. Most people only seem to understand the easier things,... which makes it quite obvious why very few people here have produced anything that's really worth while with their knowledge of programming,... most of the stuff that I've seen done are things that a person who really understands programming, can do with no hassle, and in only a short bit of time.
Well, this thread may help some determined people get started, but it's not going to make miracles happend anytime soon
(If you want to become a good programmer, spend a lot of time thinking critically about the logic [your tolerance for it shouldn't wear out fast, it should be fun],... and if you can't do that, then you're not determined enough to be a excellent programmer )


(edited by Atma X on 06-26-05 12:53 AM)
Atma X

Bandit
Level: 43

Posts: 796/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-28-05 04:35 AM, in Super Mario Bros. 3 Screenshots Link
Freewebs sux like my ballz.
Yea, if you don't have any (that you know of), or many other options, then at least it'll get the job done. I'm sure if you spent some time looking around, you'll be able to find something better. Also, some ISPs will give you some webspace for being signed up with them (such as Comcast),... so you can check for that as well.
The only thing that sucks, is that I only get 26MB storage space,... but the download speed is really nice (550 kbs /sec,.... that is if you have Cable Internet as well >.>..... heh)





(edited by Atma X on 06-27-05 07:39 PM)
(edited by Atma X on 06-27-05 07:40 PM)
(edited by Atma X on 06-27-05 07:40 PM)
Atma X

Bandit
Level: 43

Posts: 797/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-28-05 10:05 AM, in Acmlm's Board Mosts Summer 2005 discussion thread. Link
I'm really suprised by the Best SMW Hacker awards
Are people just giving the awards to the most active people, their friends, or the people they admire most or what? o.O (there's a few awards given that I think are appropriate,... or close to the best, but most sadly are not).
So sad , but a non programmer isn't the best hacker,... nor even much of a hacker at all (only a hacker if he/she can do some good things with a hex editor,... but even at that, they won't be able to do very much ). The term is actually something like,..... ohh, Lamer (using a 3rd party program to do the work ... that is if they completely rely on LM, or other hacking/editing programs)
Well anyway, I'll submit my list a little bit later when I get the time.

Ya know, there should be a best SMW Lamer award, and a Best SMW Hacker award (and same goes for standard Rom hacking )
Atma X

Bandit
Level: 43

Posts: 798/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 06-29-05 10:26 AM, in Acmlm's Board Mosts Summer 2005 - Voting Closed! Results to come Friday Link
1. Sweetest
2. Cutest guy
3. Cutest girl

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4. Cutest Couple: Read # 55 (same reason =P)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

5. Funniest
6. Nicest
7. Innocent
8. Evilest
9. Most fun to talk to

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10. Craziest/Most insane: Legion (always will be )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11. Smartest: Not you!! LOLOLOL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

12. Kinkiest/Most perverted
13. Most Mysterious
14. Shadiest
15. Suave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16. Hopeless: Every SMW "Hacker" that relies on LM -.-'' (and you all call yourself hackers....., and boast about your awsome, yet boring hacks =P)
17. Most unique: Me, Kyouji, BMF
18. Most serious: Me
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

19. Most reclusive
20. Best Pacifist

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21. Best at advice: Who needs advice,... what, nobody can think intellegently,... and so they need other's advice? -.-" =P
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

22. Best writer (poetry and otherwise)
23. Most creative (all-around):

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24. Most changed: Me
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25. Best admin: None now, ever since the Staff was has been changed -.-''
Dam it, make Jesper an Admin again
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

26. Best full mod

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27. Best local mod: BMF, Kyouji, Blackhole
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

28. Best male regular member
29. Best female regular member
30. Best newbie
31. Best veteran
32. Most missed member

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33. Most likely to be banned member: RR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

34. Best post layout
35. Best avatar
36. Best nickname
37. Best custom title

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38. Best role player: SMW Lamers (they play the role of being hackers, but it's all just acting )
39. Best photo album (thread) picture: ehh, I need to look at this still >.>
40. Most likely to succeed: Me, Blackhole
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

41. Most helpful

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42. Best ROM Hacker: Me, Blackhole, Parasyte, Mikeyk =P (Learn how to F***ing program people ).... also, I don't know if Mikeyk has bothered hacking Games other than SMW,... but if you can reprogram SMW, you can with other games as well =P
43. Best SMW Hacker: Look above = P
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44. Largest inferiority complex: SMW Lamers (that's what I call all of you Frequent LM users that call yourselves hackers )

45. Most likely to never appear on staff: I would say DAVALLAR and RR, but I've seen some pathetic choices made about some of the new staff memebers,... so I really won't be suprised if RR and DAVALLAR do become staff someday )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

46. Most >8(

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47. Most emo: Hoobastank lololololol,... ok fine, someone on the Forums,.... hmm,...... no idea
48. Most drunkard: I suppose Acmlm (the reason is meantioned above =P [# 45])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

49. Most furry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50. Most likely to be hit by a parked car: smwedit
51. Most likely to be driving the car: Me
52. Most likely to be the parked car: peter_ac (dam, do you go to MickyD's on a daily basis ? O.O,..... lolz,.... just kidding =P)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

53. Best Overall (The Wootest) Male:
54. Best Overall (The Wootest) Female:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55. Most likely to get together: Don't know, don't care .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


(edited by Atma X on 06-29-05 01:35 AM)
(edited by Atma X on 06-29-05 01:39 AM)
Atma X

Bandit
Level: 43

Posts: 799/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 08-23-05 02:10 AM, in My Super Mario World Hacks Link
or Photobucket for screenshots


(edited by Atma X on 08-22-05 05:11 PM)
Atma X

Bandit
Level: 43

Posts: 800/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 09-14-05 10:05 AM, in An Idea: SMW: Sands of Time Link
Originally posted by Cruel Justice
Sounds like yet another hack that uses smw3 and yi graphics WAY too much. I can see it now... it'll look like the mutant child of GBA, and be very predictable beyond all reason!!!


When you Assume = you make an Ass out of U an Me .
I'm just kidden' ^^, I know you're joking ,... though, it's possible that you might actually be right

Woa, that's kinda sad actually,... if that's still an on going thing here. If so, people really need to get some ideas of their own -.-" (and good ideas for that matter ).

Hmm, I dunno what's going on here anymore, I've been playing RO too much (what a waste of time,... err, mostly <.<).


(edited by Atma X on 09-14-05 01:09 AM)
(edited by Atma X on 09-14-05 01:10 AM)
Atma X

Bandit
Level: 43

Posts: 801/801
EXP: 553639
For next: 11407

Since: 03-16-04
From: Derrière vous!!!

Since last post: 43 days
Last activity: 14 days
Posted on 09-20-05 10:25 AM, in smb3 music request Link
Yeay, I'm still hosting the IPS apparently ^__^
=D

Originally posted by RF
Go to Google's site before posting!
lolol =P


(edited by Atma X on 09-20-05 01:27 AM)
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
Acmlm's Board - I2 Archive - - Posts by Atma X


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.141 seconds.