Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, TedMar, dr_panther, Ayumi), 1,072 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Is this a bug? #371168
05/18/11 17:23
05/18/11 17:23
Joined: Jul 2006
Posts: 511
Germany,NRW
KMS Offline OP
User
KMS  Offline OP
User

Joined: Jul 2006
Posts: 511
Germany,NRW
Hi @ all!
Surching 3 days for the reason of the mailfunction in my animation I found this:
My animationnames: Walk,WalkWithGun,WalkWithPistol,WalkFast
The Problem:
ent_animate(my,"WalkWithGun",my.skill11,ANM_CYCLE);
ent_animate(my,"WalkWithPistol",my.skill11,ANM_CYCLE);
ent_animate(my,"WalkFast",my.skill11,ANM_CYCLE);
works ok,but:
ent_animate(my,"Walk",my.skill11,ANM_CYCLE);
gets a mailfunction,all the animation are playing!
After renaming Walk to "Laufen" it works also

Is there a bug reading strings?


You need full animated lowpoly-fishes?Look at
http://www.projekt-3d.de/pages/shop2pag.html
Re: Is this a bug? [Re: KMS] #371171
05/18/11 17:27
05/18/11 17:27
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
No bug:

Quote:
Szene- und Bone-Namen müssen aus mindestens 3 Zeichen bestehen. Zum Finden der Szene wird nur die Länge des scene String verglichen. Daher dürfen Modelle keine Szene-Namen enthalten, die mit dem kompletten Namen einer anderen Szene beginnen.

(Sorry for German quote.)


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends
Re: Is this a bug? [Re: KMS] #371172
05/18/11 17:29
05/18/11 17:29
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
There's no bug. ent_animate only cares if the name begins with the given string, because the individual frames have different names (including a number or something that's usually on the end).

Jibb

EDIT: Ninja'd!

Last edited by JulzMighty; 05/18/11 17:30.

Formerly known as JulzMighty.
I made KarBOOM!
Re: Is this a bug? [Re: JibbSmart] #371174
05/18/11 17:45
05/18/11 17:45
Joined: Jul 2006
Posts: 511
Germany,NRW
KMS Offline OP
User
KMS  Offline OP
User

Joined: Jul 2006
Posts: 511
Germany,NRW
Very thanks to you!No day without learning!


You need full animated lowpoly-fishes?Look at
http://www.projekt-3d.de/pages/shop2pag.html

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