locations ie %L

Forum for Skins, Maps, Configs etc.

Moderators: Moderators, Mappers

Post Reply
suds
melted
Posts: 168
Joined: Wed Sep 01, 2004 2:26 pm
Location: au
Contact:

locations ie %L

Post by suds »

how the hell do you do this?

erm i mean...

can someone please let me know how to make location zones

thanks

suds

ps. what kinda r_speeds are acceptable these days...what should i aim for as a max?
Image
Serpent
hit the ground hard, real hard
Posts: 77
Joined: Mon Mar 22, 2004 8:16 pm
Location: fi
Contact:

Re: locations ie %L

Post by Serpent »

suds wrote:how the hell do you do this?

erm i mean...

can someone please let me know how to make location zones

thanks

suds

ps. what kinda r_speeds are acceptable these days...what should i aim for as a max?
for r_speeds.... lower the better... i'd say below 1500
Serpent
• Moderator of AQ2Suomi • 4Ðm!n ov AQ2 Liiga •
gegoj
tried to put the pin back in
Posts: 290
Joined: Sun Aug 29, 2004 3:19 pm
Location: si

Post by gegoj »

Open up Your notepad and wirte:

Code: Select all

 x : y : z : rX :rY : rZ : name
where x, y and z are coordinates of the location marker in Your map, rX and rY are range of he location marker (value 0 = 1500 units) and rZ is height of the location marker (value 0 = don't use this location marker).
Save the text file as mapname.aqg and put it in the action/tng folder.

Example code taken from actcity2.aqg:

Code: Select all

   -8: 1063:  263:  513:  294:  265:in the fenced area
that covers the dead end with the dupster in actcity2.

To obtain the coordinates just write viewpos in console ingame and write down the numbers.
NRGizeR
feels some chest pain
Posts: 695
Joined: Mon Aug 30, 2004 1:00 am
Location: fi
Contact:

Post by NRGizeR »

http://www.algonet.se/~ml2/action/ml/

this aq2 mod is what I use... it has some nice commands to help you with the making of the location files... Just check out the howto pages on that site to get more info on how to create them. If you want them to work with TNG you need to rename them to .aqg (if I remember correctly :) ) but other than that, it's the same file..
Post Reply