Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline zero hour mad map maker  
#1 Posted : Friday, January 31, 2014 5:42:41 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Have you ever wanted to make a cinematic intro such as these that I have made? (Sorry for the camera used to record it I don't have desktop recording software I tried though.) At least you can still hear it and see it :)
(Simple Intro 1)
(Simple Intro 2)

Or maybe a more complicated one such as this one here that I made too?
(Complex Intro)
(The plane got cut off. Whatever and the Nuclear missles look funny! haha)
But, we won't worry about this intro yet until we finish the simple stuff first.

Well today I am going to tell you how to set up the camera and scripts to make your own opening movie! (Or clip whatever)

Here's some things to note: 1: This doesn't work on skirmish maps, trust me I have tried but, it just ended up screwing the AI. 2: This works for MISSON maps. But, this is tutorial is just going to show you how to make a camera movment no fancy shmansee map for this use. Once you learn it you can apply it to your mission map. (I will do a tutorial on how to make mission maps after the advanced camera intro Tutotial This is the Simple camera Tutorial.)

Now First things first.
Insert the players. GO to Edit -> Edit players list.
Click New player. It'll ask for what faction, so click on FactionCivilain. In the Player Name box type in, PlyrCivilian, then click set name. Then in the Player Display Name box type in PlyrCivilian again. that's done!

Now click New player again. Again that box will pop up, now select FactionGLA.In the Player name box put it SkirmishGLA.Click set name when you finished that, then in Player Display name put AI Opponent.

