Language…
14 users online: Batata Douce,  Deeke, Everest, Gamet2004, Golden Yoshi, Gorry, Green, JezJitzu, LunarianNEET, MellowYouth, Raychu2021, RicardoDeMelo, SiameseTwins, sinseiga - Guests: 260 - Bots: 287
Users: 64,795 (2,376 active)
Latest user: mathew

Posts by anonimzwx

anonimzwx's Profile → Posts

  • Pages:
  • 1
  • 2
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
I did a rip of the graphics of armored armadillo:

Download link of Armored Armadillo GFX and Palette

I will try to do the request but i will need some time, it is not my priority and it is a big request, if someone else wanna do the request i will submit a dyz file with all the frames, interaction, etc... later.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
I recommend you check this thread:

Dyzen Workshop

It has tutorials about how to use Dyzen to create sprites, you also can send me a dm on discord or pm in smwc asking me about that.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
I am preparing big surprises for the next demo. Including 3 bosses, enemies of others videogames and 3 levels, also i fixed a ton of bugs and i improved the player a lot.

Hey guys i need people who knows how to use 3d models for animations to include some characters or enemies from modern videogames, if someone wanna participate on this project, just send me a pm or reply this thread, i need:

-Asmers.
-people with knowledge about 3d animations.
-someone who can do remix of songs in dkc style.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
I have never made a Carriable Sprite, i tryed to do one but when i carry it, i do this:

Code
	LDA !PlayerCarryingFlag
	BEQ ++
RTS
++
	LDA !ButtonPressed_BYETUDLR
	ORA !ButtonPressed_AXLR0000
	AND #$40
	BNE ++
RTS
++
	LDA #$08
	STA $1498|!addr
	LDA #$01
	STA !PlayerCarryingFlag
	LDA #$0B
	STA !SpriteStatus,x
RTS


The routine works buuut, when the player carry the sprite, spawn another glitched sprite. Also sometimes when the sprite is on the floor, starts to do little jumps on the floor. How can i fix that?

I use act like 3E (P-Switch)

EDIT: Nvm, the issue was the act like, the correct Act Like is 0x53 (83 in decimal), also you must set value of timer $1540 every frame to avoid that the sprite dissappear.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
Originally posted by Ultima
Yeah, great stuff, although I don't know what to feel about the video using the SMW final boss theme instead of well, y'know, the actual song for this phase of the fight, though since there's no port of the song in the section (AFAIK) it makes sense as to why you wouldn't use it, but still, please fix that lmao

Otherwise, yeah, liking to see more complex bosses being made for hacks nowadays; maybe for once Brutal Mario doesn't need to be the only example of a SMW hack with "impressive custom bosses" on most people's minds, or at least I hope :P


The music is a placeholder, also the boss still doesn't have sound effects, we didn't have enough time to finish all the details.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
Originally posted by buggy789
Oh man, imagine someone creating a wireframe Sigma boss for SMW...

That aside, I'm legit impressed


I have plans for wireframe/virus sigma too, but it will be on the future.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
Originally posted by Daizo Dee Von
Is the Brutal Mario resurgence coming back? What year is it?

Jokes aside, this is actually a really cool boss! I might even try to fight him, but I probably won't win since it's Kaizo (it looks doable tho). Well done!


Tbh in this current configuration, i dont know if can be called kaizo, i am not a kaizo player and i was able to beat it after some tryes. I think is more "very hard" now the final version will be fully kaizo.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
Originally posted by Darkbloom
I am SO excited for Warmech. It's sad you couldn't get a demo out but there's always next C3!


Is omega from ffV, not warmech from ffI xD

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
I need for my hack a lot of DKC Sound Effects (with custom samples), i currently did some of them but they use very big samples, i need specially sound effects like:

-Barrel Blast
-TNT Explosion
-Bonus Level open
-Barrel Destroy
-DK Coin take.

Now tbh i need a lot of them. Take in consideration that the SFX must use custom samples and also the samples should use few space.

https://www.youtube.com/watch?v=cfNft_sUKOQ&list=PLnliS2X1JyxwVSZTSxft7W1hEQ7rCNVHC

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
I remastered the first boss of the hack:



Also i need people who can help me with rips of BGs and FGs, also rips of enemies, if someone wanna to participate helping with that, is welcome. DKC Graphics are hard to rip and also hard to do a good Map 16.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
Originally posted by HodgerMccodger
This is absolutely amazing. Is the title a reference to Super Mario 4 Rambo?


Thanks :). No, it is just a reference to Rambo.

Originally posted by HodgerMccodger
I was hoping to do something similar for a level (though not too similar, and I probably won't be able to manage it). I wondered if you were able to do the transition from day to night/evening (like Jungle Hijinx and Pirate Panic)?

This is really impressive and looking forward to playing it


Yeah i will add the transition to night. I hope to have a new DEMO on the next C3.

------------------------------------------------------

Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Snestorage where you can download my resources
  • Pages:
  • 1
  • 2
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54