Author Topic: Zorchenhimer's Menus (New Release! - 5/5/08)  (Read 136212 times)

y00tz

  • Autococker
  • Posts: 2742
Re: My Menus
« Reply #160 on: July 13, 2007, 10:12:40 AM »
Alright fine,  in the meantime please remove the download link from the first post so that people don't get stuck in game like I do.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: My Menus
« Reply #161 on: July 13, 2007, 11:34:25 AM »
Ok, it was just an error in the menu file. I never intended that one. Sorry. Fixed the first post.

y00tz

  • Autococker
  • Posts: 2742
Re: My Menus
« Reply #162 on: July 13, 2007, 11:38:55 AM »
Ok, it was just an error in the menu file. I never intended that one. Sorry. Fixed the first post.

Thanks, you're amazing.

As usual, thanks Zorch.

SuGaR

  • Guest
Re: My Menus
« Reply #163 on: July 13, 2007, 12:53:27 PM »
YES A NEW UPDATE!

thanks zorch

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: My Menus
« Reply #164 on: July 13, 2007, 12:54:41 PM »
Welcome. :)

y00tz

  • Autococker
  • Posts: 2742
Re: My Menus
« Reply #165 on: July 13, 2007, 12:56:57 PM »
Maybe you should go through and do a lot of .LOCs for several maps and release them?

SuGaR

  • Guest
Re: My Menus
« Reply #166 on: July 13, 2007, 12:59:32 PM »
what can i use to open it?

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: My Menus
« Reply #167 on: July 13, 2007, 12:59:41 PM »
Maybe you should go through and do a lot of .LOCs for several maps and release them?

If I get around to it. That reminds me. I'm going on vacation next week, so you won't hear from me after tomorrow. I wanted to get this update out before I left.

what can i use to open it?

You don't. Just put that file in ".\paintball2\pball".

Cobo

  • Autococker
  • Posts: 1362
Re: My Menus
« Reply #168 on: July 13, 2007, 01:28:34 PM »
Maybe you should go through and do a lot of .LOCs for several maps and release them?
Eiii already started doing that exact thing a while ago, not sure if he is still doing it, though.

Apocalypse

  • Autococker
  • Posts: 1463
Re: My Menus
« Reply #169 on: July 13, 2007, 02:41:07 PM »
Very nice Zorch and how do you make things go under KOTH DM CTF etc. Also how do you open the crosshir menu.
« Last Edit: July 13, 2007, 03:03:37 PM by Apocalypse »

Eiii

  • Autococker
  • Posts: 4595
Re: My Menus
« Reply #170 on: July 13, 2007, 02:42:33 PM »
Maybe you should go through and do a lot of .LOCs for several maps and release them?
Eiii already started doing that exact thing a while ago, not sure if he is still doing it, though.
I am, yes. Some maps are proving themselves to be rather difficult. >_> I'm only half done with hca_fort.

y00tz

  • Autococker
  • Posts: 2742
Re: My Menus
« Reply #171 on: July 13, 2007, 11:24:29 PM »
Maybe Zorch's LOC menu will be a big help?

Cobo

  • Autococker
  • Posts: 1362
Re: My Menus
« Reply #172 on: July 13, 2007, 11:53:02 PM »
... How big of a deal is it binding something to make a loc on that location.

y00tz

  • Autococker
  • Posts: 2742
Re: My Menus
« Reply #173 on: July 14, 2007, 12:15:45 AM »
@Cobo: Maybe he didn't make a menu system for it yet

@Zorchenhimer:  Perhaps you could make a bunch of convenient prefabbed options for the LOC menu, for example:  Flag, Back Door, Window, Mid, etc.  so that users can just walk to it, open the LOC menu and click.


-y00tz

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: My Menus
« Reply #174 on: July 14, 2007, 09:39:12 AM »
Very nice Zorch and how do you make things go under KOTH DM CTF etc.

Crap. You know. Didn't think of that when I put the stuff in the pak file. But it should work if you make a folder in "\paintball2\pball" called "mapshrt" and have folders called koth, dm, favs, etc. inside it. I'll have to rework that part when I get back from vacation.

Also how do you open the crosshir menu.

Setup > Layout > Crosshairs

@Zorchenhimer:  Perhaps you could make a bunch of convenient prefabbed options for the LOC menu, for example:  Flag, Back Door, Window, Mid, etc.  so that users can just walk to it, open the LOC menu and click.

I wonder why I didn't think of that. It'll have to wait till after I come back from vacation though.

Apocalypse

  • Autococker
  • Posts: 1463
Re: My Menus
« Reply #175 on: July 14, 2007, 11:44:03 AM »
I still don't see under layout.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: My Menus
« Reply #176 on: July 14, 2007, 02:43:19 PM »
I still don't see under layout.

On the in-game menus. Look at pic 3 in the first post. Its under "Text Shadow".

Apocalypse

  • Autococker
  • Posts: 1463
Re: My Menus
« Reply #177 on: July 14, 2007, 05:01:10 PM »
Oh ok I see I was looking off the start up menu by the way I guess this is probably the newbest thing I ever asked but what is a .loc and how does it work?

Cobo

  • Autococker
  • Posts: 1362
Re: My Menus
« Reply #178 on: July 14, 2007, 05:20:56 PM »
A .loc file is a file where information about area names on a map are stored.
When you have a loc file on a map and you do $loc_here or $loc_there it tells you the name of that area.

So you can do:
Code: [Select]
bind a "say_team $loc_here"And when you press a it will tell your team where you are. You need to put the " tho, or when you bind it, it will bind a to the valule of what $loc_here is in that moment.

I think DP comes with a loc file of midnight by default. To make locs go to the console and type loc then tab to see the commands, I think there is a loc_help command.

Apocalypse

  • Autococker
  • Posts: 1463
Re: My Menus
« Reply #179 on: July 14, 2007, 05:27:26 PM »
Thanks so pretty much for reconisance then right.