Click New player, that box again, put whoever you want to face the GLA either China or USA (We won't use the specail Generals for now.)
So choose FactionChina. Then in the the Player Name box put in ThePlayer Then click set name. In the Player Display name put Challenger

Click the waypoint tool and add player 1 start wherever you want (It doesn't really matter) and go to the building tool ( it looks like a right 90 degree angle with a little 45 degree angle in the middle)
GO to china -> Structure -> China Command Center. add that right on player1 start. And make the faction ThePlayer.

Now that that is out of the way it's time for the scripts!!!! I bet you're excited arn't you!?

Alright, open up the scripts by clicking the script button. Click (neutral) then click New Folder. Name it Intro, as shown. (Note: Ignore the Setup Lists + Win/Loss China folders, those I will disguss in My Missions map Tutotrial. But, don't ignore the Game on script! I will talk about that soon.
UserPostedImage

Now that you have that out of the way it's time to make some waypoints! Exit the scripting menu. and click the waypoint tool.
Now click where you want the Camera to position. A waypoint should appear, then name it cm_Start1, as shown.
UserPostedImage

Next, make another Waypoint to where you want the camera to look at. This is where the Camera will look as I have said. Name it cm_Look1, as shown.
UserPostedImage

Next we are going to add the second positioning of the camera. This is were the camera will start after it's done with the first one. Same thing, this is where the camera will be positioned. Name it cm_Pos1a, as shown.
UserPostedImage

Again this is where the camera will look during the second movement. Name it cm_Look1a, as shown.
UserPostedImage
This will be the positioning of the 3rd camera movement. Place your waypoint (Like you did before) and name it cm_Pos2, as shown.
UserPostedImage

This again will be where the camera will look in the 3rd camera movement. Name your waypoint Cm_Look2, as shown.
UserPostedImage

And lastly this is where your camera will end and the game will begin! Name it cm_Cine_Final, as shown. Dot it right on your command Center.
UserPostedImage

Now if you were starting from a blank map as I have said, it should all look like somewhat this! Or in whatever order you put it (Except I didn't add a command Center :P MAKE SURE YOU ADD ONE!!!!)

UserPostedImage

Were off to the scripting menu again!!! YAY!!
Go back to (neutral) and click on your Intro folder so that it is highlighted blue. Click New script. Name it CINE_Intro. Under the Script Conditions leave it True. Under the Actions if true click on null operation (does nothing) and then click edit. Go to Scripting -> Flags -> Set flag to value. Now you'll want to name it _GAME_ON

Then click the other blue highlighted word and then click on it and set it to False.

SO it looks like: Set Flag ' GAME ON' to FALSE

click OK or enter (whichever)

Click New again. Go to map -> Shroud or Reveal -> Reveal the entire map permanently for a player.

Click on the ??? and make it ThePlayer
(ThePlayer is you! :) )
So the entire string looks like: The world revealed permanently for Player 'ThePlayer'.

Hit enter

Click New script go to Camera -> Letterbox -> Begin letterbox mode

Hit enter

Click New script go to User -> Input -> Unser input -- disable

Hit enter.

All of these so far are essential for making the map able to show the camera, the letterbox mode is for the little black screens on the top and bottom (if you know what I mean) the world being revealed is so that you can see what is going on instead of it being shrouded so that you can't see. The disable mouse and key board input is so that you can't command and click on things. Alright that's what we got so far, but we're not done with this script yet!

Click new Under scripting go to Timer-> Frame countdown timer -- set.

Make the timer named _CINE_TIMER and set it to expire in 1500 frames.

It all looks like: Set timer ' CINE TIMER' to expire in 1500 frames.

Hit enter

Click new Under scripting go to Timer-> Seconds countdown timer -- set. Name your timer _CINE_TIMER2 and set it to expire in 2.00 seconds

It all looks like Set timer ' CINE TIMER2' to expire in 2.00 seconds.

Hit Enter

Click new go to Camera-> Adjust-> Set up the camera

where the first Waypoint ??? is at put in cm_Start1
Make the zoom 1.00
Make the pitch 1.00
And the last Waypoint ??? put in cm_Look1

Ta da, there's where your camer will be!
It looks like this:
Position camera at Waypoint 'cm_Start1', zoom = 1.00(0.0 to 1.0), pitch = 1.00(1.0==default), looking towards Waypoint 'cm_Look1'.

Hit enter
Phew, almost done with the first script!

Click new go to Multimedia. click on Set the current sound volume.

make it 60.00%
here's what it looks like
Set the desired sound volume to 60.00%. (0-100)

Hit enter

Click new go to Multimedia. click on Set the current music volume. Make that 80.00%
here's what it looks like
Set the desired music volume to 80.00%. (0-100)


The whole scripts looks like this!

*** IF ***
True.
*** THEN ***
Set Flag named '_GAME_ON' to FALSE

The world is revealed permanently for Player 'ThePlayer'.
Start letterbox mode (hide UI, add border).
Disable mouse and keyboard input.
Set timer '_CINE_TIMER' to expire in 1500 frames.
Set timer '_CINE_TIMER2' to expire in 2.00 seconds.
Position camera at Waypoint 'cm_Start1', zoom = 1.00(0.0 to 1.0), pitch = 1.00(1.0==default), looking towards Waypoint 'cm_Look1'.
Set the desired sound volume to 60.00%. (0-100)
Set the desired music volume to 80.00%. (0-100)


YOU'RE DONE WITH THAT SCRIPT!!!! YEAH!
_____________________________________________________________________

Time to move on with the second script.

We're still under Intro (obviously) click new script. Name it CINE_FirstMove

As you can probrably tell from it's name this is the script in which that camera moves

Under the Script Conditions instead of true make it Timer Expired
Make that timer CINE_TIMER2 (The one that we set in our previous script
With out editing it looks like this: ***IF*** Timer CINE_TIMER2 has expired

Hit enter

Go to the actions if true tab and click edit on the null operation
Go to Camera-> Move -> Move the camera to a location.

On the Waypoint ??? make that cm_Pos1a
the first 0.00 make that 8.50
the second 0.00 make that 0.00
the third 0.00 make that 2.00
and the last 0.00 also make that 2.00

So it looks like this: Move camera to Waypoint 'cm_Pos1a' in 8.50 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.

Hit enter

Click New go to Camera-> Modify -> Move -> Camera look toward point while moving.

Make that Waypoint ??? cm_Look1a

Looks like this: Look toward Waypoint 'cm_Look1a' during the camera movement.

Hit Enter

Click new under Timer-> Second countdown timer -- set

Make that timer again CINE_TIMER2 and make it expire in 9.00 seconds

Hit Okay


It all looks like this:
*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Move camera to Waypoint 'cm_Pos1a' in 8.50 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.
Look towardWaypoint 'cm_Look1a' during the camera movement.
Set timer '_CINE_TIMER2' to expire in 9.00 seconds.

That's it for this script FOR NOW HEHEHE
_______________________________________________________________

Click New script and name it CINE_1a and UNCHECK the box Script is Active

Under script conditions make that Timer expire and make that timer CINE_TIMER2

*** IF ***
Timer '_CINE_TIMER2' has expired.

Under the action is true tab click edit on the null operation and go to Camera-> Move -> Move the camera to a location

Make the Waypoint ??? cm_Pos2
make the first 0.00 to 9.00
make the second 0.00 to 0.00
make the third 0.00 to 2.00
make the last 0.00 to 2.00

Move camera to Waypoint 'cm_Pos2' in 9.00 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.


that's what is should look like.

Hit enter and then click new
Go to Camera-> Modify -> move-> Camera look toward point while moving

Make that Waypoint ??? to cm_Look2
Look towardWaypoint 'cm_Look2' during the camera movement.

That's what it'll look like

HIt enter and then click new

Go to scripting -> Timer -> Second countdown timer -- set

AGAIN make that timer CINE_TIMER2 and set it to expire in 11.50 seconds

That's it for NOW the whole script should look like this

** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Move camera to Waypoint 'cm_Pos2' in 9.00 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.
Look towardWaypoint 'cm_Look2' during the camera movement.
Set timer '_CINE_TIMER2' to expire in 11.50 seconds.

_________________________________________________________

Click New script Name it CINE_2 and UNCHECK the box script is active.

Under the Script conditions tab again make it Timer expired

*** IF ***
Timer '_CINE_TIMER2' has expired.

THen go to the Actions if True Tab go to Camera-> Camera FX -> Motion blur zoom with jump cut

At the Waypoint ??? make that cm_Cine_Final
and the make it TRUE

Blur zoom, zoom in at current location, zoom out at Waypoint 'cm_Cine_Final', saturate colors = TRUE

Hit enter

Click New go to Multimedia-> Sound Effect -> Play a speech file.

in the ??? make it ZoomFX
Then set it to False

'ZoomFX' plays, allowing overlap FALSE (true to allow, false to disallow).

Hit enter

Click new go to scripting-> Timer -> Seconds count down timer --set
Make that CINE_TIMER2 and set it to expire in 2.50 seconds
Hit enter
Click new go to scripting-> Timer -> Seconds count down timer --set
Make that Blur_Zoom_Reset and set it to expire in 0.20 seconds

We are done that script also FOR NOw

The whole script

*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Blur zoom, zoom in at current location, zoom out at Waypoint 'cm_Cine_Final', saturate colors = TRUE
'ZoomFX' plays, allowing overlap FALSE (true to allow, false to disallow).
Enable Script 'CINE_END'.
Set timer '_CINE_TIMER2' to expire in 2.50 seconds.
Set timer 'Blur_Zoom_Reset' to expire in 0.20 seconds.



_______________________________________________________________

Click new script Name it CINE_END and UNCHECK the box script is active under the Script COnditions tab again make the Timer expired
*** IF ***
Timer '_CINE_TIMER2' has expired.

In the Actions if true tab click edit on the null operation. Go to Camera -> Letterbox -> End letter box mode

Hit enter

Click new go to User -> Input -> User input -- enable

Hit ender

Click new

Go to Map -> Shourd or Reveal -> Un- Reveal the entire map permanenlt for a player.

Make that Player ThePlayer

Hit enter

Click new go to scripting-> Timer -> Seconds countdown timer -- set
Make that timer CINE_TIMER2 and set it to expire in 2.00 seconds/

Here's what the whole script looks like

*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
End letterbox mode (show UI, remove border).
Enable mouse and keyboard input.
Undo the permanent reveal for Player 'ThePlayer'. This will mess things up badly if called when there has been no permanent reveal.
Set timer '_CINE_TIMER2' to expire in 2.00 seconds.

This is what we have FOR NOW

____________________________________________

Click new script and name it Blur_Zoom_Reset.

Under the actions if true tab make it that Timer expired again.

Make the timer Blur_Zoom_Reset

*** IF ***
Timer 'Blur_Zoom_Reset' has expired.

GO to the Actions if True tab. click edit on null operation GO to Camera -> Move -> Reset to default view.

Make the waypoint ??? cm_Cine_Final
and leave all the 0.00's 0.00

Hit enter

Done with that script!
How it looks:

*** IF ***
Timer 'Blur_Zoom_Reset' has expired.
*** THEN ***
Reset to Waypoint 'cm_Cine_Final', taking 0.00 seconds, ease-in 0.00 seconds, ease-out 0.00 seconds.

_________________________________________________

Almost there!!

CLick new script Name it CINE_OVER-Turn On Game and UNCHECK the box script is active.

Under the script conditions, TImer expired make that timer CINE_TIMER2

*** IF ***
Timer '_CINE_TIMER2' has expired.


GO to the Actions if True tab click edit on null operation Go to Multimedia-> Set the current sound volume. Make it 100.00%

Hit enter

Click new Go to Multimedia-> Set the current music volume. Make it 100.00%

Hit enter

click new Go to Miltimedia -> Sound events -> All sound events play at normal volume.

Hit enter


The script looks like this

*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Set the desired sound volume to 100.00%. (0-100)
Set the desired music volume to 100.00%. (0-100)
All sound events play at normal volume.
________________________________________________________

AH AH AH! We're not done yet!

GO backto the script

CINE_FirstMove

Go to the Actions if true tab and click new

Go to Scripting -> Script -> Enable script.

Make that script CINE_1a

Hit enter and you're donw with that script

GO back to CINE_1a

Go to the Actions if true tab and click new

Go to Scripting -> Script -> Enable script.

Make that script CINE_2

You're done with that script

GO back to CINE_2
Go to the Actions if true tab and click new

Go to Scripting -> Script -> Enable script.

Make that script CINE_END

Hit enter and then click Move Up. You want to move it up so it's under ZoomFX' plays, allowing overlap FALSE (true to allow, false to disallow). And above Set timer '_CINE_TIMER2' to expire in 2.50 seconds.

You're done with that script!

GO back to CINE_END
Go to the Actions if true tab and click new

Go to Scripting -> Script -> Enable script.

Make that script CINE_OVER-Turn On Game

We want that script on the bottom
You're done with that script!

And lastly!

Click new script.

Name it Turn Game On and CHECK the box Script is a Subroutine and UNCHECK the box Deactivate upon success.

GO to the Actions if true tab click edit in null operation go to scripting -> Flag -> Set flag to value

Make that flag _GAME_ON and set it to True.

Done with that script!

Go back to CINE_OVER-Turn On Game

The actions if true tab, click new Go to Scripting -> Script -> Run subroutine script. make that script Turn Game On

DONE! Now to add some music!

I will post an attatchment for the music scb file

Insert those scripts in PlyCivilian to do that just simply click Import Scripts -> Find the files -> Click okay, put all 3 in there!


ALL THE SCRIPTS SHOULD SAY THIS

CINE_Intro

*** IF ***
True.
*** THEN ***
Set Flag named '_GAME_ON' to FALSE
The world is revealed permanently for Player 'ThePlayer'.
Start letterbox mode (hide UI, add border).
Disable mouse and keyboard input.
Set timer '_CINE_TIMER' to expire in 1500 frames.
Set timer '_CINE_TIMER2' to expire in 2.00 seconds.
Position camera at Waypoint 'cm_Start1', zoom = 1.00(0.0 to 1.0), pitch = 1.00(1.0==default), looking towards Waypoint 'cm_Look1'.
Set the desired sound volume to 60.00%. (0-100)
Set the desired music volume to 80.00%. (0-100)



CINE_FirstMove


*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Move camera to Waypoint 'cm_Pos1a' in 8.50 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.
Look towardWaypoint 'cm_Look1a' during the camera movement.
Set timer '_CINE_TIMER2' to expire in 9.00 seconds.
Enable Script 'CINE_1a'.


CINE_1a

*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Move camera to Waypoint 'cm_Pos2' in 9.00 seconds, camera shutter 0.00 seconds, ease-in 2.00 seconds, ease-out 2.00 seconds.
Look towardWaypoint 'cm_Look2' during the camera movement.
Set timer '_CINE_TIMER2' to expire in 11.50 seconds.
Enable Script 'CINE_2'.



CINE_2

*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Blur zoom, zoom in at current location, zoom out at Waypoint 'cm_Cine_Final', saturate colors = TRUE
'ZoomFX' plays, allowing overlap FALSE (true to allow, false to disallow).
Enable Script 'CINE_END'.
Set timer '_CINE_TIMER2' to expire in 2.50 seconds.
Set timer 'Blur_Zoom_Reset' to expire in 0.20 seconds.


CINE_END



*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
End letterbox mode (show UI, remove border).
Enable mouse and keyboard input.
Undo the permanent reveal for Player 'ThePlayer'. This will mess things up badly if called when there has been no permanent reveal.
Set timer '_CINE_TIMER2' to expire in 2.00 seconds.
Enable Script 'CINE_OVER-Turn On Game'.

Blur_Zoom_Reset

*** IF ***
Timer 'Blur_Zoom_Reset' has expired.
*** THEN ***
Reset to Waypoint 'cm_Cine_Final', taking 0.00 seconds, ease-in 0.00 seconds, ease-out 0.00 seconds.



CINE_OVER-Turn On Game
*** IF ***
Timer '_CINE_TIMER2' has expired.
*** THEN ***
Run Subroutine 'Turn Game On'.
Set the desired sound volume to 100.00%. (0-100)
Set the desired music volume to 100.00%. (0-100)
All sound events play at normal volume.


Turn Game On

*** IF ***
True.
*** THEN ***
Set Flag named '_GAME_ON' to TRUE




WHEW! MAN! I'm not going to make another Tutorial in a while! It's hard to type all of this ya know and to explain it! But, hey Hope this helped!! Sincerly

ZERO HOUR MAD MAP MAKER!!!

Edited by user Saturday, March 22, 2014 8:45:49 PM(UTC)  | Reason: Not specified

File Attachment(s):
Music scb files.zip (4kb) downloaded 131 time(s).
Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
thanks 4 users thanked zero hour mad map maker for this useful post.
Gameanater on 1/31/2014(UTC), Hunziger on 3/1/2014(UTC), General "Father Of Death" Alexander on 4/15/2015(UTC), WazzaP on 1/8/2023(UTC)
Sponsor
Offline Gameanater  
#2 Posted : Friday, January 31, 2014 7:44:34 PM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
O_O

This looks complicated... XD Though I am a noob. lol.

If I start working on either of my maps again, I might want to try a little cinematic intro... I'll be sure to refer to this tutorial. Smile
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
Offline zero hour mad map maker  
#3 Posted : Friday, January 31, 2014 11:11:58 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Originally Posted by: Gameanater Go to Quoted Post
O_O

This looks complicated... XD Though I am a noob. lol.

If I start working on either of my maps again, I might want to try a little cinematic intro... I'll be sure to refer to this tutorial. Smile


Hahaha, don't worry once you learn it it'll be fine. The complicated one takes a LONG TIME! I can't think of a tutorial example for that other than that 1 video I posted. Glad you'll refer to this once you need it :)

P.S You're inbox is full so I can't send anymore Pm's hahaha.

Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
Offline Gameanater  
#4 Posted : Saturday, February 1, 2014 10:40:40 AM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
Originally Posted by: Zero Hour Mad Map Maker Go to Quoted Post
Originally Posted by: Gameanater Go to Quoted Post
O_O

This looks complicated... XD Though I am a noob. lol.

If I start working on either of my maps again, I might want to try a little cinematic intro... I'll be sure to refer to this tutorial. Smile


Hahaha, don't worry once you learn it it'll be fine. The complicated one takes a LONG TIME! I can't think of a tutorial example for that other than that 1 video I posted. Glad you'll refer to this once you need it :)

P.S You're inbox is full so I can't send anymore Pm's hahaha.



Ahh, the hard parts of map making!


Whup! I thought it would just automatically delete the messages as new ones come in! XD I'll delete some when I get the chance. X)

Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
Offline Gameanater  
#5 Posted : Saturday, February 1, 2014 11:08:25 AM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
Ok, now my inbox is completely empty. Nothing in my outbox either. You can PM me again. XD
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
Offline Hunziger  
#6 Posted : Saturday, March 1, 2014 10:41:26 PM(UTC)
Hunziger
Private
Joined: 3/1/2014(UTC)
Posts: 1

Thanks: 1 times
Awesome work! This is the best in creation ive seen of Zero Hour!

Well, as you told you didnt get it to work for Skirmisch maps...but just a little question i have about that theme...in hope you maybe can help me there...

I tried to find out a maybe simple thing in World Builder for skirmisch maps. How can i just zomm out at the beginning of the skirmisch map. I have seen someone did this on multiplayer map. I tried to find out but i dont get/find a solution anywhere. I just want to that the cam is zooming out a bit at the beginning of the map and stay like that for a bigger view while gaming. Maybe you can help me there or give me a advice... nobody could tell me how that works. Thank you very much!
Offline zero hour mad map maker  
#7 Posted : Monday, March 3, 2014 4:20:36 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Originally Posted by: Hunziger Go to Quoted Post
Awesome work! This is the best in creation ive seen of Zero Hour!

Well, as you told you didnt get it to work for Skirmisch maps...but just a little question i have about that theme...in hope you maybe can help me there...

I tried to find out a maybe simple thing in World Builder for skirmisch maps. How can i just zomm out at the beginning of the skirmisch map. I have seen someone did this on multiplayer map. I tried to find out but i dont get/find a solution anywhere. I just want to that the cam is zooming out a bit at the beginning of the map and stay like that for a bigger view while gaming. Maybe you can help me there or give me a advice... nobody could tell me how that works. Thank you very much!


THANK YOU!!! Shock Shock Shock Big Smile Big Smile Blush Blush Smile Smile Blush

I have found the file that you are looking for just download it here this should make it where you can zoom in and out :D

http://www.moddb.com/games/cc-g...x-zoom-for-cc-general-zh

Edited by user Monday, March 3, 2014 4:21:20 PM(UTC)  | Reason: Not specified

Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
Offline T-Rexaliraqi  
#8 Posted : Monday, September 1, 2014 10:15:10 AM(UTC)
T-Rexaliraqi
Private
Joined: 8/29/2014(UTC)
Posts: 2

Offline T-Rexaliraqi  
#9 Posted : Monday, September 1, 2014 10:15:58 AM(UTC)
T-Rexaliraqi
Private
Joined: 8/29/2014(UTC)
Posts: 2

and when i play the map the intro is not working
Offline zero hour mad map maker  
#10 Posted : Tuesday, November 25, 2014 6:57:35 PM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
Originally Posted by: T-Rexaliraqi Go to Quoted Post
http://im56.gulfup.com/SchatD.jpg

why this happend


LOL! I can't believe I am answering this 2 months later .......... Dead Dead

Have you put this script correctly?

CINE_Intro

*** IF ***
True.
*** THEN ***
Set Flag named '_GAME_ON' to FALSE
The world is revealed permanently for Player 'ThePlayer'.
Start letterbox mode (hide UI, add border).
Disable mouse and keyboard input.
Set timer '_CINE_TIMER' to expire in 1500 frames.
Set timer '_CINE_TIMER2' to expire in 2.00 seconds.
Position camera at Waypoint 'cm_Start1', zoom = 1.00(0.0 to 1.0), pitch = 1.00(1.0==default), looking towards Waypoint 'cm_Look1'.
Set the desired sound volume to 60.00%. (0-100)
Set the desired music volume to 80.00%. (0-100)
Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
Offline TheAnimeNewb  
#11 Posted : Sunday, July 11, 2021 10:51:48 PM(UTC)
TheAnimeNewb
Private
Joined: 4/21/2021(UTC)
Posts: 2
Philippines

Hmmm, if only they made a video of this, then I can start making Cossackia in Generals. I can make Cossackia Missions.
Offline AdrianeMapMaker  
#12 Posted : Wednesday, July 21, 2021 9:04:29 PM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
Cossackia ?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline Elixir  
#13 Posted : Monday, September 12, 2022 7:21:08 AM(UTC)
Elixir
Private
Joined: 7/1/2022(UTC)
Posts: 1

da fuk???? all this a camera toturail??? who will read alllllllll this newspaper? I didint understand anything from what you saying I need pictures I need vidios I cant understand on talk like this newspaper, if you still alive please upload a vidio and send it to me and without commentry so I cant feel bored because I hate the vidios that has commentry, I hope you be alive :)
Offline UTD^Force  
#14 Posted : Friday, September 16, 2022 5:22:02 AM(UTC)
UTD^Force
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 8/13/2013(UTC)
Posts: 817
Jordan
Location: Middle east

Thanks: 430 times
Was thanked: 184 time(s) in 168 post(s)
Originally Posted by: Elixir Go to Quoted Post
da fuk???? all this a camera toturail??? who will read alllllllll this newspaper? I didint understand anything from what you saying I need pictures I need vidios I cant understand on talk like this newspaper, if you still alive please upload a vidio and send it to me and without commentry so I cant feel bored because I hate the vidios that has commentry, I hope you be alive :)


Please try to communicate politely and follow the tutorial step by step to comprehend how camera scripts work.
Proud Muslim

UTD^Force

Moderator and former map reviewer
CnC Labs
Offline WazzaP  
#15 Posted : Sunday, January 8, 2023 5:47:02 PM(UTC)
WazzaP
Private
Joined: 1/7/2023(UTC)
Posts: 3

Thanks: 2 times
Wow! Smile
This was just what I needed.
Thank you so much!!!! Now my mission map is so much better :D !
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.