xboxscene.org forums

Author Topic: Incremental Skin Selection  (Read 743 times)

Gonzo_PhD

  • Archived User
  • Full Member
  • *
  • Posts: 103
Incremental Skin Selection
« on: March 27, 2004, 10:06:00 AM »

Is it possible to create a script that will change skins incrementally (or alphabetically) with each reboot?  Meaning, if I have 10 skins in my skin folder and I'm currently using skin #1 - could I create a script that would automatically change to #2 on the next boot, #3 on the following boot, etc.?

The reason I ask is that when set to "random", MXM seems to always show the same 5 or 6 skins - out of 150.  There are some I never, ever see.  

I don't fully understand how action scripts function, or how the "random" selection works either - so any insight anyone could offer would be appreciated.  Thanks.
Logged

geniusalz

  • Archived User
  • Hero Member
  • *
  • Posts: 1635
Incremental Skin Selection
« Reply #1 on: March 27, 2004, 10:55:00 AM »

Using scripts, you could manually force it to load incrementally, by specifying the skin name in the mxm.xml.

So on autoexec, it should scan skin dir's, pick the 'next' one, and put its name into the mxm.xml.
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Incremental Skin Selection
« Reply #2 on: March 29, 2004, 07:59:00 AM »

This is what Im thinking,

You make an xml file of all your skins

<Skin name="MXM Tivo">True</Skin>
<Skin name="The Architect">False</Skin>
<Skin name="Cirkular">False</Skin>

Only one is set to true, then you have an _AutoExec script that checks it, Set the true to false and then sets the next skin in the list to true and edits the prefs.xml.

This way you'd go through the entire list before repeating skins
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Incremental Skin Selection
« Reply #3 on: March 29, 2004, 05:32:00 PM »

If you have a WIP access I just made a nify script to do this very thing.

If you don't have WIP access you'll just have to wait till the Next official release comes out.
Logged

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
Incremental Skin Selection
« Reply #4 on: March 29, 2004, 07:34:00 PM »

How about posting it for those that do have WIP access?
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Incremental Skin Selection
« Reply #5 on: March 29, 2004, 07:34:00 PM »

tongue.gif

It's a topic with a user posted image
Logged

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
Incremental Skin Selection
« Reply #6 on: March 29, 2004, 07:54:00 PM »

Ah, shit, lol.  Oh well.
Logged

Gonzo_PhD

  • Archived User
  • Full Member
  • *
  • Posts: 103
Incremental Skin Selection
« Reply #7 on: March 30, 2004, 06:11:00 PM »

QUOTE (flattspott @ Mar 29 2004, 10:25 PM)
If you have a WIP access I just made a nify script to do this very thing.

If you don't have WIP access you'll just have to wait till the Next official release comes out.

No WIP access for me, so I'll have to wait.  Thanks for your input though.  I'll be sure to check out the script you whipped up (quite quickly, by the way) with the next release.  beerchug.gif
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Incremental Skin Selection
« Reply #8 on: March 30, 2004, 06:28:00 PM »

I'll see if I can dumb it done for all of you non WIPers tomorrow

This post has been edited by flattspott: Mar 31 2004, 02:31 AM
Logged