PDA

View Full Version : A highway


pedyke1
04-21-2007, 08:03 PM
Is it possible to make like a highway(Like multiple cars moving around on the streets)? This is urgent because i need to make a map for my friend. PLEASE HELP!!!!:tantrum:

And i have 1 more question. After 25 min, i want a whole bunch of nukes to fall on the map and that claims that the mission is failed. Because yuri has to kill russia. Any help?

And i have 1 MORE question. How do i Disable The controls for the human player in the start of the game? Then, like 5-10 seconds later, it comes back?

nuker7735
04-22-2007, 04:52 PM
Ok here i go. First... 25 x 60=... 1250... so for the nukes, first of all, make a bunch of waypoints on the map where you want the nukes to fall. Then make a trigger, name it, and go to the events tab. In the events tab, make an event (event 0) and enter the value 13 in the long field. for the parameter, enter 1250 and go to the actons tab. Make a new action, enter 95 in the long field, and for teh parameter enter the first waypoint where you want a nuke to fall. Make a new acton for every different waypoint that you made. just be careful, if you have more than 13 actions in a trigger, it crashes the editor if you go back to the actions tab of the trigger. It also crashes the game if the editor dosent...

The disable controls tirgger is much easier. First, Make a trigger, name it and go to the events tab. Make an event and enter 13 in the long field, for the parameter enter 1. Go to t actions tab, make a new action and enter 47 in the field. (Might be 46, just find the one that says "lock input") Do the same thing for the unlock input trigger just put the event parameter to like 20 and the action value to "unlock input". Should be the number right after the "lock input" one.

I told you how to make cars drive by themselves in an earlier thread. Look for that.

FlyingZ
04-22-2007, 06:05 PM
if you have more than 13 actions in a trigger, it crashes the editor
Not true. IIRC I used 22 once

Try this for your waypoints:
http://forums.cncden.com/showthread.php?t=17101

Scoot
04-22-2007, 10:56 PM
And i have 1 MORE question. How do i Disable The controls for the human player in the start of the game? Then, like 5-10 seconds later, it comes back?

Make a trigger, and in the action section, select 46 lock input. Then have another trigger made elapsed time (however many seconds), action 47 unlock input.

nuker7735
04-23-2007, 09:09 AM
first antiscoot, i just said that. and for flyingZ, i dunno y, but when i made a trigger once i had 15 actions and it crashed the editor. 13 wasnt an exact number but just to be safe...