Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → static jkl files, damn them to HELL!
static jkl files, damn them to HELL!
2001-04-28, 7:03 AM #1
Ive been learning everything about static jkl files, and tried to make one of my own. To test that my new tpl's in the jkl were working, I made one weapon fire a new tpl +9mmbullet
and another fires a tpl +plasmabolt.

I extracted the static jkl from res2gob and looked at it, it went down to cog placement, but no tpl's. So I inserted:


##### Templates information ####
Section: TEMPLATES

I have 2 new tpl's so I thought 152 + 2 is 154, so I put after that bit

World templates 154

+plasmabolt +turretlaser vel=(0.000000/12.000000/0.000000) damage=80.000000 mindamage=60.000000
+9mmbullet _weapon thingflags=0x20000000 light=0.400000 model3d=bry0.3do size=0.001000 movesize=0.001000 soundclass=bry.snd creatething=+smflash maxrotvel=0.000000 vel=(0.000000/8.000000/0.000000) explode=+laserhit fleshhit=+laserfleshhit damage=30.000000 mindamage=10.000000 typeflags=0x20400d rate=15.000000

Whats wrong with this?
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-04-28, 8:13 AM #2
You'll need all the templates that your new ones are based on. +turretlaser and +laserhit, for example. And make sure that you place the based-on templates above the templates that need them. Also, remember that you need not only the "based on" templates, but *every* template that your new templates mentions.

------------------
Warning! User is not Windows compatible.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2001-04-28, 8:16 AM #3
Another thing: Swearing is against the forum rules. If you want people(me, at least) to help you, don't break them.

------------------
Warning! User is not Windows compatible.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2001-04-28, 3:27 PM #4
Umm, Damn is a swear word??

No...
2001-04-28, 5:10 PM #5
Yes it is Synz.

damn (dam)
v. damned, damnĀ·ing, damns.
v. tr.

1.To pronounce an adverse judgment upon. See Synonyms at condemn. 2.To bring about the failure of; ruin. 3.To condemn as harmful, illegal, or immoral: a cleric who damned gambling and strong drink. 4.Theology. To condemn to everlasting punishment or a similar fate; doom. 5.To swear at.

v. intr.
To swear; curse.


Thank you and goodnight.
Gravity isn't MY fault--I voted for velcro.
2001-04-29, 3:31 AM #6
Yes, but damn and hell are not much in the way of swear words, and generally the Mods/Admins just let it go (I realize that you will probably get on my case for saying that hell isn't much of a swear, but you know what, I don't really care, because I'm an Agnostic, specifically, a Militant Agnostic [http://forums.massassi.net/html/wink.gif])

------------------
LordVirus: His pot is blacker than his kettle!

Visit Virus Productions!
"And lo, let us open up into the holy book of Proxy2..." -genk
His pot is blacker than his kettle!
2001-04-29, 10:51 AM #7
aaaaanyway, anymore help with the static?
Howabout I create an entirely new type of projectile, based off nothing, totally origonal
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-04-29, 3:25 PM #8
If your new template doesn't mention any other templates, it shouldn't need them. So, it should work ok by itself.

------------------
Warning! User is not Windows compatible.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2001-04-29, 9:14 PM #9
If it was swearing it would be censored... it's a pretty useless rule, really, except for those people that substitute "!" for "I" etc.

↑ Up to the top!