Anyone know how to edit the textures? Like the HUD textures. Can't seem to find it, oh and I believe that the code to remove the lives is broken. Thanks.
(04-20-2019, 06:41 AM)FinalL0ss Wrote: Anyone know how to edit the textures? Like the HUD textures. Can't seem to find it, oh and I believe that the code to remove the lives is broken. Thanks.
Here are the texture addresses for some of the elements:
Mario head icon(16x16): 00807756
Star icon (16x16): 00807956
Coin icon (16x16): 00807556
Power Meter (32x384): 00AD57EC
And the letters and numbers if you want:
Numbers graphic fonts (16x160): 00803154
Alphabet graphic fonts (16x384): 00804554
(04-20-2019, 06:41 AM)FinalL0ss Wrote: Anyone know how to edit the textures? Like the HUD textures. Can't seem to find it, oh and I believe that the code to remove the lives is broken. Thanks.
The texture editor is in the level editor, there you will find all the hud textures and current textures in the level.
Hi.
I am new to all this Romhacking-Stuff and thought that Rom-Manager would be a good starting point for me.
I already made two simple Romhacks (both for Simpleflips competitions), but I have problems with some of the more advanced stuff.
For example I can't figure out how to add Tweaks (Skip Opening), how to add the MOPs or how to change a Star spawn location (After defeating King Bob Omb). (I tried multiple times but I always get Errors in PJ64 and the Game won't start.)
I guess I am doing something wrong. Or are those features not fully implemented yet?
I hope somebody can help me.
Hey, I have a problem with the save function It gives the error codes below. Please help!
Object reference not set to an instance of an object.
at void SM64_ROM_Manager.General.SaveRom(RomManager rommgr)
at bool SM64_ROM_Manager.MainController.SaveRom()
at void DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSource source)
at void DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
at void DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg)
at void DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg)
at void DevComponents.DotNetBar.MenuPanel.OnMouseUp(MouseEventArgs e)
at void System.Windows.Forms.Control.WmMouseUp(ref Message m, MouseButtons button, int clicks)
at void System.Windows.Forms.Control.WndProc(ref Message m)
at IntPtr System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam)