ABA's very incomplete maps

Post GTA1/GTA2 maps here (finished and work in progress).
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

ABA's very incomplete maps

Post by ABA »

Hello This My First Map So Don't Put Bad Comment ;)
Attachments
My Map 1.rar
This Is My Map And His Name My Map 1
(15.45 KiB) Downloaded 595 times
Last edited by ABA on 29 Apr 2012, 16:35, edited 5 times in total.
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post 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.
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post by ABA »

i will remove the map to fix it
BenMillard
Immortal
Posts: 889
Joined: 16 May 2009, 06:14
GH nick: BenMillard
Location: London, UK
Contact:

Re: My First Map!

Post by BenMillard »

Every One Has To Start Some Where
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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 ;-)
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post by ABA »

Can anyone tell me how to make it top ground because it's under ground
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post 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.
User avatar
T.M.
Immortal
Posts: 960
Joined: 29 Jan 2010, 15:00
Location: F21B3EED

Re: My First Map!

Post by T.M. »

You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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?
Attachments
My Map 1.rar
and this is the map:
(5.29 KiB) Downloaded 560 times
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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?
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post 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 604 times
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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 :?:
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post 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.
ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post 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 :?:
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post by Sektor »

ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post by ABA »

ABA
Car Jacker
Car Jacker
Posts: 39
Joined: 25 Apr 2012, 05:02
GH nick: ABA

Re: My First Map!

Post by ABA »

Can Anyone Tell Me How To Make Script Becuz I Don't Remember How To Make Script To Make Another Map
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: My First Map!

Post 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.
User avatar
T.M.
Immortal
Posts: 960
Joined: 29 Jan 2010, 15:00
Location: F21B3EED

Re: My First Map!

Post 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.
Post Reply