Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: patching existing songs #485082

    Thanks all, I was originally thinking of adding a couple notes in Cities in Dust, official DLC, but having found some customs that have everything but a drum track, maybe my efforts would be more worthwhile there.

    in reply to: Any Kick Pedal Recommendations ? #485081

    I’m using a GHWT pedal with a bunch of solder, glue, and some hard pieces of plastic. I’m trying to have sure hits and as quiet as operation as possible. Having the weight, feel, and bounce of a real pedal isn’t so important for me.

    Those are old files that were only hosted there but not in the system. Not sure they will come back any time soon.

    Where’s the appropriate place to report those dead links? On the customs database entry comments?

    in reply to: patching existing songs #484932

    Have a look at the Harmonies Project files. You can indeed patch charts. That’s how Harmonix added Pro Drums to many songs by having updated charts on disc.

    cool thanks. Is it possible to just edit/replace the Pro Drum Expert chart even though it already has one? The patches that add Pro Drums or Harmonies seem to be adding a new chart type rather than editing/replacing an existing one.

    Files are coming down corrupted, I know why but it’s gonna take a while to fix, so we’re back to no working links for now, sorry.

    For me they were all getting corrupted in the exact same way. I was able to find and fix the affected files with this (it removes the 994 bytes of error message from the front of the CON files):

     

    grep -rl -m 1 “It is not safe to rely on the system” . | xargs -I {} dd bs=994 skip=1 if={} of=/fixed/{}

    That error message about strtotime() is being inserted into some of the downloaded files as well. In this case, the file contents should start with “CON”, but instead start like this (pasting with control characters removed), and then continue with the normal file contents:

     

    Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /var/www/html/d/S3.php on line 2352
    Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /var/www/html/d/S3.php on line 2350
    CON

    Is this the appropriate place to report link errors? getting a DB error some of the time like this:

     

    Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /var/www/html/d/S3.php on line 2352 S3::getObject(c3fileserver, addymilldike/Converts/SpanishFly_rb3con): [NoSuchKey] The specified key does not exist.

     

    from (http://rockbandcustoms.com/d/52cdd65c4e81d)

     

    from (http://customscreators.com/index.php?/page/index.html/_/spanish-fly-r560)

    in reply to: Rhythm Game (RB Clone) – Updates Thread #484493

    nice start. What’s up with Phase Shift? I haven’t tried it. Is it open source? Might it be easier to optimize phase shift rather than build from scratch?

    in reply to: Alesis DM6 Nitro – $190 on Amazon! #484408

    roland has a drum tutor program you can use with any midi device as long as you are sending the correct notes. it runs off midi files. I found it useful to make exercises for myself in midi and play them in the roland drum tutor (RDT). The nice thing about RDT compared to RB is after you play you have a transcript of your performance and you can see exactly where you hit early or late and by how much. Also, the sheet music notation makes it so you can see 8 measures at a time instead of like a few beats at a time in RB. Also it uses the hihat pedal.

Viewing 10 posts - 1 through 10 (of 10 total)
Back to top button