XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 22, 2013, 01:51:24 AM


Login with username, password and session length


Pages: « 1 2 3 4 »
  Print  
Author Topic: Lips - Game Hacking  (Read 16513 times)
ghettosuperstar
Newbie
*
Posts: 7


View Profile
« Reply #40 on: June 01, 2010, 10:26:04 AM »

I just put in 999 for the song length.
Logged
proditaki
Member
**
Posts: 31


View Profile
« Reply #41 on: June 02, 2010, 04:12:22 AM »

I just put in 999 for the song length.
or you could do that Smiley
Logged

yay
proditaki
Member
**
Posts: 31


View Profile
« Reply #42 on: June 05, 2010, 11:13:07 AM »

I got albumjackets working for Lips 1 songs.
just open the db with SQLite Expert (for those of you who already added the Lips 1 data)
goto SQL en paste in this query
Code:
update MusicData set AlbumJacketUri = replace(AlbumJacketUri,'.jpg','_prv.nft');
Execute it
remove savegame data  and start lips
you're done!!

ps: I already tried it much earlier but it didn't work because i forgot to remove the savegame data myself!!  Grin

update: if you still see one or two songs without albumjackets, some songs don't actually have them
Logged

yay
vladtapes
Newbie
*
Posts: 9


View Profile
« Reply #43 on: June 28, 2010, 04:11:06 AM »

Hi all!

Did anyone understood if there's a method to create new DLC content for LIPS for Jtagged Boxes?

I mean new songs, not only existing...

thanx for the help!

Logged
ghettosuperstar
Newbie
*
Posts: 7


View Profile
« Reply #44 on: June 28, 2010, 09:24:16 AM »

Haven't figured out how to what all those extra files are for.  The database is easy but the extra files kills it.
Logged
reeso3000
Newbie
*
Posts: 3


View Profile
« Reply #45 on: June 30, 2010, 09:08:18 PM »

I have followed the below as best I can - moved the files and changed the indexes but for the love of me I can't seem to find out how you actually merge the databases!! im sure its something simple and I will feel like a muppet when I find out how but please can someone tell me how to merge the 3 db3 files together - only thing I could find was Import or export data but it seems to merely write over the existing database rather than add to it.
 Any help would be very much appreciated
Thanks Cheesy

Ps Could someone also send me the required file for the first lips game Cheesy thanks in advance

Ok first i downloaded SQLite Export (the FREE version) from
http://www.sqliteexpert.com/download.html

I used this to open the MusicDb2.db3 file from Lips Number one hits
i als opened the MusicDb2.db3 from Lips Party Classics and merged the two.
So added everything from Party Classics to the Number One Hits database.
(meaning the MusicData, PreviewData and StageData table).



THEN i changed the DiscIndex field from the newly added songs from 13 to 10 (otherwise it won't work)
13 being the Party Classics DiscIndex and 10 being the one from Number one hits

You do this by going to the SQL tab on the table and typing:
Code:
UPDATE MusicData SET DiscIndex = 10 WHERE DiscIndex = 13;
and press F5 to execute.



Exit the program and replace your original MusicDb2.db3


Then you copy the proper files:
the content of LS2\Levels\
the content of LS2\AlbumJackets\

Remove savegame data for lips and start it, you should be seeing the added tracks
Logged
ghettosuperstar
Newbie
*
Posts: 7


View Profile
« Reply #46 on: June 30, 2010, 10:32:58 PM »

You can use shift and ctrl to select multiple lines in the database. Copy in one database, Paste in the other.
That's how you merge. Make sure you are pasting in the right database also. And for the life of Gaming, make a backup.  Grin
Logged
reeso3000
Newbie
*
Posts: 3


View Profile
« Reply #47 on: July 01, 2010, 12:41:02 PM »

You can use shift and ctrl to select multiple lines in the database. Copy in one database, Paste in the other.
That's how you merge. Make sure you are pasting in the right database also. And for the life of Gaming, make a backup.  Grin

First thanks too Proditaki for making this possible and secondly thanks ghettosuperstar I did what you suggested and it worked a treat Cheesy Mrs is very happy not having to swap disks etc Cheesy just one last thing could some one please pm me the db3 file for the original lips game as its the only song set of the 4 I need to import.

Thanks in advance
Logged
reeso3000
Newbie
*
Posts: 3


View Profile
« Reply #48 on: July 01, 2010, 12:43:07 PM »

Sorry also thanks to k4roshi  and anyone else that contribute din someway that I may have missed Cheesy
Logged
jlg6184
Newbie
*
Posts: 1


View Profile
« Reply #49 on: July 02, 2010, 02:54:02 PM »

Has there been any head way into deciphering the .x360 chart file? Or does anyone know where one could find additional information regarding it? 
Logged
raynebc
Newbie
*
Posts: 5


View Profile
« Reply #50 on: July 03, 2010, 03:26:58 PM »

.
« Last Edit: September 28, 2011, 09:45:40 AM by raynebc » Logged
proditaki
Member
**
Posts: 31


View Profile
« Reply #51 on: July 06, 2010, 12:08:28 PM »

 Ill take a look @ it as soon as i find some time for it. Probably this weekend.
Logged

yay
raynebc
Newbie
*
Posts: 5


View Profile
« Reply #52 on: July 06, 2010, 12:21:22 PM »

That would be great.  Thanks!
Logged
vladtapes
Newbie
*
Posts: 9


View Profile
« Reply #53 on: July 06, 2010, 03:44:51 PM »

Ill take a look @ it as soon as i find some time for it. Probably this weekend.

thanks, hoping youll find somethin
Logged
ghettosuperstar
Newbie
*
Posts: 7


View Profile
« Reply #54 on: July 08, 2010, 11:12:59 PM »

Now...
I need help singing... Shocked
Any tips... Anyone... Grin
Logged
vladtapes
Newbie
*
Posts: 9


View Profile
« Reply #55 on: July 14, 2010, 04:17:02 AM »

hi any updates about code?
Logged
raynebc
Newbie
*
Posts: 5


View Profile
« Reply #56 on: July 21, 2010, 12:39:05 PM »

(Sorry)
« Last Edit: July 23, 2010, 12:46:10 PM by raynebc » Logged
Arakon
Administrator
Xbox Hacker
*****
Posts: 6925


View Profile
« Reply #57 on: July 21, 2010, 01:46:22 PM »

Drop that crap. If there's an update, it will be posted. If not, nothing happens. Nagging won't help anyone and is spam.
Logged

I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
ReverseAffect
Xbox Hacker
*****
Posts: 1345

360Reball


View Profile WWW
« Reply #58 on: July 23, 2010, 07:23:41 PM »

I sure hope you guys sing as good as you whine about this crap...lmfao

anyways i will be listening for the dogs howling at night....
Logged

sick like a mofo..not reballing for a while...
atomical
Newbie
*
Posts: 2


View Profile
« Reply #59 on: July 26, 2010, 01:44:14 PM »

I cant for the life of me get this to work... Tried Party Classics to I love the 80's and vice versa........... They show up in the list but have no pic or vid and show a red banner across saying what disc they are from.....

Any Ideas?

Logged
Pages: « 1 2 3 4 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM