Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
Can anyone help, im trying to get face race off my sons innotab 2 and put on his 3s but cant seem to get it to work. Ive dumped the system files and found 3 different files that are called face race or similar, iv looked on squilte database editor and i copied the file which it said on there where it gets it from. But it doesnt work. Any help would be great as my son is crazing me for it. Thanks
Posts: 990
Threads: 78
Joined: Dec 2013
Reputation:
36
I believe that is one of the "built in" games. I am not sure if you will be able to easily get it and put it on another system or at least without some effort. You will most likely need to find all the files associated with the game and copy those all over.
Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
10-18-2016, 11:40 AM
(This post was last modified: 10-18-2016, 11:41 AM by h0ppal0ng.)
I did have another quick look and found in 1 of the folders was the sounds etc and similar in the other 2 folders but i couldnt see a run file anywhere. Ive also managed to get the dummy cart from the system dump and that works fine on the 3s. Any help would be great. Thanks deak
Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
Im still lost, as i change the spiffy hack and then did a system dump on my 3s. But then to find face race is already on there. I just havent got a clue. I added it into the same database as h2o and colour and pop. Think it was innotab_if then i added the database to my memory card along with the original innotab_wf.
Can anyone help me with this? Thanks
Posts: 990
Threads: 78
Joined: Dec 2013
Reputation:
36
If it is there, I assume it would work. Maybe you are pointing to the wrong location. What info did you use when adding it to your database?
Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
Deak if i sent you a link to my 3s system dump would you please be able to have a look for me? Thanks
Posts: 990
Threads: 78
Joined: Dec 2013
Reputation:
36
post what you added to your database for the game
Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
I tried adding this ' ./face_race.title' then type 256 as i got it from other directory. I tried adding it to the innopad_wf which didnt work and then innopad_In where the other 2 games were.
Posts: 53
Threads: 11
Joined: Jun 2015
Reputation:
0
this is what was in the _run file
#!/bin/sh
cd /vp_mnt/Bundle
./facerace_title.sh
Posts: 990
Threads: 78
Joined: Dec 2013
Reputation:
36
10-24-2016, 05:33 PM
(This post was last modified: 10-24-2016, 05:34 PM by Deak Phreak.)
./ means "current directory" The game is not in the same folder as the database file. You are most likely pointing to the wrong location. /vp_mnt/Bundle/facerace_title.sh Try that. Or /vp_mnt/Bundle/face_race.title something like that.