Beiträge von Charon017

geschrieben am 02.02.2011 10:33:58 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
zuletzt bearbeitet von Charon017 am 03.02.2011 15:34:01.
( Link )
EDIT nr 2 : Bräuchte diesen Kristalligen Vordergrund ab 1:12 und diesen Alles-Ist-Durchsichtig-Effekt ab 2:08
geschrieben am 02.02.2011 17:02:51 in yy-chr problem
( Link )
Hallo erstmal,
bin relativ neu beim Hacken und wollte mal custom graphics für Sprites einfügen da hab ich aber nich wirklich was gefunden also hab ich mir rasch yy-chr gedownloadet und ein paar Tutorials durchgeguckt. war auch irgendwie einfach, hab mir ein richtig Klasse Ball'n'Chain hingemalt mit Rosa/Lila Farben (wolken level) auch gleich Ingame ausprobiert, finds super nur leider sind die Farben ingame Gelb/Rot -.- Also nochmal in Tutorials rumgeblättert etc und irgendwie merk ich auch dass ich da keine einzige Palette finde wo alle ingame Sprites die richtige Ingame-farbe hatten..mal war alles Rot mal alles Blau, im Tutorial meinte man die Gelbe wäre die beste und da hab ich eigentlich auch gemalt. Irgendwie klappte das nicht und ich hab mir n andres Tutorial angeschaut von einer neueren version yy-chr. Irgendwann merkte ich das der Typ im Tutorial ne ganz andere Palettenanordnung hatte als ich und als ich eine gefunden habe die so aussah wie seine war an einer Stelle (Nummer 64) bei mir die Farbe Rosa und bei ihm die farbe Gelb. Er sagte auch irgendwas von dass die farbe 64 ne besondere wäre die ingame Blinkt aber das hat ja nichts mit dem Rosa zu tun...

Jedenfalls hab ich eigentlich nur eine kurze Frage...welche Palette in yy-chr muss ich nehmen, oder besser gesagt was muss ich überhaupt tuen damit Ingame dieselbe Farbe zu sehen ist wie in yy-chr...is ja auch ein ziemlich verwirrendes Programm..

Danke im Vorraus für Antworten - Hoffe ihr könnt mir helfen

Mfg
geschrieben am 02.02.2011 19:47:17 in yy-chr problem
( Link )
Hab ich - Das mit den selbst bearbeiten funktioniert^^ is aber irgendwie umständlich. Hab die hinteren letzten geändert so dass den andren Sprites nichts passiert ist Danke an alle

wo wir grade bei yy-chr sind - mal ne kleine Frage zum Abschluss - Ist es möglich mehrere Variationen von einem Sprite zu machen für einen Hack? Bzw wenn ich in dem einem Level nen Runden Thwomp hab und dann durch ne Tür/Röhre gehe und im nächsten Raum einen Dreieckigen haben will? (Nur so als Bsp.) Oder geht nur eine bearbeitung pro hack?
geschrieben am 02.02.2011 21:05:42 in yy-chr problem
( Link )
Und wie genau mach ich das? (Sry noch nich soviel erfahrung^^)
geschrieben am 02.02.2011 21:21:52 in ExGFXRev120 Patch
( Link )
Hallo nochmal,
Ich hab mir grad nen netten Hintergrund gesucht in SMw Central, der nen Patch benötigte, den Patch hab ich mir auch gleich gedownloadet. (ExGFXRevolution120)
Nur hab ich das Problem das dieser Patch erstmal ne dicke hand voller anderer Tools benötigt, haufenweise .ASM Files hat und so ziemlich das längste und Komplizierteste Readme das ich jemals gesehen habe. Da ich aber diesen Background unbedingt will und eigentlich nichts nach nem guten Tutorial schwer sein dürfte würde ich das dennoch versuchen zu machen (Hab ziemliche probleme mit soetwas - Grade erst angefang mit lunar magic zu spielen)
wenn irgendwer diesen Patch schon hat und mir erklären könnte wie ich das machen soll fänd ich das super^^ Readme :
Spoiler anzeigen
Original C3 post: http://smwcentral.net/?p=thread&id=34112

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

#1. BG4 & BG5 - get two more ExGFX files in your level with very little sacrifice
- You can think of this as the "ExExGFX of LM1.7" (except you don't have to sacrifice tilemap size)
- **You do NOT need Sprite Status Bar for this first option!!!**

Examples of what you can do with this:
- Have a 512-tile BG and still have FG1, FG2, BG1, and FG3 free for a FG
- Use all of the LM1.7x slots (FG1-3 and BG1-3) for a FG and still have 256 tiles for a BG
- Have a BG that uses 768 tiles and still have plenty of room for a FG

What you will need:
- LM1.7x
- REMAP.asm
- genericuploader.asm+LZ2.asm
- Ersanio's LevelASM+Init
- Roy's Layer 3 ExGFX v2.2 (because it reloads the layer 3 GFX that's overwritten)
- Online BG Ripper

How to use it:
1. Rip a BG with the BG ripper like you would normally do, except use the tiles in TM1 and TM2 (4th GFX page) as BG4 and BG5.
2. Insert the BG into your level like normal, ignoring TM1 and TM2 for now.
3. Open the .asm file for the Generic ExGFX File Uploader patch, and add in two entries for your level: (omit the entries you don't need though)
- the first one should have VRAM address $3000, and have the ExGFX file number set to BG4's
- the second one should have the VRAM address $3800, and the ExGFX file number set to BG5's
- Example:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
dw $0105 : dw $3000 : dw $0203 ; Level 105 - BG4 - ExGFX203
dw $0105 : dw $3800 : dw $0204 ; Level 105 - BG5 - ExGFX204
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4. Open the .asm file for the Tilemap Remapper patch, and (for your level) set Layer 1 to $48 and Layer 2 to $58
5. Open levelinitcode.asm that comes with LevelASM+Init and add this code to your level number's entry:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LDA.b #$51 ; \ layer 3 tilemap
STA.w $2109 ; / 64x32
STZ $24 ; \ reset layer 3
STZ $25 ; / Vscroll values
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6. In Layer 3 ExGFX (MUST BE v2.2), set slot 3 (GFX2A) and slot 4 (GFX2B) for your level to $007F to prevent them from overwriting the Layer 1 tilemap.

What's really going on here:
- Layer 1's tilemap is being remapped to overwrite the second two GFX files used by layer 3 - clearing up space for BG4
- Layer 2's tilemap is being remapped to overwrite the bottom half of the layer 3 tilemap, and that part of the layer 3 tilemap is hidden - clearing up space for BG5

Limitations/Incompatibilities: (they're all very minor)
- The parts of the BG that use BG4 and BG5 will show up as sprite GFX in LM
- Can't use message boxes
- Can't use SMW's default layer 3 BGs the way they are set up
- Can't use any layer 3 BG that uses GFX in slots 3 and 4
- Layer 3 BGs cannot use the bottom half of the tilemap

BGs using this first technique will probably be allowed into the ExGFX section since this VRAM-rearrangement trick is so low-impact

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

#2. BG6 & BG7 - A bit trickier than the last method, but you get four more ExGFX files that can be used for the BG (but you can't use FG1 and FG2 for the BG, and layer 3 is nuked)
- I don't reccomend using this if you can fit the BG in using the previous method with enough space for a FG (see limitations)

Examples of what you can do with this:
- Have a 768-tile BG and still have FG1, FG2, BG1, and FG3 free for a FG
- Use all of the LM1.7x slots (FG1-3 and BG1-3) for a FG and still have 512 tiles for a BG
- Have a BG that fills the screen with no repeats - 896 tiles - and still have FG1-3 for a FG
- Have a fully-tessellating 256x256 BG with no repeats that uses 1024 tiles and still have some room for a FG in FG1-2

What you will need:
- LM1.7x
- REMAP.asm
- genericuploader.asm+LZ2.asm
- Sprite Status Bar ***take note of its limitations***
- transparencyfix.asm
- Ersanio's LevelASM+Init
- Roy's Layer 3 ExGFX v2.2 (because it reloads the layer 3 GFX that's overwritten)
- Online BG Ripper

How to use it:
1. Rip a BG in the BG ripper, but not how you would normally.
- pretend the first page is BG1 and FG3 rather than FG1 and FG2 (so you'd leave FG2 blank if you want to use a FG in FG3)
- pretend the second page is BG2 and BG3 rather than BG1 and FG3
- pretend the third page is BG4 and BG5 rather than BG2 and BG3
- pretend the fourth page is BG6 and BG7 rather than BG4/TM1 and BG5/TM2
2. Insert the BG into your level, but make sure you insert FG1 into BG1, FG2 into FG3, etc. (two GFX files back)
3. open the .asm for the Generic ExGFX File Uploader patch, and add in four entries for your level: (omit the entries you don't need though)
- the first one, BG4 (bg2.bin) should have VRAM address $3000
- the second one, BG5 (bg3.bin) should have VRAM address $3800
- the third one, BG6 (tm1.bin) should have VRAM address $4000
- the fourth one, BG7 (tm2.bin) should have VRAM address $4800
Example:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
dw $0106 : dw $3000 : dw $0303 ; Level 105 - BG4 - ExGFX303
dw $0106 : dw $3800 : dw $0304 ; Level 105 - BG5 - ExGFX304
dw $0106 : dw $4000 : dw $0305 ; Level 105 - BG6 - ExGFX305
dw $0106 : dw $4800 : dw $0306 ; Level 105 - BG7 - ExGFX306
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4. Open the .asm file for the Tilemap Remapper patch, and (for your level) set Layer 1 to $50 and Layer 2 to $58
5. Open levelinitcode.asm that comes with LevelASM.Init and add this code to your level number's entry:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LDA.b #$10 ; \ layer 1 tile-
STA.w $210B ; / start address
LDA.b #%00010001 ; \ layer 1 & Sprites
STA.w $212C ; | on Mainscreen
STA.w $212E ; /
LDA.b #%00000010 ; \ layer 2
STA.w $212D ; | on subscreen
STA.w $212F ; /
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6. Make sure the Transparency Restore Patch (transparencyfix.asm) is patched to your ROM.
7. Enable Sprite Status Bar for your level (read ssb.asm's readme for this)
8. In Layer 3 ExGFX, set all 4 slots for your level to $007F

What's really going on here:
- Layer 1's tilemap is being remapped to overwrite the top half of layer 3's tilemap, clearing up space for BG4
- Layer 2's tilemap is being remapped to overwrite the bottom half of the layer 3 tilemap, clearing up space for BG5
- BG6 & BG7 -> GFX normally used by layer 3 is now being used for layer 2
- To access the space used for BG6 and BG7 we have to shift up the initial tile VRAM address for layer 2
- which is why we can't use FG1 and FG2, and why you have to shift back the pages in the BG ripper

Limitations/Incompatibilities:
- None of the BG will show up correctly in LM. In fact, you'll probably want to bypass map16 just to avoid looking at garbage in LM. (see readme.txt for map16 bypass info)
- **Any of Sprite Status Bar's limitations** Here are some examples, see Sprite Status Bar's readme for more info
- No goal points (use a pipe to exit to another level with a goalpoint)
- No message boxes or anything that uses layer 3
- Keyholes make the status bar disappear (might be fixed in the future)
- Limited amount of extended sprites onscreen
- Limited amount coinblock animations that can be shown at one time (the jumping coin, not the brick bounce)

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

#3. 8BPP BGs - BGs that can use up to 256 colors per tile rather than just 16 colors, but use twice as much tile space - and require Sprite Status Bar because layer 3 is nuked

Examples of what you can do with this:
- Have a 512-tile 8BPP BG and still have room for a FG
- Have a 384-tile 8BPP BG and have FG1, FG2, BG1, and FG3 free
- Have a 256-tile 8BPP BG and have all FG1-3 and BG1-3 free
- You can also choose to overwrite sprite GFX if you want to leave more FG space

What you will need:
- LM1.7x
- REMAP.asm
- genericuploader.asm+LZ2.asm
- Sprite Status Bar ***take note of its limitations***
- transparencyfix.asm
- Ersanio's LevelASM+Init
- Roy's Layer 3 ExGFX (because it reloads the layer 3 GFX that's overwritten)
- Online BG Ripper - 8BPP Edition **NEW** (only supports PNGs, but that shouldn't be problem. Just use Racing Stripe to export the images)

How to use it:
1. Get a PNG file of the BG you want to rip, and rip it with the 8BPP BG ripper (extract the PNG with Racing Stripe, or a GBA/DS emulator's map viewer)
- In the color selector, it is safe to overwrite the statusbar palette since you have to use Sprite Status Bar anyway
- Sprite palettes can be overwritten as well as FG palettes
- You can also overwrite all 16 transparency colors and they'll show up differently.
- In the 8x8 tile selector, each tile is actually two 4bpp tiles combined into one.
- The first square is FG1,FG2,BG1,FG3 combined. You can overwrite GFX in FG1 and FG2 (top half) if you know what you're overwriting. Look at a 4BPP version side-by-side for reference.
- The top half of the second square is BG2 and BG3, feel free to overwrite it. (but not the bottom half, that's where the tilemaps are stored)
- The third square is where layer 3's GFX and tilemaps are normally stored. Feel free to overwrite it.
- The fourth square is sprite GFX. You can overwrite some of it if you know what you're overwriting. Again, look at a 4BPP version for reference.
2. Insert the BG as you normally would, with FG1-3 and BG1-3.
3. open the .asm for the Generic ExGFX File Uploader patch, and add in four entries for your level: (omit the entries you don't need though)
- the first one, L3-1&2 (l3_1_2.bin) should have VRAM address $4000
- the second one, L3-3&4 (l3_3_4.bin) should have VRAM address $4800
- the third one, TM3-1 (tm3_1.bin) should have VRAM address $5000
- the fourth one, TM3-2 (tm3_2.bin) should have VRAM address $5800
Example:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
dw $0103 : dw $4000 : dw $0C03 ; Level 103 - L3-1&2 - ExGFXC03
dw $0103 : dw $4800 : dw $0C04 ; Level 103 - L3-3&4 - ExGFXC04
dw $0103 : dw $5000 : dw $0C05 ; Level 103 - TM3-1 - ExGFXC05
dw $0103 : dw $5800 : dw $0C06 ; Level 103 - TM3-2 - ExGFXC06
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4. Open the .asm file for the Tilemap Remapper patch, and (for your level) set the Extra Flags to %1001 - this swaps layers 1 and 2 (because only layer 1 is 8BPP), and forces layer priority on the FG (layer 2)
5. Open levelinitcode.asm that comes with LevelASM.Init and add this code to your level number's entry:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LDA.b #$03 ; \ mode 3
STA.b $3E ; /
LDA.b #%00010010 ; \ sprites & layer 2
STA.w $212C ; | on MainScreen
STA.w $212E ; /
LDA.b #%00000001 ; \ layer 1
STA.w $212D ; | on SubScreen
STA.w $212F ; /
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6. Make sure the Transparency Restore Patch (transparencyfix.asm) is patched to your ROM.
7. Enable Sprite Status Bar for your level (read ssb.asm's readme for this)
8. In Layer 3 ExGFX, set all 4 slots for your level to $007F

What's really going on here:
- We're changing the screen mode from mode 1 to mode 3, enabling 8BPP on layer 1 (and sacrificing layer 3)
- Switching layers 1 and 2, because in mode 3, layer 1 is 8BPP and layer 2 is 4BPP
- Moving layer 1 to the subscreen and layer 2 to the mainscreen, so layer 1 shows up behind everything and layer 2 shows up in front
- Forcing layer priority on the FG so that Mario, items from blocks, and other sprites show up behind objects when necessary
(priority won't work the same way though, tiles with layer priority enabled won't show up above mario or sprites)

Limitations/Incompatibilities:
- None of the BG will show up correctly in LM. In fact, you'll probably want to bypass map16 just to avoid looking at garbage in LM. (see readme.txt for map16 bypass info)
- **Any of Sprite Status Bar's limitations** Here are some examples, see Sprite Status Bar's readme for more info
- No goal points (use a pipe to exit to another level with a goalpoint)
- No message boxes or anything that uses layer 3
- Keyholes make the status bar disappear (might be fixed in the future)
- Limited amount of extended sprites onscreen
- Limited amount coinblock animations that can be shown at one time (the jumping coin, not the brick bounce)
- Layer priority won't work (it's force-enabled, and it doesn't work the same)


(Da kann man schon ein bischen nachvollziehen dass ich da keinen Durchblick habe bei dem Readme^^)
Einfach unübersichtlich. wenn jemand mir das ein bischen erklären könnte wäre echt nett^^

Btw wo find ich diesen Online-BG-Ripper den ich da benötige?

mfg
geschrieben am 03.02.2011 0:31:16 in Allgemeine SMW Hacking Fragen
( Link )
Hallihallo^^

Ich habe auch mal eine kleine Frage^^
Ich hab in der Overworld, Yoshis Haus und im ersten Raum meines Levels die selbe Custom Music eingesetzt und mein Problem ist dass die sich immer wieder Resettet bzw in der Oberwelt beginnt sie wenn ich Yoshis haus betrete läuft sie wieder von vorn und im ersten Level dann auch

Möchte eig nur dass die Musik nicht stoppt wenn ich das Level betrete sondern weiterläuft an der Stelle an der sie in der Oberworld war Das funktioniert schließlich auch wenn man z.b. in eine Röhre geht also muss man das ja irgendwo einstellen können

mfg
geschrieben am 03.02.2011 7:56:05 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
wie stell ich das genau an?
geschrieben am 03.02.2011 9:56:31 in yy-chr problem
( Link )
wow hat funktioniert, das ist ja genial was man damit alles anstellen kann so langsam macht lunar magic richtig spaß

Danke
geschrieben am 03.02.2011 10:43:53 in wie funktioniert Layer 2?
( Link )
Hallo nochmal,

Hab eine kleine Frage und zwar möchte ich ein paar Layer 2 Spielereien in meinem Hack haben, habe schon diverse tutorials gesehen aber irgendwie passiert da nicht das was ich möchte. Nebenbei verschwindet dabei auch immer mein Custom Background und den will ich dabei behalten

Eigentlich will ich nur eins damit : Ich hab mit Layer 2 ein paar Grey Cement Blocks an die decke eingefügt und möchte eigentlich nichts andres als dass die wenn ich an einem bestimmten punkt bin runterfallen. Bzw ich will dass die hinter Mario so runterfallen dass er nichtmehr zurück kann. und dabei auch bitte meinen Background behalten^^

Ich hab alles gemacht was in dem Tutorial stand und letztendlich ist nichts andres passiert als dass die Grey cement blocks an der Decke mario irgendwie folgten. Die sollen ihn aber nicht folgen, sie sollen da bleiben wo sie sind und runterfallen^^ und nicht wieder hochkommen. Habs auch mit nem Generator versucht der sich "Layer 2 Smash" nannte da is aber überhaupt garnichts passiert.

Kann mir irgendjemand erklären wie das geht oder mir vielleicht ein gutes Tutorial verlinken wo das erklärt wird?

Mfg
geschrieben am 03.02.2011 15:31:31 in Allgemeine SMW Hacking Fragen
( Link )
Hm das is schade...hätte einfach nen besseren effekt wenn die Musik weiterlaufen würde

Mal eine andere Frage : Ich hab mir grad den Banzai Bill per YY-Chr bemalt und (Ich weiß ganich ob das an yy-chr liegt) irgendwie wird Mario ingame ausgeblendet wenn der Banzai Bill erscheint. Dachte erst das läge vllt am Sprite Limit aber ich hab dann mal die komplette Map gecleart und nur Mario, und weiter hinten einen Banzai Bill drinnen gehabt, und selbst da sieht man Mario nichtmehr wenn der Banzai Bill im Screen ist.

weiß jemand wieso oder warum oder hat jemand nen lösungsvorschlag?

mfg
geschrieben am 03.02.2011 15:39:42 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
Funktioniert, Danke (1F ging nich da Layer 2 Background deaktiviert hat und die Tiles mir hinterhergelaufen sind - bei 1E funktionierts^^)

Aber der Vordergrund bei 1:12, auch wenn durchsichtig, ist doch trotzdem Custom oder?
geschrieben am 03.02.2011 15:53:00 in Allgemeine SMW Hacking Fragen
( Link )
Und mal wieder ist die Lösung des Problems ein einfacher Klick in die leiste Oben

Funktioniert, Danke!
geschrieben am 03.02.2011 15:57:31 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
Zitat von WYE:
Die Grafiken ja.


Gibts die auch irgendwo zum Download? Hab schon bei SMwcentral gesucht aber andere Tags als "Crystal" fallen mir momentan nicht ein
geschrieben am 03.02.2011 16:26:57 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
Hab zwar nicht viel ahnung aber " [Xkas] Message Box "Recoding" " könnte es sein. Die beschreibung hört sich zumindenst sehr danach an^^
geschrieben am 03.02.2011 16:58:45 in Allgemeine SMW Hacking Fragen
zuletzt bearbeitet von Charon017 am 03.02.2011 17:10:22.
( Link )
*Problem gelöst* Irgendwie hab ich schon bei den Tutorials geguckt das muss ich wohl übersehen haben

Edit: Btw du hast aufs Sprite Tool Tutorial verlinkt Aber Danke, ich habs direkt darüber gefunden
geschrieben am 03.02.2011 17:52:13 in Deutsches Sample Tool (SMWS) Tutorial
( Link )
Hm also irgendwie versteh ich das nicht. ( Und ja ich hab mir das Tut mehrmals durchgelesen ^^) Das war aber, soweit ich verstanden habe eher um eigene Custom Music zu erstellen oder? was mach ich denn wenn ich bei heruntergeladener Custom Music eine sample bank datei gleich im zip ordner mitgeliefert bekomme, das lied ingame sich aber grausig anhört? Ich hab anstatt Add new bank "Import Bank from File" benutzt da waren alle richtigen instrumente bei, dann die SPC Datei von demselben Lied geladen und das ganze in Lunar Magic abgespeichert. Hab ich da irgendetwas übersehen? Denn ich höre da keinen Unterschied =|
geschrieben am 03.02.2011 17:59:15 in Deutsches Sample Tool (SMWS) Tutorial
( Link )
Jetzt funktionierts Danke
geschrieben am 03.02.2011 19:01:28 in Allgemeine SMW Hacking Fragen
( Link )
Mal ne ganz simple Frage, (Ich wundere mich warum das bisher niemand sonst gefragt hat und es nicht ein Youtube tutorial gibt ) aber wahrscheinlich war ich wieder zu dumm zum suchen - wie füge ich ASM in meinen Hack ein? Bisher hab ich hier nur ein Tutorial gefunden darüber wie man ASM macht aber nicht wie man es einfügt - Ich hab mir nen Asm generator runtergeladen da war eine ASM datei und eine CFG datei - was mach ich damit=?
geschrieben am 03.02.2011 20:09:33 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
(Suche immer noch die Vordergrundgraphiken aus dem Video oben)

Mal eine andere Frage. Ich suche einen Custom Boss - Mache nämlich grade meinen ersten "ernsthaften" hack und der soll wirklich gelungen werden und der sollte nicht mit so einem billigen Bowserkampf enden^^

Ich weiß, Bosse einstellen ist nicht so einfach als man denkt und ich habe auch nicht vor mir einen selbst zu Programmieren^^
Aber ich hab schon einige Videos von spielen wie z.B. Brutal Mario world und da sind die Bosse ja ziemlich genial^^
Und ich such jetzt eigentlich ne Seite (Smwcentral hat ja irgendwie nix mit Bossen zur auswahl) wo man solche "vorgefertigte" bzw voreingestellte Custom bosse sich runterladen und ins Spiel einbauen kann. Und irgendwie kann ich nicht glauben das solch eine Seite nicht existiert
vielleicht kennt ja jemand so etwas in der Art


mfg
geschrieben am 03.02.2011 20:16:33 in Du suchst Custom Sprites/Blocks/Music oder Graphics? Hier!
( Link )
Problem ist, ich will aber keine Hammerwerfende Piranhapflanze oder ähnliches aber z.b. irgendein Touhou char oder am besten der Ultima Boss, aber vielleicht sollte ich mir das nicht so einfach vorstellen^^