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
> .....help From Tha Coding Gods!, custom config panel
motofo
post Apr 18 2005, 01:33 AM
Post #1


X-S Member
*

Group: Members
Posts: 86
Joined: 27-January 04
Member No.: 95573



Was wondering if it is possible to edit an .ini file in the root of the E partition from a config panel?
Heres my idea, just dont know where to start or if possible. uhh.gif
Make a seperate config panel that would edit the x2config.ini on the root of the E drive. We would then have customizable bios from within the dash biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JbOnE
post Apr 18 2005, 05:42 AM
Post #2


X-S Expert
***

Group: Head Moderator
Posts: 526
Joined: 3-December 02
Member No.: 11468
Xbox Version: v1.4
360 version: unknown



var X2Ini = new Settings;
X2Ini.file = "e:\\x2config.ini";
X2Ini.SetValue( "flubberAnimationNumber", "2" );

that'll allow you to write a setting to the ini no problem. i wouldn't sweat it though - it's already in the works as i'm working with team xecuter to make the ani even more configurable as well as let you use custom .x meshes smile.gif

JbOnE
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
motofo
post Apr 18 2005, 07:08 AM
Post #3


X-S Member
*

Group: Members
Posts: 86
Joined: 27-January 04
Member No.: 95573



Sweet, you ROCK Jbone, Keep up the great work! Lookin forward to the next version beerchug.gif

This post has been edited by motofo: Apr 18 2005, 07:09 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
motofo
post Apr 18 2005, 12:45 PM
Post #4


X-S Member
*

Group: Members
Posts: 86
Joined: 27-January 04
Member No.: 95573



After reading Jbones reply it dawned on me.......make the x2 config skin specific!
So in default.xip/skin.xap
look for function DoAction()
and paste this function under it
CODE
function ConfigX2()
{
   if(theHardDrive.FileExists( "A:\\skins\\" + SkinMenuList[skinSelect] + "\\x2config.ini" ) == true)
   {
       theHardDrive.DeleteThisFile( "e:\\x2config.ini" );
       theHardDrive.CopyThisFile( "A:\\skins\\" + SkinMenuList[skinSelect] + "\\x2config.ini", "e:\\x2config.ini" );
   }
}

then scroll down to function OnADown()
and make it look like this
CODE
function OnADown()
       {
                       ConfigX2();
                       DoAction();
       }

Then just setup a x2config.ini to match your skin and put it in that skins folder!
When you choose a skin that has a x2config.ini it will change it! biggrin.gif
NOW my ani matches my skin beerchug.gif

Ohhhh yeah....for tha noobs...YOU MUST BE USING Xecuter2 5022 bios
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: 22nd May 2013 - 03:01 AM