xboxscene.org forums

Pages: 1 ... 3 4 [5]

Author Topic: Dna From Bsx On Light  (Read 2473 times)

Nosezeichen

  • Archived User
  • Newbie
  • *
  • Posts: 8
Dna From Bsx On Light
« Reply #60 on: July 31, 2004, 11:00:00 AM »

QUOTE (xxwillisxx @ Jul 10 2004, 02:46 PM)


look for this c.SubmenuText5.text = SubMenuItem5;
and put this under
CODE

if (theDNA == true)
{
c.theDNA1.SetAlpha(.4);
c.theDNA3.SetAlpha(.4);
c.theDNA5.SetAlpha(.4);
}

else if (theDNA == false)
{
c.theDNA1.visible = false;
c.theDNA3.visible = false;
c.theDNA5.visible = false;
}

Hi,
i cant find this line c.SubmenuText5.text = SubMenuItem5  (but it`s still in default.xip/default.xap or isnt it ?)
I hope you can help me

bye

Nosezeichen

This post has been edited by Nosezeichen: Jul 31 2004, 06:01 PM
Logged

SeanicTheHedgehog

  • Archived User
  • Newbie
  • *
  • Posts: 20
Dna From Bsx On Light
« Reply #61 on: July 31, 2004, 04:35:00 PM »

i dunno it might just be me and I have nothing to do with either dashes, but wouldnt it be more appropriate to post how to add/edit things on ThC in the ThC forum?? Just my 2 cents.
Logged

loggio

  • Archived User
  • Jr. Member
  • *
  • Posts: 67
Dna From Bsx On Light
« Reply #62 on: July 31, 2004, 07:54:00 PM »

Hey, Maybe it's due to the fact that you don't have a fith menu.. This is what happened to me, in this case search for this string:
c.SubmenuText5.text = SubMenuItem4;
Logged

Nosezeichen

  • Archived User
  • Newbie
  • *
  • Posts: 8
Dna From Bsx On Light
« Reply #63 on: August 01, 2004, 05:03:00 AM »

yes, yesterday i hadn't a 5th menĂ¼ button, now i have and it works fine. but i can't get the DNA to work. maybe my problem is still here :

QUOTE

look for this c.SubmenuText5.text = SubMenuItem5;
and put this under

CODE 

if (theDNA == true)
{
c.theDNA1.SetAlpha(.4);
c.theDNA3.SetAlpha(.4);
c.theDNA5.SetAlpha(.4);
}

else if (theDNA == false)
{
c.theDNA1.visible = false;
c.theDNA3.visible = false;
c.theDNA5.visible = false;
}



i made it look like this:

QUOTE

GetSubmenuText();
               c.SubmenuText1.text = SubMenuItem1;
               c.SubmenuText2.text = SubMenuItem2;
               c.SubmenuText3.text = SubMenuItem3;
               c.SubmenuText4.text = SubMenuItem4;
               c.SubmenuText5.text = SubMenuItem5;
               if (theDNA == true)
{
c.theDNA1.SetAlpha(.4);
c.theDNA3.SetAlpha(.4);
c.theDNA5.SetAlpha(.4);
}

else if (theDNA == false)
{
c.theDNA1.visible = false;
c.theDNA3.visible = false;
c.theDNA5.visible = false;
}

is this right ?
thx for your help

bye

Nosezeichen
Logged

Nosezeichen

  • Archived User
  • Newbie
  • *
  • Posts: 8
Dna From Bsx On Light
« Reply #64 on: August 01, 2004, 05:16:00 AM »

ok it works now ! im so damn stupid. i didnt copy the new modified default.xip and ainmenu5.xip to my xbox.

bye

Nosezeichen
Logged

samschoice

  • Archived User
  • Newbie
  • *
  • Posts: 5
Dna From Bsx On Light
« Reply #65 on: December 02, 2004, 08:49:00 PM »

QUOTE (gasclown @ Jul 14 2004, 03:07 AM)
Dna on the other menus - this is pretty obvious.
user posted image

open up the xaps in the xips you want dna in.

in either default1 or 2 you'll find:


Then follow the second bit of xxwillisxx's tute (the bit after "in mainmenu5xip/default.xap...").

to get the dna this size instead of 28 28 28, 29 29 29, 25 25 25 for the scale under the def i used 12 12 12, 11 11 11, 11 11 11,

credits: acidbath for dna, bobmcgee for code, xxwillis for showing how, Jbone and gcue for tHc, MS and rezn8 for lack of foresight and skills respectively, akira for their modchip, xbox-scene for everything - fuck don't wanna leave anyone out lemme know if i've forgotten you and i'll straighten it out.

edit: fuck i forgot bunnie Huang - although i don't remember him ever claiming anything

In what xap or xip is the "default1 or default2" to edit the programs menu like shown. Actually I want to make the DNA thing appear on everything under the hard drive menu.

What do I need to edit and where is it under?

BTW I got the DNA working on the main menu.
Logged
Pages: 1 ... 3 4 [5]