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
> Font Swaper Script Problems
liberty1
post Jun 15 2004, 03:22 PM
Post #1


X-S Enthusiast


Group: Members
Posts: 21
Joined: 26-May 04
Member No.: 122014



I'm tyring to edit the font swaper script to move over the fonts and rename xboxonlinedash.bak back to .xbe. I keep getting errors whenever I try to turn it on or off, any ideas??? All of the files below exist in the places they say they are.. is there possible some syntex error? Any I did already edit the paths with the proper slashes for the rest of the program. thanks for any help anyone can be!!!

liberty



:Swap
Rename C:\Xbox.bak C:\Xbox.xtf
Rename C:\Xbox Book.bak C:\Xbox Book.xtf
Delete C:\bert.xtf
Delete C:\ernie.xtf
Delete C:\xodash\xonlinedash.xbe
Rename C:\xodash\xonlinedash.bak C:\xodash\xonlinedash.xbe
BeginDraw UseCurrent
MessageBox " Font Hack Disabled "
EndDraw
Delay 2
Quit
:Turnon
Rename C:\Xbox.xtf C:\Xbox.bak
Rename C:\Xbox Book.xtf C:\Xbox Book.bak
Rename C:\xodash\xolinedash.xbe c:\xodash\xolinedash.bak
COPY E:\config\bert.xtf C:\bert.xtf
COPY E:\config\ernie.xtf C:\ernie.xtf
COPY E:\config\xonlinedash.xbe C:\xodash\xonlinedash.xbe
BeginDraw UseCurrent
MessageBox " Font Hack Enabled "
EndDraw
Delay 2
Quit

This post has been edited by liberty1: Jun 15 2004, 04:55 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
liberty1
post Jun 15 2004, 11:04 PM
Post #2


X-S Enthusiast


Group: Members
Posts: 21
Joined: 26-May 04
Member No.: 122014



does anyone have any ideas? I've looked though all the action script references/tips I could find about mxm and when I look at it there doesn't seem to be anything wrong? all the slashes are right... and its pretty hard to mess up copy and rename commands... isn't it??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
geniusalz
post Jun 19 2004, 04:43 AM
Post #3


Team MXM
*****

Group: Head Moderator
Posts: 1827
Joined: 3-January 03
Member No.: 16298
Xbox Version: v1.1
360 version: unknown



Sorry about the late reply, didn't see this earlier.

The problem is with lines like these:

Rename C:\Xbox Book.xtf C:\Xbox Book.bak

The two arguments above need to be quoted, because they contain spaces. And inside quotes, the backslashes need to be doubled up... So here's what the line becomes:

Rename "C:\\Xbox Book.xtf" "C:\\Xbox Book.bak"

Do this to any argument that contains spaces
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
liberty1
post Jun 19 2004, 10:23 PM
Post #4


X-S Enthusiast


Group: Members
Posts: 21
Joined: 26-May 04
Member No.: 122014



geniusalz,

Awsome. I couldn't figure it out for the life of me. Tried that and it worked! thanks alot, a late reply is alot better then no reply!!

Liberty
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: 18th May 2013 - 11:03 PM