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