Register FAQ Search Today's Posts Mark Forums Read
Go Back   JazzJackrabbit Community Forums » Open Forums » JCS & Scripting

Triggers

Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 01:02 AM
Baggers is offline
Reply With Quote
Triggers

Hey there people, im just doing some more research for my game and seeing what else i need to do, and i started thinking about triggers.
Would you mind posting all the different kinds of things you can use triggers for, and how you use them, their properties etc.
It means I can try and re-create them a little more acuratly and when the level editor comes out i wont have "but wheres that function i need ?" !

Thanks in advance
__________________
Click the Sig to go to the Jazz3D fangames Site
WvA

JCF Member

Joined: Mar 2005

Posts: 102

WvA is doing well so far

Apr 22, 2005, 03:24 AM
WvA is offline
Reply With Quote
i learned how to use triggers here: http://howtojcs.zeepost.nl/

I have maked an level where you need to get a door open. To get the door open you need to find 2 clouds and touch them. 1 cloud opens the first tile and the second one the second tile. If you know how it works its very easy.

I dont like trigger crates, why should something open if you kick a crate?

I just use the tileset to get for example a switch, than i make it so that if you touch it somewhere a door opens, I though it even was possible to change the switch at the same time (from on to off for example)
Tik Tik's Avatar

JCF Member

Joined: Mar 2001

Posts: 4,982

Tik is doing well so far

Apr 22, 2005, 03:36 AM
Tik is offline
Reply With Quote
Quote:
Originally Posted by WvA
I dont like trigger crates, why should something open if you kick a crate?
It's something tangible that you have to interact with in a special way in order to activate. That's nice.

