samp-incognito / samp-streamer-plugin

Streamer Plugin for SA-MP (San Andreas Multiplayer)
Apache License 2.0
229 stars 90 forks source link

DynamicVehicle from VehicleStreamer #200

Open AbyssMorgan opened 7 years ago

AbyssMorgan commented 7 years ago

Could you add DynamicVehicles from VehicleStreamer: http://forum.sa-mp.com/showthread.php?t=580937

IstuntmanI commented 7 years ago

Well, check this: https://github.com/samp-incognito/samp-streamer-plugin/pull/76 . It needs a lot of testing (I think that Incognito would need to test it too, but he looks like a pretty busy person, so we [more of us, not just 1-2 guys] could test it a lot instead of him and confirm him that there are no problems). I would test it too, but I'm pretty busy and I also use sampGDK, which makes updating the include file harder ( cough this could make it easier for me to test experimental features in the future cough ). If you can, you could test it and tell @kurta999 all the problems (I don't think he tested everything).

samp-incognito commented 7 years ago

As long as the vehicle streamer remains optional and doesn't interfere with anything else, I'm not opposed to merging it as long as someone can at least confirm that the core streaming code is working okay. Any other issues can always be reported and fixed later.

Romz24 commented 6 years ago

I understand you are planning in the future to combine this plug-in with the main?

IstuntmanI commented 6 years ago

I was thinking about this too. I really want a Vehicle Streamer, it would really help many to offer better atmosphere on their servers. I saw somewhere around here that @kurta999 said that he is no longer interested too much in SA-MP. This means that you won't finish it, or you are just busy at the moment ?

ghost commented 6 years ago

I would like to finish it. It almost already complete, just needs some speed improvements & testing..

Romz24 commented 6 years ago

@kurta999 How is the progress going?

ghost commented 6 years ago

It's going very shit.

I'm a bit too away from SA-MP nowadays, i'm working with microcontrollers at my job. Plus the encore is that I even don't have a PC at home with up to date hardware & internet.. So it's hard to finish it between these conditions. Until my 2 core athloon opens VS, my motivation is far away :DD

Romz24 commented 6 years ago

It is very a pity, we are waiting very much for when the support of transport in the streamer will be added.

justnonamenoname commented 6 years ago

My question to Kalcor:

Can you increase vehicles limit?
2000 vehicles is not enough for 1000 players.
With MAX_PLAYER=500 4 vehicles for 1 player is enough, but with MAX_PLAYER=1000 is not.
I do not see any problems to redefine limit.
Without an increase the limit it creates a large number of problems.

Answer

It won't be increased for 0.3x. It can create some problems increasing it because the game can't really handle more than about 100 vehicles streamed in. Any more would seriously lag most players. So 2000 seemed to be a good limit for all of San Andreas, and avoiding clusters of cars where players park them.

2000 vehicles and 1000 players would still be 2 vehicles per player. And players can only use 1 vehicle at a time.

I don't understand this answer bcz there is already 700 stream limit for vehicles (not 100)

Romz24 commented 6 years ago

@justnonamenoname Where did he write this, can you give a link?

justnonamenoname commented 6 years ago

Romz24 it was PM

Ryder17z commented 6 years ago

@justnonamenoname You can only stream so much content in a certain area, that is the underlying problem. It becomes an issue of "diminishing returns".