spillage
Dec 23 2003, 08:43 PM

Is it possible to run an actionscript, in this case the fanspeed adjuster, when loading an app or game. What I want to be able to do is have the fan max out when I run XBFTP or do a system link at LAN parties on preset games.
I.e Load Halo fan goto to 100%
Reset to dash fan to 20%
Happy Christmas
geniusalz
Dec 23 2003, 08:57 PM
You need to specify an OnLaunch script in your mxm.xml
<Config>
...
<scripts>
<ActionScript name="_OnLaunch"> (or maybe it's without the underscore, try either)
Set fanspeed whatever
</ActionScript>
</Scripts>
...
</Config>
spillage
Dec 24 2003, 11:04 PM
geniusalz,
thanks I will try that later today when the f**king relatives invade my space.
Cheers
spillage
Dec 24 2003, 11:32 PM
Sorry, but after thinking about it I don't understand where to implement the command.
A hint, rather than the answer would be appreciated using this as an example. Thanks
<item>
<dir>F:HDDLOADERProject Gotham Racing 2</dir>
<exe>F:HDDLOADERProject Gotham Racing 2default.xbe</exe>
<title>Project Gotham Racing 2 (PAL)</title>
<media>F:MXM Video Previewst_projectgothamracing2.wmv</media>
</item>
geniusalz
Dec 24 2003, 11:40 PM
The onlaunch executes everytime you launch anything
But if you want it only for certain games, then:
<item>
<dir>F:HDDLOADERProject Gotham Racing 2</dir>
<action>
SETFANSPEED whatever (10-50, i think)
EXEC "F:\\HDDLOADER\\Project Gotham Racing 2\\default.xbe" (Might wanna check on the use of backslashes inside qoutes, i think u have to double them up)
</action>
<title>Project Gotham Racing 2 (PAL)</title>
<media>F:MXM Video Previewst_projectgothamracing2.wmv</media>
</item>
spillage
Dec 24 2003, 11:47 PM
That was fast.......................
Respect
spillage
Dec 25 2003, 05:36 PM
<item>
<dir>F:HDDLOADERProject Gotham Racing 2</dir>
<action>
EXEC "F:HDDLOADERProject Gotham Racing 2default.xbe"
SETFANSPEED Manual 50
</action>
<title>Project Gotham Racing 2 (PAL)</title>
<media>F:MXM Video Previewst_projectgothamracing2.wmv</media>
</item>
The above xml snippett provides an increase in fanspeed up until the game xbe is run. The fanspeed is then returned to the default setting of the bios in use.
Is there anything that can be done as a work around for this.
If the the fanspeed is adjusted by calling the .xas, setting the fanspeed to 50 then running a game xbe, I can confirm that the fanspeed deafults to the bios setting.
Thanks
spillage
Dec 25 2003, 05:39 PM
Any reason why the boards current font won't allow backslashes? \\\
spillage
Dec 25 2003, 05:40 PM
That's wierd I typed 5 of them and only three are visible. \\
geniusalz
Dec 25 2003, 08:07 PM
SETFANSPEED Manual 50
EXEC "F:HDDLOADERProject Gotham Racing 2default.xbe"
Set the speed first, THEN execute.
And the board converts two backslashes to one. And I think MXM does that too, if its inside qoutes
spillage
Dec 26 2003, 11:48 AM
Tried that thanks, but alas the game seems more interested in what the bios thinks than it's user and Master. Might have to have a normal bios and a LAN bios. But it would be neater to have it done in software instead.
Suggestions on a postcard.
Thanks
BenJeremy
Dec 26 2003, 12:32 PM
| QUOTE (spillage @ Dec 26 2003, 07:48 AM) |
Tried that thanks, but alas the game seems more interested in what the bios thinks than it's user and Master. Might have to have a normal bios and a LAN bios. But it would be neater to have it done in software instead.
Suggestions on a postcard.
Thanks |
PRobably right. The fan speed might get reset when the system "reboots" to load the software. 
Perhaps that's another area to patch dynamically.
spillage
Dec 26 2003, 02:23 PM
Patch Dynamically he says! The words of a God mean nothing to small fry like myself. I understand what you mean but not how to do it. Are you suggesting an MXM mod of something that would need to be done to the bios or the particular xbe?
BenJeremy
Dec 26 2003, 03:25 PM
| QUOTE (spillage @ Dec 26 2003, 10:23 AM) |
| Patch Dynamically he says! The words of a God mean nothing to small fry like myself. I understand what you mean but not how to do it. Are you suggesting an MXM mod of something that would need to be done to the bios or the particular xbe? |
Basically, MXM can directly patch the BIOS in RAM (where it is cached), to change the way it works.
If I know where the location is for setting the fan speed, I can direclty patch it to force it to any speed when running a program.
spillage
Dec 26 2003, 11:08 PM
I am sure it's not particularly easy but is that something you could issue as a patch for those who want it or are we talking about 09n8 or so?
I found my box running at 61c (CPU) and 59c (MB) after 11 hours of link gaming. My bios was set for 20% (fanspeed). I considered this an issue and as such will use a second bank set to 100% for the time being.
Cheers BenJeremy
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.