It is currently Wed Sep 08, 2010 1:22 am

All times are UTC





Post new topic Reply to topic  [ 159 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 11  Next
Author Message
 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Fri Sep 12, 2008 6:58 pm 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
Yep, I definitely have the RandomMovies folder. It contains 116 items.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Fri Sep 12, 2008 10:56 pm 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
Pasting the contents of a course file into its corresponding cache file fixes the problem with stock songs not showing (thanks to neoMAXCML on rhythmatic for pointing this out). Looking at the cache file before I do this, it seems that for some reason it fails to cache the stock songs (but does copy over their mods... this results in some... interesting... mods on some songs :-P).

I'm going to write a .cmd that will automatically copy all your course files into the cache with the proper names. When I have this finished I'll post it.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Sat Sep 13, 2008 4:52 am 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
Here you go:

Code:
@echo off

set CACHE=C:\Documents and Settings\Richard Woods\My Documents\In The Groove\Cache
set CUSTOMS=C:\ITGPC

pushd "%CUSTOMS%\Courses"

for /R %%d in (.) do (
   if /I not "%%~nd"=="courses" (

      pushd "%%d"

      for /R %%c in (*.crs) do (
         copy /Y "%%~c" "%CACHE%\Courses\_AdditionalCourses_%%~nd_%%~nc.crs"
      )

      popd
   )
)

popd


Change the two "set" lines at the top accordingly.

CACHE should be set to your top level cache folder.
CUSTOMS should be the folder you unzipped ITG Rebirth into (as in, right now, it should contain the Songs, Courses, BGAnimations, etc folders).


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Sat Sep 13, 2008 9:45 pm 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
Just FYI -- I tried the BGCHANGES script change in Disconnected Delight (that Hellrazor mentioned on page 2) and the game still crashes.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Sat Sep 13, 2008 10:11 pm 
Offline
Official Staff
 Profile

Joined: Fri Jan 25, 2008 9:16 pm
Posts: 381
rrwoods wrote:
Just FYI -- I tried the BGCHANGES script change in Disconnected Delight (that Hellrazor mentioned on page 2) and the game still crashes.

Alright, I admit I'm wrong. ITG PC != SM4.0, even though I can run the ITG PC theme through SM4.0.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Mon Sep 15, 2008 5:06 am 
Offline
 Profile

Joined: Wed Jul 23, 2008 2:56 am
Posts: 7
so is there gonna be a date on when the rebirth theme is gonna be available for download?


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Mon Sep 15, 2008 9:06 am 
Offline
 Profile

Joined: Mon Mar 24, 2008 9:50 am
Posts: 51
Argh, sorry guys...some songs do crash on r21 as well. :( I forgot that I had bg effects disabled(meaning it's not much of a problem for me anyway :p)


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Wed Sep 17, 2008 5:15 am 
Offline
 Profile

Joined: Wed Sep 17, 2008 5:12 am
Posts: 20
Hey guys, I heard this was released and thought I would download it. I've only got the chance to play through about 6 or 7 songs (my roommate went to sleep), but so far I'm really, really loving it. I don't have a good looking theme to play on at the moment (or even a good noteskin), but all of the work you guys did looks amazing. I love the song selection and I especially love how I haven't heard of almost all of the songs in the pack. I wish we had an ITG machine nearby so I could try the files on pad!

I'm going to play through all of these files and keep scores specifically for 1x (it's my way to still have fun with this game, it makes stuff hard haha), once I get more accustomed to the songs and such I'll post my comments.

Thanks so much for the hard work guys, it's greatly appreciated.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Wed Sep 17, 2008 3:37 pm 
Offline
Official Staff
 Profile

Joined: Mon Jan 07, 2008 3:22 am
Posts: 1367
Thanks for the comments :)

Be sure to check out Groovestats to keep track the scores ;)


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Wed Sep 17, 2008 11:33 pm 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
I've taken out the BGCHANGES for all the songs that cause the game to crash, and that seems to work. Shame.

I've tried out several of the marathons. One question:

What's with the obsession with Dizzy + mods that make it impossible to column read? That's not challenging, that's just stupid. IMNSHO.

Other than that, I really love these things. I just got through playing Deus Ex Machina, and I love it... although, did Chromatic Blitz really need mods to make it harder? :-P And those steps at the end of Machines Will Fall really feel like they're only there for that effect :-P


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Thu Sep 18, 2008 12:12 am 
Offline
 Profile

Joined: Wed Sep 17, 2008 5:12 am
Posts: 20
I've got a chance to play through a few more of the songs now and I have some comments I'll post about them.

Ice Cold - Wow, I really love both the song and steps. Favorite song so far.
Epileptic Crisis - Have loved it since I got it in the R21 pack, great file.
Supremacy - I would swear on my life it's late in the beginning and slightly early in the end. 99.9% sure.
We Met Dat Night - Didn't like this one in particular, and I didn't really like the artwork for this one much, it doesn't really go with anything haha.
You Wanna Me - Didn't particularly like this either, but I might be partially biased because I made a file for it. Then again, 100bpm songs sightreading on 1x that are swing songs are pretty fucking difficult, haha.

1x makes a lot of these songs really, really hard.


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Thu Sep 18, 2008 12:31 am 
Offline
Official Staff
 Profile

Joined: Mon Jan 07, 2008 3:22 am
Posts: 1367
Yeah, and also be sure to try some of the marathons and survivals ;)


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Thu Sep 18, 2008 2:24 am 
Offline
User avatar
 Profile

Joined: Thu Sep 11, 2008 11:22 pm
Posts: 46
Requests for R2 (in case you want them :-P): Damien's steps for Exotica and Disconnected Sanxion 7 :-)


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Thu Sep 18, 2008 2:27 am 
Offline
Site Admin
User avatar
 Profile

Joined: Sat Jan 05, 2008 8:36 pm
Posts: 1793
I've never seen any steps made for Exotica :?:

And why would you ever WANT those Disconnected steps?!

_________________
Image


Top
 

 Post subject: Re: In The Groove Rebirth is finally released!
PostPosted: Thu Sep 18, 2008 2:55 am 
Offline
Official Staff
 Profile

Joined: Fri Jan 25, 2008 9:16 pm
Posts: 381
Insanemidget wrote:
Supremacy - I would swear on my life it's late in the beginning and slightly early in the end. 99.9% sure.

Well today's a good day to die.

J/k I like your confidence (I really do) I'll look into it definately and report back, however I also expect you to try it again on an easier difficulty with a C mod even, and assist tick. Basically give it your best shot, but rest assured I'll check Supremacy this weekend.

Um, Exotica is in ITG 3 (I believe). Don't you have that Malachai?


Top
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 159 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 11  Next

All times are UTC



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group