Author Topic: [SOLVED] Editing menu's ?  (Read 6129 times)

DaylightDies

  • Posts: 57
  • Turrets: +2/-4
[SOLVED] Editing menu's ?
« on: June 27, 2008, 11:39:19 pm »


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?
« Last Edit: July 02, 2008, 06:48:26 pm by Lava Croft »

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Editing menu's ?
« Reply #1 on: June 28, 2008, 12:12:51 am »
data-1.1.0.pk3 -> ui -> *.menu

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Editing menu's ?
« Reply #2 on: June 28, 2008, 12:41:15 am »
mass driver is definitely buyable at s1.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Editing menu's ?
« Reply #3 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.

DaylightDies

  • Posts: 57
  • Turrets: +2/-4
Re: Editing menu's ?
« Reply #4 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?

Overdose

  • Posts: 396
  • Turrets: +52/-47
Re: Editing menu's ?
« Reply #5 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.
Chocolate Milk.

DaylightDies

  • Posts: 57
  • Turrets: +2/-4
Re: Editing menu's ?
« Reply #6 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?
« Last Edit: June 28, 2008, 05:45:05 pm by DaylightDies »

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Editing menu's ?
« Reply #7 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.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

DaylightDies

  • Posts: 57
  • Turrets: +2/-4
Re: Editing menu's ?
« Reply #8 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 :)