Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 552 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 27 of 41 1 2 25 26 27 28 29 40 41
Re: Newton 2 wrapper [Re: VeT] #273113
06/21/09 13:37
06/21/09 13:37
Joined: Apr 2009
Posts: 14
Poland, Germany
E
EnjoMitch Offline
Newbie
EnjoMitch  Offline
Newbie
E

Joined: Apr 2009
Posts: 14
Poland, Germany
That's also because I set continuous collisions:

Code:
action ball_newt()
{
  wait(3);
  gnBall = newton_addentity(me, 75, NEWTON_SPHERE, onforceandtorque);
  NewtonBodySetContinuousCollisionMode(gnBall, 1); // avoid tunnelling
}



btw, are you sure that you need to wait for 3 frames before doing anything, or it is just for safety reasons?

Re: Newton 2 wrapper [Re: EnjoMitch] #273116
06/21/09 13:42
06/21/09 13:42
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
I tried to set wait(1); in my "first newton manual" and i got a lot of bug-reports from users: ball falls down through the floor, so i return wait(3); and now its looking to work good.

You can try this: first level (with wait(1) )
http://files.filefront.com/WrapperLitecTutorial1rar/;13398911;/fileinfo.html
and second(with wait(3))
http://files.filefront.com/WrapperLitecDemo1v2rar/;13641005;/fileinfo.html

I think, DLL needs 3 frames to load... GameStudio doesn't have a function to show if DLL is loaded.

Last edited by VeT; 06/21/09 13:49.

1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #273422
06/22/09 20:40
06/22/09 20:40
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
okay, buoyancy is almost ready... car is still at work wink



1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #273740
06/24/09 07:45
06/24/09 07:45
Joined: Dec 2008
Posts: 528
Wagga, Australia
the_mehmaster Offline
User
the_mehmaster  Offline
User

Joined: Dec 2008
Posts: 528
Wagga, Australia
Here's the video as promised... Download!

Btw, buoyancy looks awesome!

Last edited by the_mehmaster; 06/24/09 07:47.
Re: Newton 2 wrapper [Re: the_mehmaster] #273767
06/24/09 11:11
06/24/09 11:11
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Got it (why not youtube? smile )
Do you have the same problem with bodies on another levels?

Looking like its because of new version of A7.77... Try the latest wrapper demo


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #273884
06/24/09 20:21
06/24/09 20:21
Joined: Dec 2008
Posts: 528
Wagga, Australia
the_mehmaster Offline
User
the_mehmaster  Offline
User

Joined: Dec 2008
Posts: 528
Wagga, Australia
Quote:
(why not youtube? smile )

forgot my password... blush

About the wrapper...
Yes, this happens with all the bodys. In the joint(rope) demo, all the different segments rotate randomly.

Last edited by the_mehmaster; 06/24/09 20:27.
Re: Newton 2 wrapper [Re: the_mehmaster] #273906
06/24/09 21:50
06/24/09 21:50
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Try the latest version of wrapper. smile


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #274136
06/25/09 20:36
06/25/09 20:36
Joined: Dec 2008
Posts: 528
Wagga, Australia
the_mehmaster Offline
User
the_mehmaster  Offline
User

Joined: Dec 2008
Posts: 528
Wagga, Australia
Yay!

Updating to the latest wrapper version works... Thanks!!

The reason i downloaded the old version was because it had more downloads... made me assume it was correct.

Re: Newton 2 wrapper [Re: the_mehmaster] #274140
06/25/09 20:52
06/25/09 20:52
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Quote:

List of updates:
v.20
****
- newton_addstaticcollisiongeometry is updated for using with GameStudio A7.77 and later
****


just a little attention, my friend smile


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Newton 2 wrapper [Re: VeT] #276564
07/05/09 16:49
07/05/09 16:49
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline OP

Serious User
VeT  Offline OP

Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
New video thread was added on the Newton forum, there you can see videos with Newton: http://www.newtondynamics.com/forum/viewtopic.php?f=14&t=5260


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Page 27 of 41 1 2 25 26 27 28 29 40 41

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1