xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Topspin/ncaafootball2005, Doesn't work on softmod?
Psycho_Ninja
post Feb 10 2005, 01:06 AM
Post #1


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



I was softmodding a friends Xbox, and everything went fine. I put in the Top Spin/NCAA Football 2005 game. However, it got an error 21 message. Any other games I've tried worked, except this one. Is there any way to fix this?

Its a 1.6, with EvoX, EvoX m8 bios, PBL Metoo Loader, and UDE2.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
anjilslaire
post Feb 10 2005, 02:27 AM
Post #2


X-S Freak
*****

Group: Members
Posts: 1176
Joined: 7-October 02
From: /home/laire
Member No.: 4748
Xbox Version: v1.0
360 version: v5.0 (360S - trinity)



That game uses the fonts on the c: drive. Since they're not there (due to the exploit), it crashes. Use nkpatcher instead of pbl, and put a shadow c: on with the retail files.
Read a tut in Krayzie's signature.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 20 2005, 03:55 AM
Post #3


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Ok, I've followed the guide. However, I downloaded NASM and Xbedump, and both shut right back down, so I can't compress/encode/whatever nkpatcher. Any ideas on how to fix this?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cmiz
post Feb 20 2005, 07:42 AM
Post #4


X-S Hacker
******

Group: Members
Posts: 2149
Joined: 7-December 04
Member No.: 174113
Xbox Version: v1.0



nasm and xbedump are command line executables...you need to use dos prompt
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 22 2005, 04:22 AM
Post #5


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Thanks cmiz, now (hopefully) one final question...

Using xbedump, which signature do I use?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 22 2005, 05:29 AM
Post #6


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Nevermind, figured it out. Sorry.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 22 2005, 07:12 AM
Post #7


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Grr. Spoke too soon.

I signed it and everything, and got error 21. I've been over Krayzie's tutorial several times, and I've got the dashboard in the same place. The original file was named default.xbe, so I renames the new one (which is 12kb bigger than the old. If that's a sign I did something wrong, do tell.) I redid the softmod, which replaced the messed up version with original. What now?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mikea198021
post Feb 22 2005, 12:08 PM
Post #8


X-S Enthusiast


Group: Members
Posts: 1
Joined: 25-December 04
Member No.: 180077



There are two ways of playing/launching this game. You can go into boxplorer(you should have this great app) and select drive D: Then click the game folder you want to play, NCAA or Topspin. Once in the actual game folder on Boxplorer, you can click the default.xbe to play the game. Alternateively, copy the game to the hard drive of your xbox. Copy only the NCAA or Topspin folder off the Xbox disc to your HD. Then once it is copied, delete the dashupdate. xbe, and downloader.xbe from your xbox. Works
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BlackWar
post Feb 22 2005, 05:46 PM
Post #9


X-S Expert
***

Group: Members
Posts: 749
Joined: 19-October 04
Member No.: 157964
Xbox Version: v1.6
360 version: v2 (zephyr)



QUOTE(mikea198021 @ Feb 22 2005, 03:14 AM)
There are two ways of playing/launching this game.  You can go into boxplorer(you should have this great app) and select drive D:  Then click the game folder you want to play, NCAA or Topspin.  Once in the actual game folder on Boxplorer, you can click the default.xbe to play the game.  Alternateively, copy the game to the hard drive of your xbox.  Copy only the NCAA or Topspin folder off the Xbox disc to your HD.  Then once it is copied, delete the dashupdate. xbe, and downloader.xbe from your xbox.  Works
*



also, you can opt for having shadowc installed with the origional files on it. some installers (shamefull plug coming....) including mine (end of shamefull plug, lol) can install this for you, assuming that your C: is put back to stock before you begin.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 23 2005, 04:21 AM
Post #10


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



I wish that was a choice BlackWar, but I'm using Splinter Cell.

Ok, just to double check, what would I type in for nasm and xbedump?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cmiz
post Feb 23 2005, 05:33 AM
Post #11


X-S Hacker
******

Group: Members
Posts: 2149
Joined: 7-December 04
Member No.: 174113
Xbox Version: v1.0



for nasm:
nasm -o nkpatcher.xbe xboxapp.asm

for xbedump
xbedump nkpatcher.xbe -habibi

then take the out.xbe file and use that to replace whatever file the fonts were booting.

edit: actually i find it's easier to make a .bat file using notepad in the src folder of nkpatcher 10. then just copy nasm and xbedump into the folder and have the .bat file run this script:

nasm -o nkpatcher.xbe xboxapp.asm
xbedump nkpatcher.xbe -habibi
del nkpatcher.xbe
rename out.xbe nkpatcher.xbe

then just take nkpatcher.xbe and use that wherever you want to...

This post has been edited by cmiz: Feb 23 2005, 05:34 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 24 2005, 12:13 AM
Post #12


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Ok, did all that, still get the error, so apparently, I'm doing something else wrong.



This post has been edited by Psycho_Ninja: Feb 24 2005, 12:18 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 24 2005, 12:41 AM
Post #13


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Well, I've 'encoded' it right. I tried replacing the new file with the old default.xbe in the BiosLD folder by renaming- Error 21. I've tried running the new file as a program by naming it default.xbe and putting it in a new folder (roundabout way, i know, maybe flawed)- Error 21.

Either I'm running it wrong, or I did something wrong with the config.I know I should probably use a program to run the .xbe, but I've never used boxplorer, and didnt put another program on this xbox that could. Suggesstions?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Psycho_Ninja
post Feb 24 2005, 01:45 AM
Post #14


X-S Member
*

Group: Members
Posts: 73
Joined: 23-March 04
Member No.: 109218



Well, I went back, and found I had a typo where it pointed to the dashbord. Replaced, ran, and followed the rest of the tutorial. SUCCESS! Thanks everyone who helped.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 23rd May 2013 - 03:53 AM