Page 1 of 3

ABA's very incomplete maps

Posted: 25 Apr 2012, 05:21
by ABA
Hello This My First Map So Don't Put Bad Comment ;)

Re: My First Map!

Posted: 25 Apr 2012, 05:28
by Sektor
You should remove My Map 1.000 and My Map 1.tmp from the archive and remove PlayerCount = 2 from the mmp file.

The player starts stuck underground. There is almost nothing on the map, you might want to complete at least 10% of it before releasing.

Re: My First Map!

Posted: 25 Apr 2012, 05:46
by ABA
Sektor wrote:You should remove My Map 1.000 and My Map 1.tmp from the archive and remove PlayerCount = 2 from the mmp file.

The player starts stuck underground. There is almost nothing on the map, you might want to complete at least 10% of it before releasing.
thx :D

Re: My First Map!

Posted: 25 Apr 2012, 07:31
by ABA
i will remove the map to fix it

Re: My First Map!

Posted: 27 Apr 2012, 11:25
by BenMillard
Every One Has To Start Some Where

Re: My First Map!

Posted: 28 Apr 2012, 16:16
by ABA
BenMillard wrote:Every One Has To Start Some Where
thanks very much when i make a map i will go to this site always ;-)

Re: My First Map!

Posted: 28 Apr 2012, 16:45
by ABA
Can anyone tell me how to make it top ground because it's under ground

Re: My First Map!

Posted: 28 Apr 2012, 17:14
by Sektor
First get a mission editor: http://gtamp.com/gta2/tools/

Open "My Map 1.mis":

PLAYER_PED Playera = ( 1.5 , 5.5 , 1.0 ) 1 90
PLAYER_PED Playerb = ( 20.5 , 5.5 , 1.0 ) 1 180

Change 1.0 to 2.0 or higher.

Save and compile.

Re: My First Map!

Posted: 28 Apr 2012, 22:22
by T.M.
You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.

Re: My First Map!

Posted: 29 Apr 2012, 14:47
by ABA
Sektor wrote:First get a mission editor: http://gtamp.com/gta2/tools/

Open "My Map 1.mis":

PLAYER_PED Playera = ( 1.5 , 5.5 , 1.0 ) 1 90
PLAYER_PED Playerb = ( 20.5 , 5.5 , 1.0 ) 1 180

Change 1.0 to 2.0 or higher.

Save and compile.

i make it but it not work can u help me?

Re: My First Map!

Posted: 29 Apr 2012, 14:51
by ABA
T.M. wrote:You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.

what does this do i download it?

Re: My First Map!

Posted: 29 Apr 2012, 15:20
by Sektor
PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_cara = (21.5, 5.5, 2.0) 0 0 GT24640

You can't have two PARKED cars with the same name.

Change it to:

PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_carb = (21.5, 5.5, 2.0) 0 0 GT24640
mymap1.7z
(4 KiB) Downloaded 756 times

Re: My First Map!

Posted: 29 Apr 2012, 15:25
by ABA
Sektor wrote:PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_cara = (21.5, 5.5, 2.0) 0 0 GT24640

You can't have two PARKED cars with the same name.

Change it to:

PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_carb = (21.5, 5.5, 2.0) 0 0 GT24640
ok but i want it to be up ground not under ground :?:

Re: My First Map!

Posted: 29 Apr 2012, 15:27
by Sektor
You already fixed the underground problem in the .mis file. You just didn't compile it (that means open it in Script Pad or mispad and click the compile button). I have attached the compiled version in the previous post. It wouldn't compile before because you had two cars with the same name.

Re: My First Map!

Posted: 29 Apr 2012, 15:38
by ABA
Sektor wrote:You already fixed the underground problem in the .mis file. You just didn't compile it (that means open it in Script Pad or mispad and click the compile button). I have attached the compiled version in the previous post. It wouldn't compile before because you had two cars with the same name.
thanx very much but how i can change outfit ped and car :?:

Re: My First Map!

Posted: 29 Apr 2012, 15:43
by Sektor

Re: My First Map!

Posted: 29 Apr 2012, 15:46
by ABA

Re: My First Map!

Posted: 30 Apr 2012, 07:23
by ABA
Can Anyone Tell Me How To Make Script Becuz I Don't Remember How To Make Script To Make Another Map

Re: My First Map!

Posted: 30 Apr 2012, 07:34
by Sektor
There's a template here: http://projectcerbera.com/gta/2/tutorials/multiplayer

I don't think there is any guide on how to use mispad.

Re: My First Map!

Posted: 30 Apr 2012, 10:54
by T.M.
ABA wrote:
T.M. wrote:You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.
what does this do i download it?
It will let you place the player, cars, and objects with your mouse. This way it is impossible to place the objects underground. All you have to do is to create the players/cars/objects in the .mis script file yourself, and then load the .mis script file in the Epic GTA2 Map Editor and then click the players/cars/objects from the Epic GTA2 Map Editor script view, to see where you had created them on the map, then you just click those objects with your mouse and drag them to new locations.