Posts: 176
Threads: 57
Joined: May 2012
Reputation:
0
Why should I use this plugin instead of Peppe's physics include? Less memory/cpu usage? Better physics simulation?
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
When is the new version of the static objects going to be released?
Posts: 1,042
Threads: 46
Joined: Jun 2013
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by iWhite
Why should I use this plugin instead of Peppe's physics include? Less memory/cpu usage? Better physics simulation?
|
This plugin uses a library (Bullet Physics) with much more realistic physics. Peppe's use spheres for all models. This plugin uses the actual models.
This plugin has a lot of benefits, but obviously has downsides. The biggest downsides are memory usage and SA-MP traffic. SA-MP's way of syncing packets isn't built for the amount of traffic this plugin COULD, which is why the frames are limited and why it is so tough to optimize.
Posts: 1,042
Threads: 46
Joined: Jun 2013
Who can be compiled under Linux and windows?
Posts: 248
Threads: 13
Joined: Jul 2014
Reputation:
0
The plugin is already compiled under windows and I know nothing about Linux so you have to compile it yourself. To let you all know, a latest version cimulator has been released for documentation on latest function go through the cimulator.inc file. The latest version adds separately handled static and dynamic object manipulation and less memory consumption for static objects.
Posts: 1,767
Threads: 124
Joined: Mar 2010
What if I want to make a throwable object (brick) and check if it's going to hit player or not. Will I be able to make a check statement for that with this plugin? I want something to happen when NPC is gonna get hit by object that I have thrown.
Posts: 248
Threads: 13
Joined: Jul 2014
Reputation:
0
Riddick94, certainly, I will TRY to add some feature that could help you out with this situation.
DRIFT_HUNTER, if you mean the bullet SDK, you have to download it from the official bullet physics site.
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
Your plugin is amazing, I think now you should work on making it easier and friendly for users to create their systems using it. Start making functions like the ones provided in the include of ColAndreas.
By the way is there a way to check if the object reached the ground after it's been thrown?
Posts: 248
Threads: 13
Joined: Jul 2014
Reputation:
0
Firstly, what do you mean by systems?
Secondly, I will look into adding some interesting functions.
Thirdly, there is not a specific function for that till now, though you can check whether the object is in contact or not.
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
31.12.2015, 18:12
(
Последний раз редактировалось Stanford; 01.01.2016 в 01:30.
)
Systems that use physics like items dropping etc..
So it's possible to apply what I asked you earlier? Even if it took me to do the functions myself? (Ground thing)
Maybe a callback to know whether it collided with a collision (do multiple callbacks one for San Andreas objects and mapped, one with players maybe?) this would be great mate!
Posts: 1,042
Threads: 46
Joined: Jun 2013
Where can I download "*.dll" and "*.so"?
Posts: 248
Threads: 13
Joined: Jul 2014
Reputation:
0
See the download section in the main topic. If you want a linux version you would have to compile it yourself.
Posts: 1,042
Threads: 46
Joined: Jun 2013
Quote:
Originally Posted by Stanford
It would be great if someone compiles the Linux version for us
|
Really!