Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
I hope not i want more features. RC2 please.
Posts: 111
Threads: 3
Joined: Dec 2010
Reputation:
0
The only thing that was bad for me was the change in SetPlayerTeam, I put all players on the same team for the anti lag shot.
Sorry for bad English used the ****** translator.
Posts: 247
Threads: 24
Joined: Jun 2012
Reputation:
0
OMG Kalcor, YOU'RE THE BEST!
Keep up the good work ! <3
Posts: 190
Threads: 25
Joined: Jul 2012
Quote:
Originally Posted by Kalcor
Extended draw distance for objects:
You can now set the draw distance on objects to any distance. This will allow for more seamless object streaming in custom areas.
Credit to Deadspirrit for the above island.
Note: The above feature is still experimental. If you have problems with certain objects using a large draw distance, it's recommended you lower the draw distance of the effected objects.
|
How to do that?! xD
Posts: 913
Threads: 70
Joined: Apr 2009
Reputation:
0
Change drawdistance parameter in CreateObject().
Posts: 190
Threads: 25
Joined: Jul 2012
Quote:
Originally Posted by kurta999
Change drawdistance parameter in CreateObject().
|
Give me an example please...
CreateObject(objectid, x, y, z, etc, etc, etc, etc,); Where should i put the drawdistance..
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
EditObject() was causing me some problems, thank you for the fix and the new car colors, they are really great!
[HLF]Southclaw
Unregistered
A function to get the bounding box/sphere size of an object could be a fix for that. It's already possible with vehicles anyway, so we could only apply the large streamdistance on objects over a certain size.
Posts: 15,941
Threads: 0
Joined: Jun 2008
I considered writing a plugin to do that - you just need the .col objects on the server. In fact you don't even really need them, just the radii of the collision spheres sorted by object. That's not even that much data - 18,000 floats is just over 70kb!
[HLF]Southclaw
Unregistered
Quote:
Originally Posted by Y_Less
I considered writing a plugin to do that - you just need the .col objects on the server. In fact you don't even really need them, just the radii of the collision spheres sorted by object. That's not even that much data - 18,000 floats is just over 70kb!
|
Do it! I wanted to but I've only started to touch on files other than plaintext (binary files?) also I have no idea how the .col data is structured inside the file, in order to get it out. But I'm sure you could do a better job at it!
Posts: 26
Threads: 0
Joined: Jan 2013
Reputation:
0
I wish custom object can be created in this version..