Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
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
3 registered members (7th_zorro, Aku_Aku, 1 invisible), 579 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 9 1 2 3 4 5 6 7 8 9
Re: Wichtig!!! #297
01/10/01 06:06
01/10/01 06:06

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Ich schreib den Code aber in das Post hier nicht in das Wdl für alle.

Re: Wichtig!!! #298
01/10/01 06:07
01/10/01 06:07

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Will jemand eigentlich die Laser - Aktion? Das ist mein Lieblingsscript!

Re: Wichtig!!! #299
01/10/01 06:25
01/10/01 06:25

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Also ich hätt auf jeden fall interesse! könnte ich dann ja auch noch ein bisschen umändern, mich würd die aktion grunsätlich interessieren, also her damit!

------------------
I gonna live forever, I never gone Die,
The only thing I fear is I never gone fly (DMX)
- www.norma-page.de


Re: Wichtig!!! #300
01/10/01 11:56
01/10/01 11:56

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Wiso den Code hier posten? Er ist ja für jeden frei zugänglich *g*.

Geiler Code PSCJ

[This message has been edited by Joschi (edited 10 January 2001).]


Re: Wichtig!!! #301
01/10/01 22:48
01/10/01 22:48

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Für Blood-Decals, ist ne alte Action, also beschwert euch nicht, sie funktioniert.

SKILLS:
SKILL BLAAR { }
SKILL BLAAR_ANGLE { }
SKILL BLOOD_POS_AFTERHOOK { }
SKILL BLOOD_MOVE_AFTERHOOK { }
SKILL DECAL_COUNT { }

Das hier in euere Kugel-Event (Pistolenkugel...)ein, die Pistolenkugel MUSS eine Entity sein:

BLAAR.X = MY.X +500;
BLAAR.Y = MY.Y;
BLAAR.Z = MY.Z;
BLAAR_ANGLE.PAN = MY.PAN;
BLAAR_ANGLE.TILT = MY.TILT;
BLAAR_ANGLE.ROLL = MY.ROLL;
VECROTATE BLAAR,BLAAR_ANGLE;
TRACE_MODE = IGNORE_ME + IGNORE_YOU + IGNORE_PASSABLE + IGNORE_MODELS + IGNORE_SPRITES + IGNORE_MAPS + ACTIVATE_SHOOT;
TRACE (MY.POS,BLAAR);
CREATE <BL1.BMP>,TARGET,BLOOD_DECAL_NEW;

Das ist die Decal-Action:

SKILL ANGLE5 { }

ACTION BLOOD_DECAL_NEW{
TO_ANGLE ANGLE5,NORMAL;
MY.PAN = ANGLE5.PAN;
MY.TILT = ANGLE5.TILT;
MY.ROLL = ANGLE5.ROLL;
SET MY.ORIENTED,ON;
SET MY.PASSABLE,ON;
SET MY.NEAR,ON;
SET MY.INVISIBLE,OFF;
SET MY.FLARE,ON;
SET MY.TRANSPARENT,OFF;
MY.AMBIENT = -20;
MY.SCALE_X = RANDOM (0.2) + 0.2;
MY.SCALE_Y = MY.SCALE_X;
MY.SCALE_Z = 0;
SET MY.PASSABLE,ON;
IF (RANDOM (1) <= 0.5){
IF (RANDOM (1) <= 0.5){
IF (RANDOM (1) <= 0.5){
IF (RANDOM (1) <= 0.5){
MORPH <BL1.BMP>,ME;}
ELSE {
MORPH <BL2.BMP>,ME;}}
ELSE {
IF (RANDOM (1) <= 0.5){
MORPH <BL3.BMP>,ME;}
ELSE {
MORPH <BL4.BMP>,ME;}}}
ELSE {
IF (RANDOM (1) <= 0.5){
IF (RANDOM (1) <= 0.5){
MORPH <BL5.BMP>,ME;}
ELSE {
MORPH <BL6.BMP>,ME;}}
ELSE {
IF (RANDOM (1) <= 0.5){
MORPH <BL7.BMP>,ME;}
ELSE {
MORPH <BL8.BMP>,ME;}}}}
ELSE {
IF (RANDOM (1) <= 0.5){
IF (RANDOM (1) <= 0.5){
MORPH <BL9.BMP>,ME;}
ELSE {
MORPH <BL10.BMP>,ME;}}
ELSE {
IF (RANDOM (1) <= 0.5){
MORPH <BL11.BMP>,ME;}
ELSE {
MORPH <BL12.BMP>,ME;}}}
DECAL_COUNT += 1;
WHILE (DECAL_COUNT < 51){
WAIT 1;}
DECAL_COUNT -= 1;
REMOVE ME;
}

Hier sind die Blood-Splashes: http://members.tripod.com/macro-soft/blood.zip
(64KB)

Und hier könnt ihr euch die Decals in meinem Spiel angucken: http://members.tripod.com/macro-soft/New.zip
(1.2 MB)


Re: Wichtig!!! #302
01/10/01 23:02
01/10/01 23:02

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Die Modelle WAREN NICHT VON MIR!!!!

Vielmals entschuldigung an "Geoffrey Roberts"

Franz Meschke


Re: Wichtig!!! #303
01/10/01 23:07
01/10/01 23:07

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Oh,
dann möchte ich mich auch entschuldigen bei Geoffrey Roberts und hoffen das er nichts dagegen hat wenn ich seine Models benutze.

Re: Wichtig!!! #304
01/10/01 23:09
01/10/01 23:09

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



BITTE DIE MODELLE NICHT MEHR EINSETZTEN!!!!!!!!!!!!!!!!!!


FRANZ MESCHKE


Re: Wichtig!!! #305
01/10/01 23:17
01/10/01 23:17

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



is auf die Glock 18


Franz Meschke


Re: Wichtig!!! #306
01/10/01 23:18
01/10/01 23:18

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Wieso?

Page 3 of 9 1 2 3 4 5 6 7 8 9

Moderated by  HeelX, Spirit 

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