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
> Chilin Dude Response, from Action Script Collection
LarryX
post Mar 20 2004, 03:39 PM
Post #1


X-S Young Member
*

Group: Members
Posts: 42
Joined: 25-July 03
Member No.: 52151
Xbox Version: v1.0



The thread you posted in is just for Action Script Postings...


It looks to me that the xas can't find pwscreen.xas...

In line 12 - $actualpath$ tells you where MXM is run from... So if you launch MXM as a dashboard from c:\ then $actualpath$ = c:\ ... Just make sure that the callfile line points to pwscreen.xas.... there are several others in the xas.

I use my own variables to define paths... Load the following code in MXM.xml Autoexec... Edit the paths to your situation....

line 12: callfile %_scriptpath%pwscreen.xas

CODE
;#
;#Set MXM Scripting Enviroment Path Variables
;#auto load in AutoExec in MXM.xml
;#


SET _scriptpath "c:\\mxm\\mxmscripts\\"
SET _gamepath "f:\\games\\"
;SET _appspatch "f:\\apps\\"
;SET _skinpath "c:\\mxm\\mxmskins\\"
;SET _mediapath "e:\\mxmmedia\\"
;SET _thumbspath "e:\\mxmmedia\\"
;SET _coverartpath "e:\\mxmmedia\\"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 03:56 PM
Post #2


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



Thanks for the reply, so say if i'm runnning from E:\Scripts\pw.xas
Then i have to change $actualpath$\scripts\pwscreen.xas to E:\Scripts\pw.xas and do that all the way through?
edit: nope thats wrong, i have to add that stuff quoted into the mxm.xml!

This post has been edited by chilin_dude: Mar 20 2004, 03:58 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 04:07 PM
Post #3


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



Still can't figure it out, I get this screen:
user posted image
And this is how I have changed the MXM.XML to try to do what you said

QUOTE

;#
;#Set MXM Scripting Enviroment Path Variables
;#auto load in AutoExec in MXM.xml
;#


SET _scriptpath "e:\\scripts\\"
SET _gamepath "E:\\games\\"
;SET _appspatch "E:\\apps\\"
;SET _skinpath "c:\\skins\\"
;SET _mediapath "e:\\mxmmedia\\"
;SET _thumbspath "e:\\mxmmedia\\"
;SET _coverartpath "e:\\mxmmedia\\"
<Config>
<Main>
<DiscTitle>Rich Xbox</DiscTitle>
<DiscSubtitle>Rich Xbox </DiscSubtitle>
<AllowAutoConfig>No</AllowAutoConfig>
<SkinsPath>C:\Skins</SkinsPath>
</Main>
</Config>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
flattspott
post Mar 20 2004, 04:19 PM
Post #4


X-S Freak
*****

Group: Moderator
Posts: 1787
Joined: 14-April 03
From: Southern California
Member No.: 32293
Xbox Version: v1.0
360 version: v1 (xenon)



Firs off if you plan on doing it the LarryX way, it would be like this.

%_ScriptPath%pw.xas

Second, it looks to me like you didn't do the autoexec part correctly. Should be..

CODE

<scripts>
<ActionScript Name="_AutoExec">
SET _ScriptPath E:\scripts\
SET _GamePath E:\games\
SET _AppPath E:\apps\
SET _SkinPath C:\skins\
SET _MediaPath E:\mxmmedia\
SET _ThumbPath E:\mxmmedia\
SET _CoverPath E:\mxmmedia\
</ActionScript>
</Scripts>


And qoutes are ONLY needed when the path has spaces in it.

This post has been edited by flattspott: Mar 20 2004, 04:25 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 06:22 PM
Post #5


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



Ok I removed that from my MXM.XML and have added it to my menu.xml shown below
QUOTE

<Title>Fan Speed</Title>
<Description>Change Fan Speed</Description>
<Action>Callfile E:\Scripts\FanSpeed.xas</Action>
<Media>E:\MXM Videos\scripts.wmv</Media>
</Item>
<Item>
<Title>AutoExec</Title>
<Description>AutoExec</Description>
<Action>Callfile E:\Scripts\_AutoExec.xas</Action>
<Media>E:\MXM Videos\scripts.wmv</Media>
</Item>
</Submenu>
</menu>


