shadowbeasts' Questions Topic

Discussion in 'Discussion and Q&A Archive' started by shadowbeasts, Apr 10, 2009.

Thread Status:
Not open for further replies.
  1. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    Where are the mapping and palettes for the chaos emeralds in SonMapEd Sonic 1 Style please?
     
  2. Reverie

    Reverie Good sir, I do read that as "Derp" Member

    Joined:
    Mar 10, 2009
    Messages:
    54
    Location:
    your local coffee shop ^^
    "CDF4-CFE8:???" for the mappings. another mapping that seems to work is "577A-5BBC"
     
    Last edited by a moderator: Apr 10, 2009
  3. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    The palette is in the special stage and sonic's palette. You have to figure out, what's what.


    As for the mappings: I don't think there are any mappings, because it's just using 4 titles per emerald. If you want to edit them, click in the top left box in SonMapEd on an Emerald and export it. After that import it again and just save the tiles.


    EDIT: Damn, Mecha was faster! :)
     
    Last edited by a moderator: Apr 10, 2009
  4. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    these are the mapping for Alpha beta zone in the How-to add a new zone in sonic 1



    Code:
    TitleCard_ABZ:	dc.b 9
    
    		dc.b $F8, 5, 0, 0, $B0	&#59; A
    
    		dc.b $F8, 5, 0,	$26, $C0&#59; L
    
    		dc.b $F8, 5, 0, $36, $D0&#59; P
    
    		dc.b $F8, 5, 0, $1C, $E0&#59; H
    
    		dc.b $F8, 5, 0, 0, $F0	&#59; A
    
    		dc.b $F8, 5, 0, 4, $10	&#59; B
    
    		dc.b $F8, 5, 0, $10, $20&#59; E
    
    		dc.b $F8, 5, 0, $42, $30&#59; T
    
    		dc.b $F8, 5, 0, 0, $40	&#59; A
    How to you change the letters A L P H A B E T A to U N L I M I T I E D?


    Mappings for the letters U N L I M I T I E D would be very helpful. So it would be appreciated it I could please have the mappings?
     
  5. Spanner

    Spanner The Tool Member

    Joined:
    Aug 9, 2007
    Messages:
    2,570
    byte_C9FE: dc.b 9 ; GREEN HILL | UNLIMITED
    dc.b $F8, 5, 0, $46, $80 ;U


    dc.b $F8, 5, 0, $2E, $90 ;N


    dc.b $F8, 5, 0, $26, $A0 ;L


    dc.b $F8, 1, 0, $20, $B0 ;I


    dc.b $F8, 5, 0, $2A, $B8 ;M


    dc.b $F8, 1, 0, $20, $C8 ;I


    dc.b $F8, 5, 0, $42, $D0 ;T


    dc.b $F8, 5, 0, $10, $E0 ;E


    dc.b $F8, 5, 0, $0C, $F0 ;D



    With the proper spelling. =P


    Also, this will be useful for you.
     
    Last edited by a moderator: Apr 16, 2009
  6. SonicVaan

    SonicVaan I'm a cyberpunk with a taste for guns Member

    Joined:
    Sep 12, 2008
    Messages:
    456
    Location:
    Germany, Cologne
    shadowbeasts... Why you don't use Selbi's text Generator? This might be much easier.
     
  7. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    Good question actually I didn't know he had one. I've never looked for it.
     
  8. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    I'm glad someone finally recommended my Utility! :) However, if you want to learn how to work with Text in Sonic 1, look here. Everything I know is from there. Maybe I will add a simple guide for ASM Title Cards, if someone doesn't know how to do them in ASM.


    EDIT: No offensive, but this is actually a simple question. 4 points are actually too much. :)
     
    Last edited by a moderator: Apr 17, 2009
  9. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    I'm trying to fix GHZ for SonED2 but I keep on getting this



    Code:
    C:\Documents and Settings\Daniel Y\Desktop\Sonic Unlimited Hack\Sonic 1 (Split a
    
    nd Text by Hivebrain) (ASM68K)\artnem_u>copy /b 8x8ghz1.bin+8x8ghz2.bin 8x8ghz.b
    
    in
    
    The system cannot find the file specified.
    
    
    
    C:\Documents and Settings\Daniel Y\Desktop\Sonic Unlimited Hack\Sonic 1 (Split a
    
    nd Text by Hivebrain) (ASM68K)\artnem_u>


    this is what I type





    Code:
    C:\Documents and Settings\Daniel Y>cd C:\Documents and Settings\Daniel Y\Desktop
    
    \Sonic Unlimited Hack\Sonic 1 (Split and Text by Hivebrain) (ASM68K)\artnem_u
    
    
    
    C:\Documents and Settings\Daniel Y\Desktop\Sonic Unlimited Hack\Sonic 1 (Split a
    
    nd Text by Hivebrain) (ASM68K)\artnem_u>copy /b 8x8ghz1.bin+8x8ghz2.bin 8x8ghz.b
    
    in
    Just like the video Tutorial told me to do. I don't get it. Can someone please help?
     
  10. Qjimbo

    Qjimbo Well-Known Member Member

    Joined:
    Feb 27, 2008
    Messages:
    850
    Location:
    Vancouver, BC
    My guess is something (like a system optimizer) has disabled 8.3 filenames on your system. Try moving everything to the system I use on the guide, e.g. C:\SonED2-1\s1h and try again.
     
  11. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    No good I'm still getting



    Code:
    The system cannot find the file specified.
    So can someone please help?





    Code:
    C:\Documents and Settings\Daniel Y>cd C:\SonED2-1\s1h\artmem_u
    
    
    
    C:\SonED2-1\s1h\artmem_u>copy /b 8x8ghz1.bin+8x8ghz2.bin 8x8ghz.bin
    If you want the split I'll PM you. If you need the split I can PM it after school at 3:00 or later. Please help I'm so confused.
     
    Last edited by a moderator: Apr 22, 2009
  12. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
  13. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    Before I start staff please move this into another forum if it's needed.


    Yesterday After I fixed GHZ so it could be edited for my hack I decided I'd put out a clean version of the disassembly with Green Hill fixed for editing in SonED2 for anyone to busy (or lazy) to do it them self. So here it is:Sonic_1__Split_and_Text_by_Hivebrain___ASM68K__w_GHZ_fix.rar.zip I not going to separate it though you can do it by following the guide here. ( this guide Separates title art from GHZ/makes GHZ load alternate art.
     

    Attached Files:

    Last edited by a moderator: Apr 23, 2009
  14. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    *facepalm*


    Seriously, WHAT THE FUCK! You are posting a COMPLETE split with the 2 GHZ files, copied into 1 file. Too lazy for doing it? I don't think so, because all you have to do is to type one simple line. You don't even need to understand what Qjimbo's comand does. You just have to type it.


    Also, posting a whole split with one little change is nothing. You could just post the 8x8ghz.bin (the new file), because downloading a whole split is shit. And another thing: When posting a split (with a worth change of course), make sure you have deleted all the ROMs. They are making the split too large.


    Maybe I'm a bit harsh, but I had to say it.


    Note: I haven't talked any english since monday, so it's a little bit worse now. (Even it was bad before =P)
     
  15. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    Ya, I could've just attached the new 8x8GHZ.bin but I had to Pm the split to my-self (zipped) because I'm using another computer and this computer won't let me unzip it because it's a school computer.
     
    Last edited by a moderator: Jul 4, 2009
  16. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    If you want to upload something for yourself, you could also send a PM to yourself. There are more ways, but I prefer to use this way.
     
  17. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    There is a problem with Super Sonic in Sonic 1.


    [​IMG]


    He was originally yellow and I got the bin for his palette from Hanoch's guide but for some reason this is the color it turned. So I made a new palette bin still yellow and got this problem again I already asked Hanoch for another palette bin but he said "no" so can any one please tell me what's going on?
     
  18. Reverie

    Reverie Good sir, I do read that as "Derp" Member

    Joined:
    Mar 10, 2009
    Messages:
    54
    Location:
    your local coffee shop ^^
    Something like this occured in a video I made on youtube (sorry can't give you a link right now.) Try changing the colors in the SBZ palette that Sonic turned into to yellow.
     
  19. shadowbeasts

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    Copy/Past from Sonic Unlimited topic on Retro Hack


    Yesterday I was working on Unlimited when I was going to press build but instead I press split so now I need to crack open my last beta to get everything back the only problem is I don't know how to crack open a rom. So some help would be appreciated please?
     
  20. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    The answer is simple: You lost your entire work. Splitting a hacked ROM (except if they were modified with ESEII and othe utilities) is impossible.


    For other people: After splitting the ROM, delete split.bat, because you will no longer need it. And it's useful if you want to obvait things like this.
     
Thread Status:
Not open for further replies.