(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-15-24 05:05 AM
Acmlm's Board - I3 Archive - - Posts by interdpth
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User Post
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-03-07 06:07 PM, in Metroid Zero Mission hacking Link
OH MY GOD I LOVE YOU!

goes off to disect codes >\
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-03-07 08:21 PM, in Metroid Zero Mission hacking Link
It's a problem, thanks for pointing it out. It's fixed.

And I will be messing witt that crocomire shit! It's awesome!
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-04-07 05:45 AM, in Metroid Zero Mission hacking Link
That's fixed as well.

Hopefully I can disect those codes write and be able to whip up an enemy editor, ya know?
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-04-07 07:09 PM, in Metroid Zero Mission hacking Link
It can edit rooms. Just not advanced stuff.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-04-07 07:40 PM, in Metroid Zero Mission hacking Link
No, mainly i have a lot of more data for ZM then fusion
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-04-07 08:12 PM, in N-Finity Passed Away Link
I was a friend to him, his passing is greatly saddening, he taught many so much, and forced many to use proper grammar and punctuation including myself in his IRC room. Truly a great mind was lost.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-04-07 09:50 PM, in Metroid Zero Mission hacking Link
The one that has the header metroid fusiAMTE01



So uh, the American one!
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-05-07 11:59 PM, in Metroid Zero Mission hacking Link
Originally posted by trunaur68
Hey Interdepth, I'm not sure if this will help with your scroll data part of mzme or not but heres a code which will turn off all camera boundries except for the ones that prevent it from leaving the room.

830000C0 0000


By the way, if you need a list of adresses which affect enemy properties just let me know I'm currently working on one and it's almost finished.


Give the base offset, and the data structure of the bytes and please!

About Scroll Data
I already know how it works. It's implented into ZF, but I have no clue how to tell what room uses what scroll data. :/

And I need your opionion should ZF read offsets from a file or should I just keep them manually? If I read from a file that means you all can add offsets based on a header. =P


(edited by interdpth on 02-05-07 06:40 PM)
(edited by interdpth on 02-05-07 07:27 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-06-07 09:23 PM, in Metroid Zero Mission hacking Link
Ok, so scrolldata is "implented" I still have a few more things to fix but it is there and halfworking.

I'm also going to be able to let the user import things from fusion into ZM and vice versa anyhow enjoy the picture. :"D

Attachments

interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-07-07 12:38 AM, in VB Help Form Scrollbars Link
Ok, well i'm trying to make a resizeable form that has a vertical scrollbar and a horizontal scrollbar.

Ok, I fixed my last problem, but a new one has arisen. I can get now resize the form and the scrollbars go along with it. But the bigger I make there gets a gap between scroll and form and the bigger the form goes the bigger the gap gets. Anyhelp? here's the code

Private Sub Form_Resize()
hsbMap.Move hsbMap.Left, Round(frmMainMap.Height / 16) - 16
vsbMap.Move Round(frmMainMap.Width / 16) - 16
End Sub


(edited by interdpth on 02-06-07 11:49 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-07-07 03:56 AM, in Metroid Zero Mission hacking Link
Ok, so scrolling works for all rooms now if I could only make this resizeable window work.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-08-07 09:22 PM, in Metroid Zero Mission hacking Link
Damn, I was hoping for ROM addresses but thanks I can probably get ROM addresses from that.
Anyhow if anyone is looking forward to news. Here's what'll be in the next update among various bug fixes

[14:20] Next version of ZF will be on Valentines day or before
[14:20] New features
[14:20] Quicker maps.
[14:20] Edit item values
[14:20] Health, Missile, Super Missile, PowerBomb
[14:21] Edit scrolldata
[14:21] And plenty of fun
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-08-07 09:56 PM, in VB Help Form Scrollbars Link
Sweet that worked great!
Mind helping me with some more stuff?

Like when I go to close my app. It doesn't kill the process.

And i'm trying to make a resizeable shape but I have no way to detect the mouse on the shape. Any help there? I'll switch to something else. If it need it.


(edited by interdpth on 02-08-07 03:56 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-09-07 12:01 AM, in VB Help Form Scrollbars Link
I need more help >.<

Ok so my code if the mouse is at a certain point on a label I want the pointer to change
I have the check in a loop based on how many labels I have.

Here's my code

Private Sub picMap_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
On Error Resume Next
Dim my As Integer
Dim mx As Integer
Dim i As Integer
mx = (X \ 16)
my = (Y \ 16)


lblTiled.Caption = Right("000" + Hex(ThisRoom.TileBuf2D(mx, my)), 3)
lblClip.Caption = cboAttribute.List(ThisClipdata.TileBuf2D(mx, my))
lblForeground.Caption = Right("000" + Hex(ThisForeground.TileBuf2D(mx, my)), 3)
lblBacklayer.Caption = Right("000" + Hex(ThisBackLayer.TileBuf2D(mx, my)), 3)
shpThisMap.Move mx * 16, my * 16
shpThisMap.Visible = True
If (EditScroll = True) Then
For i = 0 To Scroll.Number
'Horiz side
' Left of Right of
If (X = lblScroll(i).Left Or X = lblScroll(i).Left + lblScroll(i).Width) Then

Screen.MousePointer = 9 'Horizontal Resize
'Vert side
'Top 'Button
ElseIf (Y = lblScroll(i).Top Or Y = lblScroll(i).Top + lblScroll(i).Height) Then
Screen.MousePointer = 7 ' Vertical
'If the mouse inbetween the scrolls and not touching the border
ElseIf (Y > lblScroll(i).Top And Y < lblScroll(i).Top + lblScroll(i).Height And X > lblScroll(i).Left And X < lblScroll(i).Left + lblScroll(i).Width) Then
Screen.MousePointer = SetCursor(32649&)' Hand
Else
'Else become an arrow
Screen.MousePointer = 1
End If
Next i
End If
If (Button = 1) Then picMap_MouseDown Button, Shift, X, Y
If (Button = 2) Then picMap_MouseDown Button, Shift, X, Y
End Sub

So, help anyone? ._.


(edited by interdpth on 02-08-07 08:07 PM)
(edited by interdpth on 02-09-07 05:41 PM)
(edited by interdpth on 02-10-07 12:33 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-11-07 07:43 AM, in Metroid Zero Mission hacking Link
Scroll Works. Working on faster tilesets >
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-12-07 02:01 PM, in Metroid Zero Mission hacking Link
Frame rate is crap but you get the idea.

Enjoy this video




http://youtube.com/watch?v=aQJjb_f_v6A
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-13-07 03:39 AM, in Metroid Zero Mission hacking Link
Mind telling what codes do what?

*goes to see*
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-13-07 11:37 PM, in Metroid Zero Mission hacking Link
Ok, well like the new release is all set I might not be able to deliver the animated tiles unless I got help immediately. If you wanna help send me a message on AIM

Other then the few checks I need to set for Fusion and the Euro ZM rom. This release is ready.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-14-07 04:33 AM, in Metroid Zero Mission hacking Link
Ok, now then here it is early

So enjoy

Eat

Don't cry in your corner

And praise it!!!

Big thanks to Tauwasser

edit: new download link

http://s93771610.onlinehome.us/inters/ZeroFission.zip



Attachments

ZeroFission.zip (111982b) - views: 24



(edited by interdpth on 02-13-07 11:03 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6295 days
Last view: 6295 days
Posted on 02-14-07 11:05 PM, in Metroid Zero Mission hacking Link
I guess I should explain the rules for clip data.

Shift for moving.

Control for resizing.

Us arrow keys, should work.

Scrolling is what the room scrolls in. Take part of it off, you'll never seen that screen again.


Alrighty time to go to the girlfriends. Peace!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Acmlm's Board - I3 Archive - - Posts by interdpth


ABII

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

Page rendered in 0.025 seconds; used 430.12 kB (max 550.20 kB)