[Map] NYC v1 With Custom Objects!!
#1


I am finally proud to announce that the NYC map has been prepared for its first beta release! This has taken months of work and lately it has been hundreds of megabytes of filesharing from myself and the main mapper (HERE). Now to talk about the map a bit. It is connected to Los Santos (pic below) and a nice bridge takes you to the island. There are spots where the map is not completely finished or perfected (most will be fixed), but you must look at the bigger picture. The brooklyn bridge is there, and we plan on extending it for a second island (which is almost done already :P), but for now its blocked. The back end of the city is not finished yet, but we plan on having it ready for the second beta. Myself and Slayer101 have tested the map, and we can approve it to go right into use for a RP server, but in all mapping, there are bugs that still need to be found.

If you find ANY bugs, let us know below! Please and thankyou!

Around 400 Objects!

Now there is a dilemma, for people who do not have the mod because there are SA objects used, so they will just see random shit everywhere :P But, using Incognito's streamer you can manually remove people from it! Remember this will remove people from seeing ALL objects in Incognito's streamer so you may have to play around with it. I have a couple test commands (below) so you can see where im going with it.

Код:
command(streameroff, playerid, params[])
{
	new id;
	if(sscanf(params, "i", id))
	{
	    SCM(playerid, WHITE, "SYNTAX: /streameroff [id]");
	}
	else
	{
	    new str[50];
		Streamer_RemovePlayer(id);
		Streamer_Update(id);
		format(str, sizeof(str), "ID:%i Has Been Removed From The Streamer!", id);
		SCM(playerid, BLACK, str);
	}
	return 1;
}

command(streameron, playerid, params[])
{
	new id;
	if(sscanf(params, "i", id))
	{
	    SCM(playerid, WHITE, "SYNTAX: /streameron [id]");
	}
	else
	{
	    new str[50];
		Streamer_AddPlayer(id);
		Streamer_Update(id);
		format(str, sizeof(str), "ID:%i Has Been Added To The Streamer!", id);
		SCM(playerid, BLACK, str);
	}
	return 1;
}
This is a beta remember, so not everything will be perfect!

I recommend using this script as a filterscript. And before you start trolling and saying that it will slow your server down, you have to realize that its not going to noticably slow your server down.... And the convenience of being able to quickly load and unload the map is so convenient.

The map requires custom objects that SA-MP OR GTASA does not have, so they will have to be installed prior to the players being able to see them. You can install the files by navigating to your GTASA installation, and going into the SAMP folder. Replace them with whats currently in there. If anyone wants an easier (automatic) installer for their server, just PM me. This is a beta and is not recommended for mainstream server use yet, so do not complain about that aspect. You can make it only for VIPS and have the streamer only show the objects for them... Its up to you.

DISCLAIMER! DO NOT SELL THESE OBJECTS!! THEY ARE NOT YOURS, AND THEY ARE NOT ALL OURS. BY USING THIS FILTERSCRIPT/MAP YOU AGREE THAT WHATEVER HAPPENS AS A RESULT OF THIS SCRIPT IS NOT Hal OR Slayer101's FAULT. YOU TAKE ALL BLAME FOR WHATEVER MAY HAPPEN.


Download links! (No mirrors needed)

PWN/Map Filterscript ONLY:
http://solidfiles.com/d/44d6/download/
http://solidfiles.com/d/44d6/
http://pastebin.com/q4Ej8JiA

Client object pack:
Yes, its in a .rar but thats for compression. Can someone just reply confirming that there are no viruses, that would be great

http://www.megaupload.com/?d=FDRAD446
http://solidfiles.com/d/f15d/download/
http://solidfiles.com/d/f15d/

If you have inquiries about helping us to make this better , drop me a PM.

Script running with Incognito's streamer, with 2 bots is 5MB. Computer specs down in siggy.

Mapped By: Slayer101(Soup) and Hal Olpae






http://www.youtube.com/watch?v=hi-g5...mbedded#at=178

UPDATE:
Quote:
Originally Posted by slayer101
Посмотреть сообщение
Map Update!!!!

Added more to first island
Interiors made(will be enterble soon please do wait for them!)
2 bridges added
Alleys and secret locations
More to come soon!


http://www.mediafire.com/?uyljdpl28es93uj
Reply
#2

I've checked it out, but, tbh, I expected more from those screens..
Reply
#3

From your screens, they look amazing. I'd give it 9/10, from the screenies perspective.
Reply
#4

Quote:
Originally Posted by RobinOwnz
Посмотреть сообщение
I've checked it out, but, tbh, I expected more from those screens..
This is only the first version, there are many maps that will be added on to this. We needed to know exactly what we need to make sure everything works before giving it everything we got. Two more islands are already almost done mapping, so as soon as we can get some bugs fixed, more islands will be pushed out.

Quote:
Originally Posted by Stuntkillas
Посмотреть сообщение
From your screens, they look amazing. I'd give it 9/10, from the screenies perspective.
Thanks
Reply
#5

I'll try it tomorrow. It seems to be nice. Downloading now.........................
Okay, I confirm it's virus free - It didn't warn me or something (AVG + Firefox -.-)
Reply
#6

Nice i like it
Reply
#7

Looks awesome, good job mate.
Reply
#8

Quote:
Originally Posted by Ironboy
Посмотреть сообщение
Nice i like it
Thankyou

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
I'll try it tomorrow. It seems to be nice. Downloading now.........................
Okay, I confirm it's virus free - It didn't warn me or something (AVG + Firefox -.-)
Thanks for the confirmation!

Quote:
Originally Posted by Infamous
Посмотреть сообщение
Looks awesome, good job mate.
Thanks



More islands to come!
Reply
#9

Looks nice, the screen shots that is. What im really interested in tho is... how did you make custom objects? Im asking because i want to make some custom roadways and beach/land objects. Plus maybe a few houses. Can you maybe show me?
Reply
#10

How to install: Place the files into GTA Sanandreas\SAMP < in there
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)