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
1 registered members (AndrewAMD), 1,014 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 5 1 2 3 4 5
Re: Blood Splatters [Re: Metal_Thrasher] #41436
02/26/05 14:42
02/26/05 14:42
Joined: Oct 2003
Posts: 2,194
Saturn
Metal_Thrasher Offline OP
Expert
Metal_Thrasher  Offline OP
Expert

Joined: Oct 2003
Posts: 2,194
Saturn
Do you guys have any screen shots to share of the script in action? I just wanted to see what you guys have done with it (not that it matters).


-Johnny Thrash
Re: Blood Splatters [Re: Metal_Thrasher] #41437
02/26/05 15:13
02/26/05 15:13
Joined: Feb 2003
Posts: 146
RP China
2
20BN Offline
Member
20BN  Offline
Member
2

Joined: Feb 2003
Posts: 146
RP China
Thanks!

Re: Blood Splatters [Re: 20BN] #41438
02/26/05 16:07
02/26/05 16:07
Joined: Oct 2003
Posts: 2,194
Saturn
Metal_Thrasher Offline OP
Expert
Metal_Thrasher  Offline OP
Expert

Joined: Oct 2003
Posts: 2,194
Saturn
Quote:

Thanks!



No problem
I actualy liked making the effect.
Didn't know so many people would like it though.
Thanks.


-Johnny Thrash
Re: Blood Splatters [Re: Metal_Thrasher] #41439
02/27/05 08:35
02/27/05 08:35
Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
Davetheave Offline
Newbie
Davetheave  Offline
Newbie

Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
thx soooo much but the ent_create is giving off a dangerous instruction error.


Latest Project: RadioWave www.NeoeliteUSA.com Computer System: Motherboard: DFI LanParty CPU: AMD Athlon XP 2800 AGP: Radeon 9600XT Ram: 1GB Case: Antec PlusView OS: Windows XP (Modded)
Re: Blood Splatters [Re: Davetheave] #41440
02/27/05 10:33
02/27/05 10:33
Joined: Oct 2003
Posts: 2,194
Saturn
Metal_Thrasher Offline OP
Expert
Metal_Thrasher  Offline OP
Expert

Joined: Oct 2003
Posts: 2,194
Saturn
really? I didn't get that error.


-Johnny Thrash
Re: Blood Splatters [Re: Metal_Thrasher] #41441
02/27/05 23:04
02/27/05 23:04
Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
Davetheave Offline
Newbie
Davetheave  Offline
Newbie

Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
http://NeoeliteUSA.com/demo/bloodfx_error.bmp

I'm using the same code you gave us to use. Maybe it would be the tga files i'm using?

Quote:

It goes here in the fight event
Code:
Code:

function fight_event()
{
if((EVENT_TYPE == EVENT_SCAN && indicator == _EXPLODE)
|| (EVENT_TYPE == EVENT_SHOOT && indicator == _GUNFIRE))
{
MY._SIGNAL = _DETECTED; // by shooting, player gives away his position
effect(bloodburstspezial,13,TARGET,nullvector);

ent_create (bloodspri, TARGET, bloodiest);
TRACE_MODE = IGNORE_ME + IGNORE_YOU + IGNORE_PASSABLE + IGNORE_MODELS + IGNORE_SPRITES + IGNORE_MAPS + ACTIVATE_SHOOT;

TRACE (gun_muzzle,gun_target);

create(bloodspri, TARGET, bloodiest2);



@Zeroframe,
Thanks





Latest Project: RadioWave www.NeoeliteUSA.com Computer System: Motherboard: DFI LanParty CPU: AMD Athlon XP 2800 AGP: Radeon 9600XT Ram: 1GB Case: Antec PlusView OS: Windows XP (Modded)
Re: Blood Splatters [Re: Davetheave] #41442
03/07/05 15:24
03/07/05 15:24
Joined: Oct 2003
Posts: 2,194
Saturn
Metal_Thrasher Offline OP
Expert
Metal_Thrasher  Offline OP
Expert

Joined: Oct 2003
Posts: 2,194
Saturn
sorry for not replying earlier I forgot this thread even existed.
I have no idea why you're getting that error. Have you tired to add a wait(1); before create? That might help, not sure though. I've never gotten the message. Well, try that. Oh yeah, for those of you who have less than commercial I used "streak" and "beam" in the code which won't appear for you guys. sorry 'bout that.


-Johnny Thrash
Re: Blood Splatters [Re: Metal_Thrasher] #41443
03/07/05 16:42
03/07/05 16:42
Joined: Sep 2004
Posts: 1,214
Austin, Texas
Josh_Arldt Offline
Senior Developer
Josh_Arldt  Offline
Senior Developer

Joined: Sep 2004
Posts: 1,214
Austin, Texas
Quote:

thx soooo much but the ent_create is giving off a dangerous instruction error.




It would make it much easier to help you if you would post the exact error that you are getting.

Re: Blood Splatters [Re: Josh_Arldt] #41444
03/07/05 16:55
03/07/05 16:55
Joined: Oct 2003
Posts: 2,194
Saturn
Metal_Thrasher Offline OP
Expert
Metal_Thrasher  Offline OP
Expert

Joined: Oct 2003
Posts: 2,194
Saturn
Quote:

Quote:

thx soooo much but the ent_create is giving off a dangerous instruction error.




It would make it much easier to help you if you would post the exact error that you are getting.



lol, HSB, look two posts up


-Johnny Thrash
Re: Blood Splatters [Re: Metal_Thrasher] #41445
03/10/05 04:57
03/10/05 04:57
Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
Davetheave Offline
Newbie
Davetheave  Offline
Newbie

Joined: Aug 2004
Posts: 44
RI, USA, Earth (or Mars dk rly...
Quote:

Quote:

Quote:

thx soooo much but the ent_create is giving off a dangerous instruction error.




It would make it much easier to help you if you would post the exact error that you are getting.



lol, HSB, look two posts up




lol, thx DX.


Latest Project: RadioWave www.NeoeliteUSA.com Computer System: Motherboard: DFI LanParty CPU: AMD Athlon XP 2800 AGP: Radeon 9600XT Ram: 1GB Case: Antec PlusView OS: Windows XP (Modded)
Page 3 of 5 1 2 3 4 5

Moderated by  adoado, checkbutton, mk_1, Perro 

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