Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (alibaba, vicknick), 1,492 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
plBiped01.wdl is killing me...... #67961
03/23/06 22:01
03/23/06 22:01
Joined: Mar 2006
Posts: 43
J
jamesk85 Offline OP
Newbie
jamesk85  Offline OP
Newbie
J

Joined: Mar 2006
Posts: 43
I have been following a tutorial provided by 3DGS and when I get to adding a script it keeps going wrong. I have added the scripts properly the camera as well as plBiped01. I right clicked on the model I had on the screen and went to the behaviour and clicked plBiped01. It compiles fine but it wont run. It puts up three errors which are Parameter unknown move_min_z in two places: lines 607 and 620 of bipedPhy01.wdl and the third error is in plBiped01.wdl where it has another unknown parameter skill49 in line 50.
Does anyone know why this is happening??

Re: plBiped01.wdl is killing me...... [Re: jamesk85] #67962
03/24/06 01:53
03/24/06 01:53
Joined: Apr 2004
Posts: 516
USA
Trooper119 Offline
User
Trooper119  Offline
User

Joined: Apr 2004
Posts: 516
USA
First of all, what tutorial are you talking about? Second of all if you turely implemented it correctly it is telling you that on line 607, 620, and 50 have errors in them, it tells you that you must define move_min_z (either plug in a number yourself or find where the tutorial gets this number and plug it in that way and skill 49 may need a personal plug in through behaviors or through the code with my.skill49 = "A certain value here" unless you tell us what tutorial your talking about we can't help you much.


A clever person solves a problem.
A wise person avoids it.
--Einstein

Currently Codeing: Free Lite-C
Re: plBiped01.wdl is killing me...... [Re: Trooper119] #67963
03/24/06 10:07
03/24/06 10:07
Joined: Mar 2006
Posts: 43
J
jamesk85 Offline OP
Newbie
jamesk85  Offline OP
Newbie
J

Joined: Mar 2006
Posts: 43
sorry...its the wed tutorial. Its in the Basic scripts first level section.

these are the lines with the errors in them.
if(my._move_min_z__003 >= 0) { move_min_z = min(0.99,my._move_min_z__003); }
and
move_min_z = 0;

on line 230 though it has
define _move_min_z__003,SKILL9; // used to set the move_min_z durring moves

Is this where the problem is?

Re: plBiped01.wdl is killing me...... [Re: jamesk85] #67964
03/24/06 15:55
03/24/06 15:55
Joined: May 2005
Posts: 232
Curitiba/Brazil
nunofontoura Offline
Member
nunofontoura  Offline
Member

Joined: May 2005
Posts: 232
Curitiba/Brazil
I had this errors with the trail version + key. The errors were gone when I update to 6.31. Are you using the trial version?

Re: plBiped01.wdl is killing me...... [Re: nunofontoura] #67965
03/24/06 16:27
03/24/06 16:27
Joined: Mar 2006
Posts: 43
J
jamesk85 Offline OP
Newbie
jamesk85  Offline OP
Newbie
J

Joined: Mar 2006
Posts: 43
what I had the trial version and then I updated using the key. Is that what the problem was??

Re: plBiped01.wdl is killing me...... [Re: jamesk85] #67966
03/24/06 16:36
03/24/06 16:36
Joined: May 2005
Posts: 232
Curitiba/Brazil
nunofontoura Offline
Member
nunofontoura  Offline
Member

Joined: May 2005
Posts: 232
Curitiba/Brazil
Like I've said: 1. I downloaded the trial version - everything was fine.
2. I use the key file: everything start goes wrong. (I don't know why; but the problem was the same: with bipedPhy01.wdl).
3. I update to A6.31 version: everything is ok, again.

Re: plBiped01.wdl is killing me...... [Re: nunofontoura] #67967
03/24/06 20:34
03/24/06 20:34
Joined: Sep 2003
Posts: 3,236
San Diego, CA
M
Marco_Grubert Offline
Expert
Marco_Grubert  Offline
Expert
M

Joined: Sep 2003
Posts: 3,236
San Diego, CA
MOVE_MIN_Z is an engine variable that was not defined in earlier versions. Update to 6.31.4 please.

Re: plBiped01.wdl is killing me...... [Re: Marco_Grubert] #67968
03/24/06 21:44
03/24/06 21:44
Joined: Mar 2006
Posts: 43
J
jamesk85 Offline OP
Newbie
jamesk85  Offline OP
Newbie
J

Joined: Mar 2006
Posts: 43
ok thanks for that. going to update it now!


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