|
  |
Share Scripts For Others, Post new scripts and changes here |
|
|
| BenJeremy |
Sep 30 2003, 02:09 PM
|

X-S Elysian
            
Group: Head Moderator
Posts: 9688
Joined: 19-July 02
Member No.: 1853
Xbox Version: v1.1
360 version: v1 (xenon)

|
| QUOTE (Madgame @ Sep 30 2003, 10:47 AM) | My bios is X2 4976.02.
I was trying it with TWPGA2004. | How was MXM launched?
This is an odd problem. If you see it in FTP, the ActionScripts should also see it fine.
|
|
|
|
| |
| Habs69M |
Sep 30 2003, 02:33 PM
|

X-S Senior Member
 
Group: Members
Posts: 259
Joined: 13-January 03
Member No.: 19277
Xbox Version: unk

|
| QUOTE (vexx22 @ Sep 30 2003, 04:02 PM) | I mean i have EvolutionX D6 bios it to long that i put in on the chip, sorry.
I think its because the xecuter Bios becasue HABS69M has Xecuter too i mean. And has problems too. | Huh? My bios is Evox 2.6 V1 blue , and everything works fine here on a homebrew mod (untill i get my Chameleon this week hehe)
|
|
|
|
| |
| DBZRacer |
Sep 30 2003, 06:58 PM
|

X-S Expert
  
Group: Members
Posts: 620
Joined: 9-April 03
Member No.: 31259
Xbox Version: v1.1

|
| QUOTE (chilin_dude @ Sep 30 2003, 12:26 PM) | Well i can't share a script as i don't know how to make one, however i can sugest one: This is for people who used to use pxhddloader to copy games: Scan E:hddloadergame00 (or E:hddloadergame00) for the name in the default.xbe and then rename the folder to this.... I believe this would be a very helpful script but i am too stupid to make it | Good idea... I'll see if I have some time later today to whip it up...
|
|
|
|
| |
| chilin_dude |
Oct 1 2003, 01:52 PM
|

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

|
| QUOTE (DBZRacer @ Sep 30 2003, 08:58 PM) | | QUOTE (chilin_dude @ Sep 30 2003, 12:26 PM) | Well i can't share a script as i don't know how to make one, however i can sugest one: This is for people who used to use pxhddloader to copy games: Scan E:hddloadergame00 (or E:hddloadergame00) for the name in the default.xbe and then rename the folder to this.... I believe this would be a very helpful script but i am too stupid to make it |
Good idea... I'll see if I have some time later today to whip it up... |
Any progress? Edit: Just had a great but simple idea for a script! How about one that makes your xbox shutdown after 30 minutes (obviously this would only work IN MXM,) this would be great for people who listen to music as they go to sleep
This post has been edited by chilin_dude: Oct 1 2003, 01:56 PM
|
|
|
|
| |
| onthereal |
Oct 1 2003, 02:34 PM
|
X-S Young Member

Group: Members
Posts: 38
Joined: 25-June 03
Member No.: 45746
Xbox Version: unk
360 version: v5.0 (360S - trinity)

|
| QUOTE (chilin_dude @ Oct 1 2003, 07:52 AM) | Edit: Just had a great but simple idea for a script! How about one that makes your xbox shutdown after 30 minutes (obviously this would only work IN MXM,) this would be great for people who listen to music as they go to sleep  |
This might work, but I think MXM halts all music and movies while a action script is running. Since I’m at work I can’t test it.
| CODE | ;############################## ;# # ;# Sleep Timer Script # ;# Version: 0.5 # ;# By: The Anticrust # ;# # ;##############################
SET seconds "1800"
; !!!DO NOT EDIT Below if you do not know what you are doing!!!
:Count If %seconds% == 0 GOTO Halt If %seconds% != 0 GOTO Subtract QUIT
:Subtract BeginDraw UseCurrent MessageBox "Xbox will be going to sleep in %seconds% seconds" EndDraw DELAY 1 SUB %seconds% 1 GOTO Count QUIT
:Halt BeginDraw UseCurrent MessageBox "Good night..." EndDraw DELAY 5 Shutdown QUIT
|
|
|
|
|
| |
| BenJeremy |
Oct 1 2003, 02:48 PM
|

X-S Elysian
            
Group: Head Moderator
Posts: 9688
Joined: 19-July 02
Member No.: 1853
Xbox Version: v1.1
360 version: v1 (xenon)

