Author Topic: Build 20 Suggestion  (Read 2351 times)

Canada A

  • PGP
  • Posts: 39
Build 20 Suggestion
« on: July 06, 2007, 10:17:42 PM »
Hey all,

You know, for alot of people, this game may be too comlpicated to enjoy. I'm not saying complicated like it's hard to play, I'm saying complicated as in how you customize it. Crosshairs, HUDs, menus, etc. Why don't you just give us a menu for all these things? Like, say you just unzipped a crosshair pack to your directory. Now you want to use it. Instead of going into the game, and typing it in, why not just go to a newly setup menu inside the Settings menu. (Settings > Display > Crosshairs anyone?) And be shown a picture of the crosshair and a checkbox next to it saying "Default" or "Use".

The same can be done with Menus, and HUDs. Just show a list of all that is available, and check the box. Simple, and fast.


Eiii

  • Autococker
  • Posts: 4595
Re: Build 20 Suggestion
« Reply #1 on: July 06, 2007, 10:42:56 PM »
You want a menu for menus? O_o

For the HUD menu, that's not possible at this point. The game expects the HUD to be static, so the only way you can change it is to manually replace the files. Manually replacing the files consists of unzipping something to your paintball2 folder, so I don't think that's much of a problem. If you want more dynamic HUDs, vote for that in the New Feature Vote thread.

What you proposed is simple and fast to use, sure. But it'd require a bit of work on the engine's side, which isn't likely to happen soon. Vote for whatever it is you want in the New Feature Vote thread if you want it sooner.

Cobo

  • Autococker
  • Posts: 1362
Re: Build 20 Suggestion
« Reply #2 on: July 06, 2007, 10:46:08 PM »
The 'Choose crosshair' menu isnt hard with a new menu syntax.

* Cobo hints to Jitspoe.

P!nk

  • Autococker
  • Posts: 948
_
« Reply #3 on: July 06, 2007, 10:55:22 PM »
Post removed
« Last Edit: July 26, 2010, 02:14:24 AM by P!nk »

Canada A

  • PGP
  • Posts: 39
Re: Build 20 Suggestion
« Reply #4 on: July 06, 2007, 11:05:42 PM »
Can I post a link to this topic from the Feature Request thread?

Eiii

  • Autococker
  • Posts: 4595
Re: Build 20 Suggestion
« Reply #5 on: July 06, 2007, 11:06:31 PM »
Uh, feel free. I think you're the only one who needs it, though.

It's right here. http://dplogin.com/forums/index.php?topic=5060.0

y00tz

  • Autococker
  • Posts: 2742
Re: Build 20 Suggestion
« Reply #6 on: July 06, 2007, 11:37:59 PM »
The 'Choose crosshair' menu isnt hard with a new menu syntax.

* Cobo hints to Jitspoe.

K, you just won my vote for new menu format.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Build 20 Suggestion
« Reply #7 on: July 07, 2007, 11:07:10 PM »
Don't need a new menu format, just variable parsing:

widget
  type pic
  pic "ch$crosshair$"

y00tz

  • Autococker
  • Posts: 2742
Re: Build 20 Suggestion
« Reply #8 on: July 07, 2007, 11:09:43 PM »
k, just lost it.

Cobo

  • Autococker
  • Posts: 1362
Re: Build 20 Suggestion
« Reply #9 on: July 07, 2007, 11:24:01 PM »
Yeah, variable parsing would be the only major improvment.
What I made to make it parse variables was just use Cmd_MacroExpandString every time you copy text to a widget.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Build 20 Suggestion
« Reply #10 on: July 09, 2007, 02:08:06 PM »
Don't need a new menu format, just variable parsing:

widget
  type pic
  pic "ch$crosshair$"

Doesn't work.

Quote
GL_FindImage: can't load pics/ch$crosshair$


... Kinda why I voted for the variables in menus thing in the Feature Vote thread.

y00tz

  • Autococker
  • Posts: 2742
Re: Build 20 Suggestion
« Reply #11 on: July 09, 2007, 02:11:45 PM »
I don't think it's suppose to work Zorch, Cobo said it'd be an improvement.  I think it's on the vote list...

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Build 20 Suggestion
« Reply #12 on: July 09, 2007, 04:15:36 PM »
It isn't implemented yet.  I'm just saying you don't need a whole new menu format to do that.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Build 20 Suggestion
« Reply #13 on: July 09, 2007, 09:20:08 PM »
Oh. Hehe. Sorry.