PDA

View Full Version : I have no idea what I'm doing...


djwguitarman
05-14-2002, 01:01 PM
how do I put a cog in my level? I have found all these tutorials that say how to make the cogs but nothing to get it in the level. what am I missing? how do I get the script from this web site into the jed?

------------------
Just ordinary guys trying to make sense of the sorry world previous generations are so smugly handing over to us like so much skid-marked underwear.

TheTwistedSpasm
05-14-2002, 04:48 PM
When making a level in JED, hit F7. You should be able to figure it from there.

------------------
Christianity: Don't knock it if you haven't tried it.

Why should the devil have all the good music? www.thousandfootkrutch.com (http://www.thousandfootkrutch.com)

djwguitarman
05-14-2002, 05:55 PM
Don't ever assume.

Ok, I'm trying to make a swinging door useing the tutorial. how do i get that cog into that place so I can add it. do I have to block and copy? if so, to where? do I have to download the cog script or something?

Please take note of the title of this post and give more details.

------------------
Just ordinary guys trying to make sense of the sorry world previous generations are so smugly handing over to us like so much skid-marked underwear.

Jipe
05-15-2002, 10:44 PM
If you have .cog files, just put them in your project directory (you should have a different directory for each level). If you get code written from the forum here, copy and paste into notepad, then Save as Type: All Files, and name it something.cog. Make sure it's *not* a .txt file, or jed/jk won't read it.

gbk
05-16-2002, 09:03 AM
It has been my expiriance that the Notepad in Windows ME (and some other versions of Windows) will save it to 'txt' reguarless of the filetype selected in the combobox. The solution is the put the filename in quotes, "GBK_blah.cog". The quotes force Notepad to save as the supplied filetype.

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources (http://www.tbns.net/GBK/ol/index.htm).

djwguitarman
05-16-2002, 09:39 AM
thanks

------------------
Just ordinary guys trying to make sense of the sorry world previous generations are so smugly handing over to us like so much skid-marked underwear.

zagibu
05-16-2002, 06:32 PM
notepad does that because you havent specified a COG type yet. Doubleclick any cogscript and choose "always open with" and Notepad. Then you can save it as a cog without using the quotes...

------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

gbk
05-16-2002, 08:11 PM
That makes sense, and having 'Hide file extensions on known filetypes' disabled might help some too...

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources (http://www.tbns.net/GBK/ol/index.htm).