SA-MP Forums Archive
[Map] Random bushes, rocks, and plants from singleplayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Random bushes, rocks, and plants from singleplayer (/showthread.php?tid=658995)



Random bushes, rocks, and plants from singleplayer - IllidanS4 - 19.09.2018

As promised.
57756 objects.




Re: Random bushes, rocks, and plants from singleplayer - HZ - 19.09.2018

Good Job. 57756 objects
But what about winter part ?


Re: Random bushes, rocks, and plants from singleplayer - IllidanS4 - 19.09.2018

The snow map is available only on my server (and will probably stay so for a long time).


Re: Random bushes, rocks, and plants from singleplayer - coool - 19.09.2018

Screenshots?
Did you use SouthClaw's Bitmapper for this?


Re: Random bushes, rocks, and plants from singleplayer - Lokii - 19.09.2018

Quote:
Originally Posted by HZ
View Post
Good Job. 57756 objects
But what about winter part ?
https://sampforum.blast.hk/showthread.php?tid=553409


Re: Random bushes, rocks, and plants from singleplayer - IllidanS4 - 19.09.2018

Quote:
Originally Posted by coool
View Post
Screenshots?
Did you use SouthClaw's Bitmapper for this?
Video added. I used a tool of my own to dump the objects directly from the game, therefore their positions are 100 % accurate to singleplayer.

Quote:
Originally Posted by Lokii
View Post
He's talking about this map, which covers the entire San Andreas.


Re: Random bushes, rocks, and plants from singleplayer - Eoussama - 19.09.2018

That is sick, thanks for sharing.


Re: Random bushes, rocks, and plants from singleplayer - iLearner - 20.09.2018

Dope man, will probably give it a try.
And welcome back!


Re: Random bushes, rocks, and plants from singleplayer - wallee - 20.09.2018

congrats on the unban

and yes this is a great release


Re: Random bushes, rocks, and plants from singleplayer - coool - 20.09.2018

Wow. Nice releak!!


Re: Random bushes, rocks, and plants from singleplayer - Alteh - 22.09.2018

Good release!

OFF: You were not banned in this forum?




Re: Random bushes, rocks, and plants from singleplayer - IllidanS4 - 22.09.2018

Quote:
Originally Posted by Alteh
View Post
OFF: You were not banned in this forum?
I was and I am not anymore, but let's stay on-topic.


Re: Random bushes, rocks, and plants from singleplayer - rosen40 - 30.01.2019

Posting for the first time. What are these Float : xxxxxxxxxx numbers ? Why are the coordinates like this ? Can somebody tell me ?


Re: Random bushes, rocks, and plants from singleplayer - maikeel - 30.01.2019

Quote:
Originally Posted by rosen40
View Post
Posting for the first time. What are these Float : xxxxxxxxxx numbers ? Why are the coordinates like this ? Can somebody tell me ?
maybe bc the coords are floats? facepalm


Re: Random bushes, rocks, and plants from singleplayer - rosen40 - 30.01.2019

what do i do to get it normal or use it for anything ?


Re: Random bushes, rocks, and plants from singleplayer - Kar - 30.01.2019

Just a random question..

why
Code:
#define STREAM_DISTANCE[%0] 100.0
Then you use STREAM_DISTANCE[modelid] s


Re: Random bushes, rocks, and plants from singleplayer - N0FeaR - 30.01.2019

Wow good job!


Re: Random bushes, rocks, and plants from singleplayer - rosen40 - 30.01.2019

Does nobody know what these float numbers mean ? how do i use this thing ? I want to get that map file in normal San Andreas coordinates, is it possible ?


PS: I suppose the "Float:" is just annotation that specifies that its a float number (duh) but the numbers themselves are not SA coordinates, so again i am asking, how do we use this thing?


Re: Random bushes, rocks, and plants from singleplayer - GeorgeLimit - 01.02.2019

Quote:
Originally Posted by rosen40
View Post
Does nobody know what these float numbers mean ? how do i use this thing ? I want to get that map file in normal San Andreas coordinates, is it possible ?


PS: I suppose the "Float:" is just annotation that specifies that its a float number (duh) but the numbers themselves are not SA coordinates, so again i am asking, how do we use this thing?
Definition - What does Float mean?
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.