[Include] Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from)
#1

Hey guys. I didn't know what prefix to choose, so [INCLUDE].
1) I have done VERY little work, it's all ****** and Incognito. ALL OF IT. I claim no credits.


READ ME:

I worked with 11, 000 objects and this streamed them fantastically, big hills streamed from far enough and small chairs when they needed to.
There is a DEFINE which you CAN EDIT to make your streaming look optimal. For me, 180 worked good enough.

pawn Code:
#define STREAM_CONSTANT 180
EDIT THIS TO WHATEVER TRIAL AND ERROR result you get to be the best streaming constant.
120 - 200 is okay.

Code:
pawn Code:
#include <a_samp>
#include <streamer>
#include <modelsizes>
#include <zcmd>
// - - -- - - DEFINES  -- - - -
#define STREAM_CONSTANT 180
new objects[11000][2], some_var = 0;

stock create_OBJECT(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
{
    objects[ some_var ][ 0 ] = CreateDynamicObject(modelid, x, y, z, rx, ry, rz,-1, -1, -1, STREAM_CONSTANT + GetColSphereRadius(modelid));
    objects[ some_var ][1] = modelid;
    some_var++;
    return 1;
}
That's it !
Now use it like this:
pawn Code:
create_OBJECT( 1655, 125, 125, 125, 0, 0, 0);
And it streams good !


EXAMPLE OF STREAMING:



NOTE: This is not a release. This is something I put together.

Credits:

Full credits to ****** and Incognito, and V1cec1ty - for allowing me to test it in his server and presenting me with the challenge of making it in the first place.


INCLUDE DOWNLOADS:

Streamer
Model sizes
Reply


Messages In This Thread
Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 04.04.2013, 14:24
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by vyper - 04.04.2013, 14:28
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 04.04.2013, 14:35
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by V1ceC1ty - 04.04.2013, 15:45
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Scenario - 04.04.2013, 15:56
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 04.04.2013, 15:59
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by nickdodd25 - 04.04.2013, 16:20
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 04.04.2013, 16:29
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by IstuntmanI - 04.04.2013, 16:50
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by MP2 - 04.04.2013, 16:57
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by totar - 04.04.2013, 18:35
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by IstuntmanI - 04.04.2013, 18:40
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by V1ceC1ty - 04.04.2013, 18:46
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by MP2 - 04.04.2013, 18:50
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by V1ceC1ty - 04.04.2013, 18:59
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by AaronFarley - 04.04.2013, 19:17
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Y_Less - 04.04.2013, 19:37
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by nickdodd25 - 04.04.2013, 19:57
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 05.04.2013, 03:11
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Y_Less - 05.04.2013, 10:46
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 05.04.2013, 10:50
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Excel™ - 05.04.2013, 17:08
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 05.04.2013, 17:47
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Maxips2 - 08.04.2013, 19:17
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 09.04.2013, 06:49
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by Gamer_007 - 03.05.2013, 11:42
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by RajatPawar - 03.05.2013, 17:02
Re: Useful object streamer that streams objects realistically (the bigger the object, the farther it gets streamed from) - by MerryDeer - 13.10.2016, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)