So i ran AutoExec then went back and tried to launch a game I had passcoded and this time I got the screen where you got to put in the pascode
and the black screen with 5 boxes to put in my pasword comes up. However it then freezes before I press anything and says 'error line 81' and I have to turn off xbox then back on.
And to get to even be able to get to the password bit were it crashes I have to run AutoExec AGAIN!
Please help meeee
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 06:30 PM
Post #6


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



just now saw this post, so i modified the script so now you wont have to worry about the problem you guys are getting
CODE
<Item>
<Title>Game1</title>
<Action>
 SET DIGIT1a A
 SET DIGIT2a B
 SET DIGIT3a X
 SET DIGIT4a Y
 SET DIGIT5a A
 SET PWSCRIPTPATH "E:\\scripts"
 SET PATHNAME "C:\\folder\\anotherfolder"
 SET FILENAME "default.xbe"
 Callfile %PWSCRIPTPATH%\pw.xas
</Action>
</Item>


that is how the new script works, so now the script can be run from anywhere. hopefully the new version (1.1) will be on AXS soon

get it here
http://forums.xbox-scene.com/index.php?act...=0#entry1165411

This post has been edited by tayior7: Mar 20 2004, 06:43 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 06:37 PM
Post #7


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



Well I have got it working sort of, but i have to run Autoexec to get it to work!!!
Please can you just post the two scripts up here so i can create it in Notepad?
And btw do you plan on implementing a background image for it? As i think a 'Please enter password' windows style background would be good!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 06:42 PM
Post #8


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



i didnt think u could add a bg image with the current public version?
anyways, heres a link to the scripts:
http://forums.xbox-scene.com/index.php?act...=0#entry1165411
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 06:44 PM
Post #9


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



Hmm i have changed to the newer version that i dld off your ftp, however now it has gone back to the line 12 error!
edit: still got this on line 12
Callfile $actualpath$\scripts\pwscreen.xas
could this be the cause?

This post has been edited by chilin_dude: Mar 20 2004, 06:47 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 06:52 PM
Post #10


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



where did u find
CODE
Callfile $actualpath$\scripts\pwscreen.xas

that isnt supposed to be there anymore ohmy.gif


edit: my bad- i saved the wrong file DOH

This post has been edited by tayior7: Mar 20 2004, 06:53 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
geniusalz
post Mar 20 2004, 06:52 PM
Post #11


Team MXM
*****

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



Insert this above the problematic line:

CODE
Begindraw
messagebox $actualpath$\scripts\pwscreen.xas
enddraw

DELAY 5

Callfile $actualpath$\scripts\pwscreen.xas


Then run it, and see what exact path/filename its looking for, and verify it exists. Remember to check for missing or double slashes and whatnot.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 06:59 PM
Post #12


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



ok new (and hopefully fixed biggrin.gif ) version is now up
http://forums.xbox-scene.com/index.php?act...=0#entry1165411
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chilin_dude
post Mar 20 2004, 07:06 PM
Post #13


X-S Knowledgebase
********

Group: Members
Posts: 4945
Joined: 12-January 03
From: USA
Member No.: 19165
Xbox Version: v1.0
360 version: unknown



QUOTE (tayior7 @ Mar 20 2004, 08:59 PM)
ok new (and hopefully fixed biggrin.gif ) version is now up
http://forums.xbox-scene.com/index.php?act...=0#entry1165411

Yeah!!!!
Thats the one!
Works beautifully now!!
Is it possible to use this to password a folder?
Also would anyone have any idea how to add a background image?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 07:22 PM
Post #14


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



hmm never really thought about doing it for a folder.. ill have to think about that one. and about the image i think you migt be able to do it in the next release, but not positive
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tayior7
post Mar 20 2004, 07:25 PM
Post #15


X-S Senior Member
**

Group: Members
Posts: 276
Joined: 10-November 02
Member No.: 8183



it might be possible to replace the built in password feature in internal.xml with mine, ill look into it later
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 - 04:57 PM