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
2 Pages V  1 2 >  
Reply to this topicStart new topic
> "+" (plus) Character In Files On Xbox?
crs
post Sep 15 2003, 10:12 PM
Post #1


X-S Member
*

Group: Members
Posts: 108
Joined: 15-September 03
Member No.: 62666



Is the "+" (plus) character allowed used in files in the Xbox file system?

I can not transfer a file from the Alter Echo DVD (/ODB Data/ODB Media/xvg/Object_Gunshhip_Fly_by_24+.xvg) to my drive, and it seems because of the "+" character. I tried storing other files with "+" in the name, or renaming files to something with "+" and that was denied also. I tried storing with ftp to several ftp servers (XBFileZilla, EvoX, Avalaunch). Avalaunch for example has the "+" character available when pulling up the software keyboard when renaming.

I kind of thought that Alter Echo file was bullshit since "Gunshhip" was spelled wrong, but well, you never know? smile.gif

Trond
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dreamcazman
post Sep 16 2003, 06:46 AM
Post #2


X-S Freak
*****

Group: Members
Posts: 1174
Joined: 20-July 02
From: Australia
Member No.: 1891
Xbox Version: v1.4
360 version: v4.0 (jasper)



Do a search before asking a question which no doubt would have already been answered wink.gif

Anyways, have a look here how you can fix it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
heinrich
post Sep 16 2003, 08:22 AM
Post #3


..assuming the role of God
*********

Group: Head Moderator
Posts: 5576
Joined: 9-May 03
From: Ohio
Member No.: 36927
Xbox Version: v1.0
360 version: v1 (xenon)



The following characters are permitted:
! # $ % & ' ( ) - . @ [ ] ^ _ ` { } ~
Numerals 0 through 9
Upper and lower-case letters A through Z


The following characters cannot be used:
< > = ? : ; " * + , / |
Characters values 0 through 31 and 128 through 255.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
crs
post Sep 16 2003, 02:27 PM
Post #4


X-S Member
*

Group: Members
Posts: 108
Joined: 15-September 03
Member No.: 62666



Yeah I already fixed the prob with Alter Echo by altering the file references in the appropriate data files. My main question was really about the characters allowed/denied thing. Which was nicely answered by heinlich, thanks!

Trond
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
moistness
post Sep 16 2003, 02:31 PM
Post #5


X-S Freak
*****

Group: XS-BANNED
Posts: 1512
Joined: 14-August 03
From: Modhator
Member No.: 56048
Xbox Version: v1.2



is it not possible to remove the offending character, ftp it over, then rename it on the xbox?
slap me if im asking a stupid question! smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
whiffin
post Sep 16 2003, 02:58 PM
Post #6


X-S Freak
*****

Group: Members
Posts: 1133
Joined: 10-September 02
From: Salisbury, UK
Member No.: 3644



No - the Xbox file system wont support the chars at all

So far, as far as I'm aware 3 games have had invalid filenames:

1. Enter the matrix - too long (patch available)
2. Alter Echo - + symbol (patch manually using hex editor)
3. Furious karting - french C symbol - no patch out yet

The way they are patched, and the opnly way they can be put on the HDD is by renaming offending files, then changing all links to them using a hex editor. Once done, process can be automated into a patch.

If these are 3 rogue games, then cool, but if this is a new copy protection then hmmmmmn, new app needed.

