Tremulous Forum

Mods => Modding Center => Topic started by: DaylightDies on June 27, 2008, 11:39:19 pm

Title: [SOLVED] Editing menu's ?
Post by: DaylightDies on June 27, 2008, 11:39:19 pm
(http://img517.imageshack.us/img517/7415/menusxc8.jpg)

what files effect the menue and the text that is displayed in it?

Currently, the menu is wrong. the MD is set to only be buyable at S2-S3. Yet it is still there at s1?

I've searched the source several times and cant find a single file effecting the menu in the armoury.

Any1 got any ideas?
Title: Re: Editing menu's ?
Post by: Bissig on June 28, 2008, 12:12:51 am
data-1.1.0.pk3 -> ui -> *.menu
Title: Re: Editing menu's ?
Post by: kevlarman on June 28, 2008, 12:41:15 am
mass driver is definitely buyable at s1.
Title: Re: Editing menu's ?
Post by: Bissig on June 28, 2008, 12:51:54 am
Since this is the modding section, he might to try to change the md to be buyable only at s2 and s3.
Title: Re: Editing menu's ?
Post by: DaylightDies on June 28, 2008, 02:42:46 am
"Currently, the menu is wrong. the MD is set to only be buyable at S2-S3. Yet it is still there at s1?"

as quoted from the first reply

also i looked through the .menu's and didnt see it?
Title: Re: Editing menu's ?
Post by: Overdose on June 28, 2008, 03:21:38 am
data-1.1.0.pk3 -> ui -> *.menu

The armoury menu is contained in infopanes.def which itself is also within the ui folder.

I think he means the actual code says it should be for S2/S3 only, but I'm not entirely sure.
Title: Re: Editing menu's ?
Post by: DaylightDies on June 28, 2008, 03:26:23 am
yeah i just found that thnx :)

also yes the coding (file bg_misc.c) defines to to s2 and s3.

though i changed the text it shows.
It still displays massdriver there when its not buyable at s1.
Why? I can't find any codeing in the UI to define it, nor in the source
I'm obviously looking in the wrong spot >_> some1 mind directing me?
Title: Re: Editing menu's ?
Post by: kevlarman on June 28, 2008, 07:36:00 pm
yeah i just found that thnx :)

also yes the coding (file bg_misc.c) defines to to s2 and s3.

though i changed the text it shows.
It still displays massdriver there when its not buyable at s1.
Why? I can't find any codeing in the UI to define it, nor in the source
I'm obviously looking in the wrong spot >_> some1 mind directing me?
you'll need to package up the cgame iirc.
Title: Re: Editing menu's ?
Post by: DaylightDies on June 29, 2008, 03:29:42 am
yeah i just found that thnx :)

also yes the coding (file bg_misc.c) defines to to s2 and s3.

though i changed the text it shows.
It still displays massdriver there when its not buyable at s1.
Why? I can't find any codeing in the UI to define it, nor in the source
I'm obviously looking in the wrong spot >_> some1 mind directing me?
you'll need to package up the cgame iirc.


yup that did it, thnx :)