Jump to content

Hello


Go to solution Solved by Szico VII,

Recommended Posts

Posted

Hi, I do not know if i am posting this is in the right section, but i will give detail's here on i need some help.

Basically i am doing a JKJA map, on GTKRadiant 1.4 and 1.5 (using both because either one does not like certain commads I dont know why).

But anyway, I am just curious if there is away to make a Secruity camera in jkja? like in jk2 where you could look at a screen and see other players in different room. I have tried searching google and tried different tutorials out there. but none of them tend to work for me.

Would be great if someone could get back to me.

Once again sorry to Post this in wrong section?

~Angelus~

Posted

Yeah, there's a modding assistance forum, this would go there, a moderator may move it.

 

I'm no mapper but it should be doable, the 2 games are nearly identical in terms of the core engine.

Posted

Are you talking about for MP or SP? If for SP, it's the same setup as in JK2 -> a misc_camera entity, pointed at by a usable object (trigger_multiple with USE_KEY spawnflag set, a func_usable, misc_model_breakable, etc) and pointing at an info_notnull.

ChalklYne likes this
Posted

Right i followed it step by step, but thing is i have no sfx? Sorry i am complete newbie at this.

Posted

@@Angelus - The SFX folder doesn't exist in JKA (That tutorial is for quake3). Have a look for common/mirror. Or you can use your own mirror shader. It is DEFINITELY possible Ive done it myself several times in several maps.

textures/blueice_nightfall/nightfall_camera
{
	qer_editorimage textures/blueice_nightfall/nightfall_cameraportal
	surfaceparm playerclip
	surfaceparm nolightmap
	portal
    {
	map textures/blueice_nightfall/nightfall_camera
 	blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
	depthWrite
	alphaGen portal 2048
    }
}
The image referenced is a black .TGA image 16x16pixels.

 

You can download the source files for that map and see how its set up there if you need a practical look at it working in radiant - Its inside a wardrobe in one of the bedrooms.

 

https://jkhub.org/files/file/1315-blueice-nightfall/

Posted

ok been bit busy lately. It's all done now ;). Just need to figure on out how to adjust the camera angle tried and tried keep's being upside down >.<! Thank you for the help guys!

Posted

@@Angelus - Use the key "roll" and a value of 0 (or 180) on your misc_portal_camera.

 

Description: 'roll' - Roll angle of camera. A value of 0 is upside down and 180 is the same as the player's view.

Posted

thank you ;), one last question, How do you set vehicles on respawn? once it has been destroyed or taken i would like it to respawn once taken.

Posted

You need to give it:

 

count: -1

targetname: npc1

npc_target: npc1

delay: 60

 

And then you need a trigger_once or a spawn script (targeting npc1) to spawn the vehicles at the start of the match. Once it is spawned once, it will respawn itself via its npc_target (which targets itself, npc1)

 

The delay is how long before it'll respawn.

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...