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

Notification

Icon
Error

3 Pages<123
Options
Go to last post Go to first unread
Offline RedBolt  
#41 Posted : Friday, November 4, 2005 2:19:14 PM(UTC)
RedBolt
Major
Joined: 10/31/2005(UTC)
Posts: 232
Location: United Kingdom

AuroraAlphaHL2 wrote:

IKE wrote:

hum do you need a programe to make maps or what??
please help me

Dan


Yes, you do. You can find it by going to the explorer, program files, than EA Games than Command and Conquer Generals or Command and Conquer Generals Zero Hour(whichever you have). Or if you installed it somewhere else than I cant help you. C:\Program Files\EA GAMES\Command and Conquer Generals

C:\Program Files\EA GAMES\Command & Conquer Generals Zero Hour

Or just copy and paste these in your explorer(much easier). Thumb Up

AuroraAlphaHL2 Big Smile


He's talking about WorldBuilder by the wayWink
UserPostedImage
Offline CommieDog  
#42 Posted : Friday, November 4, 2005 10:31:10 PM(UTC)
CommieDog
Administrator
C&C Labs Staff: Labs Staff MemberThe Forgotten Staff: The Forgotten StaffRed Alert Staff: Red Alert Staff MemberAll Stars Staff: All Stars Staff
Joined: 8/3/2003(UTC)
Posts: 3,086
United States

Thanks: 445 times
Was thanked: 186 time(s) in 130 post(s)
Quit necroposting.
UserPostedImage
CommieDog: Because someone has to do your dirty work for you
Offline Lengo  
#43 Posted : Tuesday, March 13, 2012 3:10:29 AM(UTC)
Lengo
Captain
Joined: 12/17/2010(UTC)
Posts: 70
Location: Springfield, OR

Thanks: 2 times
Was thanked: 4 time(s) in 3 post(s)
Wrong!

The code to define the engine lacks the definition of the train's Engine sound. The code for Object TrainEngineVerySlow should include this line:

Code:

    RunningSound         = TrainRunningLoop



Without it, the train has no engine noise. RunningSound becomes undefined and the sound is terribly lacking.

You should also create a script under PlyrCivilian, in a folder named 'choo-choo', and name the script 'WhistleVolume'. In it, create this:

Code:

[ns A] choo-choo
  [ns A D]WhistleVolume
    *** IF ***
        True.
    *** THEN ***
       Sound 'TrainWhistle' play at 100.00% of full volume.


If you don't, the train's whistle sounds weak, and if you've ever been next to a train when it sounds it's horn, you know it's ear splitting! Without this code, the whistle is wimpy! VERY WIMPY!

You can create this script by

1. Create a new folder under plyrCivilian and name it 'choo-choo'
2. Create a new script. Name it 'WhistleVolume'
3. Leave the condition value at the default. 'IF TRUE'
4. Go to the Actions if True tab.
5. Select the default Null action, then click the Edit button.
6. Find the Multimedia section, then select 'Sound Event -- override volume -- type'
7. Change the parameters to TrainWhistle and 100.0
8. Click Okay
9. Export the script with the name 'train whistle volume.scb' so that you can re-use it.
10. Click Okay

You are done. You are complete!

Without the line

RunningSound = TrainRunningLoop

your train engine doesn't chug! It sounds wimpy. And without setting the whistle's volume to 100%, the whistle is wimpy too (it still is, and you really need to pull the wav file out of Audio.big in the Generals folder, edit the wav file by raising it's amplitude (volume) by at least 2 dB, then replacing the sound file in audio.big by resinserting it).





Users browsing this topic
Guest (5)
3 Pages<123
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.