Not too hard though (although I've never coded Xbox stuff) - I don't think

1. If a file wont copy, rename to a file that doesn't exist (even 000001.xxx or summin)
2. Scan through ALL files and replace all instances with new filename
3. Upload all modied files

If someone can make a DVD-Xbox_HD app that does this it'll be great

Only a matter of time ...

A
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
crs
post Sep 16 2003, 05:54 PM
Post #7


X-S Member
*

Group: Members
Posts: 108
Joined: 15-September 03
Member No.: 62666



As I said, that's what I did, I searched all files on the DVD for references to that particular file, altered the references with a hex editor to a different filename, renamed file in question. And this should be easy to automate and/or make a patch for games incorporating this kind of trickery. Actually I am surprised it has not been used more often yet, if it seems to be this effective (atleast initially until people learn).

Trond
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
whiffin
post Sep 17 2003, 09:33 AM
Post #8


X-S Freak
*****

Group: Members
Posts: 1133
Joined: 10-September 02
From: Salisbury, UK
Member No.: 3644



QUOTE (crs @ Sep 16 2003, 06:54 PM)
As I said, that's what I did, I searched all files on the DVD for references to that particular file, altered the references with a hex editor to a different filename, renamed file in question. And this should be easy to automate and/or make a patch for games incorporating this kind of trickery. Actually I am surprised it has not been used more often yet, if it seems to be this effective (atleast initially until people learn).

Trond

How did U search for references (what software) - I used WinXP seasrch function and it doesn't seem to work

Am I being dumb?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dreamcazman
post Sep 18 2003, 05:16 AM
Post #9


X-S Freak
*****

Group: Members
Posts: 1174
Joined: 20-July 02
From: Australia
Member No.: 1891
Xbox Version: v1.4
360 version: v4.0 (jasper)



QUOTE (whiffin @ Sep 17 2003, 10:33 AM)
How did U search for references (what software) - I used WinXP seasrch function and it doesn't seem to work

Am I being dumb?

Kinda tongue.gif

You need to use a hex editting program (like Winhex) in order to see the guts of each file and then you can edit specific bytes. As in the case of Alter Echo, change the + to some other character the Xbox file system can deal with.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
whiffin
post Sep 18 2003, 02:12 PM
Post #10


X-S Freak
*****

Group: Members
Posts: 1133
Joined: 10-September 02
From: Salisbury, UK
Member No.: 3644



Yeah - I can change the content of the files (I use XVI32) - that's cool

But i need to know which files to change

So I need a search program that'll go through all files and look for a particular string - I can then open these files and hex-edit the appropriate characters etc ....

Will Winhex allow me to search 40,000 files for a string as a batch job?

Cheers
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ayrez
post Sep 19 2003, 02:07 PM
Post #11


X-S Enthusiast


Group: Members
Posts: 11
Joined: 10-August 03
Member No.: 55350



Is there any program available that can change the chars and the limitation in batch mode (e.g. 200 files in a directory at the same time) ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dreamcazman
post Sep 20 2003, 09:13 AM
Post #12


X-S Freak
*****

Group: Members
Posts: 1174
Joined: 20-July 02
From: Australia
Member No.: 1891
Xbox Version: v1.4
360 version: v4.0 (jasper)



QUOTE (whiffin @ Sep 18 2003, 03:12 PM)
So I need a search program that'll go through all files and look for a particular string - I can then open these files and hex-edit the appropriate characters etc ....

AFAIK, the only way to do it is manually check every file, or do an educated guess.

ie. There wouldn't be any reference to files in audio/movie/graphic etc files.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
whiffin
post Sep 20 2003, 10:02 AM
Post #13


X-S Freak
*****

Group: Members
Posts: 1133
Joined: 10-September 02
From: Salisbury, UK
Member No.: 3644



So no batch search facility at all?

In furious karting I think there is 40,000 files - even an educated guess is gonna be a long job

There must be a search app out there ?!?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
crs
post Sep 20 2003, 10:35 AM
Post #14


X-S Member
*

Group: Members
Posts: 108
Joined: 15-September 03
Member No.: 62666



I think there is... Norton Utilities has some programs that will search an entire disk for example... and you can hex edit the sector on the spot, without even knowing what file it is...

Trond
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dcaruana
post Sep 20 2003, 07:44 PM
Post #15


X-S Member
*

Group: Members
Posts: 94
Joined: 20-January 03
Member No.: 20512
Xbox Version: v1.1
360 version: none



Use UltraEdit. Hex/Ascii editor and can search multiple files.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V  1 2 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 24th May 2013 - 03:52 PM