Jump to content

Home

I'm using JKIIRadiant and I need some pointers...


Whitesaber

Recommended Posts

I'm making my first level called Operation Nightfall. It's based on the Fox series 24's reference to such an operation intended to rid Bosnia of a mass killer. In the Jedi Outcast version, you are sent to kill a Force sensitive Imperial leader located inside his headquarters. He's been torturing a certain planet for sometime now, and since Kyle has a knack for getting rid of not-exactly-sith bad guys, they send him.

 

Anywho, I have some questions because the level needs things of which I don't know how to provide:

 

1) How can I add the FX stuff (rain, snow, etc.)? I don't know how to exactly do that.

 

2) I NEED SCRIPTING! How do I do this with JKIIRadiant (or do I have to write it from scratch with Notepad?)

 

3) How do I make elevators?

 

Anywho, this level already has TONS of secret areas and goodies, something that I especially loved from the old Jedi Knight game. So, can someone help me out here?

Link to comment
Share on other sites

As Rad said, RichDiesal's website has the best tutorials for JK2 mapmaking around.

 

1) Try RichDiesal's Entities 220 class:Rain and Snow for the FX stuff.

 

2) Scripting I've never tried. I'd try the Radiant Editor Resources and Links thread.

 

3) Try RichDiesal's Brushes 201 class:Auto-moving Brushes for stuff on how to make an elevator.

 

There's also the RichDiesal University Tutorial Questions Thread where most mapmaking questions have been and will be answered.

 

Best of luck, Whitesaber.

 

:gben:The Force will be with you, always.

 

Edit: Some minor spelling/grammar correction.

Link to comment
Share on other sites

Thanks, Acdcfanbill. Can pretty much tell I'm a newbie, huh? :p

 

Actually, my problems now are:

 

1) I know there's a way to not have all NPCs spawned when the level starts, but to spawn them gradually as you progress through the level. How do you do this?

 

2) I'm having trouble with the elevator function. I did what you said. But every time I trip the trigger_multiple and the func_platform comes up to me, I walk on it and it doesn't go back down. I wait and wait and wait... But once I'm off of it, it finally goes down. :mad: What's with this?!?!

 

3) How can I have the action music play when bad guys are alerted? This isn't necessary, just something that would be cool.

 

4) Finally, how do I update Kyle's datapad (for mission objectives) and how do you comlete these objectives programming-wise?

 

Anyways, my level's coming along great. :) Ambient sound is inserted, I'm beginning to place my NPCs. My first level has over ten secret areas too. Anywho, thanks for the response!! I absolutely love this place.

 

-- Saber the White

Link to comment
Share on other sites

Originally posted by Whitesaber

1) I know there's a way to not have all NPCs spawned when the level starts, but to spawn them gradually as you progress through the level. How do you do this?

Target a trigger_once at the NPC you want to spawn at a certain time. RichDiesal's Entities 220: Lesson 5 page about NPC Spawning and NPC routing will give you more details.

 

As for the rest, I don't know. ;P

 

:gben: The Force will be with you, always.

Link to comment
Share on other sites

Rich's page will help you out with almost everything.

 

Originally posted by whitesaber

2) I'm having trouble with the elevator function. I did what you said. But every time I trip the trigger_multiple and the func_platform comes up to me, I walk on it and it doesn't go back down. I wait and wait and wait... But once I'm off of it, it finally goes down. :mad What's with this?!?!

 

Is the trigger_multiple covering where the func_plat raises to? That's the only thing I can think of. :animelol:

 

:gben:The Force will be with you, always.

Link to comment
Share on other sites

Originally posted by Whitesaber

2) I'm having trouble with the elevator function. I did what you said. But every time I trip the trigger_multiple and the func_platform comes up to me, I walk on it and it doesn't go back down. I wait and wait and wait... But once I'm off of it, it finally goes down. :mad: What's with this?!?!

That's how func_plats work. They suck by default. Here's a tutorial on how to un-suckify them: mirror on my site or mirror on JK2Review site.

Link to comment
Share on other sites

You all rock!!!! Just to show my appreciation, I'll let out a little tidbit of informtaion:

 

At the end of the map there's a lightsaber duel. I created a special dueling room just for it. Inside, I replaced the music with a combination of Jango's Escape and Chase Through Coruscant from the AOTC soundtrack. There are several func_rotates in the air as well as a func_train moving about the room in the air. This makes for an interesting fight. You can fight on the floor (makes the level seem Lucasesque with activity around you) or, for even more fun, you can jump on one of the floating platforms and fight on those. Yes, even the train!

 

Oh, another tidbit... there are 11 secret areas in this map. So, once I've completed it, be sure to keep your eyes peeled for inconsistant wall textures and stuff.

 

Now, to more questions:

 

1) I wish to insert fx_snow. Does this merely involve creating a trigger and having it target the fx_snow, or is there more involved?

 

2) Can someone please explain what a "portal" is?

Link to comment
Share on other sites

areaportals are covered in Rich's tuts.

 

portals involve a shader face that shows some other part of the map...like a camera viewer or a mirror. I haven't done any experimenting with those (yet), you'll have to get details from someone else if you want them. It basically involves creating your mirror/camera surface and putting a misc_portal_surface entity really close to the reflecting surface. You can do more advanced stuff with cameras in scripts.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...