Language…
24 users online: akawo, Alex No,  AmperSam, autisticsceptile1993,  BeeKaay, deadworld2009,  DeppySlide, edgar, Green, Hammerer, JezJitzu,  MarioFanGamer, Metal-Yoshi94, MistaX88, MorrieTheMagpie, Nayfal,  NopeContest, Pink Gold Peach, Rykon-V73, SolveForX,  Telinc1, timeisart, Tulip Time Scholarship Games, wye - Guests: 293 - Bots: 462
Users: 64,795 (2,370 active)
Latest user: mathew

Removal log of submissions (except hacks)

Link Thread Closed
Custom Music Removed:
Name: CUSTOM - "Ferreona's Theme"
Author: Jascha




This is actually quite a nice piece of work - however, it exceeds 1000 bytes with quite a few areas that can be looped. Once you get these looped, feel free to resubmit it.

Let me point out a couple:

Code
v210dv180dv150dv120d 
v210fv180fv150fv120f
v210dv180dv150dv120d 
v210fv180fv150fv120f 

v210gv180gv150gv120g
v210cv180cv150cv120c
v210gv180gv150gv120g
v210ev180ev150ev120e

v210dv180dv150dv120d 
v210fv180fv150fv120f
v210dv180dv150dv120d 
v210fv180fv150fv120f 

v210gv180gv150gv120g
v210cv180cv150cv120c
v210gv180gv150gv120g
v210ev180ev150ev120e


If I were you, I would shorten that to this:

Code
(1)[v210dv180dv150dv120d 
v210fv180fv150fv120f]2
(2)[v210gv180gv150gv120g
v210cv180cv150cv120c
v210gv180gv150gv120g
v210ev180ev150ev120e]1
(1)2
(2)1


You may notice I am using label loops here. I would suggest learning how these work, if you don't know already - they will greatly enhance your code, as well as knock the file size down a large amount.

The other two instances occur before the introduction slashes, in channel #1 and #2. Since the channels are chordic, I will only correct one for you. You can correct the other on your own.

Here is your current code (spaced out)

Code
araaaraaaraaaraa 
araaaraaaraaaraa  
araaaraaaraaaraa 
araaaraaaraaaraa 
grgggrgggrgggrgg 
grgggrgggrgggrgg 
grgggrgggrgggrgg 
g+rg+g+g+rg+g+g+rg+g+g+rg+g+


You can greatly shorten this code to:

Code
[araa]16
[grgg]12
[g+rg+g+]4


Do the same thing for channel #2.




Just loop these big chunks, resubmit it, and I will approve it. Neat track.
Custom Music Removed:
Name: Go KK Rider
Author: Cirno




Few things.

1. There is no SPC provided.
2. The TXT contains rhythm macros, which:
a) are not supported in the addmusic versions we have on SMWC.
b) will therefore cause silence upon insertion.
3. ...you sure you actually created this? You labelled yourself as the author.




Yeah.
Custom Music Removed:
Name: Mega Man 4 - Drill Man's Stage
Author: Tornado




It's not that bad, but there are some things you are going to want to fix in terms of accuracy and TXT quality.

1. While the melody and countermelody are accurate enough, the drumline is pretty weak. I'd work with varying percussion in it rather than just using the same drum throughout. Yes, I realize the original track stuck with one drum (or should I say, a noise channel), but it fluctuated in the volume and such. I would suggest you play with the percussion line a bit.

Also, the @12 Yoshi bongos have got to go. They just don't work here.


2. To save a few bytes, loop your rests. For instance, in channel #4:

Code
r1^1^1^1^1^1^1^1^2^4


can become:

Code
[r1]8 r2^4


It may not seem like you're saving many bytes, but if you use this technique for all unlooped rests, the byte count will decrease greatly.

3. In channel #3, you can actually set up a label loop to knock off about 70 bytes:

Code
a+ra+r > c+8 < a+a+ra+ra+ > c+8 < a+8
g+rg+r > c8 < g+g+rg+rg+ > c8 < g+8
a+ra+r > c+8 < a+a+ra+r > c+d+8f8
c+8^d+8^e8f8^ < a+8^g+a
a+ra+r > c+8 < a+a+ra+ra+ > c+8 < a+8
g+rg+r > c8 < g+g+rg+rg+ > c8 < g+8
a+ra+r > c+8 < a+a+ra+r > c+d+8f8
r1


This can become:

Code
(1)[a+ra+r > c+8 < a+a+ra+ra+ > c+8 < a+8
g+rg+r > c8 < g+g+rg+rg+ > c8 < g+8
a+ra+r > c+8 < a+a+ra+r > c+d+8f8]1
c+8^d+8^e8f8^ < a+8^g+a
(1)1
r1





That's about it. Look into these issues, and feel free to resubmit it when you've fixed them.

(note: spaces added to prevent dumb HTML filtering)
Any future file removals will be found in the corresponding thread here.

Thanks.
Link Thread Closed