Baggers, I would suggest jcsRef for your JCS needs. You probably could have discovered this yourself with a little browsing.
__________________
<table width="100%"><tr><td valign="top"><a href="http://www.jj2.info" title="waaaait" style="font-size: 14pt;font-family: Verdana;text-decoration: none;">penny on the train track</a>
<a href="/junk/tick/tickbot.html">readme</a> - <a href="/junk/tick/quote.html">quotes</a> - <a href="/junk/tick/rsg.html">formats</a> - are you brained? *\o/*</td><td width="1%" align="right"></td></tr></table>
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 04:00 AM
Baggers is offline
Reply With Quote
Thanks people

Spaztic: You probably could have discovered this yourself with a little browsing
Sorry i'll be a bit more explorative before posting next time. The site you posted really did the job though thanks.
__________________
Click the Sig to go to the Jazz3D fangames Site

Last edited by Baggers; Apr 22, 2005 at 04:12 AM.
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 22, 2005, 04:06 AM
LittleFreak is offline
Reply With Quote
The thing is that he doesn't have JCS, because he downloaded JJ2.

There are five Trigger events.

1. Trigger Crate

That metal box which you can stomp to open doors.

Parameters:

Trigger ID: sets the ID of the trigger that is activated when you stomp the crate.

2. Trigger Zone

Invisible event which activates triggers when touched. Wasn't used in the original game, so don't seek for it.

Parameters:

Switch: Was meant to make a switch option (touch it ones to activate a trigger, touch it again to deactivate it) but it doesn't work.
Onoff: This one sets if a trigger is activated or deactivated.
Trigger ID: sets the ID of the trigger that is activated when you touch the Trigger Zone event.

3. Trigger Rock

This one is used for the falling rocks in the jungle levels. Once you touch this invisible event, the rock with the right ID falls down.

Paramters:

Rock ID: sets the ID of the rock that falls down when you touch the Trigger Rock event.

4. Trigger Scenery

This is the actual event which gets activated by a trigger crate or zone (example: once you break a trigger crate a door opens, the door has the trigger scenery event on it)

Parameters:

Trigger ID: sets the ID of the Trigger Scenery event. If the ID is 1 and the ID of a crate is 1 too, breaking the crate will activate this Trigger.

5. Rotating Rock

The rock from the jungle levels, falls down once activated.

Parameters:

Y-Speed: I'm not sure.
X-Speed: I'm not sure either. I think both set the speed on which the rocks are moving once activated.
Rock ID: sets the ID of the Rotating Rock event. If the ID is 1 and the ID of a Trigger Rock event is 1 too, touch the Trigger Rock event will activate the Rock.

I hope this helps, this is all the info I could get.
__________________
Sober again. Still love it.
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 04:15 AM
Baggers is offline
Reply With Quote
Woe, thanks...but before i become a hate figure I did not download Jazz2...i bought it at a carboot on a cd which seems to have been sold with a piece of hardware hence this screen as i exit.



But thanks for the help, much appretiated !
__________________
Click the Sig to go to the Jazz3D fangames Site
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 22, 2005, 04:38 AM
LittleFreak is offline
Reply With Quote
Oops, I'm sorry, I thought OEM was only available at the internet. ^___^;;,

I thought it was illegal, I really wonder where you got that CD from. =o
__________________
Sober again. Still love it.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Apr 22, 2005, 04:47 AM
cooba is offline
Reply With Quote
Quote:
Originally Posted by LittleFreak
I really wonder where you got that CD from. =o
Quote:
Originally Posted by Baggers
bought it at a carboot on a cd which seems to have been sold with a piece of hardware
 
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 22, 2005, 04:48 AM
LittleFreak is offline
Reply With Quote
The thing is, if OEM is illegal to have (which I thought it is), why is it on such a CD? =o
__________________
Sober again. Still love it.
Tik Tik's Avatar

JCF Member

Joined: Mar 2001

Posts: 4,982

Tik is doing well so far

Apr 22, 2005, 04:59 AM
Tik is offline
Reply With Quote
Quote:
Originally Posted by LittleFreak
The thing is, if OEM is illegal to have (which I thought it is), why is it on such a CD? =o
The CD was given out especially by Epic to the people who bought that hardware. For them it's perfectly legal. For everyone else it's technically illegal but Epic doesn't care or even support the game anymore.
__________________
<table width="100%"><tr><td valign="top"><a href="http://www.jj2.info" title="waaaait" style="font-size: 14pt;font-family: Verdana;text-decoration: none;">penny on the train track</a>
<a href="/junk/tick/tickbot.html">readme</a> - <a href="/junk/tick/quote.html">quotes</a> - <a href="/junk/tick/rsg.html">formats</a> - are you brained? *\o/*</td><td width="1%" align="right"></td></tr></table>
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 05:02 AM
Baggers is offline
Reply With Quote
God knows !...if its a printed label then its not like any ive seen as the characters (spaz and jazz) are shiny

OK...im slightly more interested, one site said that jazz2 came out in 1998..is that correct...because my cd says 1997 on it.
__________________
Click the Sig to go to the Jazz3D fangames Site
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 22, 2005, 05:22 AM
LittleFreak is offline
Reply With Quote
It came out officially in 1998 I think, but maybe the OEM you have is from 1997.
__________________
Sober again. Still love it.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Apr 22, 2005, 05:29 AM
cooba is offline
Reply With Quote
I suppose your version isn't v1.00g, Baggers.

In other words,
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 05:32 AM
Baggers is offline
Reply With Quote
Nope it just says version 1.00
Wow...i have a rather rare item here !
__________________
Click the Sig to go to the Jazz3D fangames Site
White Rabbit White Rabbit's Avatar

JCF Member

Joined: Aug 2001

Posts: 4,478

White Rabbit is doing well so far

Apr 22, 2005, 07:16 AM
White Rabbit is offline
Reply With Quote
Oh dear, the 2 in Jazz Jackrabbit was blue in the OEM?!

@Baggers There are some useful articles in J2o concerning triggers (namely one by Evilmike and one by Violet). Violet's article involves slightly different/advanced stuff.
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 22, 2005, 07:21 AM
Baggers is offline
Reply With Quote
White rabbit : Only on exit for some reason...
I'll definately have a look if and when i need them, thanks !
__________________
Click the Sig to go to the Jazz3D fangames Site
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 23, 2005, 04:03 AM
Baggers is offline
Reply With Quote
Oh for anyone interested still about this weird cd here are some piccies of it.
(Warning they are rather big !)

http://www.unseenconcept.net/JazzJac...CD/JazzCD1.jpg

http://www.unseenconcept.net/JazzJac...CD/JazzCD2.jpg

http://www.unseenconcept.net/JazzJac...CD/JazzCD3.jpg
__________________
Click the Sig to go to the Jazz3D fangames Site
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 23, 2005, 04:46 AM
LittleFreak is offline
Reply With Quote
Interesting. Thanks for the pics.
__________________
Sober again. Still love it.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Apr 23, 2005, 05:23 AM
cooba is offline
Reply With Quote
Looks like your OEM is pre-v.1.00g. Very neat.

I demand a JJ2 exchange!!
Radium Radium's Avatar

JCF Éminence Grise

Joined: Jul 2002

Posts: 12,275

Radium is an asset to this forum

Apr 23, 2005, 06:30 AM
Radium is offline
Reply With Quote
I one of those somewhere, I think...

*shuffles through pile of CDs*
__________________
GENERATION 22: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.

<i>"This picture shows me that the gray bird man is just a bully and picks on smaller birds. Just because he has no friends and takes it out on others smaller than him to look good. I can see in the parrats eyes that it does however have a understanding of the gray bird man and is upset about getting cut."</i> - Speeza on cartoon birds.
Sciz CT

JCF Member

Joined: Feb 2003

Posts: 198

Sciz CT has disabled reputation

Apr 23, 2005, 06:56 AM
Sciz CT is offline
Reply With Quote
To my knowledge, this is the first time a pre-1.00g copy has surfaced. Mind taking some in-game screenshots?
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 23, 2005, 07:36 AM
Baggers is offline
Reply With Quote
yeah it says in the main menu that its 1.00h....not sure if anyones seen it before i'll get some piccies up soon.
__________________
Click the Sig to go to the Jazz3D fangames Site
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Apr 23, 2005, 07:44 AM
n00b is offline
Reply With Quote
I think that 1.00h is a rarer version of the OEM for someone has mentioned it before.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Apr 23, 2005, 07:47 AM
cooba is offline
Reply With Quote
Okay, so 1.00h officialy comes before 1.00g.
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 23, 2005, 08:10 AM
Baggers is offline
Reply With Quote
Ok here are a few pics, dont know if youll see anything unusual in them...to me its all perfectly normal !
http://www.unseenconcept.net/JazzJac...EMJazzPics.zip
__________________
Click the Sig to go to the Jazz3D fangames Site
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Apr 23, 2005, 08:16 AM
cooba is offline
Reply With Quote
Bahbah you captured the typical OEM differences. =(

I have seen that Jungle tileset varies a bit from the retail version's, take a pic from that.
White Rabbit White Rabbit's Avatar

JCF Member

Joined: Aug 2001

Posts: 4,478

White Rabbit is doing well so far

Apr 23, 2005, 10:40 AM
White Rabbit is offline
Reply With Quote
And show us what the old electroblaster/disc thrower can do! Can it go through walls? Does it go through destruct blocks without exploding? What does it do the enemies? Stuff like that. Are these purple pellets available? (Replacement for pepperspray, I think).
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Apr 23, 2005, 11:13 AM
Baggers is offline
Reply With Quote
Yep they deffinately are, the pellets go through crates and enemies without stopping, so you can take out multiple at a time...ill have to experiment with destruct walls but i dont think so...ill get some pics in a few hours!
__________________
Click the Sig to go to the Jazz3D fangames Site
White Rabbit White Rabbit's Avatar

JCF Member

Joined: Aug 2001

Posts: 4,478

White Rabbit is doing well so far

Apr 23, 2005, 11:15 AM
White Rabbit is offline
Reply With Quote
... Epic should've kept that as gun 0 and THEN made electroblasters
DoubleGJ DoubleGJ's Avatar

JCF Member

Joined: Sep 2002

Posts: 3,049

DoubleGJ has disabled reputation

Apr 23, 2005, 11:48 AM
DoubleGJ is offline
Reply With Quote
Hmmm. Like Plasma Beam in Metroid games. I wish they kept it, too.
__________________
"So unless I overwrote my heart with yours, I think not. But I might have." - Violet CLM

Two Games Joined releases:
Control / Splinter (twin singles)
|| Ballistic Bunny (EP)
||
Beyond (maxi-single)
|| Beyond: Remixed (remix EP)
|| Inner Monsters OST (mini-album)
||
Shadows (album)
LittleFreak LittleFreak's Avatar

JCF Member

Joined: May 2004

Posts: 4,190

LittleFreak is doing well so far

Apr 23, 2005, 11:53 AM
LittleFreak is offline
Reply With Quote
Just the typical differences from the official version:

-different gems
-slightly different textured background in Carrotus
-episode screen has only four episodes instead of six (in the official version Home Cooked Levels and Shareware Demo get added)
-version 1.00h showed in the menu
__________________
Sober again. Still love it.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,993

Violet CLM has disabled reputation

Apr 23, 2005, 12:11 PM
Violet CLM is offline
Reply With Quote
You people have, like, no eyes. There are more OEM-final differences in those screenshots than have been mentioned, but still everything shown there is identical to 1.00g.
I've seen that CD being auctioned on ebay but the scans were never big enough to see the "1.00" part.
Quote:
And show us what the old electroblaster/disc thrower can do! Can it go through walls? Does it go through destruct blocks without exploding? What does it do the enemies? Stuff like that.
The blade gun has no special powers at all, except I think it can probably destroy speed blocks. It is nothing more than a blaster that does more damage.
Quote:
Are these purple pellets available? (Replacement for pepperspray, I think).
Purple and orange. And they should be available, seeing as they're in g.
__________________
White Rabbit White Rabbit's Avatar

JCF Member

Joined: Aug 2001

Posts: 4,478

White Rabbit is doing well so far

Apr 23, 2005, 01:04 PM
White Rabbit is offline
Reply With Quote
But in an old screenshot on www.jazzjackrabbit.com you see the blade gun going through regular ammo destruct blocks in the first Medivo lvl.
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,993

Violet CLM has disabled reputation

Apr 23, 2005, 02:03 PM
Violet CLM is offline
Reply With Quote
No, you see it hitting one destruct block, not actively going through anything. It's just that you'd expect a blade gun to have some sort of special power like that.
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

All times are GMT -8. The time now is 12:19 PM.