|
| QUOTE (onthereal @ Oct 1 2003, 11:34 AM) | | QUOTE (chilin_dude @ Oct 1 2003, 07:52 AM) | Edit: Just had a great but simple idea for a script! How about one that makes your xbox shutdown after 30 minutes (obviously this would only work IN MXM,) this would be great for people who listen to music as they go to sleep  |
This might work, but I think MXM halts all music and movies while a action script is running. Since I’m at work I can’t test it.
| CODE | ;############################## ;# # ;# Sleep Timer Script # ;# Version: 0.5 # ;# By: The Anticrust # ;# # ;##############################
SET seconds "1800"
; !!!DO NOT EDIT Below if you do not know what you are doing!!!
:Count If %seconds% == 0 GOTO Halt If %seconds% != 0 GOTO Subtract QUIT
:Subtract BeginDraw UseCurrent MessageBox "Xbox will be going to sleep in %seconds% seconds" EndDraw DELAY 1 SUB %seconds% 1 GOTO Count QUIT
:Halt BeginDraw UseCurrent MessageBox "Good night..." EndDraw DELAY 5 Shutdown QUIT
| | Correct, but I will look at some triggers and such to fire ActionScripts.
So short answer: not at the moment. Soon.
|
|
|
|
| |
| chilin_dude |
Oct 1 2003, 02:53 PM
|

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

|
| QUOTE (BenJeremy @ Oct 1 2003, 04:48 PM) | | QUOTE (onthereal @ Oct 1 2003, 11:34 AM) | | QUOTE (chilin_dude @ Oct 1 2003, 07:52 AM) | Edit: Just had a great but simple idea for a script! How about one that makes your xbox shutdown after 30 minutes (obviously this would only work IN MXM,) this would be great for people who listen to music as they go to sleep  |
This might work, but I think MXM halts all music and movies while a action script is running. Since I’m at work I can’t test it.
| CODE | ;############################## ;# # ;# Sleep Timer Script # ;# Version: 0.5 # ;# By: The Anticrust # ;# # ;##############################
SET seconds "1800"
; !!!DO NOT EDIT Below if you do not know what you are doing!!!
:Count If %seconds% == 0 GOTO Halt If %seconds% != 0 GOTO Subtract QUIT
:Subtract BeginDraw UseCurrent MessageBox "Xbox will be going to sleep in %seconds% seconds" EndDraw DELAY 1 SUB %seconds% 1 GOTO Count QUIT
:Halt BeginDraw UseCurrent MessageBox "Good night..." EndDraw DELAY 5 Shutdown QUIT
| |
Correct, but I will look at some triggers and such to fire ActionScripts.
So short answer: not at the moment. Soon. | Well thanks on the real that will be handy when it can be used... i take it where 1800 seconds is i could change this to whatever i want? Then say name one script xbox off 10min. another xbox off 20 min etc?
Ben J must say these scripts are turning out damn nice... i think you should include the dvd ripping one in the default.xbe or something so that the n00bs to mxm see it can rip there games too! Thanks for the hard work again BJ!
|
|
|
|
| |
| DBZRacer |
Oct 1 2003, 08:20 PM
|

X-S Expert
  
Group: Members
Posts: 620
Joined: 9-April 03
Member No.: 31259
Xbox Version: v1.1

|
| QUOTE (chilin_dude @ Oct 1 2003, 07:52 AM) | | QUOTE (DBZRacer @ Sep 30 2003, 08:58 PM) | | QUOTE (chilin_dude @ Sep 30 2003, 12:26 PM) | Well i can't share a script as i don't know how to make one, however i can sugest one: This is for people who used to use pxhddloader to copy games: Scan E:hddloadergame00 (or E:hddloadergame00) for the name in the default.xbe and then rename the folder to this.... I believe this would be a very helpful script but i am too stupid to make it |
Good idea... I'll see if I have some time later today to whip it up... |
Any progress? Edit: Just had a great but simple idea for a script! How about one that makes your xbox shutdown after 30 minutes (obviously this would only work IN MXM,) this would be great for people who listen to music as they go to sleep | PxHDDLoader Folder Renamer Script is done but I used the WIP release script commands since it was going to make it easier to modify the script to search/edit/change other things aside from the PxHDDLoader stuff. I'm planning on expand the flexibility/power of the script later today when I get home but you can chalk up a working Folder Renamer script for PxHDDLoader...
|
|
|
|
| |
| DBZRacer |
Oct 1 2003, 10:38 PM
|

X-S Expert
  
Group: Members
Posts: 620
Joined: 9-April 03
Member No.: 31259
Xbox Version: v1.1

|
| QUOTE (vexx22 @ Oct 1 2003, 04:32 PM) | | Cool Script DBZRacer, i have a question because your %search_name%string%, i know what it is and what it do, but by me it has no function, how old is your wip version? | I was using yesterdays WIP binaries. It shouldnt matter if you're using todays WIP as the %search_name% wasnt affected by yesterdays bug.
If you're getting empty results for %search_name% then that means you dont have any folders that start with "pxgame" in your hddloader directory... I can add a check in there later to display a message if it can't find a folder to rename...
|
|
|
|
| |
|
  |
|