1 registered members (TipmyPip),
18,484
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
A8 Version 8.020 Public Beta
#335387
07/28/10 08:12
07/28/10 08:12
|
Joined: Jul 2000
Posts: 28,024 Frankfurt
jcl
OP

Chief Engineer
|
OP

Chief Engineer
Joined: Jul 2000
Posts: 28,024
Frankfurt
|
A new A8 public beta version is available: http://opserver.de/down/gstudio_802.exe This version contains two fixes: a crash on level loading under certain circumstances, and wrong min/max values of regions in WED. It also contains some small improvements to the car templates, f.i. the car demo now has a speedometer. You can find a list of the A8 features here: http://manual.3dgamestudio.net/newfeatures8.htm Please install this version in a new folder or in your previous A8 folder; do not install it in your old A7 folder. Test everything carefully and if you find a bug, please report it to the bug forum. Please disregard the ominous error messages when you start GED the first time.
|
|
|
Re: A8 Version 8.020 Public Beta
[Re: jcl]
#335395
07/28/10 09:03
07/28/10 09:03
|
Joined: Apr 2008
Posts: 650
Sajeth
User
|
User
Joined: Apr 2008
Posts: 650
|
Thank you very much, all my engine issues have been solved :-)
Teleschrott-Fan.
|
|
|
Re: A8 Version 8.020 Public Beta
[Re: ratchet]
#336190
08/02/10 09:06
08/02/10 09:06
|
Joined: Jan 2004
Posts: 3,023 The Netherlands
Helghast
Expert
|
Expert
Joined: Jan 2004
Posts: 3,023
The Netherlands
|
I get a crash in pXcon_setparams.
void RD_setHinge(ENTITY* constr_1, ENTITY* constr_2) {
// make constraint
pXcon_add(PH_HINGE, constr_1, constr_2, 0); // attach to bodypart
pXcon_setparams1(constr_1, constr_1.x, RD_Hinge1, nullvector); // set hinge limits
pXcon_setparams2(constr_1, RD_Hinge2, nullvector, nullvector); // same
}
if i comment the setparams out, it works (though there is no hinge then), otherwise i get a SYS crash. In A7 this used to work, so why doesnt this anymore in A8? regards,
|
|
|
Re: A8 Version 8.020 Public Beta
[Re: jcl]
#336197
08/02/10 09:51
08/02/10 09:51
|
Joined: Jan 2004
Posts: 3,023 The Netherlands
Helghast
Expert
|
Expert
Joined: Jan 2004
Posts: 3,023
The Netherlands
|
It is quite possible that hinge joints were wrong implemented - I had only tested wheel and 6D joints so far. You code above won't work anyway because it sets all joint break forces to zero. Can you upload the project or send it to Support? We'll check. If this is about your ragdoll demo, you can also send it to us and we'll convert it to PhysX. Sweet! I got it converted quite a bit, except for the hinges... When I get home i'll rar the sources and send it over to support. Feel free to add it to A8's template (it's setup as header already) if you want  regards,
|
|
|
|